@charset "utf-8";
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
	overflow-y:scroll;
	overflow-x:hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,section {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {	
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align:top;
}
hr{
	clear:both;
	border:none;
	background-color:#FFFFFF;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.float_left{float:left;}
.float_right{float:right;}



.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.st{font-weight:bold; }
.break{ clear:both; }
.no_border{ border:none; }
.pagetop{
	width:980px;
	margin:0 auto;
	text-align:center;
	padding:0 0 10px;
}
.brown{color:#8F765A;
}

/* clearfix */
.clear{ /zoom : 1; }
.clear:after{ content : ''; display : block; clear : both; }
.op:hover{
	opacity:0.6;
}

.m_t30{margin-top:30px!important;}

.m_b0{margin-bottom:0!important;}
.p_0{ padding::0!important;}
.m_b10{margin-bottom:10px!important;}
.m_b12{margin-bottom:12px!important;}
.m_b16{margin-bottom:16px!important;}
.m_b20{margin-bottom:20px!important;}
.m_b26{margin-bottom:26px!important;}
.m_b6{margin-bottom:6px;}
.m_b8{margin-bottom:8px;}
.m_b30{margin-bottom:30px!important;}
.m_b40{margin-bottom:40px!important;}
.m_b50{margin-bottom:50px!important;}
.m_b60{margin-bottom:60px!important;}

.m_l20{margin-left:20px!important;}
.m_r20{margin-right:20px!important;}
.m_r0{margin-right:0px!important;}


.p_b10{padding-bottom:10px;}
.p_b15{padding-bottom:15px;}
.p_b20{padding-bottom:20px;}
.p_b30{padding-bottom:30px;}
.p_b40{padding-bottom:40px;}
.p_b50{padding-bottom:50px;}
.p_t10{ padding-top:10px !important;}
.p_t8{padding-top:8px!important;}
.p_t20{ padding-top:20px !important;}

.font_13{	font-size:13px;}
.font_14{	font-size:14px;}
.font_15{	font-size:15px;}


.no_border{	border:none !important;}
.border_bottom_dotto{
	border-bottom:1px dotted #b0aaa5;
}
.circle li{
	list-style:disc;
	padding-left:0px;
	margin-left:10px;
}
/* default font */
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:13px;
	line-height:1.6;
color:#3A2A1E;
	text-align: left;
}
html {
	-webkit-text-size-adjust: none
}
/* for IE6 */
* html body {
    font: 82% "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* for IE7 */
*:first-child+html body {
    font-size: 82%;
}
/* default anchor */
a:link, a:visited, a:active {
	color:#EF8200;
	text-decoration: none;
}
a:hover {
	color:#EF8200;
	text-decoration: none;
}
