@charset "UTF-8";

/***************************************************
			     デフォルトスタイル
***************************************************/

html {
	font-size:62.5%;
	overflow-x:hidden;
    zoom: 0.8;
}
body {
	font-size:10px; font-size:1.0rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #1F262C;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	min-width:980px;
}
p {
	font-size:14px;
	font-size:1.4rem;
	line-height:20px;
}


/*　リンクカラー　*/
a        {color:#333333;text-decoration: none;}
a:hover  {color:#333333;text-decoration: none;text-decoration:underline;}
a:visited{color:#333333;text-decoration: underline;}
a:active {color:#333333;text-decoration: none;} 



address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }


/*------------- マージントップ ------------- */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt60 { margin-top: 60px!important; }
.mt70 { margin-top: 70px!important; }
.mt80 { margin-top: 80px!important; }
/*------------- マージンライト ------------- */
.mr10 { margin-right: 10px!important; }
.mr20 { margin-right: 20px!important; }
.mr30 { margin-right: 30px!important; }
.mr40 { margin-right: 40px!important; }
/*------------- マージンレフト ------------- */
.ml10 { margin-left: 10px!important; }
.ml20 { margin-left: 20px!important; }
.ml30 { margin-left: 30px!important; }
.ml40 { margin-left: 40px!important; }
/*------------- マージンボトム ------------- */
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
/*------------- フロート ------------- */
.left { float: left; }
.right { float: right; }

.txR {
	text-align:right;
}
.txC {
	text-align:center;
}
/*------------- フォントカラー ------------- */
.red { color: #f00; }
.blue { color:#0000ff; }
.white { color:#fff; }


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

img.cimg { display: block;margin: auto; }

/*------------- シャドウ ------------- */
.sdw_01 {
	-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0 3px 10px rgba(0,0,0,0.3);
	-ms-box-shadow:0 3px 10px rgba(0,0,0,0.3);
	box-shadow:0 3px 10px rgba(0,0,0,0.3);
	position:relative;
	z-index:100;
}