@charset "utf-8";

/*=========================================

layout

=========================================*/

#main div.module {
	margin-bottom: 48px;
	clear: both;
	zoom: 1;
}

#main div.module:after {
	content:"";
	display: block;
	clear: both;
}

#main div.module:last-child,
#main div.module > *:last-child,
#main div.module > *:last-child > *:last-child,
#main div.module > *:last-child > *:last-child > *:last-child {
	margin-bottom: 0;
}

#main div.border {
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px dotted #ccc;
}

#main div.attention {
	padding: 12px;
	background: #f8f8f8;
}

#main div.position {
	position: relative;
}



/*=========================================

font color

=========================================*/

#main .orange {
	color: #dd552d;
}
#main .blue {
	color: #0099ad;
}
#main .green {
	color: #45b035;
}



/*=========================================

button

=========================================*/

#main .btn {
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

#main .btn a {
	width: 180px;
	height: 30px;
	background: #943b33;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#main .btn a.orange {
	background: #dd552d;
}
#main .btn a.blue {
	background: #0099ad;
}



/*=========================================

title

=========================================*/

#main h1 {
	margin: 0 0 0.75em 0;
	color: #943b33;
	font-size: 200%;
	font-weight: bold;
}

#main h2 {
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #943b33;
	font-size: 166.7%;
	font-weight: bold;
}

#main h3 {
	margin: 0 0 0.5em 0;
	border-bottom: 1px dotted #943b33;
	font-size: 133.3%;
	font-weight: bold;
}

#main h4 {
	margin: 0 0 0.5em 0;
	font-size: 150%;
	font-weight: bold;
}

#main h5 {
	margin: 0 0 0.5em 0;
	font-size: 133.3%;
	font-weight: bold;
}

#main h6 {
	margin: 0 0 0.5em 0;
	font-size: 116.6%;
	font-weight: bold;
}



/*=========================================

paragraph

=========================================*/

#main p {
	margin: 0 0 2em 0;
	line-height: 1.8;
}
#main p.date {
	margin-top: -1em;
	padding: .5em;
	background: #edefec;
	font-weight: bold;
}



/*=========================================

list

=========================================*/

#main ul {
	margin-bottom: 2em;
	list-style: disc;
}
#main ul li {
	margin: 0 0 0.5em 1.75em;
	_margin: 0 0 0.5em 2em; /* for IE6 */
	*margin: 0 0 0.5em 2em; /* for IE7 */
}

#main ol {
	margin: 0 0 2em 0;
}
#main ol li {
	margin: 0 0 0.5em 1.75em;
	_margin: 0 0 0.5em 2em; /* for IE6 */
	*margin: 0 0 0.5em 2em; /* for IE7 */
}

#main dl {
	margin: 0 0 2em 0;
}
#main dl dt {
	font-weight: bold;
}
#main dl dd {
	margin: 0 0 0.75em 0;
}



/*=========================================

table

=========================================*/

#main table {
}
#main table th,
#main table td {
	padding: 5px;
	border: 1px solid #999;
}
#main table th {
	font-weight: bold;
	text-align: center;
}
#main table td {
}



/*=========================================

about

=========================================*/

/*-----------------------------------------
case list
-----------------------------------------*/

#main div.caseList {
	margin-right: -40px;
	overflow: hidden;
	zoom: 1;
}

#main div.caseList dl.caseListChild {
	width: 180px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
#main div.caseList dl.caseListChild dt {
	margin-bottom: 10px;
	font-size: 133.3%;
	text-align: center;
}
#main div.caseList dl.caseListChild dt img {
	margin-bottom: 10px;
}
#main div.caseList dl.caseListChild dd {
}

/*-----------------------------------------
member list
-----------------------------------------*/

#main div.memberList {
}
#main div.memberList ul {
	margin: 0 -40px -10px 0;
	overflow: hidden;
	zoom: 1;
	list-style: none;
}
#main div.memberList ul li {
	width: 378px;
	margin: 0 40px 10px 0;
	padding: 10px;
	border: 1px dotted #0099ad;
	border-radius: 3px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
#main div.memberList ul li a {
	color: #0099ad;
	font-size: 133.3%;
	font-weight: bold;
}

/*-----------------------------------------
history list
-----------------------------------------*/

