@charset "utf-8";
/* CSS Document */

/*----------
common上書き
----------*/
header {
	background-image:url(/images/header_bg.gif);
	height:540px;
	margin-bottom:30px;
}


@media screen and (max-width:767px){
	header {
		height:auto;
		padding-bottom:8%;
		margin-bottom:50px;
	}
}

#global_body{
	/*background-image:url(/common/images/wrap_inner_bg.gif);*/
	background-position:50% 0%;
	background-repeat:repeat-y;
	margin-top:-100px;
}

#global_body::before {
	display:none;
}

@media screen and (max-width:767px){
	#global_body{
		background:none;
		margin-top:-70px;
	}
}



/*----------
topページのheader
----------*/

#key_visual{
	width: 496px;
	height: 312px;
	padding: 6px 10px 6px 6px;
	background-image: url(/common/images/top/headBg.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 178px;
	z-index: 1;
}

@media screen and (max-width:767px){
	#key_visual{
		position:static;
		width:100%;
		height:auto;
		padding:0;
		background:none;
		
	}
	
	#key_visual .nivoSlider {
		top:0;
		left:0;
		margin-bottom:0;
		background:#FFF;
		border:#FFF 5px solid;
		border-radius:8px;
		box-shadow:0px 0px 4px rgba(0,0,0,0.65);
	}
	#key_visual .nivo-controlNav {
		position:static;
		text-align:center;
		margin:0 auto;
	}
	
	#key_visual > div,
	#key_visual a,
	#key_visual img {
		max-width:100%;
	}
		
}

#headContents {
	width:856px;
	margin:0 auto 0;
}

#headContents::after {
	content:'';
	display:block;
	clear:both;
}

@media screen and (max-width:767px){
	#headContents {
		width:100%;
		height:auto;
		display:none;
	}
}

.headLeft {
	float:left;
	width:175px;
}

.headLeft img,
.headRight img {
	margin-bottom:0;
}

.headRight {
	float:right;
	width:175px;
}

@media screen and (max-width:767px){
	.headLeft,
	.headRight {
		width:100%;
		float:none;
		text-align:center;
	}
}

@media screen and (max-width:578px){
	.headLeft {
		float:left;
		width:50%;
		max-width:175px;
	}
	
	.headRight {
		float:right;
		width:50%;
		max-width:175px;
	}
	
	.headLeft {
		padding-right:5px;
	}
	
	.headRight {
		padding-left:5px;
	}

}

/*----------
Introductory_part
----------*/

.ahvOpacity a:hover img,.ahvOpacity a:hover p,.ahvOpacity a:hover h3 {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/*
.ahvOpacity a:hover img,.ahvOpacity a:hover p,.ahvOpacity a:hover h3 {
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}
*/

.ahvOpacity h2 {
	color: #000;
	text-align: center;
	font-size: 200%;
	margin: 0 0 10px;
	border-bottom: 1px solid;
	font-weight: bold;
	line-height: 1.5;
}

.ahvOpacity .introTex {
	font-size: 130%;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}

.ahvOpacity .introPart {
	overflow: hidden;
	margin: 8px auto 30px auto;
}

.ahvOpacity .introPart li {
	margin: 0;
	text-align: center;
	width: 33%;
	padding: 10px;
	float: left;
	position: relative;
}

.clm2 {
	width: 49.5%!important;
}

.ahvOpacity .introPart li a {
	text-decoration: none;
}

.ahvOpacity .introPart li h3 {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 150%;
	margin: -8px 0;
	background: #000;
}

.ahvOpacity .introPart li p {
	margin: 8px 0 0 0;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	background: #333;
	padding: 5px 0;
	font-size: 120%;
}

.ahvOpacity .introPart li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px){
	.ahvOpacity .introTex {
		font-size: 100%;
	}
	.ahvOpacity .introPart li {
		width:32.5%;
		margin:0 0 15px 0;
		padding:0 5px;
		display: inline-block;
		float: none;
	}
	.ahvOpacity .introPart li h3 {
		font-size: 120%;
	}
	.ahvOpacity .introPart li p {
		font-size: 80%;
	}
}


