@charset "utf-8";
/*
=========================================================
reset
=========================================================
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
img{ vertical-align:bottom; }
a:focus {
	outline: none;
}
.cf{zoom:1;}
.cf:after {
    content: ""; 
	display: block; 
	clear: both;
}
.cf{overflow:hidden;}

/*
=========================================================
フォント
=========================================================
*/
body			{ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック"; background:#FFF;}
* + html body	{ font-family: "メイリオ","Meiryo"; }
html			{ font-size: 62.5%; }
body { 
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fs11{font-size:11px; font-size: 1.0rem;}
.fs11{font-size:11px; font-size: 1.1rem;}
.fs12{font-size:12px; font-size: 1.2rem;}
.fs13{font-size:13px; font-size: 1.3rem;}
.fs14{font-size:14px; font-size: 1.4rem;}
.fs15{font-size:15px; font-size: 1.5rem;}
.fs16{font-size:16px; font-size: 1.6rem;}
.fs17{font-size:17px; font-size: 1.7rem;}
.fs18{font-size:18px; font-size: 1.8rem;}
.fs19{font-size:19px; font-size: 1.9rem;}
.fs20{font-size:20px; font-size: 2.0rem;}
.fs21{font-size:21px; font-size: 2.1rem;}
.fs22{font-size:22px; font-size: 2.2rem;}
.fs23{font-size:23px; font-size: 2.3rem;}
.fs24{font-size:24px; font-size: 2.4rem;}
.fs25{font-size:25px; font-size: 2.5rem;}
.fs26{font-size:26px; font-size: 2.6rem;}
.fs27{font-size:27px; font-size: 2.7rem;}
.fs28{font-size:28px; font-size: 2.8rem;}
.fs29{font-size:29px; font-size: 2.9rem;}
.fs30{font-size:30px; 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+
}
/*
=========================================================
Margin
=========================================================
*/
/*上余白*/
.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;}
.mt45{ margin-top:45px;}
.mt50{ margin-top:50px;}
/*下余白*/
.mb5{ margin-bottom:5px;}
.mb6{ margin-bottom:6px;}
.mb7{ margin-bottom:7px;}
.mb8{ margin-bottom:8px;}
.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;}
.mb60{ margin-bottom: 60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
/*左余白*/
.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;}
.mr40{ margin-right: 40px;}

/*
=========================================================
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%;}
/*
=========================================================
フロート関連
=========================================================
*/
.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;
}
/*
=========================================================
Facebook Likebox
=========================================================
*/
.Facebook_LikeBox .fb-comments,
.Facebook_LikeBox .fb_iframe_widget,
.Facebook_LikeBox .fb_iframe_widget[style],
.Facebook_LikeBox .fb_iframe_widget iframe[style],
.Facebook_LikeBox .fbcomments iframe[style],
.Facebook_LikeBox .fb_iframe_widget span {
    width: 100% !important;
}