@charset "utf-8";
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

body,td,th {
	background: #28292a;
	font-size: 16px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 160%;
	color: #fff;
}

h1,h2,h3,h4,h5 {
	font-family: "游ゴシック", YuGothic, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", sans-serif;
}

figure {
	margin: 0;
	padding: 0;
	display: block;
}
figcaption {
	font-size: 12px;
	text-align: right;
}
img {
	vertical-align:bottom;
}
a {
	color: #f8e71c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* common 
--------------*/
/** color **/
nav,.contents .box,.footer-info .box-info,.report-box {
	background: #1F3C57;
}
.inner-box {
	background: #28292a;
}


h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3,h4,h5 {
	font-size: 16px;
}
h4 {
	color: #F8E71C;
}


/** centering **/
header,
#menu,
ul#gnavi,
.contents,
.sns,
.contents .box,
.inner-box,
.base,
.base .sbmt,
.base .sbmt-uc,
.footer-info,
.footer-copy {
	margin: 0 auto;
}
h1,h2,h3,.cntr {
	text-align: center;
}

/** align **/
.rgt {
	float: right;
}
.lft {
	float: left;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}

/* header
--------------*/
.header-home h1,.header-home p,
.header-page h1,.header-page p {
	text-indent: -9999px;
}

/** header-info **/
.header-info {
	margin: 20px auto;
	width: 100%;
}
.header-info a {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}
.header-info a:hover {
	text-decoration: none;
	animation: gradation-info 1s;
	-webkit-animation: gradation-info 1s;
	animation-fill-mode: both;
}
@-webkit-keyframes gradation-info {
	0% { background-color: #28292a; }
	100% { background-color: #20507e; }
}
@keyframes gradation-info {
	0% { background-color: #28292a; }
	100% { background-color: #20507e; }
}

.info-eclipse {
	float: left;
}
.info-stream {
	float: right;
}


/** header menu fixed **/
.fixed {
	position: fixed;
	top: 0px;
	z-index: 999;
}

/* menu
--------------*/
#menu {
	width: 100%;
	box-shadow:rgba(0, 16, 38, 0.4) 0px 6px 10px -2px;
	-webkit-box-shadow:rgba(0, 16, 38, 0.4) 0px 6px 10px -2px;
	-moz-box-shadow:rgba(0, 16, 38, 0.4) 0px 6px 10px -2px;
}

ul#gnavi {
	padding: 0px;
	list-style: none;
}
ul#gnavi li {
	float:left;
}
ul#gnavi li a {
	display: block;
	text-indent: -9999px;
}
ul#gnavi li a:hover {
	border-bottom: 2px solid #f8e71c;
}
ul#gnavi li a.active {
	border-bottom: 2px solid #e1a435;
}

/* contents
--------------*/
/** contents  padding **/
.base {
	padding: 10px;
}
.contents .box {
	padding: 20px 0px;
	margin-bottom: 30px;
}
.contents .box h2,
.contents .box .tmm {
	margin-top: -10px;
}
.contents .box .tm {
	margin-top: 10px;
}
.contents .box-home {
	margin-top: 30px;
}
.contents .sct {
	margin-bottom: 40px;
}
.camp_entry,
.footer-info {
	padding: 30px 0px;
}

/** :box: border-radius **/
.contents .box,
.contents .inner-box,
.contents .report-box,
.footer-info .box-info {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}


/** table **/
.basic {
	width: 100%;
	margin: 50px 0px;
}
.basic td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.basic .under-caption {
	caption-side: bottom;
}

/** submit **/

