/* リセット */
html {
	overflow-y: scroll;
	color: #000;
}
 
body {
	margin: 0;
	padding: 0;
	font: 13px/1 verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust:none;
}
 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}


 
select, input, button, textarea {
	font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	*font-size: 100%;
}
 
table {
	border-collapse: collapse;
	border-spacing :0;
	font-size: inherit;
	font: 100%;
}
 
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
 
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
 
abbr, acronym {
	border: 0;
	font-variant: normal;
}
 
ol, ul {list-style: none;}
 
caption, th {text-align: left;}
 
fieldset, img {border: 0;}
 
legend {color: #000;}
 
sup {vertical-align: text-top;}
 
sub {vertical-align: text-bottom;}
 
q:before, q:after {content: '';}

img, div { behavior:url(../../js/iepngfix/iepngfix.htc); }


/* for SmartPhone */
@media print, screen and (max-width:767px) {

.only-pc { display:none; }
.only-sp { }



/*カスタマイズ*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, verdana, arial, clean, sans-serif;
	font-size: 13px;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
}

html,body { height:100%; }

select,
input,
button,
textarea {
font:100%;
}

table {
font-size:inherit;
font:100%;
}

textarea { 
font-size: 100%; 
}

.px8{font-size:62%;}
.px9{font-size:68%;}
.px10{
	font-size:74%;
	*font-size:68%;
	_font-size:68%;
}
.px11{font-size:83.3%;}
.px12{font-size:93%;}
.px13{font-size:100%;}
.px14{font-size:105%;}
.px15{font-size:115%;}
.px16{font-size:123%;}
.px17{font-size:136%;}
.px18{font-size:145%;}
.px19{font-size:154%;}
.px20{font-size:160%;}
.px21{font-size:162%;}
.px22{font-size:170%;}
.px23{font-size:177%;}
.px24{font-size:185%;}




#main { 
	width:100%; height:auto; 
	background-image:url(../img/start_header_bg.jpg);
	background-position:bottom center;
	border-bottom:1px solid #DDDDDD;
	background-repeat:repeat-x;
}

#main .header-bg {
	width:100%; height:46px; background-color:#FFFFFF; position:fixed; z-index:9990; top:0px;
	-webkit-box-shadow: #000 0px 0px 10px;
	-moz-box-shadow: #000 0px 0px 10px;
	box-shadow: #000 0px 0px 10px;
}
#main .header-bg .inner { display:block; width:100%; }
#main .header-bg .inner .logo { margin:10px 0px 0px 8px; }
#main .header-bg .inner .logo img { height:30px; }

#main .top { width:100%; }
#main .top .logo { margin:9px 0px 0px 10px; height:30px; }
#main .top .logo img { width:160px; height:30px; display:none; }
#main .top h1 { margin:18px 0px 0px 0px; text-align:center; }
#main .top h1 img { width:95%; }
#main .top .bodycopy {
	display:block;
	margin:4px 10px 10px 10px;
	padding:6px 10px 4px 10px;
	font-size:80%;
	line-height:130%;
	letter-spacing:1px;
	color:#000000; font-weight:bold;
	background-color:rgba(255,255,255,0.8);
	/*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	*/
}
#main .top .bodycopy br { display:none; }


#title {
	width:100%; 
	top:0; left:0; right:0; bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
}

.title-top-margin { margin-top:0px; }

#title h2 {
	position: relative; margin:0px 10px 0px 10px; padding:0px 10px 0px 10px;
	background: #1E87DD;
	border: 2px solid #62ACEA;
	border-radius:6px;
	font-size:16px; font-weight:bold;
	text-align:center;
	padding:14px 0px 14px 0px;
	color:#FFFFFF;
}
#title h2:after, #title h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#title h2:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #1E87DD;
	border-width: 10px;
	margin-left: -10px;
}
#title h2:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #62ACEA;
	border-width: 14px;
	margin-left: -14px;
}

#title .block-A { background: #1E87DD; border-color:#62ACEA; }
#title .block-A:after { border-top-color: #1E87DD; }
#title .block-A:before { border-top-color: #62ACEA; }

#title .block-B { background: #00AEAE; border-color:#00DBDB; }
#title .block-B:after { border-top-color: #00AEAE; }
#title .block-B:before { border-top-color: #00DBDB; }



