@charset "utf-8";

/* ========================================
* File Name: style.css
* Created Date: 2015.04.01
* Author: TAM
======================================== */

/* ========================================
	gHeader
======================================== */
/* pc */
@media screen and (min-width:641px) {
#gHeader .chara {
	position: absolute;
	top: 85px;
	left: 590px;
}

#gHeader .chara img {
	width: 146px;
	height: 179px;
}
}

/* sp */
@media screen and (max-width:640px) {
#gHeader .chara {
  position: absolute;
  top: 60px;
  right: 10px;
}
#gHeader .chara img {
	width: 69px;
	height: 84px;
}
}

/* ========================================
	main-contents
======================================== */
#main-contents .main-cont h2 {
	margin-bottom: 20px;
	padding:0 0 0 40px;
	font-size:24px;
	font-weight:bold;
	background:url("/about_site/images/ttl_icon.png") left top no-repeat;
	color: #7E461E;
}
#main-contents .main-cont a {
	color:#FF9000 !important;
}



/*SP*/
@media screen and (max-width: 640px) {

#main-contents h1 {
	width:100px;
}
#main-contents .main-cont {
	margin: 0 10px;
}
#main-contents .main-cont h2 {
	font-size:18px;
	background:url("/product/images/ttl_icon.png") no-repeat 6px 6px;
	-webkit-background-size: 23px;
	     -o-background-size: 23px;
	        background-size: 23px;
	padding:10px 0 0 40px;
}

}

/*menu-cont*/
#main-contents .menu-cont dl dt {
	margin-bottom: 25px;
}
#main-contents .menu-cont dl dd {
	margin-left: 25px;
	margin-bottom: 15px;
	font-size:14px;
	font-weight:bold;
}
#main-contents .menu-cont dl dd a {
	display:block;
	text-decoration:none;
	color: #521F00;
	padding-left: 20px;
	background: url("/common/images/icon_pc_menu.png") left 3px no-repeat;
}
#main-contents .menu-cont dl dd a.active {
	color: #FF7F06;
	background: url("/common/images/icon_active.png") left 3px no-repeat;
}

/* pc */
@media screen and (min-width:641px) {
#main-contents .menu-cont dl dd a:hover {
	color: #FF7F06;
	background: url("/common/images/icon_active.png") left 3px no-repeat;
}
}
#main-contents .menu-cont .side-bnr {
	margin: 10px 0 0 24px;
}
#main-contents .menu-cont .side-bnr li {
	margin-bottom: 12px;
}

/* sp */
@media screen and (max-width:640px) {
#main-contents .menu-cont {
	margin-top:20px;
}
#main-contents .menu-cont dl {
	background:none;
	padding-bottom:0;
	padding:0 10px;
}
#main-contents .menu-cont dl dt {
	display:none;
}
#main-contents .menu-cont dl dd {
	height:auto;
	font-size:16px;
	font-weight:bold;
	border:solid 2px #7E461E;
	background: #F5F1EC;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin: 0 0 8px 0;
	padding-left: 20px;
}
#main-contents .menu-cont dl dd a {
	display:block;
	padding:13px 0 13px 36px;
	background: url("/common/images/icon_menu.png") left 50% no-repeat;
	background-size: 14px 14px;
	color: #7E461E;
	text-decoration:none;
}
#main-contents .menu-cont dl dd a.active,
#main-contents .menu-cont dl dd a:hover {
	color: #FF7F06;
	background: url("/common/images/icon_active.png") left 50% no-repeat;
}
}




/* ========================================
	privacy
======================================== */
#privacy {
	font-size: 14px;
	line-height: 1.6;
	color: #521F00;
}
#privacy .privacy-text {
	margin-bottom: 25px;
	color: #521F00;
}
#privacy h3 {
	font-weight: bold;
}

#privacy .privacy-sub-text {
	font-size: 12px;
}

/* ========================================
	sitemap
======================================== */
#sitemap {
	font-size: 14px;
	line-height: 1.6;
	color: #521F00;
}
#sitemap a:link,
#sitemap a:visited {
	text-decoration: none;
}
#sitemap a:hover,
#sitemap a:active {
	text-decoration: underline;
}
#sitemap .block {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #BBA290;
}
#sitemap .block:last-child {
	border: none;
}
#sitemap .block .list {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 200px;
	padding-right: 20px;
}
#sitemap .block .list h3 {
	margin-bottom: 8px;
}
#sitemap .block .list ul {
	margin-left: 10px;
	margin-bottom: 5px;
}
#sitemap .block .list ul li {
	padding-left: 10px;
	background: url("/about_site/images/list-icon.png") left 8px no-repeat;
}
#sitemap .block .list ul li a {
	color: #521F00 !important;
}
/* sp */
@media screen and (max-width:640px) {
#sitemap .block {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#sitemap .block .list {
	float: none;
	width: auto;
}
}


/* ========================================
	index
======================================== */
#notice {
	font-size: 14px;
	line-height: 1.8;
	color: #521F00;
}
#notice h2 {
	margin-bottom: 10px;
}
#notice h3 {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #FF9000;
  background: #FFF3D7;
}
#notice p {
	margin-bottom: 23px;
}