@charset "utf-8";
	/*Reset Style*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* ===== 全体 ===== */
body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	background-color: #fff;
}
@media screen and (min-width: 481px) {
	html {
		background: url("image/light10.png") repeat left top;
	}
	body {
		width: 480px;
		margin: 0 auto;
	}
}


/* ===== トップロゴ ===== */
header {
	margin: 0;
	padding: 0;
}
header a {
	text-decoration: none;
}
header img {
	vertical-align: top;
}
header div.TopLogo_logo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	background: url("image/sitetitleback.jpg") no-repeat left center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	display: table;
}
header div.TopLogo_logo > h1 {
	margin: 0;
	padding: 0;
	width: 80%;
	display: table-cell;
	vertical-align: middle;
}
header div.TopLogo_logo > p.headnavbar {
/*	margin-right: 10px;
	padding: 0;*/
	padding-right: 8%;
	display: table-cell;
/*	width: 20px;*/
	cursor:pointer;
	text-align: right;
	vertical-align: middle;
}
header a img {
	border-style:none;
}


/* ホームとページトップへ移動ボタン */
div hometopbutton {
	margin: 20px 0;
}

p.topagetopbutton, p.tohomebutton {
/*	margin: 1em 15px; */
	font-size: 14px;
}
p.topagetopbutton {
	text-align: right;
	float: right;
	margin-right: 20px;
}
p.tohomebutton {
	float: left;
	margin-left: 20px;
}

p.topagetopbutton > a, p.tohomebutton > a {
	display: inline-block;
	border: 1px solid #d2b48c;
}
p.topagetopbutton > a {
	padding: 15px 30px 15px 15px;
	background: url("image/topagetoparrow.png") no-repeat right center;
	background-size: 24px 14px;
	-webkit-background-size: 24px 14px;
}
p.tohomebutton > a {
	padding: 15px 15px 15px 30px;
	background: url("image/tohomearrow.png") no-repeat left center;
	background-size: 24px 14px;
	-webkit-background-size: 24px 14px;
}

p.topagetopbutton > a:link, p.topagetopbutton > a:visited,
p.topagetopbutton > a:hover,
p.tohomebutton > a:link, p.tohomebutton > a:visited,
p.tohomebutton > a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffdab9;
}
p.topagetopbutton > a:active, p.tohomebutton > a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c82d28;
}


/* フッター */
footer {
	margin: 20px 0 0 0;
	background-color: #c82d28;
}
footer p {
	margin: 0 auto;
	padding: 0 0 1.5em 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
footer p.footlinkarea {
	padding: 1em 0;
	font-size: 14px;
}
footer a {
	text-decoration: none;
}
footer a:link, footer a:visited,
footer a:hover, footer a:active {
	color: #fff;
}


/* 上部メニューリスト */
ul.menulist {
	width: 290px;
	margin: 5px 15px 20px auto;
}
ul.menulist a {
	display: block;
	margin: 0;
	padding: 15px 30px 15px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	background: url("image/linkarrow.png") no-repeat right center;
	background-size: 24px 14px;
	-webkit-background-size: 24px 14px;
}
ul.menulist a:link, ul.menulist a:visited,
ul.menulist a:hover {
	color: #000;
	background-color: #ffdab9;
}
ul.menulist a:active {
	color: #fff;
	background-color: #c82d28;
}
ul.menulist > li {
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border-top: 1px solid #d2b48c;
	border-bottom: none;
	border-left: 1px solid #d2b48c;
	border-right: 1px solid #d2b48c;
	background-color: #ffdab9;
	display:block;
	line-height: 1.2em;
}
ul.menulist > li:last-child {
	border-bottom: 1px solid #d2b48c;
}
ul.menulist > li > p {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	cursor:pointer;
}
ul.menulist > li > p span {
	display: block;
	padding: 15px 30px 15px 15px;
	background: url("image/menuarrow_d.png") no-repeat right center;
	background-size: 24px 14px;
	-webkit-background-size: 24px 14px;
}
ul.menulist > li > p span.open {
	background: url("image/menuarrow_u.png") no-repeat right center;
	background-size: 24px 14px;
	-webkit-background-size: 24px 14px;
}
ul.menulist > li > ul > li {
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border-top: 1px solid #d2b48c;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1fff1));
	background: -moz-linear-gradient(top, #ffffff, #f1fff1);
	display:block;
	-webkit-box-shadow:0px 2px 2px rgba(000,000,000,0.1);
	box-shadow:0px 2px 2px rgba(000,000,000,0.1);
	line-height: 1.2em;
}
ul.menulist > li > ul > li a {
	padding-left: 15px;
}
ul.menulist > li > ul > li a:link,
ul.menulist > li > ul > li a:visited,
ul.menulist > li > ul > li a:hover {
	color: #000;
	background-color: #ffffe0;
}
ul.menulist > li > ul > li a:active {
	color: #fff;
	background-color: #c82d28;
}


/* floatの解除 */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/;
}

/* 機種依存表示 */

@media screen and (max-width: 479px) {
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
}
@media screen and (min-width: 480px) {
	.pconly {
		display: block;
	}
	.sponly {
		display: none;
	}
}

/* タイトルの大きさ */
img.titletext {
	width: 100%;
	height: auto;
}

/* imgのborderを0に */
img {
	border: none;
}