#contents {
	width:100%;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	overflow:hidden; position:relative;
}
#contents .title-box { padding:30px 0px 0px 0px; width:100%; }
#contents .title-box .number-block { border-style:dotted; border-color:#B0D5F4; border-width:0px 0px 0px 0px; overflow:hidden; position:relative; }
#contents .title-box .number-block .tokuten {
	margin:0px 10px 7px 10px; padding:8px 8px 6px 8px; text-align:center;
	font-size:12px; color:#FFFFFF;
	background-color:#1E87DD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#contents .title-box .number-block .tokuten span { font-size:20px; font-weight:bold; }
#contents .title-box .number-block .number { display:none; }
#contents .title-box .space { display:none; }
#contents .title-box h3 { vertical-align:middle; font-size:16px; color:#333333; border-bottom:1px dotted #B0D5F4; padding:0px 0px 4px 0px; margin:4px 10px 0px 10px; line-height:120%; }
#contents .title-box h3 strong { color:#CC0000; font-weight:bold; }

#contents .info-box { margin:7px 10px 0px 10px; font-size:12px; color:#666666; line-height:130%; }
#contents .tokutai { display:table; margin:14px 10px 0px 10px; widht:100%; }
#contents .tokutai .photo { display:table-cell; padding-right:12px; vertical-align:middle; }
#contents .tokutai .photo img { width:100px; }
#contents .tokutai .texts-box { display:table-cell; vertical-align:middle; }
#contents .tokutai .texts-box .text-A { margin:0px 0px 0px 0px; font-size:11px; }
#contents .tokutai .texts-box .text-B { margin:4px 0px 0px 0px; font-size:13px; font-weight:bold; color:#CC0000; line-height:110%; }
#contents .tokutai .texts-box .text-C { margin:1px 0px 0px 0px; }
#contents .tokutai .texts-box .text-C img { height:16px; }
#contents .tokutai .texts-box .text-D { margin:3px 0px 0px 0px; font-size:9px; color:#666666; line-height:110%; }
#contents .tokutai .texts-box .text-E {
	margin:4px 0px 0px 0px; padding:6px 6px 4px 6px;
	font-size:10px; color:#888888; line-height:110%;
	background-color:rgba(255,255,231,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contents .schedule-A { margin:10px 10px 0px 10px; }
#contents .schedule-A .space { height:10px; }
#contents .schedule-A .header {
	background-color:#F58656; padding:7px 0px 5px 7px; font-size:14px; color:#FFFFFF; font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contents .schedule-A .subtitle {
	display:table-cell; vertical-align:middle;
	background-color:#16B491; padding:7px 8px 5px 8px; font-size:12px; color:#FFFFFF; font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contents .schedule-A .days {
	display:table-cell; vertical-align:middle;
	padding:7px 8px 5px 8px; font-size:20px; color:#CC0000; font-weight:bold;
}
#contents .schedule-A .days span { font-size:14px; font-weight:normal; color:#333333; }
#contents .schedule-A .days .span-B { font-size:20px; color:#CC0000; font-weight:bold; }
#contents .schedule-A .days a {
	display:block;
	padding:12px 0px 0px 0px;
	font-size:14px;
	font-weight:bold; color:#CC0000;
}

#contents .info-box-B {
	margin:6px 10px 0px 10px; padding:5px 10px 5px 10px;
	font-size:16px; color:#333333;
	background-color:rgba(255,255,231,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#contents .info-box-B p {
	margin:8px 0px 6px 0px; font-size:12px; padding-left: 1em; text-indent: -1em; line-height:120%;
}