/*----------
public_index
----------*/

.public_index a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.public_index h2 {
	margin-bottom:13px;
}

.public_index h3 {
	border-left:#390 5px solid;
	background:#EEF3EB;
	font-size:130%;
	font-weight:bold;
	text-indent:8px;
	line-height:2;
	margin:25px 0 15px 20px;
}

.public_index p {
	margin-left:20px;
}

.public_index ul {
	margin:0 -5px 0 20px;
}

.public_index ol {
	margin:10px 0 10px 20px;
	padding-left:30px;
	list-style:decimal;
	font-size:130%;
	font-weight:bold;
	line-height:1.8;
}

.public_index ol strong {
	color:#F03;
	font-weight:bold;
}


.public_index ul li {
	float:left;
	margin:0 5px -3px 0;
}

.public_index dl{
	margin:10px 0 0 0;
	line-height:150%;
}
.public_index dl dt{
	width:9em;
	padding:0.7em 0;
	font-weight:bold;
	text-align:left;
	text-indent:20px;
	color:#996600;
}
.public_index dl dd a{
	/*background-image:url(/common/images/bl_01.gif);*/
	background-position:0% 0.3em;
	background-repeat:no-repeat;
	padding-left:9em;
	margin-left:-9em;
}
.public_index dl dd strong{
	font-weight:bold;
	color:#FF0066;
	font-size:150%;
}

.public_index dl dd{
	padding:0.7em 0 0.7em 9em;
	margin:-2.9em 0 0 0;
}

.public_index .marginL15{
	margin-left:15px;
}

.public_index .marginL20{
	margin-left:20px;
}

@media screen and (max-width:767px){
	.public_index h3,
	.public_index p,
	.public_index ol  {
		margin-left:0;
	}
	
	.public_index h3 {
		text-indent:0;
		padding:8px;
		line-height:1.5;
	}
	
	.public_index ul {
		margin-right:0;
		text-align:center;
	}
	
	.public_index ul li {
		display:inline-block;
		text-align:center;
		float:none;
		margin:0 0 10px;
	}
	
	.public_index ol {
		padding:0;
		list-style:none;
		counter-reset:dicimal;
		max-width:320px;
		margin:0 auto;
		text-align:center;
	}

	.public_index ol::after {
		content:'';
		display:block;
		clear:both;
	}
	
	.public_index ol li {
		display:inline-block;
		vertical-align:top;
		width:140px;
		height:140px;
		margin:0 5px 10px 0;
		padding:0 25px;
		border-radius:75px;
		counter-increment:dicimal;
		background:#DEEEAC;
		text-align:center;
		font-size:75%;
		line-height:1.2;
	}
	
	.public_index ol li::before {
		content:counter(dicimal);
		display:block;
		font-size:350%;
		margin:25px 0 0;
	}
	
	
	.public_index ol li:nth-child(even) {
		margin:0 0 10px 5px;
	}
	
	
	.public_index dl dt{
		text-indent:0;
		width:auto;
		padding-bottom:0;
	}
	
	.public_index dl dd {
		padding:0 0 0.7em;
		margin:0;
	}
	.public_index .marginL15{
		margin-left:0;
	}
	.public_index .marginL20{
		margin-left:0;
	}
}

/****************************************************/
.public_index .meritList {
	overflow:hidden;
	margin:8px -10px 15px 0;
}

.public_index .meritList li {
	margin:0 10px 0 0;
	text-align: center;
}

@media screen and (max-width:767px){
	.public_index .meritList {
		margin-right:0;
	}
	
	.public_index .meritList li {
		width:32%;
		margin:0;
		padding:0 5px;
	}
}

.public_index .tab {
	margin-left:20px;
	margin-bottom:20px;
}

.public_index .tab p {
	margin-left:0;
}

.public_index .tab .productsLink {
	text-align:right;
	padding-right:10px;
}

