@charset "utf-8";

/* BASE =============================== */
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
	font-size:14px;
	margin:0;
/*	font-family:-apple-system,'Lucida Grande','Helvetica Neue','Hiragino Kaku Gothic ProN','游ゴシック','メイリオ',meiryo,sans-serif;*/
	min-height: 100%;
  	position: relative;
	-webkit-text-size-adjust:100%;
	background:#FFFDE9;
}

html,body{
     height:100%;
}
#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
#header{
	width:100%;
	height:150%;
	background:#F29B00;
	
}
#contents{
	height:100%;
	min-height:100%;
	overflow:hidden;
	zoom:1;
	width:960px;
	margin:0 auto;
	margin-top:100px;
	font-size:17px;
}
#footer{
	width:100%;
	height:25px;
	background:#F29B00;
    position:absolute;
    bottom:0;
	background:#F29B00;
	text-align:center;
	color:#fff;
	font-size:10px;	
}
/*indexのCSS*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.boxbox{
  float: left;
}
#left{
	padding-right:20px;
}
#right{
	padding-left:20px;
}
#title{
	font-size:150%;
	font-weight:bold;
	text-align:center;	
	color:#fff;
}

@media(max-width: 768px) {
  .boxbox{
    float: none;
	word-wrap: break-word;
	padding:10px 0;
}
	#left{
		padding-right:0;
	}
	#right{
		padding-left:0;
	}
	#contents{
		height:auto;
		min-height:auto;
		padding-bottom:auto; /*フッターの高さと同じ*/
		overflow:auto;
		zoom:auto;
		width:auto;
		margin:auto;
		font-size:auto;
	}
}

/* テキスト設定 */
.txt_10px{
	font-size:10px;
}
.txt_11px{
	font-size:11px;
}
.txt_12px{
	font-size:12px;
}
.txt_13px{
	font-size:13px;
}
.txt_15px{
	font-size:15px;
}
.txt_18px{
	font-size:18px;
}
.txt_red{
	color:#F00;
}
.red{
	color:#F00;
}
.txt_l{
}
.salmon{
	color:#FF7E65;
}
.salmon{
	color:#FF7E65;
}
.txt_royallblue{
	color:#4169e1;
}

/* float設定 id */
#float_l{
	float:left;
}
#float_r{
	float:right;
}

/* float設定 class*/
.float_l{
	float:left;
}
.float_r{
	float:right;
}
/* floatリセット */
.c_both{
	clear:both;
}

/* text-align設定 */
.txt_align_l{
	text-align:left;
}
.txt_align_r{
	text-align:right;
}
.txt_align_c{
	text-align:center;
}
#txt_align_l{
	text-align:left;
}
#txt_align_r{
	text-align:right;
}
#txt_align_c{
	text-align:center;
}

a img{
	background:none;
}
/* 画像下の隙間埋める用 */
.display_b{
	display:block;
}