#contents .info-box-C {
	margin:10px 10px 0px 10px; padding:10px 12px 8px 12px; display:inline-block;
	font-size:20px; color:#FFFFFF; font-weight:bold;
	background-color:rgba(204,0,0,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#contents .info-box-C .span-A { font-size:16px; } 

#contents .info-box-D { font-size:17px; color:#CC0000; font-weight:bold; margin:8px 10px 0px 10px; line-height:120%; text-indent:-1em; padding-left:1em; }



#contents .inner-button-A { margin:0px 10px 0px 10px; padding:10px 0px 3px 0px; }
#contents .inner-button-A .box { width:100%; vertical-align:middle; text-align:center; }
#contents .inner-button-A .box a {
	font-size: 14px; display:block; font-weight:bold; line-height:120%; 
	color: #050505; margin:0px 0px 0px 0px; 
	padding: 10px 8px; text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	-pie-background: linear-gradient(#f7ff00, #ffbf00);	
	-moz-border-radius: 8px;
	-webkit-border-radius: 83px;
	border-radius: 8px;
	border: 2px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
}


#contents .image-box-A { margin: 10px 10px 0px 10px; padding-bottom: 0px; text-align: center; } 
#contents .image-box-A a img { width: 100%; }


#contents .title-box .block-B { border-color:#7FD6D6; }
#contents .title-box .block-B .tokuten { background-color:#00AEAE; }
#contents .title-box .block-B .number { color:#00AEAE; }
#contents .title-box .block-B h3{ background-color:#00AEAE; }


#button { width:100%; margin:20px 0px 20px 0px; background-color:#EEEEEE; }
#button .contents { margin:0px 10px 0px 10px; }

#button .contents .inner { width:100%; padding:15px 0px 3px 0px; }
#button .contents .inner .box { width:100%; vertical-align:middle; text-align:center; }
#button .contents .inner .box a {
	font-size: 14px; display:block; font-weight:bold; line-height:120%; 
	color: #050505; margin:0px 0px 15px 0px;
	padding: 5px 8px; text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	-pie-background: linear-gradient(#f7ff00, #ffbf00);	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 2px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
}
#button .contents .inner .box a span { font-size:12px; font-weight:normal; }
#button .contents .inner .box a:hover {
	text-decoration:none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}








#page-top { width:100%; border-bottom:1px solid #EDEDED; margin:30px 0px 0px 0px; }
#page-top .inner {
	width:100%; 
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	overflow:hidden; position:relative;
}
#page-top .inner p { float:right; overflow:hidden; position:relative; margin:0px 10px 0px 0px; }
#page-top .inner img { float:left; width:100px; }


#footer { width:100%; border-top:1px solid #E0E0E0; }
#footer .box { width:100%; }

#footer .box ul { line-height:120%; padding:0px 0px 0px 0px; }
#footer .box li { margin:0px 0px 0px 0px; border-bottom:1px solid #E0E0E0; }
#footer .box li a {
	display:block; padding:12px 0px 12px 30px; color:#666666;
	background-image:url(../img/icon_arrow_03.gif);
	background-repeat:no-repeat;
	background-position:10px center;
}
#footer .box li a:link { text-decoration:none; }
#footer .box li a:hover { text-decoration:underline; }

#footer .box .copyright { text-align:center; color:#FFFFFF; font-size:50%; padding:8px 0px 8px 0px; background-color:#AAAAAA; }



}

/* for PC&TABLET */
@media print, screen and (min-width: 768px) {



.only-pc { }
.only-sp { display:none; }

/* カスタマイズ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, verdana, arial, clean, sans-serif;
	font-size: 13px;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
}

html,body { height:100%; }

select,
input,
button,
textarea {
font:100%;
}

table {
font-size:inherit;
font:100%;
}

textarea { 
font-size: 100%; 
}

.px8{font-size:62%;}
.px9{font-size:68%;}
.px10{
	font-size:74%;
	*font-size:68%;
	_font-size:68%;
}
.px11{font-size:83.3%;}
.px12{font-size:93%;}
.px13{font-size:100%;}
.px14{font-size:105%;}
.px15{font-size:115%;}
.px16{font-size:123%;}
.px17{font-size:136%;}
.px18{font-size:145%;}
.px19{font-size:154%;}
.px20{font-size:160%;}
.px21{font-size:162%;}
.px22{font-size:170%;}
.px23{font-size:177%;}
.px24{font-size:185%;}


#main { 
	width:100%; height:430px; /*height: 340px;*/ overflow:hidden; position:relative;
	background-image:url(../img/start_header_bg.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	border-bottom:2px solid #DDDDDD;
}

#main .header-bg {
	width:100%; height:58px; background-color:#FFFFFF; position:absolute; z-index:10;
	-webkit-box-shadow: #000 0px 0px 10px;
	-moz-box-shadow: #000 0px 0px 10px;
	box-shadow: #000 0px 0px 10px;
}
#main .header-bg .inner { display:none; }

