@charset "utf-8";

body {
	font: .8em Meiryo, sans-serif;
	color: #4e4e4e;
	line-height: 1.6em;
	background-color: #fff;
	min-width:1140px;
}

*{
	padding: 0;
	margin: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img { border: none; }

.clr {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

a img:hover {
	opacity: 0.7; 
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:link {
	color: #3c7aba;
	text-decoration: none;
}

a:hover,
a:visited {
	color: #9bb4ce;
	text-decoration: underline;
}

h1, h2 {
	font-weight: normal;
	text-transform: none;
}

.font-red{
	color:red;
}

#header-wrap,
#menu-wrap,
#notes-wrap,
#panel-wrap,
#footer,
.main,
.sliderBox { width: 100%; }

#menu,
.header,
.footerContents { width: 1140px; }

#content,
.notes,
.sliderBox #loopedSlider,
.sliderBox #loopedSlider .container { width: 1040px; }

.main { background-color: #f9f9f9; }

.spaceing { padding-bottom: 170px; }


/* Header
---------------------------------------------------------------------------- */
#header-wrap {
	height: 128px;
	text-align: center;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.header {
	margin: 0 auto;
	background-color: #fff;
}

.symbol {
	float: left;
	margin-top: 30px;
}

.typo {
	float: left;
	margin-left: 38px;
	margin-top: 20px;	
	margin-right: 12px;
}

.sns {
	float: right;
	margin-top: 14px;
}
.lang {
      float: right;
      margin-top: 4px;
}
.lang img{
      width: 44px;
      height: 44px;
      border: 1px solid lightgray;
      margin: 3px 3px 4px 3px;
      border-radius:4px;
}
.lang div:nth-child(1){
      margin-right:-2px
}
.lang div:nth-child(2){
      margin-right:2px
}
.lang .nselect{
      border-bottom: 2px solid white;
      float:right;
}

.lang .select{
      border-bottom: 2px solid black;
      float:right;
}

/* Menu
---------------------------------------------------------------------------- */
#menu-wrap {
	height: 46px;
	background: #80be00;
	margin-top: 128px;
	position: fixed;	
	z-index: 9999;
}

#menu {
	list-style-type: none;
	margin: 0 auto;
}

#menu .li1 {
	float: left;
	width: 25%;
}

.current {
	background: #9dcd3a;
	height: 46px;	
}

#menu li a {
	display: block;
	padding: 15px 0 11px 0;
	color: #1c2b00;
	font-size: 1.2em;
	text-decoration: none;
}

#menu li a:hover {
	height: 46px;
	background: #9dcd3a;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;	
}


/* Notes
---------------------------------------------------------------------------- */
#notes-wrap {
	margin-top: 173px;
	background: #001169;
	text-align: left;
}

.notes {
	list-style-type: none;
	margin: 0 auto;
	margin-top: 40px;
	padding: 1em 0 .2em 0;
}

.notes h1 {
	color: #e23b67;
	font-size: 1.2em;
	margin-bottom: .5em;
}

.notes p {
	color: #fff;
	margin-bottom: 1em;
}


/* Panel
---------------------------------------------------------------------------- */
#panel-wrap {
	background: #003391;
	padding-top: 2em;
	padding-bottom:1em;
}

.panel {
	width: 1040px;
	margin: 0 auto 10px auto;
}
.panel a{
	outline: none;
}
.panel li {
	display: inline-block;
	width: 320px;
	height: 260px;
	background:url(../images/panel_bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	margin: 0 10px;
}
.panel li div{
	color: black;
	display: inline-block;
	width: 320px;
	text-align: center;
	color:	#6C7787;
	font-weight: bold;
}

.update {
	width: 1020px;
	margin: 0 auto;
}

.update li {
	display: inline-block;
	color: #23b0cf;
	text-align: center;
	width: 33%;
	height: 20px;
}

/* Slider
---------------------------------------------------------------------------- */
.sliderBox { background: #e6e6e6; }

.sliderBox #loopedSlider {
	height: 220px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.sliderBox #loopedSlider .container {
	position: relative;
	text-align: center;
}

.sliderBox #loopedSlider .container h1 {
	margin-top: .75em;
	margin-bottom: .75em;
	letter-spacing: .2em;
}