@media screen and (max-width:767px){
	.public_index .tab {
		margin-left:0;
		border-bottom:#CFCFCF 1px solid;
	}
	
	.public_index .tab .productsLink {
		text-align:left;
		padding:10px 0;
	}
	
}

.public_index .tabset_4tab li {
	float:left;
	width:133px;
	height:44px;
	margin:0 2px 0 0;
}

.public_index .tabset_4tab li a {
	display:block;
	background:url(/common/images/top/tab4_off.png) no-repeat bottom left;
	width:134px;
	height:44px;
	padding:9px 0 0 22px;
	outline:none;
}

.public_index .tabset_4tab li.r-tabs-state-active a {
	background:url(/common/images/top/tab4_on.png) no-repeat bottom left;
	position:relative;
	z-index:99;
	width:134px;
	height:44px;
	padding:4px 0 0 22px;
}



@media screen and (max-width:767px){
	.r-tabs-accordion-title {
		background: rgb(255,255,255);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
		border:#CFCFCF 1px solid;
		border-bottom:none;
		padding:2px 10px 2px 30px;
		position:relative;
		height:40px;
		line-height:40px;
	}
	
	.r-tabs-accordion-title:nth-child(2) {
		border-radius:10px 10px 0 0;
	}
	
	.r-tabs-accordion-title::before {
		content:url(/common/images/top/arrow_top_off.png);
		float:left;
		position:absolute;
		top:5px;
		left:5px;
	}
	
	.r-tabs-accordion-title.r-tabs-state-active::before {
		content:url(/common/images/top/arrow_bottom_on.png);
	}
	
	.r-tabs-accordion-title a {
		display:block;
	}
	.r-tabs-accordion-title a img {
		vertical-align:middle;
	}
	
}


.public_index .r-tabs-panel {
	margin-bottom:20px;
}

.public_index .r-tabs-panel {
	width: 539px;
	padding: 20px 10px;
	border: #CCC 1px solid;
	border-top: none;
	background: url(/common/images/top/tab_bg.png) no-repeat #FCFCFC;
	position: relative;
	bottom:1px;
	z-index: 9;
}

@media screen and (max-width:767px){
	.public_index .r-tabs-panel {
		width:100%;
		margin:0;
		position:static;
		background: rgb(237,237,237);
		background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(252,252,252,1) 40%);
		background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(252,252,252,1) 40%);
		border-bottom:none;
	}
}

/*.public_index ul.tabset_panel ul {
	margin:0;
	font-weight:bold;
}

.public_index ul.tabset_panel ul li {
	float:none;
	position: relative;
	display:inline-block;
	width:auto;
	min-height:0;
	padding:0;
	border:none;
	background:none;
	margin:0 1em 0 0;
	position:static;
	font-size:120%;
}
.public_index ul.tabset_panel ul.tabset_panel_child{
	position: absolute;
	display: block;
	border: 1px solid #CCC;
	background-color: #FFE;
	margin: 0 80px 10px 0;
	padding: 2px 10px 4px;
	display: none;
}
.public_index ul.tabset_panel ul.tabset_panel_child li{
	font-size: 86%;
}*/


.public_index .tabset_4tab::after,
.public_index .r-tabs-panel::after {
	content:'';
	display:block;
	clear:both;
}


/**********************************************************/

.public_index ul.user li {
	margin-bottom:2px;
}
.public_index .r-tabs-panel .bibsL {
	float:left;
	width:360px;
}

.public_index .r-tabs-panel .bibsR {
	float:right;
	width:147px;
}

.public_index .r-tabs-panel .bibsL p {
	margin:0 0 0 5px;
	line-height:1.5;
}
.public_index .r-tabs-panel .bibsR p {
	margin:0;
	line-height:1.5;
}
.public_index .r-tabs-panel .bibsL img {
	margin-bottom:5px;
}

.public_index .r-tabs-panel .bibsR img {
	margin-right:2px;
}

.public_index .r-tabs-panel .bibsR p span {
	font-weight:bold;
	font-size:110%;
}

