@charset "utf-8";
/*
=========================================================
フォント
=========================================================
*/
body {
	font-family: 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #303030;
}
* + html body {font-family: "メイリオ","Meiryo";}

html { font-size: 62.5%; } 

body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
} 

.fs11{font-size:1.0em; font-size: 1.0rem;}
.fs11{font-size:1.1em; font-size: 1.1rem;}
.fs12{font-size:1.2em; font-size: 1.2rem;}
.fs13{font-size:1.3em; font-size: 1.3rem;}
.fs14{font-size:1.4em; font-size: 1.4rem;}
.fs15{font-size:1.5em; font-size: 1.5rem;}
.fs16{font-size:1.6em; font-size: 1.6rem;}
.fs17{font-size:1.7em; font-size: 1.7rem;}
.fs18{font-size:1.8em; font-size: 1.8rem;}
.fs19{font-size:1.9em; font-size: 1.9rem;}
.fs20{font-size:2.0em; font-size: 2.0rem;}
.fs21{font-size:2.1em; font-size: 2.1rem;}
.fs22{font-size:2.2em; font-size: 2.2rem;}
.fs23{font-size:2.3em; font-size: 2.3rem;}
.fs24{font-size:2.4em; font-size: 2.4rem;}
.fs25{font-size:2.5em; font-size: 2.5rem;}
.fs26{font-size:2.6em; font-size: 2.6rem;}
.fs27{font-size:2.7em; font-size: 2.7rem;}
.fs28{font-size:2.8em; font-size: 2.8rem;}
.fs29{font-size:2.9em; font-size: 2.9rem;}
.fs30{font-size:3.0em; font-size: 3.0rem;}
/*
=========================================================
iPhone横画面でのフォントサイズ変更をOFF
=========================================================
*/
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/*
=========================================================
画像拡大時のエッジクリア効果
=========================================================
*/
img.crisp-edges {
	image-rendering:optimizeSpeed; // Legal fallback
	image-rendering:-moz-crisp-edges; // Firefox
	image-rendering:-o-crisp-edges; // Opera
	image-rendering:-webkit-optimize-contrast; // Chrome, Safari
	image-rendering:crisp-edges; // CSS3 Proposed
	-ms-interpolation-mode:bicubic; // IE8+
}
/*
=========================================================
clearfix
=========================================================
*/
.cf{zoom:1;}
.cf:after {
    content: ""; 
	display: block; 
	clear: both;
}
.cf{overflow:hidden;}
/*
=========================================================
メディアの高さおよび幅の属性を削除
=========================================================
*/

/*
=========================================================
IE6対策
=========================================================
*/
.ie6 img {
	width:100%;
}
/*
=========================================================
マージン
=========================================================
*/
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt35{ margin-top:35px;}
.mt40{ margin-top:40px;}

.mb3{ margin-bottom:3px;}
.mb5{ margin-bottom:5px;}
.mb6{ margin-bottom:6px;}
.mb7{ margin-bottom:7px;}
.mb8{ margin-bottom:8px;}
.mb9{ margin-bottom:9px;}
.mb10{ margin-bottom:10px;}
.mb12{ margin-bottom:12px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb45{ margin-bottom:45px;}
.mb50{ margin-bottom:50px;}
.mb55{ margin-bottom:55px;}

.ml5{ margin-left:5px;}
.ml7{ margin-left:7px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml45{ margin-left:45px;}
.mr5{ margin-right:5px;}
.mr7{ margin-right:7px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr25{ margin-right:25px;}
.mr30{ margin-right:30px;}

/*
=========================================================
Padding
=========================================================
*/
.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt25{ padding-top:25px;}
.pt27{ padding-top:27px;}
.pt30{ padding-top:30px;}
.pt35{ padding-top:35px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}

.pb5{ padding-bottom:5px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb25{ padding-bottom:25px;}
.pb30{ padding-bottom:30px;}
.pb35{ padding-bottom:35px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}

/*
=========================================================
行間
=========================================================
*/
.lh110{ line-height:110%;}
.lh120{ line-height:120%;}
.lh130{ line-height:130%;}
.lh140{ line-height:140%;}
.lh150{ line-height:150%;}
.lh160{ line-height:160%;}
.lh170{ line-height:170%;}
.lh180{ line-height:180%;}
.lh190{ line-height:190%;}
.lh200{ line-height:200%;}
/*
=========================================================
テキスト回り込み解除
=========================================================
*/
.no-warp{ overflow: hidden; zoom:1;}
/*
=========================================================
フォントカラー
=========================================================
*/

/*
=========================================================
フロート関連
=========================================================
*/
.right { float: right;}
.left { float: left;}
.txtC { text-align: center;}
.txtL { text-align: left;}
.txtR { text-align: right;}
/*
=========================================================
hr（線）
=========================================================
*/
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
hr.line {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e3e3e3;
	padding: 0;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

/*
=========================================================
FaceBookライクボックス可変
=========================================================
*/
#likebox_conteiner {
	width: 100%;
}
#likebox_conteiner .fbcomments,
#likebox_conteiner .fb_iframe_widget,
#likebox_conteiner .fb_iframe_widget[style],
#likebox_conteiner .fb_iframe_widget iframe[style],
#likebox_conteiner .fbcomments iframe[style],
#likebox_conteiner .fb_iframe_widget span{
    width: 100% !important;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.txt-w    {
	color: #FFF;
}
.txt-red , .msg{
	color: #DC2D8C;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