.sliderBox #loopedSlider #slides {
	margin-top: -20px;
}
/*
.sliderBox #loopedSlider .slides div {
	display: none;
	position: absolute;
	top: 0;
	width: 1100px;
	margin-left: 20px;
}
*/

.sliderBox #loopedSlider ul.list { margin:0; }
	
.sliderBox #loopedSlider ul.list li {
	display: block;
	float: left;
	width: 140px;
	margin: 0 12px;
	box-shadow: rgba(0, 0, 0, 0.0585938) 0px 0px 4px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0585938) 0px 0px 4px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0585938) 0px 0px 4px 2px;
}

.sliderBox #loopedSlider ul.list li img { display: block; }

.sliderBox #loopedSlider .slidesjs-previous {
	height: 300px;
	position: absolute;
	top: -35;
	left: 0;
}

.sliderBox #loopedSlider .slidesjs-previous img { margin-top: 103px; }

.sliderBox #loopedSlider .slidesjs-next {
	height: 300px;
	position: absolute;
	top: -35;
	right: 0;
}

.sliderBox #loopedSlider .slidesjs-next img { margin-top: 103px; }

.slidesjs-previous.slidesjs-navigation {
	background: url(../images/arrow-left.png) no-repeat center rgba(0,0,0,0);
	font-size: 0;
	width: 47px;
}

.slidesjs-previous.slidesjs-navigation:hover {
	opacity: 0.7; 
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.slidesjs-next.slidesjs-navigation {
	background: url(../images/arrow-right.png) no-repeat center rgba(0,0,0,0);
	font-size: 0;
	width: 47px;
}
.slidesjs-next.slidesjs-navigation:hover {
	opacity: 0.7; 
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/* Main Contents
---------------------------------------------------------------------------- */
#content { margin: 0 auto; padding-top:1px; }

.article {
	margin: 2em 0 1em 0;
	padding: 1.5em 2em;
	border: 1px solid #ddd;
	font-size: 1.2em;
	background-color: #fff;
}

.article h1 {
	font-size: 1.8em;
	color: #000;
	line-height: 1.4em;
	letter-spacing: .05em;
	margin: -200px 0 .75em 0;
	padding-top: 200px;
}

.article h2 {
	font-size: 1.6em;
	color: #073f8f;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 1em 0 .75em 0;
	margin-top: -200px;
	padding-top: 200px;
}

.article h3 {
	font-size: 1.4em;
	color: #73af1c;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 1em 0 1em 0;
	margin-top: -200px;
	padding-top: 200px;
}

.article h3 span a {
	font-size: .75em!important;
	color: #3c7aba;
	letter-spacing: .05em;

}

.article h3 span a:hover,
.article h3 span a:visited {
	color: #9bb4ce;
	text-decoration: underline;
}

.article h4 {
	font-size: 1.4em;
	color: #73af1c;
	line-height: 1.2em;
	font-weight: normal;
	display: block;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 2em;
}

#content .article p {
	line-height: 1.75em;
	margin-bottom: 1em;
}

#content .figure1 {
	display: block;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

#content .article ul {
	margin-bottom: 2em;
	list-style: disc: 
	list-style-position: outside;
}

#content .article ul li {
	line-height: 1.75em;
	margin-bottom: 1em;
}

.article dt {
	float: left;
	width: 180px;
	font-size: 1.2em;
}

.article dd { float: left; }

.t01 {
	float: left;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
}

.t01 td {
	text-align: left;
	border-top: 1px solid #ddd;
	padding: 1em;
	vertical-align: top;
	}

.t01 td:nth-child(2) { white-space: nowrap; }

.t01 td:nth-child(3) {
	white-space: nowrap;
	font-size: .9em;
}