.sbmt {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #3F88CC;
	color: #fff;
	display: block;
	padding: 10px;
}
.sbmt:hover {
	background: #20507e;
	text-decoration: none;
	animation: gradation-sbmt 0.3s;
	-webkit-animation: gradation-sbmt 0.3s;
	animation-fill-mode: both;
}
@-webkit-keyframes gradation-sbmt {
	0% { background-color: #3F88CC; }
	100% { background-color: #20507e; }
}
@keyframes gradation-sbmt {
	0% { background-color: #3F88CC; }
	100% { background-color: #20507e; }
}
.sbmt-inbase {
	text-align: center;
}
.sbmt-input {
	text-indent: -9999px;
	border: none;
	height: 60px;
	background: #3F88CC url('../images/common/form_submit.png') no-repeat center;
}

.sbmt-input:hover {
	text-indent: -9999px;
	background: #20507e url('../images/common/form_submit.png') no-repeat center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.sbmt-input,.sbmt-input:hover { background-image: url('../images/common/form_submit@2x.png'); background-size: contain; }
}



/*** submit-underconstruction ***/
.sbmt-uc {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #666;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}

/** form **/
select,input,textarea {
	color: #000;
}
input {
	margin-right: 8px;
}
.input-textarea {
	margin-bottom: 50px;
}

.checklist li {
	float: left;
}
.radiolist li {
	clear: both;
}
.checkbox,
.label-checkbox {
	margin-right: 10px;
}

.radio {
	display: block;
	float: left;
	margin-top: 5px;
}
.label-radio {
	display: block;
	overflow: hidden;
	padding: 0 10px;
}

#error {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #eb5f4a;
	padding: 0px 10px;
}
.require {
	color: #eb5f4a;
}

/** list **/
.contents ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.contents li {
	padding-bottom: 10px;
}
.base .form_survey {
	margin-left: 30px;
}

/** eclipse-color **/
.level {
	font-size: 21px;
	#color: #999;
}
.level0 {
	color: #000;
}
.level1 {
	color: #342220;
}
.level2 {
	color: #6a0000;
}
.level3 {
	color: #e90407;
}
.level4 {
	color: #ff6f22;
}
.level5 {
	color: #CCC;
}
.level6 {
	color: #369;
}

.jqplot-xaxis-tick,
.jqplot-yaxis-tick {
	color: #fff;
	font-size: 14px;
}

/** report-menu **/
.report-box a {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #1F3C57;
	margin: 2px 4px;
}

.report-box a:hover {
	border-bottom: 2px solid #f8e71c;
}
.report-box a.active {
	border-bottom: 2px solid #e1a435;
}


/** report-contents **/
.comment li {
	margin-bottom: 10px;
}
.re {
	padding: 12px;
	color: #9cf;
}
.icon-chat-1 {
	padding-right: 5px;
}


/* sns
--------------*/
.sns {
	margin: 30px auto;
	width: 280px;
	height: 69px;
	vertical-align: baseline !important;
	overflow: hidden;
}
.sns-box {
	display: block;
	height: 69px;
	float: left;
	padding: 0px 2px;
	vertical-align: baseline !important;
}


/* footer
--------------*/
footer {
	background: #000;
	margin-top: 30px;
	width: 100%;
}

/** footer-copy **/
.footer-copy {
	font-size: 12px;
}
.footer-copy a {
	color: #fff;
}
.box-copy-l a {
	margin-right: 20px;
}
.box-copy-l {
	width: 60%;
	float: left;
}
.box-copy-r {
	width: 30%;
	float: right;
	text-align: right;
}


/*------------------
 mobile css 
 -------------------*/
@media screen and (max-width : 480px){

img.img-r {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

body{
	width:100%;
}

.hidden-sp {
	display: none;
}

h1,h3 {
	color: #fff;
	text-shadow: 0px 0px 4px #F8E71C;
	-webkit-text-shadow: 0px 0px 4px #F8E71C;
	-moz-text-shadow: 0px 0px 4px #F8E71C;
}

h1 {
	margin: 30px auto 20px;;
}
h2 {
	color: #F8E71C;
}
h2.report_h2_02_uc {
	color: #ccc;
}
h3 {
	margin: 20px auto;
}

/* header
--------------*/

/** header-background **/
.header-home {
	background: url('../images/sp/home_title.png') no-repeat center;
	height: 340px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-home { background-image: url('../images/sp/home_title@2x.png'); background-size: contain; }
}

.header-page {
	background: #28292a url('../images/sp/title.png') no-repeat center bottom;
	height: 90px;
	border: 1px solid #28292a;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-page { background: #28292a url('../images/sp/title@2x.png') no-repeat center bottom; background-size: contain; }
}


/** header-info **/

/*.header-info .info-eclipse,
.header-info .info-stream {
	width: 49%;
}*/
.header-info a {
	width: 160px;
	height: 60px;
}

a.info-eclipse {
	background: url('../images/sp/home_header_eclipse.png') no-repeat top left;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
a.info-eclipse { background-image: url('../images/sp/home_header_eclipse@2x.png'); background-size: 160px 60px; }
}
a:hover.info-eclipse {
	background: #20507e url('../images/sp/home_header_eclipse.png') no-repeat top left;
}

a.info-stream {
	background: url('../images/sp/home_header_stream.png') no-repeat top left;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
a.info-stream { background-image: url('../images/sp/home_header_stream@2x.png'); background-size: 160px 60px; }
}
a:hover.info-stream {
	background: #20507e url('../images/sp/home_header_stream.png') no-repeat top left;
}
/* menu
--------------*/
#menu {
	height: 55px;
}
ul#gnavi {
	width: 320px;
}

ul#gnavi li a {
	height: 54px;
}

/** gnavi-background **/
.gnavi01 {
	background: url('../images/sp/gnavi_01.png') no-repeat center;
	width: 60px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi01 { background-image: url('../images/sp/gnavi_01@2x.png'); background-size: 60px 54px; }
}

.gnavi02 {
	background: url('../images/sp/gnavi_02.png') no-repeat center;
	width: 88px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi02 { background-image: url('../images/sp/gnavi_02@2x.png'); background-size: 88px 54px; }
}

.gnavi03 {
	background: url('../images/sp/gnavi_03.png') no-repeat center;
	width: 100px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi03 { background-image: url('../images/sp/gnavi_03@2x.png'); background-size: 100px 54px; }
}

.gnavi04 {
	background: url('../images/sp/gnavi_04.png') no-repeat center;
	width: 68px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi04 { background-image: url('../images/sp/gnavi_04@2x.png'); background-size: 68px 54px; }
}


/* contents
--------------*/
/** contents width / padding **/
.contents .box,
.inner-box,
.footer-info {
	width: 96%;
}

/** table **/
.basic th,
.basic td {
	padding: 5px;
}
.basic th.wrap {
	width: 100px;
}


/** submit **/
.sbmt,
.sbmt-uc {
	width: 80%;
}
/** form **/
.select-area {
	width: 80%;
}
.input-textarea {
	width: 90%;
}


/** SP report **/
.report-box {
	padding: 10px 10px 0px;
	width: 90%;
	margin: 10px auto;
}

/* footer
--------------*/
/** footer-info **/
.footer-info .box-info dl {
	margin: 10px;
	padding: 5px;
}
.footer-info .box-info dt {
	margin: 20px auto;
}
.footer-info .box-info dd {
	margin: 10px 0px;
}


/* footer-copy */
.footer-copy a {
	padding: 10px;
}

}

/*------------------
 tablet css 
 -------------------*/
@media screen and (min-width: 481px) and (max-width: 768px){

img.img-r{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
body{
	width:100%;
}

.hidden-sp {
	display: none;
}

/** align **/
.rgt-pc {
	float: right;
	width: 48%;
}
.lft-pc {
	float: left;
	width: 48%;
}

h1,h3 {
	color: #fff;
	text-shadow: 0px 0px 4px #F8E71C;
	-webkit-text-shadow: 0px 0px 4px #F8E71C;
	-moz-text-shadow: 0px 0px 4px #F8E71C;
}

h1 {
	margin: 30px auto 20px;;
}
h2 {
	color: #F8E71C;
}

h2.report_h2_02_uc {
	color: #ccc;
}
h3 {
	margin: 20px auto;
}

/* header
--------------*/
/** header-logo **/
.logo {
	float: right;
}

/** header-background **/
.header-home {
	background: url('../images/pc/home_title.png') no-repeat center;
	height: 340px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-home { background-image: url('../images/pc/home_title@2x.png'); background-size: contain; }
}
.header-page {
	background: #28292a url('../images/pc/title.png') no-repeat center;
	height: 90px;
	border: 1px solid #28292a;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-page { background: #28292a url('../images/pc/title@2x.png') no-repeat center; background-size: contain; }
}

/** header-info **/
.header-info a {
	width: 48%;
	height: 60px;
}

a.info-eclipse{
	background: url('../images/pc/home_header_eclipse.png') no-repeat top left;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-info a.info-eclipse { background-image: url('../images/pc/home_header_eclipse@2x.png'); background-size: contain; }
}
.header-info a:hover.info-eclipse {
	background: url('../images/pc/home_header_eclipse.png') no-repeat top left;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-info a:hover.info-eclipse { background-image: url('../images/pc/home_header_eclipse@2x.png'); background-size: contain; }
}

.header-info a.info-stream {
	background: url('../images/pc/home_header_stream.png') no-repeat top left;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-info a.info-stream { background-image: url('../images/pc/home_header_stream@2x.png'); background-size: contain; }
}
.header-info a:hover.info-stream {
	background: url('../images/pc/home_header_stream.png') no-repeat top left;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-info a:hover.info-stream { background-image: url('../images/pc/home_header_stream@2x.png'); background-size: contain; }
}




/* menu
--------------*/
#menu {
	height: 60px;
}
ul#gnavi {
	width: 100%;
}
ul#gnavi li {
	width: 25%;
}

ul#gnavi li a {
	height: 58px;
}

