@charset "UTF-8";
/* CSS Document */


/* ===== Universal Reset ===== */

*{
margin:0;
padding:0;
}


/*全体の設定----------------------------------*/

body {
	border-top:#f39939 solid 8px;
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",arial, helvetica, sans-serif;	
	background-color: #FFF;

/*ページ上部の線 border-top: 5px solid #665e4a;	*/
}
h1,h2,h3,h4,h5,h6,h7,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

img{
border:0;
vertical-align:bottom;
}

ul,dl,ol{
	list-style-type:none;
	vertical-align:bottom;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	padding:0px;
	margin: 0px;
}

/*リンク（全般）設定*/
/*リンク色*/
a:link { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }


table,tr,td,div{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	border:none;
	padding:0px;
	word-wrap:break-word;
	line-height:170%;
}

em{
font-style:normal;
}

input {
vertical-align:middle;
}


/*ボールド*/
.text_bold{
font-weight: bold;
}

/*回り込み*/
.f_right{
display:block;
float:right;
}

.f_left{
display:block;
float:left;
}

/*回り込み解除*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-block;
}
	
.clear{
clear:both;
display: block;
font-size:1px;
line-height:0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*html.clear{
height:0px;
}

/*その他*/

.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
.caption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}