@charset "UTF-8";
/* CSS Document */

body{
font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
margin:0;
padding:0;
text-align:left;
font-size:14px !important;
line-height:1.8em !important;
}


/* 共通--------------------------------------*/

.pcNone { display: none !important;}
.spNone { display: block !important;}
.pcNoneImg { display: none !important;}
.spNoneImg { display: inline-block !important;}

@media screen and (max-width: 767px) {
.pcNone { display: block !important;}
.spNone { display: none !important;}
.pcNoneImg { display: inline-block !important;}
.spNoneImg { display: none !important;}
}


#sim-content h2{
font-size:130%;
font-weight:bold;
margin:20px 0 10px 0;
line-height:1.6em
}


.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.5;  
    filter: alpha(opacity=50);  
}   



/* キャペーンエリア -------------------------------------------------------------- */
.campArea01{
	margin:0 auto;
	background-color:#A80000;
	overflow: hidden;
	padding: 15px 0;
}

.campArea01 .inner{
	width:920px;
	margin: 0 auto;
}

.campArea01 .inner .left{
	float:left;
}

.campArea01 .inner .right{
	float:right;
}

.campArea01 img{
	margin:0 auto;
}

.campArea01 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width:767px){

.campArea01 .inner{
		width:100%;
	margin: 0 auto;
	padding:0 10px;
}
.campArea01 .inner .left{
	float:none;
}
.campArea01 .inner .right{
	float:none;

}

.campArea01 img{
	width:90%;
	margin:0 auto;
	margin:5px 0;
	
}
	
}


/* メインビジュアル--------------------------------------*/

#sim-content{
	width:960px;
	margin:0 auto 60px auto;
	overflow:hidden;
}


/* column1--------------------------------------*/

.column1{
	padding-top:40px;
}

.column1 img{
	width:960px;
}


/* 2column--------------------------------------*/

.column2{
	margin-top:40px;
	clear:both;
	overflow:hidden;
}

.column2 img{
		width:462px;
	}

.column2 .left{
	float:left;
	width:462px;
}

.column2 .right{
	float:right;
	width:462px;
}

/* column3--------------------------------------*/

.column3{
	padding-top:40px;
	overflow:hidden;
	clear:both;
	}
	
.column3 img{
		width:300px;
	}
	
.column3 .left{
	float:left;
	width:300px;
	margin-right:30px;
}

.column3 .right0{
	margin-right:0;
}




@media screen and (max-width:760px){
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#sim-content{
	width:100%;
	margin:0 auto 60px auto;
	overflow:hidden;
	padding:0 20px;
}

#sim-content img{
	width:100%;
}


/* column1--------------------------------------*/

.column1{
	padding-top:40px;
}

/* 2column--------------------------------------*/

.column2{
	margin-top:40px;
	clear:both;
	overflow:hidden;
}


.column2 .left{
	float:none;
	width:100%;
	padding-bottom:25px;
}

.column2 .right{
	float:none;
	width:100%;
}

/* column3--------------------------------------*/

.column3{
	padding-top:40px;
	overflow:hidden;
	clear:both;
}
	
.column3 .left{
	float:none;
	width:100%;
	margin-right:0;
	padding-bottom:25px;
}


}