/** gnavi-background **/
.gnavi01 {
	background: url('../images/pc/gnavi_01.png') no-repeat center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi01 { background-image: url('../images/pc/gnavi_01@2x.png'); background-size: contain; }
}

.gnavi02 {
	background: url('../images/pc/gnavi_02.png') no-repeat center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi02 { background-image: url('../images/pc/gnavi_02@2x.png'); background-size: contain; }
}

.gnavi03 {
	background: url('../images/pc/gnavi_03.png') no-repeat center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi03 { background-image: url('../images/pc/gnavi_03@2x.png'); background-size: contain; }
}

.gnavi04 {
	background: url('../images/pc/gnavi_04.png') no-repeat center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi04 { background-image: url('../images/pc/gnavi_04@2x.png'); background-size: contain; }
}

/* contents
--------------*/
/** contents width / padding **/

.contents .box,
.contents .inner-box,
.footer-info {
	width: 96%;
}


/** table **/
.basic th,
.basic td {
	padding: 10px;
}
.basic th.wrap {
	width: 100px;
}

/** submit **/
.sbmt-inbase,.sbmt-uc {
	width: 280px;
}

/** form **/
.select-area {
	width: 80%;
}
.input-textarea {
	width: 90%;
}

/** TAB report **/
.report-box {
	padding: 10px 2px 2px;
	width: 96%;
	margin: 0 auto;
}

