@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}

/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

section:nth-of-type(odd){background-color:#fffee9;}
section:nth-of-type(even){background-color:#fff;}

section:nth-of-type(odd) .itemList4 li {background-color:#fff;}
section:nth-of-type(even) .itemList4 li {background-color:#fffee9;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#title{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	text-align:center;
	height:auto;
	background:url(../images/haikei.png) 0 0 #FFC200;
	background-size:90% auto;
}

@media screen and (max-width: 320px) {
#title span{
	width:15%;
	height:auto;
	display:block;
	position:absolute;
	left:50%;
	bottom:8%;
	margin:0 0 0 -9%;
	max-width:50px;
}
#title p{
	background:url(../images/ti_main.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 80px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
}

@media screen and (min-width: 321px) {
#title span{
	width:15%;
	height:auto;
	display:block;
	position:absolute;
	left:50%;
	bottom:9%;
	margin:0 0 0 -6%;
	max-width:50px;
}
#title p{
	background:url(../images/ti_main.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 95px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
}
@media screen and (min-width: 680px) {
#title span{
	width:20%;
	height:auto;
	display:block;
	position:absolute;
	left:50%;
	bottom:9%;
	margin:0 0 0 -6%;
	max-width:100px;
}
#title p{
	background:url(../images/ti_main.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 180px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
}

.contInner02 {padding: 20px 10px;}
.cFix br{display:none;}
section .cFix{
	display:block;
	margin:0;
}
.hoverNone li dd span{
	color:#333!important;
}
section .cFix li{
	background:#FFFCDB;
	overflow:hidden;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow:1px 2px 2px 1px #C8C8C8;
}
section .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
}
section .thumb img{
	width:100%;
	height:auto;
}
section .cFix dl{
	overflow:hidden;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section .cFix dt{
	font-size:0.9rem;
	font-weight:bold;
	margin:10px 0 0 0px;
	padding:0;
}
section .cFix dd{
	padding:5px 10px 0 0;
	font-size:0.8rem;
	margin:0;
}
h1{font-size:0.8rem!important}
article h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight:bold;
	margin:0 0 10px 0!important;
	color:#BC0611;
	padding:5px 0;
	display:block;
	text-align:center;
	overflow:hidden;
	border-bottom:2px dotted #BC0611;
	border-top:3px solid #BC0611
}
article h2 img{
	width:30px;
	height:auto;
	display:inline-block;
	margin:-10px 15px 0 0;
}
article h2 span{
	margin:5px 0 0 0;
	display:inline-block;
	vertical-align:bottom;
	position:relative;
}
#dirPathBlock{font-size:0.6rem!important;}
.column2Area{margin:0;}

/*btn*/
.orangeBtn,
.redBtn,
.greenBtn{
	display:block;
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
}
.orangeBtn a{
		color:#FFF!important;
		display:block;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:92%;
}
.redBtn a{
		color:#FFF!important;
		display:block;
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#e54e71+0,e6335d+100 */
background: #e54e71; /* Old browsers */
background: -moz-linear-gradient(top,  #e54e71 0%, #e6335d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e54e71 0%,#e6335d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e54e71 0%,#e6335d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54e71', endColorstr='#e6335d',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(188,22,60,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(188,22,60,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(188,22,60,1);
	text-shadow:
		1px 1px 0px rgba(229,72,109,1),
		0px 1px 0px rgba(229,72,109,1);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:92%;
}
.greenBtn a{
	color:#FFF!important;
	display:block;
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#65aa46+0,4eab26+100 */
background: #65aa46; /* Old browsers */
background: -moz-linear-gradient(top,  #65aa46 0%, #4eab26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #65aa46 0%,#4eab26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #65aa46 0%,#4eab26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65aa46', endColorstr='#4eab26',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(56,137,21,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(56,137,21,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(56,137,21,1);
	text-shadow:
		1px 1px 0px rgba(92,170,57,1),
		0px 1px 0px rgba(92,170,57,1);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:92%;
}
.orangeBtn a:after,
.redBtn a:after,
.greenBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}	
.btnAll a{
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
		padding:0 0 0 0;
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px 20px 5px 5px;
	font-weight:normal;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.column2Area{
	margin:0 0 0 0;
}
.tabM01.hereBox span{
	color:#D97100!important;
}
.marginBottom20{
	margin-bottom:10px;
}
.box04 li dl dt{
	font-size:12px!important;
	margin-bottom: 5px;
    font-weight: bold;
	padding:6px 15px 6px 15px!important;
	display:inline-block;
	background:#BD0108;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	color:#FFF;
	position:relative;
}
.box04 li span{
	display:block;
	padding:0 0 10px 0;
}
.box04 li dl dt:after{
	position:absolute;
	bottom:-10px;
	left:45%;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:5px;
	border-style:solid;
	border-color:#BD0108 transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
}
.attentionBox{
	display:block;
	margin:0;
	padding:10px;
}
.attentionBox li{
	background:#FFF!important;
	box-shadow:none!important;
	margin:0 0 10px 0!important;
	padding:0 0 10px 0!important;
	-webkit-border-radius: 0 0 0 0!important;
	border-radius:  0 0 0 0!important;
}
.attentionBox dt{
	font-size:18px;
	font-weight:bold;
	color:#BD0108;
	margin:0 0 10px 0;
}
.attentionBox dd{
	margin:0 0 30px 0;
	padding:0!important;
}
.attentionBox dd li{
	margin:0 0 15px 0;
	padding:0 15px 15px 15px;
	font-size:14px;
	border-bottom:1px dashed #CCC;
}
.attentionBox dd li a{
	color:#0065D6!important;
}
.overWrap p{
	width:49%;
	float:left;
	margin:0 0 0 1%
}
.overWrap p a{
	font-size:12px;
	background:
}
.overWrap p a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow_bottom.png) no-repeat!important;
	position:absolute;
	top:35%;
	right:1%;
}
br.mustD{
	display:block;
}

/*qa*/
#qanda_box .section > div {margin: 2%;}
#qanda_box .section > div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#qanda_box div > div {margin-bottom: 2%;}
#qanda_box b.qaicon {
	background: #BC0611;
	font-size: 14px;
	margin: 0 2% 1% 0;
	color: #FFF;
	width: 15%;
	text-align: center;
	float: left;
}
#qanda_box h3 {
	font-size: 14px;
	margin: 0 0 2% 0;
	color: #BC0611;
	line-height: 1.6;
	text-align: left;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#qanda_box .section > div p span{
	width: 83%;
	float:left;
	display:block;
}
#qanda_box .section > div p {
	font-size: 14px;
	line-height: 1.6;
}

