@charset "UTF-8";

/* ========BASIC======== */

html {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS Pゴシック",sans-serif;
}


.top { font-size: 14px; line-height: 23px }
.top02 { font-size: 15px; line-height: 26px }
.top02b { font-size: 15px; line-height: 22px }
.top03 { font-size: 16px; line-height: 27px }
.clm { font-size: 14px; line-height: 20px }
.main { font-size: 10pt; line-height: 20px }
.cap { font-size: 12px; line-height: 20px }
.cap02 { font-size: 12px; line-height: 15px }
.copy { font-size: 10px; line-height: 18px }
A:link {color:#ffcccc;text-decoration: none}
A:visited {color:#ffffff;text-decoration: none}
A:active {color:#ffffff;text-decoration: none}
A:hover {color:#ffcccc; text-decoration:none}


.ad {
	margin:3px 0 0 0;
	padding:7px 0 0 0;
	font-size:15px;
	color: #660000;
	text-align: left;
	border-top:1px dotted #660000;
}


a.hover_img01 {
	background-color:#fff;
	display:block;
}

	
a.hover_img01 img {
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
            border: 0px solid #fff;
}
	
a:hover.hover_img01 img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}



a.hover_img02 {
	background-color:#fff;
	display:block;
}

	
a.hover_img02 img {
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}
	
a:hover.hover_img02 img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