#main dl.historyList {
	margin: 0 0 2em 0;
}
#main dl.historyList dt {
	padding: 1em 1em 0;
	color: #943b33;
	font-size: 133.3%;
	font-weight: bold;
	float: left;
}
#main dl.historyList dd {
	margin: 0;
	padding: 1em 0 1em 5em;
	border-bottom: 1px dotted #ccc;
}
#main dl.historyList dd ul {
	margin-bottom: 0;
	list-style: none;
}
#main dl.historyList dd ul li {
	margin-bottom: 0;
	padding: 5px 0 10px 0;
	zoom: 1;
}
#main dl.historyList dd ul li:after {
	display: block;
	clear: both;
	height: 0px;
	content: "";
}
#main dl.historyList dd ul li strong {
	width: 65px;
	font-weight: normal;
	text-align: right;
	float: left;
}
#main dl.historyList dd ul li em {
	font-style: normal;
}
#main dl.historyList dd ul li em.txtDay {
	margin:0 0 0 0.65em;
}
#main dl.historyList dd ul li p {
	margin:0 0 0 75px;
}

/*-----------------------------------------
faq
-----------------------------------------*/

#main div.tabSet ul {
	width: 100%;
	display: block;
}

#main div.tabSet ul li {
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	float: left;
}

#main div.tabSet ul li a {
	margin: 0 2px;
	padding: 15px;
	border: 1px solid #999;
	border-bottom: none;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #333;
	text-decoration: none;
	display: block;
}

#main div.tabSet ul li a:hover {
	background: #f7f7f7;
}

#main div.tabSet ul li a.selected,
#main div.tabSet ul li a.selected:hover {
	background: #943b33;
	border-color: #943b33;
	color: #fff;
}

#main div.accordion {
	margin-bottom: 3em;
}

#main div.accordion dl {
	margin-top: 1em;
	border-bottom: 1px dotted #ccc;
}
#main div.accordion dl dt {
}
#main div.accordion dl dt a {
	padding: 1em 1em 1em 40px;
	border-top: 1px dotted #ccc;
	background: url(../images/icon_q.png) no-repeat 12px 10px;
	color: #333;
	text-decoration: none;
	display: block;
}
#main div.accordion dl dt a:hover {
	background-color: #efe2e1;
	opacity: 1.0;
	-ms-filter: "alpha(opacity=100)";
}
#main div.accordion dl dd {
	padding: 1em 1em 1em 68px;
	background: url(../images/icon_a.png) no-repeat 40px 10px;
	line-height: 1.8;
}



/*=========================================

case

=========================================*/

#caseContents {
}

#caseContents h2 {
	border-bottom: none;
	color: #dd552d;
}
#caseContents h3 {
	color: #dd552d;
	border-bottom: none;
}

#caseContents p.catch {
	margin-bottom: 0.5em;
	font-size: 133.3%;
	font-weight: bold;
}
#caseContents img.catchPhoto {
	margin-bottom: 3em;
}

#main div.caseInfo {
	width: 300px;
	margin: 0 0 0 40px;
	padding: 20px;
	background: #f7f7f7;
	float: right;
}

#main div.caseInfo h2 {
	margin-bottom: 10px;
}

#main div.caseInfo dl {
	margin-bottom: 0;
}

#main div.caseArticle {
	width: 460px;
	float: left;
}

#main div.caseArticle h2 {
	border-bottom: none;
	color: #dd552d;
}
#main div.caseArticle h3 {
	color: #dd552d;
	border-color: #666;
}

#main div.caseArticle .btn {
	line-height: 30px;
	text-align: center;
	position: static;
}
#main div.caseArticle .btn a {
	width: 180px;
	height: 30px;
	background: #dd552d;
	color: #fff;
	text-decoration: none;
	display: block;
}

#main div.casePhoto {
	width: 340px;
	margin: 0 0 0 40px;
	float: right;
}



/*=========================================

member

=========================================*/

#main h2.member {
	border-bottom: none;
	color: #0099ad;
}

#main h2.member strong {
	margin-right: 0.5em;
	padding: 1px 5px;
	background: #0099ad;
	border-radius: 3px;
	color: #fff;
	font-size: 90%;
}

#main div.memberPhoto {
	width: 180px;
	height: 180px;
	float: right;
}
#main div.memberPhoto img {
	border-radius: 3px;
}