/* footer
--------------*/
/** footer-info **/
.footer-info .box-info {
	/*width: 48%;**/
	float: left;
	width: 96%;
	margin-bottom: 10px;
}
.footer-info .rm20 {
	margin-right: 20px;
}
.footer-info .box-info dl {
	margin: 20px;
}
.footer-info .box-info dd {
	margin: 20px 0px;
}


}

/*------------------
 pc css 
 -------------------*/
@media screen and (min-width: 769px){

/* hidden */
.hidden-pc {
	display: none;
}


/** align **/
.rgt-pc {
	float: right;
	width: 48%;
}
.lft-pc {
	float: left;
	width: 48%;
}

/* h1,h2,h3 alt-text
---------------*/
.alt-text {
	text-indent: -9999px;
}
/** h:home **/
[class^="home_h3_"],
[class*=" home_h3_"] {
	height: 48px;
}
h2.home_h2_01 {
	background: url('../images/pc/home_h2_01.png') center no-repeat;
	height: 45px;
}
h3.home_h3_01 {
	background: url('../images/pc/home_h3_01.png') center no-repeat;
}
h3.home_h3_02 {
	background: url('../images/pc/home_h3_02.png') center no-repeat;
}

/** h:color **/
[class^="color_h3_"],
[class*=" color_h3_"] {
	height: 52px;
}
h1.color_h1 {
	background: url('../images/pc/color_h1.png') center no-repeat;
	height: 60px;
}
h3.color_h3_01 {
	background: url('../images/pc/color_h3_01.png') center no-repeat;
}
h3.color_h3_02 {
	background: url('../images/pc/color_h3_02.png') center no-repeat;
}
h3.color_h3_03 {
	background: url('../images/pc/color_h3_03.png') center no-repeat;
}

/** h:entry **/
[class^="entry_h2_"],
[class*=" entry_h2_"] {
	height: 51px;
}
[class^="entry_h3_"],
[class*=" entry_h3_"] {
	height: 52px;
}
h1.entry_h1 {
	background: url('../images/pc/entry_h1.png') center no-repeat;
	height: 60px;
}
h2.entry_h2_01 {
	background: url('../images/pc/entry_h2_01.png') center no-repeat;
}
h2.entry_h2_02 {
	background: url('../images/pc/entry_h2_02.png') center no-repeat;
}
h2.entry_h2_03 {
	background: url('../images/pc/entry_h2_03.png') center no-repeat;
}
h3.entry_h3_01 {
	background: url('../images/pc/entry_h3_01.png') center no-repeat;
}
h3.entry_h3_02 {
	background: url('../images/pc/entry_h3_02.png') center no-repeat;
}
h3.entry_h3_03 {
	background: url('../images/pc/entry_h3_03.png') center no-repeat;
}
h3.entry_h3_04 {
	background: url('../images/pc/entry_h3_04.png') center no-repeat;
}
h3.entry_h3_05 {
	background: url('../images/pc/entry_h3_05.png') center no-repeat;
}
h3.entry_h3_06 {
	background: url('../images/pc/entry_h3_06.png') center no-repeat;
}


/** h:form **/
[class^="form_h3_"],
[class*=" form_h3_"] {
	height: 52px;
}
h2.form_h2_01 {
	background: url('../images/pc/form_h2_01.png') center no-repeat;
	height: 42px;
}
h3.form_h3_01 {
	background: url('../images/pc/form_h3_01.png') no-repeat;
}
h3.form_h3_02 {
	background: url('../images/pc/form_h3_02.png') no-repeat;
}
h3.form_h3_03 {
	background: url('../images/pc/form_h3_03.png') no-repeat;
}
/*** h:form_survey ***/
h2.form_survey_h2_01 {
	background: url('../images/pc/form_survey_h2_01.png') center no-repeat;
	height: 72px;
}
h2.form_survey_h2_02 {
	background: url('../images/pc/form_survey_h2_02.png') center no-repeat;
	height: 25px;
}
h2.form_survey_h2_03 {
	background: url('../images/pc/form_survey_h2_03.png') center no-repeat;
	height: 22px;
}

/** h:report **/
h1.report_h1 {
	background: url('../images/pc/report_h1.png') center no-repeat;
	height: 60px;
}
[class^="report_h2_"],
[class*=" report_h2_"] {
	height: 42px;
}
h2.report_h2_01 {
	background: url('../images/pc/report_h2_01.png') center no-repeat;
}
h2.report_h2_02 {
	background: url('../images/pc/report_h2_02.png') center no-repeat;
}
h2.report_h2_02_uc {
	background: url('../images/pc/report_h2_02_uc.png') center no-repeat;
}
[class^="report_h3_"],
[class*=" report_h3_"] {
	height: 24px;
}
.report_h3_01 {
	background: url('../images/pc/report_h3_01.png') center no-repeat;
}
.report_h3_02 {
	background: url('../images/pc/report_h3_02.png') center no-repeat;
}
.report_h3_03 {
	background: url('../images/pc/report_h3_03.png') center no-repeat;
}
.report_h3_04 {
	background: url('../images/pc/report_h3_04.png') center no-repeat;
}


/* header
--------------*/
/** header-logo **/
.logo {
	float: right;
}

/** header-background **/
.header-home {
	background: url('../images/pc/home_title.png') no-repeat center;
	height: 520px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-home { background-image: url('../images/pc/home_title@2x.png'); background-size: contain; }
}
.header-page {
	background: #28292a url('../images/pc/title.png') no-repeat center;
	height: 100px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.header-page { background: #28292a url('../images/pc/title@2x.png') no-repeat center; background-size: contain; }
}

/** header-info **/
.header-info a {
	width: 370px;
}

a.info-eclipse{
	background: url('../images/pc/home_header_eclipse.png') no-repeat top left;
	height: 60px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
a.info-eclipse { background-image: url('../images/pc/home_header_eclipse@2x.png'); background-size: contain; }
}
a:hover.info-eclipse {
	background: #20507e url('../images/pc/home_header_eclipse.png') no-repeat top left;
}

a.info-stream {
	background: url('../images/pc/home_header_stream.png') no-repeat top left;
	height: 60px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
a.info-stream { background-image: url('../images/pc/home_header_stream@2x.png'); background-size: contain; }
}
a:hover.info-stream {
	background: #20507e url('../images/pc/home_header_stream.png') no-repeat top left;
}



/* menu
--------------*/
#menu{
	height: 100px;
}
ul#gnavi{
	width: 760px;
}
ul#gnavi li a{
	height: 98px;
}