/*banner*/
.pr_banner {
	width: 96%;
    margin: 4% 2%;
}
.pr_banner p {text-align:center;}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
p.images img{
	width:250px;
	height:auto!important;
}
.pcnone{display:none;}

h1 {
	margin: 5px auto!important;
	font-weight: bold;
}

div.colum3T div{cursor:pointer;}
div.colum3T div:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}
.naviNormal li{font-size: 1.2em;}
#title{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:url(../images/haikei.png) no-repeat 50% 0 #FFC200;
	border-top:6px solid #BC0611;
}
#title p{
	background:url(../images/ti_main.png) no-repeat;
    margin: 20px auto;
    text-align:center;
    background-size: 910px auto;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
@media(max-width:1024px){
#title p {
    margin: 0 auto;
    text-align:center;
	background:url(../images/ti_main.png) no-repeat;
    background-size: contain;
    height: 250px;
    background-position: center top;
}
}
#title p strong{
	background:#FFF;
	display:inline-block;
	padding:3px 5px 3px 5px;
	color:#036;
	font-size:28px;
	margin:0 20px 0 0;
	text-shadow:none;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
			vertical-align:middle;
}
#title span{
	display:block;
	position:absolute;
	width:15%;
	max-width:130px;
   right:0px;
   bottom:7%;
   left:0px;
   margin:auto auto;
}
#title span img{
	width:100%;
	height:auto;
}
#title img{
	width:100%;
	height:auto;
}
#templeteWrap{
	width:100%;
}
.contInner02 .column2Area .section{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
	float:none!important;
	overflow:hidden;
}
#inner950,
.inner950{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
}
#Foot .footBtmInner{font-size:12px!important;}
.itemList4 a{color:#383333!important;}

/*add*/
#Foot .footBtmInner{font-size:12px!important;}
.itemList4 a{color:#383333!important;}
.contInner02 {
	padding: 30px 0;
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
	line-height: 1.6;
}

/*-------------------------nav*/
article h2 {
	font-size: 32px;
	margin-bottom: 15px;
	font-weight:bold;
	margin:0 0 30px 0!important;
	color:#BC0611;
	padding:10px 0 10px 0;
	display:block;
	text-align:center;
	overflow:hidden;
	border-bottom:2px dotted #BC0611;
	border-top:3px solid #BC0611
}
article h2 img{
	width:80px;
	height:auto;
	display:inline-block;
	margin:-10px 15px 0 0;
	vertical-align: middle;
}
article h2 span{
	margin:10px 0 0 0;
	display:inline-block;
	vertical-align:bottom;
	position:relative;

}
.planBox1{
	margin:0 0 15px 0;
}
.box02 li,.box03 li{
	width:275px!important;
	box-shadow: 1px 3px 5px #afafaf;
}

/*bo4x*/
.box04 li,.box04 li.white{
	width: 100%;
	max-width: 945px;
    min-width: 755px;
	margin: auto;
	box-shadow: 1px 3px 5px #afafaf!important;
}
.box04 li .thumb{
	width:300px;
	height:auto;
	float:left;
	margin:0 20px 0 0;
	-webkit-border-radius: 0 0 0!important;
	border-radius: 0 0 0!important;
}
.box04 li .thumb img{
	width:100%;
	height:auto;
}
.box04 li dl{
	overflow:hidden;
	margin:0 0 0 0!important;
	padding:20px 10px 8px 10px!important
}
.box04 li dl dt{
	font-size:18px!important;
	margin-bottom: 5px;
    font-weight: bold;
	padding:6px 15px 6px 15px;
	display:inline-block;
	background:#BD0108;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	color:#FFF;
	position:relative;
}
.box04 li dl dt:after{
	position:absolute;
	bottom:-10px;
	left:45%;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:5px;
	border-style:solid;
	border-color:#BD0108 transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
}
.box04 li dl dd{
	font-size:16px;
	line-height:32px;
}

/*bo5x*/
.box05 li,.box06 li{
	width:430px!important;
	box-shadow: 1px 3px 5px #afafaf;
}
.box05 li .thumb,.box06 li .thumb{
	width:200px;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
}
.box05 li .thumb img,.box06 li .thumb img{
	width:100%;
	height:auto;
}
.box05 li dl,.box06 li dl{
	overflow:hidden;
}
.box04 .itemList4 li:hover,
.box05 li:hover,
.box06 li:hover{
	cursor:default;
	opacity: 0.8;
	filter: alpha(opacity=80);       
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:1;
	cursor:pointer;
}
.hoverNone li:hover{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;     
	-ms-filter: "alpha(opacity=100)"!important;
	cursor:default!important; 
}

/*btn*/
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}
.orangeBtn a,.box04 .orangeBtn a{
	color:#FFF!important;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin:0 auto 10px;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:85%;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ff8e00 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8e00), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8e00 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8e00 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8e00 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8e00 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e00', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
}
.box04 .orangeBtn,
.box04 .redBtn,
.box04 .greenBtn{
	overflow:hidden!important;
	clear:none!important;
}
.orangeBtn a:after,
.redBtn a:after,
.greenBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
}