.t01 td:nth-child(4) {
	width: 100%;
	font-size: .9em;
}

.t01 img {
	width: 128px;
	border: solid 1px #ddd;
}

.listIndent {
	margin-left: 2em;
}


/* policy
---------------------------------------------------------------------------- */
.policy {
	margin: 2em 0 1em 0;
	padding: 0 2em 1em 2em;
	border: 1px solid #ddd;
	font-size: 1.2em;
	background-color: #fff;

}

.policy h1 {
	font-size: 1.8em;
	color: #000;
	line-height: 2.8em;
	letter-spacing: .05em;
	margin: 0 0 0 0;
	margin-top: -200px;
	padding-top: 200px;
}

.policy h2 {
	font-size: 1.6em;
	color: #073f8f;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0em 0 .5em 0;
	margin-top: -200px;
	padding-top: 200px;
}

.policy h3 {
	font-size: 1.4em;
	color: #73af1c;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 1em 0 1em 0;
	margin-top: -200px;
	padding-top: 200px;
}

.policy h3 span a {
	font-size: .75em!important;
	color: #3c7aba;
	letter-spacing: .05em;

}

.policy h3 span a:hover,
.policy h3 span a:visited {
	color: #9bb4ce;
	text-decoration: underline;
}

.policy h4 {
	font-size: 1.4em;
	color: #73af1c;
	line-height: 1.2em;
	font-weight: normal;
	display: block;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 2em;
}
.policy li{
	margin-bottom: 0;
	margin-left: 2.2em;
	margin-top: 0.5em;

}
.policy .nop{
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 1em;
	margin-top: 0.5em;
}

.policy .nup{
	list-style-type: decimal;
	margin-bottom: 0;
	margin-left: 2.2em;
	margin-top: 0.5em;

}
.policy img{
	margin: 1em;
}

/* contact
---------------------------------------------------------------------------- */
.contact {
	margin: 2em 0 1em 0;
	padding: 0 2em 1em 2em;
	border: 1px solid #ddd;
	font-size: 1.2em;
	background-color: #fff;

}

.contact h1 {
	font-size: 1.8em;
	color: #000;
	line-height: 2.8em;
	letter-spacing: .05em;
	margin: 0 0 0 0;
	margin-top: -200px;
	padding-top: 200px;
}

.contact h2 {
	font-size: 1.6em;
	color: #073f8f;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0em 0 .5em 0;
	margin-top: -200px;
	padding-top: 200px;
}

.contact h3 {
	font-size: 1.4em;
	color: #73af1c;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 1em 0 1em 0;
	margin-top: -200px;
	padding-top: 200px;
}

.contact h3 span a {
	font-size: .75em!important;
	color: #3c7aba;
	letter-spacing: .05em;

}

.contact h3 span a:hover,
.contact h3 span a:visited {
	color: #9bb4ce;
	text-decoration: underline;
}

.contact h4 {
	font-size: 1.4em;
	color: #73af1c;
	line-height: 1.2em;
	font-weight: normal;
	display: block;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 2em;
}
.contact li{
	margin-bottom: 0;
	margin-left: 2.2em;
	margin-top: 0.5em;

}
.contact dt{

}
.contact dd{
	margin-left:20px;
}
.contact dl{
	display:block;
}

.contact input{
	padding: 5px;
	margin-bottom: 3px;
}

.contact input[type="submit"]{
	padding: 5px 12px;
}
.contact textarea{
	padding: 5px;
	margin-bottom: 3px;
}

.clearfix.item{
	margin-left: 20px;
}

/* Error
---------------------------------------------------------------------------- */
.error {
	margin: 2em 0 1em 0;
	padding: 0 2em 1em 2em;
	border: 1px solid #ddd;
	font-size: 1.2em;
	background-color: #fff;

}
.error h2 {
	font-size: 1.6em;
	color: red;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0em 0 .5em 0;
	margin-top: -200px;
	padding-top: 200px;
}

/* Search
---------------------------------------------------------------------------- */
.box5 {
	width: 400px;
	float: left;
}

