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

body {
	margin: 0 auto;
}

#wrapper {
	width: 920px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
	background-image: url(../images/yokoku/background01.gif);
	background-repeat: repeat-y;
}

/* ----------バナー---------- */
.banner01 {
	margin: 0 auto;
}

/* ----------ヘッダ---------- */

#header {
	margin: 0 auto;
	padding-bottom: 40px;
}


.main {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 70px;
	padding-right: 70px;
	
	/* 文字要素 */
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5E341D;
}


/* ----------商品詳細／スペック02---------- */

.spec02 {
	width: 650px;
	margin: 0 auto;
	margin-bottom: 40px;
	
	/* 文字要素 */
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5E341D;
}

/* ----------インフォメーション---------- */

.info01 {
	width: 650px;
	margin: 0 auto;
	margin-bottom: 40px;
	
	/* 文字要素 */
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5E341D;
}



/* ------------------------------いつもの------------------------------ */


/* ----------フッター---------- */

#footer {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.btn_footer01 {
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 23px;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	padding-top: 10px;
	float: right;
}

/* ------------------テキストフォント------------------ */

.textfont_small01 {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.blue01 {
	/* 文字要素 */
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #304292;
}

.news_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	height: 40px;
}
.news_time {
	font-size: 12px;
	line-height: 16px;
}

.calendar_date {
border: 2px #000000 solid;
margin-bottom: 15px;
}



/* ------------------マージン------------------ */

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_8 {
	margin-right: 8px;
}

.margin_b_27 {
	margin-bottom: 27px;
}
.margin_b_15 {
	margin-bottom: 15px;
}

.margin_t_27 {
	margin-top: 27px;
}

.margin_t_10 {
	margin-top: 10px;
}




/* ------------------リンク------------------ */
a:link {
	color: #1B871E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1B871E;
}
a:hover {
	text-decoration: none;
	color: #1B871E;
}
a:active {
	text-decoration: none;
}



/* ------------------ボタン------------------ */
.btn {
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
