﻿@charset "utf-8";
/* CSS Document */

/*******************base*******************/
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #4a4a4a;
	background-color: #fff;
}

img {
	max-width: 100%;
	display: block;
}

header {
	background: #000;

}

.header-img {
    width: 1280px;
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #111;
}

footer img {
	display: inline;
}

section {
	width: 100%;
	height: auto;
	background-color: #000;
}

section:nth-child(even) {
	background-color: #fff;
}

.content {
    width: 100%;
    height: auto;
    padding: 60px 30px;
}

p {
	margin-bottom: 20px;
}

.block {
	display: block;
	height: auto;
	width: 100%;
}

.center {
	text-align: center;
}

.Clear {
	clear: both;
}
/*******************base*******************/

/*******************loader*******************/
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#loader {
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -40px; /* widthの半分のマイナス値 */
    z-index: 1000;
}
/*******************loader*******************/

/*******************link*******************/
a {
	color: #7b7b7b;
	text-decoration: none;
}

a:link {
	color: #7b7b7b;
	text-decoration: underline;
}

a:hover {
	color: #0099e5;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=80);
   -moz-opacity:0.80;
    opacity:0.80;
}
/*******************link*******************/

/*******************txt*******************/

h1 {
    width: 220px;
}


h2 {
    font-size: 36px;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 0.2em;
	margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    text-align: center;
	margin-bottom: 60px;
}


h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

.text-small {
	font-size: 16px;
}

.text-small2 {
	font-size: 9px;
}
/*******************txt*******************/

/*******************contents*******************/
#brands {
	width: 1600px;
}

.brand-box-wrap {
	width: 25%;
	padding: 10px;
	float: left;
	margin-bottom: 80px;
	color: #fff;
}

.brand-box {
	background: #2d2d2d;
	padding: 10px;
}

.brand-img {

}

.brand-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    background: #6e675e;
    padding: 5px 10px;
}

.brand-name span {
	font-weight: normal;
	font-size: 14px;
	
}

.brand-cap {
	
}

/*******************contents*******************/

/*******************sns*******************/
.sns {
	width: 400px;
	padding: 40px;
}

.fb {
	float:left;
	width:25%;
	padding:2%;
}

.tw {
	float:left;
	width:25%;
	padding:2%;
}

.line {
	float:left;
	width:25%;
	padding:2%;
}

.gp {
	float:left;
	width:25%;
	padding:2%;
}
/*******************sns*******************/

/*******************page-top*******************/
.pagetop {
    position: fixed;
    bottom: 27px;
    right: 20px;
}
/*******************page-top*******************/

/*******************color*******************/
.orange {
	color: #FF9900;
}

.blue {
	color: #0099e5;
}

.red {
	color: #C00;
}

/*******************color*******************/

/*******************button*******************/
.button {
    width: 50%;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    background-color: #0099e5;
    border-radius: 5px;
    font-size: 16px;
}

.button:link {
	color: #fff;
	text-decoration:none;
}

.button:visited {
	color: #fff;
	text-decoration:none;
}

.button:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}

.button2 {
    width: 50%;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #0099e5;
    border-radius: 5px;
    font-size: 16px;
}

.button2:link {
	color: #fff;
	text-decoration:none;
}

.button2:visited {
	color: #fff;
	text-decoration:none;
}

.button2:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}
/*******************button*******************/