*{box-sizing:border-box;}
ul li, ol li{list-style-type:none;}
html{

}
body {
	color: #333;
	background: #fff;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.font_menu{

}

/*  -----アンカー指定-----  */
a{
	text-decoration:none;
	/*color: rgb(233,84,107);*/
	color: #333333;
}

a:hover,
a.current{
color: #000000;
}

img {
  vertical-align: bottom;
}

a img {
border: none;
}

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



/*  -----H-----  */


h1{
font-size:24px;
padding:0.5em 0px 0.25em;
margin:1.5em 0 1em;
}

h2{
	font-size: 1.2em;
	padding: 30px 20px;
	margin: 0.5em 0 0.5em;
	line-height: 1.2em;
	color: #231815;
	background: #f2f2f2;
        font-weight: bold;
}

h3{
font-size:1.6em;
margin:1.5em 0 0.75em;
padding:0;
text-align:center;
}
h3 span{
padding:5px 30px ;
border:solid 2px #231815;
border-radius:3px;
display:block;
margin:0 auto;
}
h3.main_title{
	color:#fff;
	font-size:2.0em;
	padding:20px 0;
}
h4{
font-size:14px;
color:#231815;
font-weight:bold;
background:#f2f2f2;
margin:1.5em 0 0.75em;
padding:8px;
}

h5{
font-size:14px;
margin:1.0em 0 0.5em;
padding:0px;
font-weight:bold;
}

h6{
font-size:13px;
margin:1.0em 0 0.5em;
padding:0px;
}

h1.img,h2.img,h3.img,h4.img,h5.img,h6.img{
padding:0;
margin:0;
border:none;
}
h1.nom,h2.nom,h3.nom,h4.nom,h5.nom,h6.nom{margin:0;}

h1.center,h2.center,h3.center,h4.center,h5.center,h6.center{
text-align:center;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
margin-top:0;
}
div.content > h2:first-child {
margin-top:0;
}

.content p{
font-size: 13px;
line-height: 1.8em;
margin-bottom: 1.4em;
letter-spacing: 0.1em;
}


.content ol{
	font-size: 12px;
	list-style-type: decimal;
	letter-spacing: 0.1em;
	padding-top: 0em;
	padding-right: 30px;
	padding-bottom: 0.75em;
	padding-left: 45px;
	line-height: 1.5em;
}

.content ul{
padding:0.5em 30px 0.75em 40px;
font-size: 14px;
list-style-type:disc;
letter-spacing: 0.1em;
line-height: 1.8em;
}

.content ol li{
padding:0 0 0.7em;
}
.content ul li{
padding:0 0 0em;
}


/*  -----その他-----  */

/*テーブル関係*/

table{
width:100%;
border-collapse:collapse;
clear:both;
}



/*文字装飾*/

.caution{
	color: rgb(233,84,107);
	font-size: 1em;
	line-height: 1.5em;
}
.small{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
}

.big{
font-size:1.2em;
line-height:1.5em;
}

strong{
font-weight:bold;
}

.indent{
padding-left:1em;
text-indent: -1em;
font-size:12px;
}


/*個別位置指定*/

.alignleft {
float: left;
margin:0 10px 10px 0;
}

.alignright {
float: right;
margin:0 0 10px 10px;
}

.aligncenter {
display: block;
margin-top:0px;
margin-bottom:0px;
margin-left: auto;
margin-right: auto;
}

.center{text-align:center;}

/*フォーム*/

span.hissu{
	color: #b60005;
	font-size: 12px;
	padding-left: 5px;
	vertical-align: middle;
	}

div.f_submit{
text-align:center;
padding:30px 0 10px;
}

form input[type="text"].middle{
width:50%;
}


/* IE8 */
#ie_alert{padding:10px;font-size:14px;width:80%;margin:0 auto;}
#ie_alert p.ttl{color:#ff3300;text-align:center;}
#ie_alert p{margin-bottom:1em;}