/** gnavi-background **/
.gnavi01 {
	background: url('../images/pc/gnavi_01.png') no-repeat center;
	width: 98px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi01 { background-image: url('../images/pc/gnavi_01@2x.png'); background-size: contain; }
}

.gnavi02 {
	background: url('../images/pc/gnavi_02.png') no-repeat center;
	width: 240px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi02 { background-image: url('../images/pc/gnavi_02@2x.png'); background-size: contain; }
}

.gnavi03 {
	background: url('../images/pc/gnavi_03.png') no-repeat center;
	width: 240px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi03 { background-image: url('../images/pc/gnavi_03@2x.png'); background-size: contain; }
}

.gnavi04 {
	background: url('../images/pc/gnavi_04.png') no-repeat center;
	width: 182px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.gnavi04 { background-image: url('../images/pc/gnavi_04@2x.png'); background-size: contain; }
}

/* contents
--------------*/
/** contents width / padding **/
header,.contents,.box,.footer-info,.footer-copy {
	width: 760px;
}
.base {
	width: 640px;
}
.contents .inner-box {
	width: 700px;
}


/** table **/
.basic td {
	padding: 20px;
}

/** submit **/
.sbmt-inbase,.sbmt-uc {
	width: 480px;
}

/** form **/
.select-area {
	width: 300px;
}
.input-textarea {
	width: 600px;
}

/** PC report-menu **/
.report-menu {
	padding: 0px 10px;
}
.report-tab li {
	width: 33%;
}

/* footer
--------------*/
/** footer-info **/
.footer-info .box-info {
	/*width: 370px;**/
	width: 240px;
	float: left;
}
.footer-info .rm20 {
	margin-right: 20px;
}
.footer-info .box-info dl {
	margin: 20px;
}
.footer-info .box-info dd {
	margin: 20px 0px;
}


}