<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/* CSS Document */

/*===============================================
リセット
===============================================*/

*{box-sizing:border-box;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}

A:link    { color:#333; text-decoration:none; }
A:visited { color:#666; text-decoration:none; }
A:hover   { color:#000; text-decoration:none; }
A:active  { color:#333; text-decoration:none; }

body{
	font-size: 100%;
	line-height: 140%;
	color: #333;
	background: #fff;
	margin:0;
	padding:0;
	font-family: sans-serif;
	}

a img:hover{
	filter: alpha( opacity=70 );
    opacity:0.7; 
    -moz-opacity:0.7;
}

img {border:0;}

.mincho{font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}

/*===============================================
大画面表示
===============================================*/
@media screen and (min-width: 768px){

.pc_hidden{display:none;}

.reWrapper{width:100%;margin:0 auto;}
.reWrap720{width:720px;margin:0 auto;}
.reContents{width:980px;margin:0 auto; line-height:170%;}

.re2colm{}

.kakumaru{	-webkit-border-radius:3px;
	-mozborder-radius:3px;
	border-radius:3px;}

}

/*===============================================
スマホ表示
===============================================*/

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

body{overflow-x:hidden;}

.sp_hidden{display:none;}	
	
.reWrapper{width:100%;margin:0;}
.reWrap720{width:100%;margin:0 auto;}
.reContents{width:100%;margin:0 auto;}

.re2colm{}

.kakumaru{
	-webkit-border-radius:2px;
	-mozborder-radius:2px;
	border-radius:2px;
	
	}
	
}



/*===============================================
clearfix
===============================================*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}



</pre></body></html>