@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #666666;
	color: #000000;

    height: 100%;
}
img
{
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

p
{
	margin: 15px 0px;
}
a
{
	color: #009999;
	text-decoration: none;
}
a:hover, a:focus
{
	color: #CC3333;
	cursor: pointer;
	text-decoration: underline;
}

.nowr
{
	white-space: nowrap;
}

#wrapper
{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	min-height: 100%;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: center 100px;
	background-repeat: no-repeat;
	background-size: 150%;
	box-shadow: 0px 0px 4px 0px #333333;
	background-color: #FFFFFF;
}
#wrapper.subpage
{
/*
	background-position: center 60px;
	background-repeat: no-repeat;
*/
}

@media all and (min-width: 768px)
{
	#wrapper
	{
		background-position: center 20px;
		background-size: auto;
	}
	#wrapper.subpage
	{
/*
		background-position: center -100px;
*/
	}
}



#header
{
	position: fixed;
	z-index: 50;
	top: 0px;
	width: 100%;
	max-width: 1200px;
	border-top: 4px solid #003399;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 2px 0px #333333;
}
#header_inner
{
	position: relative;
	z-index: 2;
	padding: 2px 10px;
}
#header_inner_gnavi
{
	background-color: #003399;
	position: relative;
	z-index: 2;
	padding: 10px;
	border-top: 1px solid #336699;
}
h1
{
	float: left;
	margin: 3px 0px;
}
#header_logo
{
	float: right;
	width: 177px;
	height: 18px;
	line-height: 18px;
	margin: 12px;
}
@media all and (min-width: 768px)
{
	#header_logo
	{
		margin: 24px 12px;
	}
}

.gnavi
{
	display: table;
	width: 100%;
	line-height: 29px;
}
.gnavi ul
{
	float: right;
	line-height: 1;
}
.menu
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 8px 12px 8px 16px;
	background-image: url(../images/listmark.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-right: 5px solid transparent;
}
.menu a
{
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover
{
	color: #FFFF99;
}
.menu.current a
{
	color: #FFFF00;
}
.menu.comingsoon
{
	opacity: 0.35 !important;
	pointer-events: none;
}
.menu.comingsoon a:hover
{
	color: #000000 !important;
	cursor: default !important;
}

#main
{
	min-height: 100%;
	height: 100%;
}
#contents
{
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
#contents_hdspacer
{
	height: 120px;
	background-color:#99CCCC;
	opacity: 0.25;
}

#contents_inner
{
	position: relative;
	z-index: 10;
	padding: 10px 5% 30px 5%;
	min-height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.subpage #contents_inner
{
	min-height: 1000px;
}


@media all and (min-width: 768px)
{
	#contents_hdspacer
	{
		height: 120px;
	}
	#contents_inner
	{
		padding: 30px 9% 30px 9%;
	}
}

.sect
{
	background-color: #FFFFFF;
	padding: 20px 20px;
	margin: 0px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sect_first
{
	margin-top: 50px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.sect_last
{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.secthd
{
	font-size: 18px;
	line-height: 1.5;
	color: #0066CC;
	margin: 10px 0px 10px 0px;
	padding-left: 8px;
	border-left: 4px solid #0066CC;
}
.sectbd
{
	margin: 0px 0px 30px 0px;
}
.hr
{
	background-image: url(../images/border.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 95%;
	max-width: 900px;
	height: 20px;
}
.purpose
{
	font-weight: bold;
	overflow: hidden;
}
@media all and (min-width: 768px)
{
	.sect
	{
		padding: 20px 40px;
	}
	.sectbd
	{
		margin: 0px 0px 30px 0px;
	}
	.sect_first
	{
		margin-top: 30px;
	}
}
.log
{
	max-height: 200px;
	overflow-y: scroll;
	margin: 10px 0px;
}
.log table
{
	width: 95%;
	margin-right: 5%;
}
.log td
{
	border-bottom: 1px dotted #003399;
	padding: 6px 10px 3px 3px;
	line-height: 1.5;
}
.log .date
{
	width: 80px;
	white-space: nowrap;
}

.topbtns
{
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0px auto;
	padding: 20px 0px;
}
.topbtn
{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	width: 20%;
	min-width: 240px;
	height: 48px;
	margin: 10px auto;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(68,99,201,1) 0%, rgba(51,51,153,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(68,99,201,1) 0%, rgba(51,51,153,1) 100% );
}
.topbtn a
{
	display: block;
	width: 100%;
	background-color: transparent;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: -0.25px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	vertical-align: middle;
}
.topbtn a:hover
{

	/*For Old WebKit*/
	background: -webkit-linear-gradient( left, rgba(128,64,192,1) 0%, rgba(64,128,192,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to right, rgba(128,64,192,1) 0%, rgba(64,128,192,1) 100% );
}
.topbtn.comingsoon a
{
	color: #AABBCC !important;
	background-image: url(../images/comingsoon.png) !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: default !important;
	pointer-events: none;
}

@media all and (min-width: 768px)
{
	.topbtn
	{
		float: left;
		margin: 10px;
	}
	.topbtn a
	{
		font-size: 18px;
	}
}
@media all and (min-width: 1080px)
{
	.topbtns
	{
		max-width: 780px;
	}
}

.links
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.links li
{
	background-image: url(../images/listmark.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	list-style: none;
}

.selected
{
	border: 2px solid #003399;
	border-radius: 8px;
	overflow: hidden;
	font-weight: bold;
/*
	background-color: #FCFDFF;
*/
	box-shadow: 4px 4px 4px 0px rgba(0,0,64,0.25);
	margin-bottom: 40px;
}
.selected h3
{
	line-height: 1.25;
	padding: 10px;
}
.selected_prj
{
	color: #FFFFFF;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(19,178,102,1) 0%, rgba(0,153,51,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(19,178,102,1) 0%, rgba(0,153,51,1) 100% );
}
.selected_bd
{
	padding: 10px;
}
.selected_bd h4
{
	font-size: 16px;
	color: #660000;
}
.selected_bd p
{
	line-height: 1.5;
	margin: 10px auto;
}
.selected_img
{
	float: left;
	width: 300px;
	margin: 10px;
}
.selected_txt
{
	float: left;
	width: 100%;
	margin: 10px 0px 10px -320px;
}
.selected_txt > p
{
	font-weight: normal;
	margin: 0px 0px 20px 330px !important;
}
.selected_txt > h4
{
	margin: 0px 0px 10px 320px !important;
	line-height: 1.25;
}
@media all and (max-width: 767px)
{
	.selected_img
	{
		float: none;
		max-width: 100%;
		margin: 10px auto;
	}
	.selected_txt
	{
		float: none;
		margin: 10px auto;
	}
	.selected_txt > p
	{
		margin: 0px !important;
	}
	.selected_txt > h4
	{
		margin: 10px 10px 0px 10px !important;
	}
}

.sentei_note
{
	border: 1px solid #999999;
	padding: 10px;
	margin: 30px 0;
}
.sentei_note_text
{
	background-color: #FFFF66;
	border-radius: 10px;
	padding: 12px 16px;
	margin: 0;
}
.sentei_note_logos .imgbox
{
	float: left;
	width: 30%;
	margin: 20px 1.6% 0 1.6%;
}
@media all and (min-width: 768px)
{
	.sentei_2col
	{
		float: left;
		width: 50%;
	}
	.sentei_note
	{
		margin: 50px 0 30px 4%;
	}
}


.inactive
{
	pointer-events: none;
	opacity: 0.5;
	font-weight: normal;
}


#spacer
{
	height: 60px; /* フッターを画面下端にもっていく＆コンテンツとかぶらないようにする */
}
#footer
{
	position: relative;
	z-index: 5;
	margin: -60px auto 0px auto; /* topはspacerとも連動 */
	width: 100%;
	max-width: 1200px;
	height: 40px; /* spacerとも連動 */
	padding: 10px 0px;
	background-color: #003399;
	color: #C0F0F0;
	text-align: center;
	font-size: 13px;
}

.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}
