@charset "utf-8";

body,h1,h2,h3,h4,h5{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body {
	background-color:#ececed;
}

small{
	color:#666 !important;
}

#header h1{
	color:#fff;
	font-size:1em;
	margin-top:1.8em;
	text-align:center;
}

#main h2{
	font-size:1.4em;
	line-height:1.5em;
	
	letter-spacing:0.1em;
	margin-top:0;
	border-bottom:1px solid #ccc;
	padding-bottom:0.25em;
	margin-bottom:1em;
}

#main h3{
	font-size:1.2em;
}

.alert{
	padding:0.5em;
}

img{
	width:100%;
}

p{
	word-wrap:break-word;
}

#header{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
}

.top{
	height:68px;
	background: url(../img/topBack.png); 

	border-radius:0 0 6px 6px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	-o-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	box-shadow: 0 0 4px rgba(0,0,0,.4) !important;
	
	margin-bottom:1em;
}

.navbar-brand img{
	margin-top:14px;
	margin-left:14px;
	height:34px;
	width:auto;	
}

.navbar-brand{
	margin:0;
	padding:0;
}


.mainMenu{
	border-radius:6px;
	padding:0;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;

	background: url(../img/mainMenuBack.png); 	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	-o-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
}

.mainMenu .swap{
	position:relative;
}

.mainMenu ul{
	margin:0;
	padding:0;
	width:100%;
	display:table;
	table-layout:fixed;
}

.mainMenu .front{
	position:absolute;
	z-index:10;
}

.mainMenu .back{
	position:relative;
}

.mainMenu li{
	background-color:#fff;
	background: url(../img/mainMenuBack.png); 	
	display:table-cell;	
}

.mainMenu li:first-child{
	border-radius:6px 0 0 6px;
}
.mainMenu li:last-child{
	border-radius:0 6px 6px 0;
}

.mainMenu li:hover, .mainMenu li.active{
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.topInfo{
	margin-bottom:1em;
}

.topInfo2{
	display:none;
}

#main{
	margin-top:1em;	
	padding:1.5em 1.5em 0em 1.5em;	
	
	border-radius:6px;
	background-color:#fff;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	-o-box-shadow: 0 0 4px rgba(0,0,0,.4) !important;	
	box-shadow: 0 0 4px rgba(0,0,0,.4) !important;		
}

ul.banner{
	padding:0;
	margin:0;
	list-style:none;
}
.banner li{
	border:1px solid #eee;
	width:49%;
	margin-right:2%;
	margin-bottom:1.5em;
	float:left;	
}

.banner li:last-child{
	margin-right:0;
}

.banner li:hover{
	opacity:0.6;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}


.greeting, .policy, .results, .guide, .link, .privacypolicy, .sitemap, .access, .schedule, .contact{
	margin-bottom:1.5em;
}

.infoMenu{
	border-top:3px solid #07b3e4;
	margin-bottom:1em;
	background: #c0e1f2; 
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2) !important;	
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2) !important;	
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2) !important;	
	box-shadow: 0 0 2px rgba(0,0,0,.2) !important;			
}

.infoMenu > h4{
	font-size:1em;
	padding:0 0.5em;
	line-height:1.5em;
	color:#333;
}

.infoMenu ul{
	list-style:none;
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0;
	border-collapse: separate;
	border-spacing: 0.5em 0;
}

.infoMenu li{
	margin-bottom:0.5em;
	padding:0.5em;
	background:url(../img/back.png);
	vertical-align:bottom;
}

ul.subMenu{
	margin:0;
	padding:0;
	list-style:none;
}

.subMenu li{
	width:33%;
	float:left;
	margin-bottom:1em;
}

.subMenu a:hover{
	opacity:0.5;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

.list-group{
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2) !important;	
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2) !important;	
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2) !important;	
	box-shadow: 0 0 2px rgba(0,0,0,.2) !important;		
}

.list-group-item{
	padding:0.5em;
}

/*						*/
/*	フッター			*/
/*						*/
footer{
	padding-bottom:0.5em;	
}

footer h3{
	font-size:1.4em;
	margin-top:0;
	margin-bottom:0.25em;
}

.addres{
	margin:1.5em 0;
}

footer .addres p{
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1em;
}

footer ul{
	list-style:none;
}

footer ul.menu{
	display:table;
	padding:1.5em 0 0 0;
	float:left;	
}

footer .menu > li{
	font-size:1em;
	display:table-cell;
	border-left:1px solid #ddd;
	padding-right:2em;
	padding-left:1em;	
}

footer .menu > li > ul{
	margin-right:0;
	padding-left:0;
}

footer .menu > li > ul li{
	padding-bottom:0.5em;
}

.copyright{
	border-top:1px solid #ccc;
	padding-top:0.5em;
	text-align:center;
	font-size:10px;
}

/* Back to top */
.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	background: #b10024; 
}

.totop a, .totop a:visited{
	display: block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
}

.totop a:hover {
	text-decoration: none;
}

.loading{
	width:100%;
	margin:32px 0;
	height:32px;
	background:url(./img/loading.gif) no-repeat top center;
}
/*	bootstrap.css 調整	*/
.navbar-nav > li {
	margin:0;
}

.navbar-nav > li > a {
	line-height: 16px !important;
}

.navbar-nav .open .dropdown-menu > li > a {
	line-height: 16px !important;	
}

.dropdown-menu > .active > a{
	background-color:#eee !important;
	background-image:none !important;	
}



.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.navbar-collapse {
  max-height: 480px;
}



@media (min-width: 1200px) {
	#main{
		font-size:14px;
	}
	footer{
		font-size:12px;
	}
}

@media (max-width: 1200px) and (min-width: 979px) {
	#main{
		font-size:14px;
	}

	footer{
		font-size:12px;
	}	
}

@media (max-width: 991px) {

	#header h1{
		margin-top:2.4em;
		font-size:0.8em;
	}

	#main{
		font-size:12px;
	}
	
	footer{
		font-size:11px;
	}
}
@media (max-width: 767px) {
	.navbar-brand{
		padding-left:15px;
	}
	.navbar-brand img{
		margin-top:7px;
		margin-left:0px;
		height:33px;
	}

	#main{
		font-size:14px;
		margin-top:5em;	
	}
	
	footer{
		font-size:13px;
	}

	footer ul.menu{
		padding-top:0;		
	}

	footer .menu > li:first-child{
		border-left:none;
		padding-left:0;
	}
	
}

@media (max-width: 767px) and (min-width: 481px) {
	.infoMenu ul{
		padding-bottom:0.5em;
	}
		
	.infoMenu li{
		display:table-cell;
	}
	
	.infoMenu img{
		vertical-align:top;
	}
	
	.subMenu{
		margin-left:auto !important;
		margin-right:auto !important;
		width:28em;
	}	
}


@media (max-width: 480px) {
	.topInfo{
		display:none;	
	}
	
	.topInfo2{
		display:block;
		margin-bottom:0.75em;
	}


	.banner li{
		float:none;
		width:100%;
		margin-right:0;
	}
	.banner li:first-child{
		margin-bottom:0.5em;
	}

	#main{
		font-size:12px;
		margin-top:5.5em;			
	}

	footer{
		padding-bottom:0;
	}

	footer .menu > li{
		display:table-row;
		padding-left:0;
		border-right:none;
	}
	
	footer .menu > li > ul{
		padding-right:0;
		margin-right:0;
		border-top:1px solid #ddd;
		padding-top:0.5em;
	}
	
	footer .menu > li > ul > li{
		float:left;
		padding-right:1em;
	}

}