@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: 10px 0px 0px 0px;
}

A:hover { color: #1589FF; text-decoration: none; }
A:link { text-decoration: none }
A:visited { text-decoration: none }
A:active { text-decoration: none } 

.text2 {font-size:14px;}
.text3 {font-size:14px;}
.text_select {font-size:16px;}
.text_submit {font-size:15px;}
.text_select2 {font-size:14px;}/*---------- 業務用 ----------*/
.text_submit2 {font-size:14px;}/*---------- 業務用 ----------*/

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

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


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

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

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

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

img.top_img {
	width: 100%;
	max-width:243px;
	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:243px;
	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){
	body {
		width: 100%;
		background-color: #ffffff;
		font: 18px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
		line-height: 1.5;
		margin: 10px 0px 0px 0px;
	}

	.text2 {font-size:18px;}
	.text3 {font-size:14px;}
	.text_select {font-size:22px;}
	.text_submit {font-size:18px;}
	.text_select2 {font-size:22px;}/*---------- 業務用 ----------*/
	.text_submit2 {font-size:18px;}/*---------- 業務用 ----------*/

	div.topbar_img {
		float: left;
		width: 40%;
		max-width:243px;
		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:900px;
}

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

form_naiyou {
	width: 100%;
	max-width:750px;
}

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

img.shinkou {
	width: 100%;
	max-width:396px;
}

/*--- PC版 ---*/
table.main {
	width: 100%;
	max-width:900px;
}

div.naiyou {
	float: left;
	width: 70%;
	text-align: left;
}

div.sidespace {
	float: left;
	width: 2%;
	height: 1px;
}

div.sidemenu {
	float: left;
	width: 28%;
	text-align: left;
}

div.type200 {
	max-width: 200px;
	text-align: center;
	float: left;
}
div.type200_a {
	max-width: 200px;
	text-align: center;
}
div.type200_b {
	max-width: 200px;
	text-align: left;
}

div.space20 {
	float: left;
	width: 20px;
	height:250px;
	background-color: #ffffff;
}

div.sidemenu td {/*--- IEではtd内の文字列が初期設定でセンタリングになるため。 ---*/
	text-align: left;
}

div.topics_naiyou {
	width: 100%;
	text-align: left;
}

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

/*--- スマホ版 ---*/
@media screen and (max-width: 768px){
	div.naiyou {
		width: 100%;
		text-align: left;
	}

	div.sidespace {
		display: none;
	}

	div.sidemenu {
		width: 100%;
		text-align: left;
	}

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

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

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

	div.space20 {
		float: left;
		width: 100%;
		height:5px;
		background-color: #EFEFEF;
	}
}

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

/*---------- フォーム関係 ----------*/

input.button {
	padding: 10;
	margin: 10;
	width: 80%;
	max-width: 200px;
	min-width: 150px;
	height: 40px;
}

input.text {
	padding: 10;
	margin: 10;
	width: 95%;
	max-width: 300px;
}

textarea {
	padding: 10;
	margin: 10;
	width: 95%;
	max-width: 300px;
	height: 80px;
}

textarea.mini {
	padding: 10;
	margin: 10;
	width: 95%;
	max-width: 300px;
	height: 40px;
}

/*---------- 商品テーブル ----------*/

table.shouhin_table1 {
	width: 100%;
}

table.shouhin_table2 {
	width: 100%;
}

td.shouhin_table {
	width: 100%;
	background-color: #61B92B;
}

div.kochira {
	width: 100%;
	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 {
  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%;
	max-width:900px;
	clear: left;
}

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

footer font.text5 {
	font-size: 11px;
	line-height: 12px;
}

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

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