@media screen and (max-width:767px){
	.public_index .r-tabs-panel .bibsL,
	.public_index .r-tabs-panel .bibsR {
		float:none;
		width:auto;
	}
}
.public_index .bundle {
	border-bottom:#666 1px dotted;
	padding-bottom:20px;
	margin-bottom:30px;
	clear:both;
}

.public_index .store {
	line-height:1.5;
	padding-top:6px;
}

.public_index .store p {
	margin-bottom:20px;
}
.public_index .store .map {
	float:right;
	margin-top:-12px;
}

.public_index .store span {
	background:#690;
	color:#FFF;
	font-size:140%;
	padding:1px 3px;
}

@media screen and (max-width:767px){
	.public_index .store .map {
		display:block;
		margin:0 auto;
		float:none;
	}
}

.public_index .column2box {
	text-align:right;
	margin-left:0;
}

@media screen and (max-width:767px){
	.public_index .column2box .column {
		text-align:center;
		width:50%;
		float:left;
		padding:0 5px 0 0;
	}
	
	.public_index .column2box .column:nth-child(even) {
		padding:0 0 0 5px;
	}
}

.public_index .news hr {
	border:none;
	border-bottom:#000 1px dotted;
	margin:5px 0;
}

@media screen and (max-width:767px){
	.public_index .news dt:nth-child(n+7),
	.public_index .news dd:nth-child(n+8) {
		display:none;
		
	}
}

.bibs_element {
	font-size:125%;
	font-weight:bold;
	color:#390;
	border-top:dotted 1px #390;
	border-bottom:dotted 1px #390;
}

.bibs_price {
	display: inline-block;
	background: #ededed;
	font-size: 190%;
	margin: 10px 5px 20px 5px!important;
	padding: 0 15px;
}

.bibs_price_str {
	font-size: 135%;
	font-weight: bold;
	color: #E95513;
}

@media screen and (max-width:767px){
	.bibs_price {
		font-size: 160%;
	}
}

.bibs_information {
	font-size: 19px;
	line-height: 1.7;
	padding: 8px;
	text-align: center;
}

@media screen and (max-width:767px){
	.bibs_information {
	    font-size: 13px;
	    padding: 4px;
	}
}

/*----------------
calendar
----------------*/

.calendar {
	width:250px;
	height: 380px;
	border: none;
	overflow:hidden;
}
.calendarW200 {
	width:200px !important;
}

.calendarContents {
	line-height: 1.5;
}
.calendarContents table {
	width:95%;
	margin:10px auto;
	border:#CCC 1px solid;
	font-size:120%;
	line-height:1.2;
}

.calendarContents caption {
	text-align:center;
	background:#666;
	color:#FFF;
	font-weight:bold;
	border:#CCC 1px solid;
	border-bottom:none;
}

.calendarContents th {
	text-align:center;
	background:#999;
	color:#FFF;
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	font-weight:bold;
}

.calendarContents td {
	text-align:center;
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}

.calendarContents div {
	width:95%;
	margin: 5px auto 0;
	border: #9C0 2px solid;
	background: #DEEEAC;
}

.calendarContents p {
	text-align:center;
	margin:0;
}

.calendarContents p.holiday {
	width:95%;
	text-align:left;
	margin:0 auto;
	background:url(/common/images/top/icon-holiday.gif) no-repeat 0 5px;
	text-indent:12px;
}
.calendarContents table .holiday {
	background:#9C0;
}

@media screen and (max-width:767px){
	.calendar {
		width:100%;
	}
}


.mt8 {	margin-top:8px;}
@media screen and (max-width:767px){
	.mt8 {	margin-top:0;}
}
.floatL {float:left;}
.floatR {float:right;}
.topQp {
	font-size: 140%;
	padding-left: 10px;
	margin-bottom: 5px;
}
.topQs {
	color: #CC0000;
	font-weight: bold;
}
.topAp {
	font-size: 105%;
	padding-left: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #BBB;
}
.topAs {
	color: #003399;
	font-weight: bold;
}