#main .photo {
	width:950px; 
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	z-index:11;
}
#main .photo p { text-align:right; }

#main .top {
	width:950px; 
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	z-index:13;
}
#main .top .logo { margin:9px 0px 0px 10px; position:absolute; z-index:6; }
#main .top .logo img { width:251px; height:45px; }
#main .top h1 { margin:75px 0px 0px 0px; text-align:center; }
#main .top .bodycopy {
	display:inline-block;
	width:776px;
	margin:6px auto 0px 72px;
	padding:12px 15px 12px 15px;
	line-height:130%;
	letter-spacing:0px;
	color:#000000; font-weight:bold;
	background-color:rgba(255,255,255,0.8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#title {
	width:910px; 
	top:0; left:0; right:0; bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.title-top-margin { margin-top:30px; }

#title h2 {
	position: relative;
	background: #1E87DD;
	border: 3px solid #62ACEA;
	border-radius:6px;
	font-size:30px; font-weight:bold;
	text-align:center;
	padding:14px 0px 14px 0px;
	color:#FFFFFF;
}
#title h2:after, #title h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#title h2:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #1E87DD;
	border-width: 20px;
	margin-left: -20px;
}
#title h2:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #62ACEA;
	border-width: 24px;
	margin-left: -24px;
}

#title .block-A { background: #1E87DD; border-color:#62ACEA; }
#title .block-A:after { border-top-color: #1E87DD; }
#title .block-A:before { border-top-color: #62ACEA; }

#title .block-B { background: #00AEAE; border-color:#00DBDB; }
#title .block-B:after { border-top-color: #00AEAE; }
#title .block-B:before { border-top-color: #00DBDB; }



#contents {
	width:910px;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	overflow:hidden; position:relative;
}
#contents .title-box { display:table; padding:30px 0px 0px 0px; width:100%; }
#contents .title-box .number-block { display:table-cell; border-style:solid; border-color:#B0D5F4; border-width:0px 1px 2px 0px; width:100px; }
#contents .title-box .number-block .tokuten {
	margin:0px 7px 7px 7px; padding:8px 8px 6px 8px; text-align:center;
	font-size:12px; color:#FFFFFF;
	background-color:#1E87DD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#contents .title-box .number-block .tokuten span { display:none; }
#contents .title-box .number-block .number { font-size:34px; font-weight:bold; text-align:center; margin:10px 0px 8px 0px; color:#1E87DD; }
#contents .title-box .space { display:table-cell; width:10px; }
#contents .title-box h3 { display:table-cell; vertical-align:middle; font-size:24px; color:#333333; border-bottom:2px solid #B0D5F4; padding-left:10px; }
#contents .title-box h3 strong { color:#CC0000; font-weight:bold; }

#contents .info-box { margin:14px 0px 0px 0px; font-size:16px; color:#666666; line-height:130%; }
#contents .tokutai { display:table; margin:14px 0px 0px 0px; widht:100%; }
#contents .tokutai .photo { display:table-cell; padding-right:20px; vertical-align:middle; }
#contents .tokutai .texts-box { display:table-cell; vertical-align:middle; }
#contents .tokutai .texts-box .text-A { margin:0px 0px 0px 0px; font-size:16px; }
#contents .tokutai .texts-box .text-B { margin:6px 0px 0px 0px; font-size:24px; font-weight:bold; color:#CC0000; }
#contents .tokutai .texts-box .text-C { margin:12px 0px 0px 0px; }
#contents .tokutai .texts-box .text-D { margin:8px 0px 0px 0px; font-size:14px; color:#666666; line-height:130%; }
#contents .tokutai .texts-box .text-E {
	margin:10px 0px 0px 0px; padding:10px 12px 10px 12px;
	font-size:16px; color:#888888;
	background-color:rgba(255,255,231,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contents .schedule-A { display:table; margin:18px 0px 0px 0px; }
#contents .schedule-A .space { display:table-cell; width:14px; }
#contents .schedule-A .header {
	display:table-cell; vertical-align:middle; width:200px; text-align:center;
	background-color:#F58656; padding:7px 12px 5px 12px; font-size:16px; color:#FFFFFF; font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contents .schedule-A .subtitle {
	display:table-cell; vertical-align:middle;
	background-color:#16B491; padding:7px 12px 5px 12px; font-size:16px; color:#FFFFFF; font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contents .schedule-A .days {
	display:table-cell; vertical-align:middle;
	padding:7px 12px 5px 12px; font-size:28px; color:#CC0000; font-weight:bold;
}
#contents .schedule-A .days span { font-size:16px; font-weight:normal; color:#333333; }
#contents .schedule-A .days .span-B { font-size:20px; color:#CC0000; font-weight:bold; }
#contents .schedule-A .days a {
	display:inline;
	margin:0px 0px 0px 20px;
	font-size:18px;
	font-weight:bold; color:#CC0000;
}

