@charset "utf-8";

@import url("reset.css");

body{
	/*japanese*/
	font-family:Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:12px;
}

#container{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.wrapper{
	width:1000px;
	padding-left:12px;
	padding-right:12px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.alpha:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.clear{
	clear:both;
}

/*********header*********/
#header #smparea img {
	width: 100%;
	height: auto;
}
#header .wrapper{
	text-align:center;
}
#header .wrapper .inBox{
	position: relative;
}
#header .wrapper span{
	position:absolute;
	top:5px;
	right:0;
}
#header .wrapper span img{
	position:relative;
	top:5px;
	margin-right:3px;
}
#header .wrapper span a{
	color:#000000;
	text-decoration:none;
}
#header .wrapper span a:hover{
	text-decoration:underline;
}

#header .wrapper h1{
	padding-top:40px;
	padding-bottom:40px;
}

/*********sky_base*********/
.sky_base{
	background-image:url(../image/g_idx_sky.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #EFEFEF;
	width:100%;
	min-width:1024px;
	text-align:center;
	padding-top:25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
/*	height:416px;*/
	height:326px;
}
@media screen and (min-width: 2000px){
	.sky_base{
		background-size:cover;
	}
}
.sky_base p{
	font-size:22px;
	line-height:130%;
	color:#ffffff;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom: 15px;
}
.sky_base h2{
	font-size:24px;
	margin-bottom:5px;
	line-height:140%;
	color:#0125AA;
}
.sky_base span{
	display:block;
	margin-bottom:15px;
}
.sky_base img{
	vertical-align: bottom;
}

.sky_base .left{
	position:absolute;
	left:0;
}
.sky_base .right{
	position:absolute;
	right:0;
}

.wrapper.arrow{
	text-align:center;
}

/*********press,info*********/
#press{
	margin-top:20px;
	margin-bottom:60px;
}

#info{
	margin-top:20px;
	margin-bottom:60px;
}

#press h3, #info h3{
	font-size:21px;
	margin-bottom:20px;
}
.title_line{
	border-bottom:2px solid #E4E4E4;
}
.title_line span{
	width:100px;
	border-bottom:2px solid #3D71D7;
	display:block;
	float:left;
}
.info_area{
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #BCBCBC;
}
.info_area .date{
	float:left;
	width:140px;
	padding-top:3px;
	color:#333333;
}

.info_area .info{
	float:right;
	width:860px;
}

.info_area .info ul{
	list-style:none;
	width:100%;
}
.info_area .info ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.info_area .info ul li{
	float:left;
	font-size:11px;
	margin-left:10px;
	background-color:#416FCF;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	line-height:180%;
	margin-bottom:10px;
}
.info_area .info ul li:first-child{
	margin-left:0px;
}
.info_area .info a{
	clear:both;
	display:inline-block;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	line-height:130%;
}
.info_area .info a:hover{
	text-decoration:underline;
}

/*********search_area*********/
.search_area{
	margin-top:30px;
	text-align:center;
	padding-bottom:50px;
	font-size:16px;
}
.search_area h3{
	margin-bottom:10px;
}
.search_area p{
	font-size:15px;
	margin-bottom:25px;
}
.search_area input[type="text"]{
	font-family:Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:15px;
	border:1px solid #B5B5B6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:470px;
	height:50px;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-right:15px;
}

.search_area input[type="submit"]{
	font-family:Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:150px;
	height:50px;
	color:#ffffff;
	background-color:#F27B2C;
	border-top:0;
	border-left:0;
	border-right:0;
	border-color:#C95218;
	cursor:pointer;
}

/*********contents_area*********/
.contents_area{
	width:100%;
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:10px;
}
.contents_area ul{
	list-style:none;
}
.contents_area ul li{
	float:left;
	margin-left:22px;
	margin-bottom:30px;
	width:233px;
}
.contents_area ul li:first-child{
	margin-left:0;
}

.contents_area ul li a{
	display:block;
	text-decoration:none;
}
.contents_area ul li img{
	display:block;
	margin-bottom:10px;
}
.contents_area ul li span{
	display:inline;
	font-weight:bold;
	color:#000000;
	font-size:14px;
}
.contents_area ul li span .arrow img{
	display:inline;
	margin-right:10px;
	margin-bottom:0;
	vertical-align: middle;
}
.contents_area ul li span.arrow2 {
	text-indent: -16px !important;
	padding-left: 16px !important;
	display: inline-block;
}


/*********links_area*********/
.links_area{
	padding-top:50px;
	padding-bottom:40px;
}

.links_area .links{
	width:480px;
}
.links_area .links.left{
	float:left;
}
.links_area .links.right{
	float:right;
}
.links_area .links h3{
	padding-bottom:10px;
	border-bottom:1px solid #DCDDDD;
}

.links_area .links ul{
	list-style:none;
	float:left;
	width:50%;
	padding-top:15px;
	margin-bottom:40px;
}

.links_area .links ul li{
	padding-top:15px;
	padding-bottom:15px;
}
.links_area .links ul li a{
	font-size:14px;
	text-decoration:none;
	color:#333333;
}
.links_area .links ul li a:hover{
	text-decoration:underline;
}

.links_area .links ul li img{
	position:relative;
	top:-2px;
	margin-right:10px;
}

/************PageTOP*************/
#back-top {
    position: fixed;
    bottom: 70px;
    right:50px;
    z-index:10;
}
#back-top a {
    width: 80px;
    display: block;
}
#back-top span {
    width: 80px;
    height: 80px;
    display: block;
    background: url(../image/g_idx_page_top.png) no-repeat center center;
}

/************footer(copyright)*************/
#footer{
	min-width:1024px;
	text-align:center;
	font-size:10px;
	background-color:#264BC0;
	color:#ffffff;
	height:50px;
	line-height:50px;
}

/************maintenance*************/

.maintenance {
	display: block;
	font-size:15px;
	line-height:1.4;
	padding:20px !important;
	margin-bottom:20px;
	border:1px #ccc solid;
}

.maintenance h3 {
	color:#ff0000;
	font-weight:bold;
}

.maintenance2 {
	display: block;
	font-size:15px;
	line-height:1.4;
	padding:20px !important;
	margin-bottom:20px;
	border:1px #ff0000 solid;
	text-align: center;
}

.bold {
	font-weight:bold;
}

/************campaign*************/
#campaignArea {
	margin: 35px 0 0;
	padding: 10px 0 25px;
	background: #cbe3ff;
	text-align: center;
	min-width: 1000px;
}
#campaignArea ul {
	list-style-type: none;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
	width: 1034px;
	display: inline-block;
}
#campaignArea ul li {
	display: inline-block;
	margin: 15px 17px 0;
}
