@charset "shift-jis";


/*------------------------------ ページ全体の指定 ------------------------------*/

/*--table, tr, td, th はCSS内では使わない。--*/

html, body, header,  article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}


img {border: 0;}
img.border1 {
border:1px solid #000000;
}

body {
	width: 100%;
	background-color: #ffffff;
	font: 16px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
}

a:link { color: #6C1700; text-decoration: none }
a:visited { color: #6C1700; text-decoration: none }
a:active { color: #6C1700; text-decoration: none } 
a:hover { color: #6C1700; text-decoration: underline; }

a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}


section .title{
	font-size: 16px;
	font-weight: bold;
}

p {
  padding: 3px 8px 3px 8px;
  line-height: 1.7;
}

div.main {
	width: 100%;
/*	max-width: 1000px;*/
	background-color: #ffffff;
}


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

div.header {
	width: 100%;
	max-width:1000px;
}

table.header {
	width: 100%;
	background-color: #ffffff;
}

td.topbar_img {
	width: 30%;
	max-width:172px;
	background-color: #ffffff;
}

img.top_img {
	width: 100%;
	max-width:172px;
	max-height:55px;
}

.menu_text {font-family:arial,sans-serif; font-size:14px; line-height:16px;}

/*--- PC版 ---*/
div.topbar_img {
	float: left;
	width: 30%;
	max-width:172px;
	background-color: #ffffff;
}

div.topbar_kago_and_kensaku {
	float: right;
	width: 70%;
	max-width:650px;
	background-color: #ffffff;
}

div.kago_kakunin {
	float: right;
	margin: 0 auto;
	height: 40px;
	width: 50px;
	background-color: #ffffff;
}

div.google_kensaku {
	float: right;
	margin: 0 auto;
	height: 40px;
	width: 50px;
	background-color: #ffffff;
}

div.topbar_menu {
	clear: right;
	width: 100%;
	background-color: #ffffff;
	text-align: right;
  	padding: 15px 0px 3px 0px;
}
/*--- PC版ここまで ---*/

/*--- スマホ版 ---*/
@media screen and (max-width: 768px){
	div.topbar_img {
		float: left;
		width: 40%;
		max-width:172px;
		background-color: #ffffff;
	}

	div.topbar_kago_and_kensaku {
		float: right;
		width: 60%;
		max-width:650px;
		background-color: #ffffff;
		text-align: right;
	}

	div.kago_kakunin {
		float: right;
		margin: 0 auto;
		height: 40px;
		width: 50px;
		background-color: #ffffff;
	}

	div.google_kensaku {
		float: right;
		margin: 0 auto;
		height: 40px;
		width: 50px;
		background-color: #ffffff;
	}

	div.topbar_menu {
		clear: right;
		width: 100%;
		background-color: #ffffff;
		text-align: left;
	  	padding: 15px 0px 3px 0px;
	}

	.menu_text {font-family:arial,sans-serif; font-size:18px; line-height:20px;}
}
/*--- スマホ版ここまで ---*/


/*------------------------------ 内容 ------------------------------*/

section {
	width: 100%;
	max-width:1000px;
}

div.section {/*		IEに対応するため		*/
	width: 100%;
	max-width:1000px;
}


/*--- PC版 ---*/

div.border_line {
	width: 100%;
	height: 1px;
	background-color:#280800;
}


div.type1 {
	max-width: 300px;
	text-align: center;
	float: left;
}

div.type2 {
	display: table;
	max-width: 500px;
	height: 333px;
	text-align: left;
	float: left;
}

/*--- 縦方向の中央寄せを行うのに必要 ---*/
div.type2 > *{
    display:table-cell;
    vertical-align: middle;
}

div.type3 {
	display: table;
	max-width: 500px;
	height: 333px;
	text-align: left;
	float: right;
}
/*--- 縦方向の中央寄せを行うのに必要 ---*/
div.type3 > *{
    display:table-cell;
    vertical-align: middle;
}

div.type150 {
	max-width: 150px;
	text-align: center;
	float: left;
}
div.type150_a {
	max-width: 150px;
	text-align: center;
}
div.type150_b {
	max-width: 150px;
	text-align: left;
}

div.craft {
	max-width: 500px;
	text-align: center;
	float: left;
}
div.craft_a {
	max-width: 500px;
	text-align: center;
}
div.craft_b {
	max-width: 500px;
	text-align: center;
}


div.type500 {
	max-width: 500px;
	text-align: center;
	float: left;
}
div.space20 {
	float: left;
	width: 20px;
	height: 1px;
}

div.name1 {
	font-weight: bold;
	text-align: center;
}

div.moyou1 {
	display: table;
	max-width: 50px;
	height: 250px;
	vertical-align: middle;
	text-align: center;
	float: left;
}
/*--- 縦方向の中央寄せを行うのに必要 ---*/
div.moyou1 > *{
    display:table-cell;
    vertical-align: middle;
}

div.category {
	width: 0px;
	height: 0px;
	float: left;
}


/*--- PC版ここまで ---*/

/*--- スマホ版 ---*/
@media screen and (max-width: 1000px){

	div.border_line {
		max-width: 1000px;
		width: 100%;
		height: 1px;
		background-color:#280800;
	}


	div.type1 {
		max-width: 1000px;
		width: 100%;
		text-align: center;
	}

	div.type2 {/*-- 左詰め --*/
		max-width: 1000px;
		width: 100%;
		height: auto;
		text-align: left;
	}

	div.craft {
		max-width: 1000px;
		width: 100%;
		text-align: center;
	}

	div.type3 {/*-- 右詰め --*/
		max-width: 1000px;
		width: 100%;
		height: auto;
		text-align: left;
	}

	div.type150 {
		max-width: 1000px;
		width: 100%;
		text-align: center;
	}

	div.type150_a {
		float: left;
		max-width: 200px;
		width: 20%;
		text-align: center;
		padding: 5px;
	}

	div.type150_b {
		float: left;
		max-width: 800px;
		width: 70%;
		text-align: left;
		padding: 5px;
	}

	div.craft {
		max-width: 1000px;
		width: 100%;
		text-align: center;
	}
	div.craft_a {
		float: left;
		max-width: 500px;
		width: 50%;
		text-align: center;
		padding: 5px;
	}
	div.craft_b {
		float: left;
		max-width: 500px;
		width: 40%;
		text-align: left;
		padding: 5px;
	}

	div.space30 {
		float: left;
		width: 0px;
		height: 0px;
	}

	div.name1 {
		font-weight: bold;
		text-align: left;
	}


	div.moyou1 {
		display: table;
		max-width: 1000px;
		width: 100%;
		height: 50px;
		vertical-align: middle;
		text-align: center;
	}
	/*--- 縦方向の中央寄せを行うのに必要 ---*/
	div.moyou1 > *{
	    display:table-cell;
	    vertical-align: middle;
	}

	div.category {
		width: 100%;
		height: auto;
		background-color: #61B92B;
	}

}

/*--- スマホ版ここまで ---*/




/*------------------------------ ナビ ------------------------------*/

div.smart_phone {
	display: none;
}

@media screen and (max-width: 768px){
	div.smart_phone {
		display: block;
	}
}

div.pc {
	display: blcok;
}

@media screen and (max-width: 768px){
	div.pc {
		display: none;
	}
}




nav {
  clear: both;
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img_sp/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  background-color: #280800;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(img_sp/arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a.navi {
  padding: 10px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #ffffff;
  background-color: #280800;
  /*background: url(img_sp/nav_bg.gif) repeat-x;*/
}

nav li a.navi:visited {
  padding: 10px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #ffffff;
  background-color: #280800;
  /*background: url(img_sp/nav_bg.gif) repeat-x;*/
}

nav li a.navi:hover {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #ffffff;
  background-color: #4C1000;
  /*background: url(img_sp/nav_bg_hover.gif) repeat-x;*/
}

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

footer {
	width: 100%;
	clear: left;
}

div.footer_img {
	width :100%;
	height :47px;
	background-image: url("footer.png");
	background-repeat: repeat-x;
}

div.footer {
	width :100%;
	height :200px;
	background-color: #280800;
}

footer div.copy {
	padding: 3px 8px 3px 8px;
	line-height: 1.7;
	color: #ffffff;
}


/*------------------------------ その他 ------------------------------*/
div.float_left {
	float: left;
}

div.float_left_end {
	clear: left;
	width: 1px;
}
