﻿@charset "utf-8";


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	line-height: 2;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	color: #333333;
	background: #ffffff;
}

ol, ul {
	list-style: none;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #C74B15;
	text-decoration: underline;
}

.color1 {
	color: #FF0033;
}

/* レイアウト全体 */
#container {
	width: 100%;
	max-width: 970px;
	margin: auto;
	background-color: #ffffcc;
	padding: 10px;
}

#header {
	background: url(../img/header.gif) repeat-x;
	height: 73px;
	width: 100%;
}

#header_inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 970px;
}

#header h1 {
	position: absolute;
	left: 180px;
	top: 2px;
	font-size: 1em;
	font-weight: normal;
	color: #ffff00;
}

#logo {
	position: absolute;
	left: -30px;
	top: 0;
}

#sitemap a {
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 0.9em;
	color: #ffffff;
}

/* メインエリア */
#main, #main2 {
	width: 100%;
	max-width: 650px;
	float: left;
}

#content, #content2 {
	width: 100%;
	max-width: 396px;
	float: right;
	margin: 20px 0;
}

#leftside, #leftside2 {
	width: 100%;
	max-width: 234px;
	float: left;
	margin: 20px 0;
}

#rightside, #rightside2 {
	width: 100%;
	max-width: 300px;
	float: right;
	margin: 20px 0;
}

/* フッター */
#footer {
	clear: both;
	height: auto;
	width: 100%;
	background-color: #0000cc;
	padding: 10px 0;
}

#footer_inner {
	position: relative;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 10px;
}

#footer p {
	font-size: 1em;
	color: #ffffff;
	text-align: center;
}

#footerlogo {
	position: absolute;
	right: 0;
	top: 10px;
}

/* フッターメニュー */
#footmenu {
	margin-bottom: 8px;
	text-align: left;
}
#footmenu li {
	padding-left: 15px;
	margin-left: 15px;
	border-left: solid 1px #ffffff;
	display: inline;
}
#footmenu li.first {
	border-left: none;
}
#footmenu a {
	color: #ffff00;
	text-decoration: none;
}
#footmenu a:hover {
	text-decoration: underline;
}


.post {
	clear: both;
	width: 100%;
}
.post h2 {
	background: url(../img/h2.gif) repeat-x;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 1em;
	color: #ffffff;
	padding-left: 10px;
}
.post ul {
	margin-bottom: 15px;
}
.post ul li {
	padding-left: 15px;
}

.product {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	width: 100%;
	max-width: 597px;
}
.product img {
	float: left;
	width: 170px;
	max-width: 100%;
	height: auto;
}
.product h3 {
	font-size: 1em;
	color: #055723;
	padding-left: 180px;
}
.product h3 a {
	color: #055723;
}
.product p {
	padding-left: 180px;
}

/* テーブル */
.ta1, .ta2, .ta3 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.ta1 th, .ta1 td,
.ta2 th, .ta2 td,
.ta3 th, .ta3 td {
	border: solid 1px #dcdcdc;
	padding: 10px;
	font-size: 1em;
	text-align: left;
}
.ta1 th, .ta2 th, .ta3 th {
	background-color: #f0f6da;
	color: #333333;
}
.ta3 th {
	text-align: center;
}
.ta2 td, .ta3 td {
	padding-left: 10px;
}


#formtable {
	width: 100%;
	max-width: 610px;
}
#formtable table {
	width: 100%;
	border-collapse: collapse;
}
#formtable th {
	width: 100px;
	border: solid 1px #dcdcdc;
	padding: 5px;
	background-color: #f0f6da;
	font-size: 1em;
	color: #333333;
	text-align: left;
}
#formtable td {
	border: solid 1px #dcdcdc;
	padding: 5px;
	font-size: 1em;
}
#formtable input,
#formtable textarea {
	border: solid 1px #bfbec5;
	width: 100%;
}
#formtable p {
	margin: 10px 0;
	text-align: center;
}
.formimg {
	border: none !important;
}

/* 左サイド */
#leftside img {
	margin-bottom: 10px;
}
#leftside h2 {
	padding-left: 10px;
	margin: 10px 0;
	font-size: 1em;
	color: #333333;
}


.newlist {
	margin-bottom: 15px;
}
.newlist dl {
	height: 200px;
	overflow: auto;
	padding-left: 5px;
	text-align: left;
}
.newlist dt {
	font-weight: bold;
	color: #666666;
}
.newlist dd {
	border-bottom: 1px solid #cccccc;
	margin: 5px 10px 10px 5px;
}

/* アコーディオンメニュー */
.menu_list {
	width: 100%;
	max-width: 160px;
}
.menu_head {
	padding: 10px;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
	font-weight: bold;
	background: #5C6884 url(../img/left.png) center right no-repeat;
}
.menu_head a {
	color: #ffffff;
	text-decoration: none;
}
.menu_head a:hover {
	color: #f5b1aa;
	text-decoration: none;
}
.menu_body {
	display: none;
}
.menu_body a {
	display: block;
	color: #006699;
	background-color: #e7e7eb;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
}
.menu_body a:hover {
	color: #aa4c8f;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	#main, #main2, #content, #content2,
	#leftside, #leftside2, #rightside, #rightside2 {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 10px 0;
	}
	.product h3,
	.product p {
		padding-left: 0;
	}
	.product img {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
}