/*red*/
.redBtn a{
	/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#e54e71+0,e6335d+100 */
	background: #e54e71; /* Old browsers */
	background: -moz-linear-gradient(top,  #e54e71 0%, #e6335d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e54e71 0%,#e6335d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e54e71 0%,#e6335d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54e71', endColorstr='#e6335d',GradientType=0 ); /* IE6-9 */
		color:#FFF!important;
		display:block;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(188,22,60,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(188,22,60,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(188,22,60,1);
	text-shadow:
		1px 1px 0px rgba(229,72,109,1),
		0px 1px 0px rgba(229,72,109,1);
	display:block;
	clear:both;
	margin:0 auto 10px;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:85%;
}

/*green*/
.greenBtn a{
	/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#65aa46+0,4eab26+100 */
	background: #65aa46; /* Old browsers */
	background: -moz-linear-gradient(top,  #65aa46 0%, #4eab26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #65aa46 0%,#4eab26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #65aa46 0%,#4eab26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65aa46', endColorstr='#4eab26',GradientType=0 ); /* IE6-9 */
		color:#FFF!important;
		display:block;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(56,137,21,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(56,137,21,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(56,137,21,1);
	text-shadow:
		1px 1px 0px rgba(92,170,57,1),
		0px 1px 0px rgba(92,170,57,1);
	display:block;
	clear:both;
	margin:0 auto 10px;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:85%;
}
.box04 .orangeBtn:hover,
.box04 .redBtn:hover,
.box04 .greenBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}	
.btnAll a{
	width:419px;
	height:52px;
	line-height:52px;
	background: #ffa600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF!important;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}
.btnWide a{
	width:530px!important;
}
.btn50per{
	overflow:hidden;
	width:380px!important;
	float:left!important;
	margin:0 0 0 60px!important;
}
.btn50per a{
	width:100%!important;
	float:left!important;
	overflow:hidden;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btnAll a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
.price{
	color:#F00;
	font-size:18px;
	font-weight:bold;

	display:block;
	text-align:center;
	clear:both;
}
.Textbox{
	border:2px solid #FFFAC7;
	display:block;
	padding:15px;
	font-size:16px;
	line-height:30px;
	background:#FFF;
	margin:0 0 20px 0;
	box-shadow: 1px 3px 5px #afafaf;
}
#bottomNavi{
	overflow:hidden;
	margin:0 0 20px 0;
}
#bottomNavi li{
	display:block;
	float:left;
	width:300px;
	margin:0 10px 10px 0;
	border:2px solid #CCC;
	background:url(../images/tb_bottom_arrow.png) no-repeat 98% 50%;
}
#bottomNavi li a{
	display:block;
	padding:15px;
}
.itemList4 li {
	float: left;
    margin-bottom: 25px;
}
.attention{
	width:950px;
	margin:20px auto 10px;
	padding:0 0 10px 0;
	text-align:left;
	border-bottom:1px dashed #CCC;
}
.attention strong{
	font-weight:bold;
	border-right:1px solid #000;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
.nm10{
	padding:0 0 0 10px!important;

}
.marginBottom20{
	margin-bottom:10px!important;
}
.attentionBox{
	display:block;
	margin:0;
	padding:10px;
}
.attentionBox dt{
	font-size:18px;
	font-weight:bold;
	color:#BD0108;
	margin:0 0 10px 0;
}
.attentionBox dd{
	margin:0 0 30px 0;
}
.attentionBox dd li{
	margin:0 0 15px 0;
	padding:0 15px 15px 15px;
	font-size:14px;
	border-bottom:1px dashed #CCC;
}
.openingBox{
	margin:50px 80px 30px;
	padding:40px 20px 20px 20px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	border: 5px solid #ffffff;
    background-image: url(../images/im_rebbon.png),
                      url(../images/im_rebbon_bottom.png);
	background-position:105% -2%,-2% 120%;
	background-repeat: no-repeat,
                       no-repeat;

	background-color:#FFF;
	border-left:7px solid #BC0611;
	border-bottom:7px solid #BC0611;
	border-right:7px solid #BC0611;
	position:relative;
	-webkit-border-radius: 8px 8px 8px;
	border-radius: 8px 8px 8px;
}
.aboutCouponText{
	font-size:16px;
	display:block;
	text-align:center;
}
.openingText{
	width:831px;
	height:57px;
	line-height:57px;
	color:#FF3;
	font-size:28px;
	display:block;
	margin:0 auto 0;
	display:block;
	text-align:center;
	font-weight:bold;
	/*	background: linear-gradient(transparent 60%, #ffff66 60%);*/
	background:url(../images/bg_ti_coupon.png) no-repeat;
	display:block;
	clear:both;
	position:absolute;
	top:-40px;
	left:-35px;
}
.openingBox dl{
	display:block;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}
.openingBox dl dt{
	font-size:18px!important;
	padding:6px 15px 6px 15px;
	display:inline-block;
	background:#BD0108;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	color:#FFF;
	margin:0
}
.openingBox dl dd{
	text-align:center;
	padding:0 0 0 0;
}
.openingBox dl dd span{
	padding:20px;
	font-size:34px;
	text-align:center;
	line-height:24px;
	margin:0 0 0 0;
	display:block;
	font-weight:bold;
}
.openingBox dl dd strong{
	display:block;
	font-size:55px;
	font-weight:bold;
	line-height:50px;
	margin:0 0 15px 0;
	color:#BD0108;
	letter-spacing:-0.05em;
}
.overWrap{
	overflow:hidden;
	position:relative;
}
.overWrap p a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow_bottom.png) no-repeat!important;
	position:absolute;
	top:40%;
	right:1%;
}
.itemList4 a.blue{
	color:#008EE5!important;
}

/*qa*/
#qanda_box .section > div {margin: 2% 0;}
#qanda_box .section > div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#qanda_box .section > div > div {
	padding: 10px;
	margin-bottom: 3%;
	background: #fff;
}
#qanda_box b.qaicon {
	background: #BC0611;
	font-size: 18px;
	margin: 0 1% 1% 0;
	color: #FFF;
	width: 28px;
	height: 28px;
	text-align: center;
	float: left;
}
#qanda_box h3 {
	font-size: 18px;
	margin: 0 0 1% 0;
	padding-right: 24px;
	color: #BC0611;
	line-height: 1.6;
	width: 96%;
	text-align: left;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#qanda_box .section > div p span{
	width: 96%;
	float:left;
	display:block;
}
#qanda_box .section > div p {
	font-size: 16px;
	line-height: 1.6;
}

/*banner*/
.pr_banner {
	width: 100%;
    max-width: 890px;
    margin: 5% auto;
}
.pr_banner p {text-align:center;}
}