#contents .info-box-B {
	margin:20px 0px 0px 0px; padding:12px 20px 12px 20px;
	font-size:16px; color:#333333;
	background-color:rgba(255,255,231,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#contents .info-box-B p {
	margin:10px 0px 6px 0px; font-size:16px; padding-left: 1em; text-indent: -1em;
}

#contents .info-box-C {
	margin:20px 20px 0px 0px; padding:16px 20px 12px 20px; display:inline-block;
	font-size:28px; color:#FFFFFF; font-weight:bold;
	background-color:rgba(204,0,0,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#contents .info-box-C .span-A { font-size:20px; } 

#contents .info-box-D { font-size:18px; color:#CC0000; font-weight:bold; margin:10px 0px 0px 0px; line-height:120%; }

#contents .inner-button-A { display:table; padding:15px 0px 10px 0px; }
#contents .inner-button-A .box { display:table-cell; vertical-align:middle; text-align:center; padding-right: 10px; }
#contents .inner-button-A .box a {
	font-size: 16px; /*width:380px;*/ display:block; font-weight:bold; line-height:120%;
	color: #050505; margin:0px 0px 0px 5px;
	padding: 10px 18px; text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	-pie-background: linear-gradient(#f7ff00, #ffbf00);	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 2px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
}


#contents .image-box-A { margin: 30px 0px 0px 0px; padding-bottom: 0px; text-align: center; } 
#contents .image-box-A a img { width: 80%; }


#contents .title-box .block-B { border-color:#7FD6D6; }
#contents .title-box .block-B .tokuten { background-color:#00AEAE; }
#contents .title-box .block-B .number { color:#00AEAE; }
#contents .title-box .block-B h3{ background-color:#00AEAE; }


#button { width:100%; margin:40px 0px 0px 0px; background-color:#EEEEEE; }
#button .contents {
	width:910px;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	overflow:hidden; position:relative;
}

#button .contents .inner { display:table; width:100%; padding:25px 0px 25px 0px; }
#button .contents .inner .box { display:table-cell; vertical-align:middle; text-align:center; width:455px; }
#button .contents .inner .box a {
	font-size: 20px; width:380px; display:block; font-weight:bold; line-height:120%;
	color: #050505; margin:0px 0px 0px 20px;
	padding: 10px 18px; text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	-pie-background: linear-gradient(#f7ff00, #ffbf00);	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 2px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
}
#button .contents .inner .box a span { font-size:15px; font-weight:normal; }
#button .contents .inner .box a:hover {
	text-decoration:none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


#page-top { width:100%; border-bottom:1px solid #EDEDED; margin:40px 0px 0px 0px; }
#page-top .inner {
	width:950px; 
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	overflow:hidden; position:relative;
}
#page-top .inner p { float:right; overflow:hidden; position:relative; }
#page-top .inner img { float:left; }


#footer { width:100%; border-top:1px solid #E0E0E0; }
#footer .box {
	width:950px; display:table; padding:16px 0px 14px 0px;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	overflow:hidden; position:relative;
}

#footer .box ul { display:table-cell; line-height:120%; }
#footer .box .only-sp { display:none; }
#footer .box li { float:left; margin:0px 14px 0px 0px; }
#footer .box li a {
	display:block; padding:0px 0px 0px 18px; color:#666666;
	background-image:url(../img/icon_arrow_03.gif);
	background-repeat:no-repeat;
	background-position:0px center;
}
#footer .box li a:link { text-decoration:none; }
#footer .box li a:hover { text-decoration:underline; }

#footer .box .copyright { display:table-cell; text-align:right; color:#B2B2B2; vertical-align:middle; }


}