#main dl.memberInfo {
	width: 620px;
	margin: 0 0 2em 0;
}
#main dl.memberInfo dt {
	width: 8em;
	padding: 1em 0;
	font-weight: bold;
	float: left;
	clear: left;
}
#main dl.memberInfo dd {
	margin: 0;
	padding: 1em 0 1em 8em;
	border-bottom: 1px solid #e5e5e5;
}

#main dl.memberInfo dt strong {
	margin-right: 0.5em;
	padding: 1px 5px;
	background: #9fcdd4;
}



/*=========================================

contact

=========================================*/

#main form.contact {
	width: 840px;
}

#main form.contact p.attention img {
	vertical-align: middle;
}

#main form.contact table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px dotted #c0c0c0;
}

#main form.contact th,
#main form.contact td {
	border: none;
	vertical-align: middle;
}
#main form.contact th {
	width: 120px;
	padding: 10px 8px;
	border-bottom: 1px dotted #c0c0c0;
}

#main form.contact td {
	padding: 10px 5px 7px;
	border-bottom: 1px dotted #c0c0c0;
}
#main form.contact td.required {
	width: 28px;
}

#main form.contact input,
#main form.contact select,
#main form.contact textarea {
	margin-bottom: 2px;
}

#name, #name2, #email,
#message, #data,
#zip1, #zip2,
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3,
#address,
#year1, #year2, #year3,
#month1, #month2, #month3,
#day1, #day2, #day3,
#time1, #time2, #time3 {
	padding: 5px;
	background: #f8f8f8;
	border: 1px solid #efefef;
}

#name, #name2, #email {
	width: 530px;
}
#message, #data {
	width: 620px;
	height: 10em;
}
#zip1, #zip2,
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3,
#year1, #year2, #year3,
#month1, #month2, #month3,
#day1, #day2, #day3,
#time1, #time2, #time3 {
	width: 70px;
}
#address {
	width: 620px;
}

#main form.contact p.button {
	margin: 20px 0 0;
	text-align: center;
}

#main form.contact td ul {
	margin: 0;
	list-style: none;
}
#main form.contact td ul li {
	margin: 0 16px 5px 0;
	vertical-align: middle;
	float: left;
}
#main form.contact td ul li input {
	margin: 0 2px 0 0;
	vertical-align: middle;
}

#main form.contact span.required,
#main form.contact td.required span {
	padding: 2px 3px;
	background: #943b33;
	border-radius: 5px;
	color: #fff;
	font-size: 83.3%
}



/*=========================================

access

=========================================*/

#googleMap {
	width: 840px;
	height: 450px;
	margin-bottom: 2em;
}



/*=========================================

comic

=========================================*/

#contents div.comic {
	padding-top: 0 !important;
}

/*-----------------------------------------
title
-----------------------------------------*/

#contents div.comic div.title {
	height: 200px;
	padding-top: 40px;
	background: url(../../comic/images/title_illust.png) no-repeat right top;
}
#contents div.comic div.title p {
	font-size: 116%; /* 15px */
}

/*-----------------------------------------
comic area
-----------------------------------------*/

#contents div.comic div.comicarea {
	margin-bottom: 15px;
	padding: 0 0 10px;
	background: #edefec;
}
#contents div.comic div.comicarea h2 {
	padding: 20px 20px 40px;
	background: #943b34;
	text-align: center;
}

#contents div.comic div.comicarea div.comicarea_inner {
	width: 600px;
	height: 525px;
	margin: -40px auto 40px;
}

#contents div.bxslider_comic div.slide {
	width: 600px;
	height: 525px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
#contents div.bxslider_comic div.slide img {
	position: absolute;
	top: 465px;
	left: 10px;
}
#contents div.bxslider_comic div.slide p {
	width: 520px;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 460px;
	left: 70px;
}


/*-----------------------------------------
sns
-----------------------------------------*/

#contents div.comic div.sns {
	float: left;
}
#contents div.comic div.sns div {
	float: left;
}

/*-----------------------------------------
page navi
-----------------------------------------*/

#contents div.comic div.pagenav {
	float: right;
}
#contents div.comic div.pagenav ul {
	list-style: none;
}
#contents div.comic div.pagenav ul li {
	float: left;
}
#contents div.comic div.pagenav ul li a {
	color: #333;
	text-decoration: none;
}
#contents div.comic div.pagenav ul li img {
	margin: -2px 3px 0;
}