.box6 {
	width: 520px;
	float: right;
}

.box5 section { margin-top: 3em; }

.apply {
	background: #073f8f;
	color: #ffffff;
	text-align: center;
	padding: 1em 0;
}

.apply_title {
	font-size: 18px;
	margin: .5em 0 1em 0;
}

.apply_form {
	display: inline-block;
	margin: 0 0 1em 0;
}

.apply_text {
	border: 0;
	float: left;
	width: 260px;
	height: 38px;
	font-size: 16px;
	line-height: 22px;
	padding: 12px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	margin-bottom: 1em;
}

.apply_button {
	border: 0;
	width: 80px;
	height: 38px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #073f8f;
	background: #fff;
	margin-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.apply_note { margin-top: 1em; }


/* Gallery
---------------------------------------------------------------------------- */
.thumbnail {
	background: #e6e6e6;
}

.gallery {
	list-style: none;
	display: block;
}

.gallery li {
	float: left;
	display: block;
	background-color: #fff;
	margin-right: .5em;
	width: 160px;
	height: 210px;
	padding-top: 1em;
	border: solid 1px #e6e6e6;
	box-shadow: rgba(0, 0, 0, 0.0585938) 0px 0px 4px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0585938) 0px 0px 4px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0585938) 0px 0px 4px 2px;
}

.thumb {
	width: 160px;
	height: 100px;
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}

.thumb img { width: 60px; }

.gallerytext {
	width: 160px;
	text-align: center;
	font-size: .9em;
	padding: .5em;
}

.thumbnail_note { font-size: 1em; }

.toc {
	width: 100%;
	height: 465px;
	background-color: #073f8f;
	padding: 1em 0 1.5em 0;	
}

.toc a:link {
	color: #c8dfff;
	text-decoration: none;
}

.toc a:hover,
.toc a:visited {
	color: #95c1ff;
	text-decoration: underline;
}

.box1, .box2 {
	width: 410px;
	float: left;
	margin-left: 2em;
}

.box1 li, .box2 li { list-style: none; }
.box1 li ul li, .box2 li ul li { line-height: .75!important; }
.box3, .box4 { margin-top: 1em; margin-left: .5em; }


/* News
---------------------------------------------------------------------------- */
/* what's new */
#news { list-style: none;  }

#news span {
	float: left;
	display: block;	
	margin-right: 2em;
}

#news p {
	display: block;
	overflow: hidden; 
	zoom: 1;
}


/* Footer
---------------------------------------------------------------------------- */
#footer {
	height: 60px;
	background-color: #d0d0d0;
}

.footerContents {
	color: #606060;
	margin: 0 auto;
}

.footerBox {
	float: left;
	width: 100%;
	margin-top: 1em;
	text-align: center;	
}

.footerBox li {
	display: inline;
	list-style: none;
}

#footer a:link,
#footer a:visited,
#footer a:active { color: #4e4e4e; }

#footer a:hover { text-decoration: underline; }

address { font-style: normal; }

.topJump {
	position: fixed;
	right: 20px;
	bottom: 16px;
	z-index: 2;
}

.bottomFixed {
	float: right;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: rgba(0,0,0,0.5);
	padding: 5px;
}

/* sakamoto add 2015.06.23 */
input[type="submit"], input[type="reset"], input[type="button"], button{
	cursor: pointer;
}

.bunnerImg {
	width: 90%;
	margin: 10px auto;
}

.acknowledg {
	margin: 20px 50px 0px 50px;
	color: #73af1c;
	font-size: 1.2em;
}
.acknowledg span {
	color: #4e4e4e;
	font-size: 0.8em;
}
.history {
	text-align: right;
	margin: 10px 40px -30px 40px;
}


#vaprosthird_title {
	background-image: url("../images/cloud.png");
	background-repeat: no-repeat;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 5px;
	font-weight: bold;
}

#vaprosthird_contents {
	margin: 10px 60px 10px 20px;
}

#vaprosthird_contents {
	
}
