@charset "utf-8";
header:after,
nav:after,
article:after,
.box:after,
.inbox,
.inbox:after,
.subbox,
.subbox:after,
.acs:after,
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

body {
	background: #fff;
}
body,td,th {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #333;
	line-height: 160%;
}

h1,h2,h3,h4,h5 {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

figure {
	margin: 0;
	padding: 0;
	display: block;
}
img {
	vertical-align:bottom;
	border: 0;
}


/* Search button */
input.gsc-input {
border-color: #D9D9D9;
font-size: 13px !important;
padding: 1px 6px;
}
.cse input.gsc-search-button,
input.gsc-search-button {
background-color: #5a8dc9 !important;
border: 1px solid #5a8dc9 !important;
}


/* common 
--------------*/

/** box **/
.base-g {
	background: #ccc;
}
.base-b {
	background: #acc6e4;
}
.base-y {
	background: #fae47f;
}
.contents .box {
	padding: 10px 0px;
}

.inbox h2,
.inbox h3{
	margin-left: 20px;
	margin-right: 10px;
}
.inbox p,
.inbox ul,
.inbox dl,
.inbox table{
	margin: 10px 30px;
}


/** link **/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 12px;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	z-index: 9999;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

a {
	text-decoration: none;
	color: #39c;
}
a:hover {
	text-decoration: underline;
	color: #069;
}
.circle {
	width: 200px;
	height: 200px;
	border: 8px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 10px;
	text-align: center;
}
.circle a {
	display: block;
	padding-top: 30%;
	font-size: 26px;
	color: #000;
	line-height: 1.4em;
	text-decoration: none;
	width: 100%;
	height: 70%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.circle a:hover {
	background:  rgba(255,255,255,0.3);
}

.circle100 {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 10px 20px;
	text-align: center;
	float: left;
}
.circle100 a {
	display: block;
	padding-top: 30%;
	font-size: 18px;
	color: #fff;
	line-height: 2.5em;
	text-decoration: none;
	width: 100%;
	height: 70%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.circle100-cd1 {
	background: #756554;
}
.circle100-cd2 {
	background: #4b433b;
}
.circle100-cd3 {
	background: #756e66;
}
.circle100-cd4 {
	background: #796550;
}
.circle100-cd5 {
	background: #817a72;
}
.circle100 a:hover {
	background: rgba(50,50,50,0.3);
}
.r-box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	color: #fff;
}
.r-box i {
	padding-left: 10px;
}
.base-b .r-box {
	background: #333;
}
.base-b .r-box:hover {
	background: #666;
	color: #fff;
}
.base-g .r-box {
	background: #5a8dc9;
}
.base-g .r-box:hover {
	background: #8db3e0;
}

.r-box10 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	background: #fff;
	color: #f90;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.r-box10:hover {
	background: #ffc;
	color: #f90;
}


/** text **/

h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
.h2-information {
	color: #fff;
	text-indent: 1em;
	background: #5a8dc9;
	padding: 6px;
}
h3,h4,h5 {
	font-size: 16px;
}
.h3-rbox {
	background: #fff;
	border: 3px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	text-indent: 1em;
}

/* figure */
figure {
	text-align: center;
}
.pd {
	margin: 10px;
}
.pd a {
	display:block;
	padding: 18px;
	background: #ddd;
}

.pd a:hover {
	background: #eee;
}

.pd img {
	width: 250px;
	box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
}

.gb img {
	width: 250px;
}


/* header
--------------*/

header #logo,
header #searchbox {
	float: left;
}

header #title {
	float: right;
}


/** header title **/

header #title h1 {
	text-indent: -9999px;
	margin: 0px;
	background: url(/content/400038099.png) no-repeat right bottom;
	background-size: contain;
}

header #title p {
	color: #5a8dc9;
	margin: 0px;
	text-align: right;
}


/** header searchbox **/
header #searchbox {
	vertical-align: top;
}

/* contents
--------------*/


/** centering **/
header,
nav,
.wrapper,
.contents,
.cntr,
.ad-bg-mp,
.ad-bottom,
footer {
	margin: 0 auto;
}

/** align **/
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
.align-c {
	text-align: center;
}


/** slider **/
.flex-caption {
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 14px;
	line-height: 18px;
	z-index: 100;
	margin-top: -60px;
}

/* purpose */
.contents .purpose {
	width: 90%;
	margin: 0 auto;
}
.contents .purpose h2 {
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.contents .purpose p {
	padding: 10px;
	color: #fff;
}
.contents .pps-b {
	background: #5a8dc9;
}
.contents .pps-p {
	background: #e64d72;
}

/* map */
.map {
	width: 100%;
	height: 400px;
}

/* box-line */
.line-top {
	position: relative;
	padding-top: .75em;
	border-top: 1px solid #000;
}
.line-top:after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background: #333;
}


/** list **/
.contents ul {
	list-style: none;
	padding: 0px;
}
.contents li {
	padding-bottom: 10px;
}
.r-box-list {
	margin: 10px 0px !important;
}
.r-box-list li {
	margin: 10px 0px;
}

/** information list **/
dl.information {
	margin: 10px 20px;
	line-height: 160%;
}
dl.information dt {
	width: 7em;
	float: left;
}
dl.information dd {
	margin-left: 8em;
}
dl.information dd.mark {
	background: rgba(252,255,55,0.3);
}

/** access list **/
dl.acs dd {
	margin-left: 1em;
}

/** faq list **/
.faq li:nth-of-type(odd) {
	font-weight: bold;
}
.faq li:nth-of-type(even) {
	margin-bottom: 20px;
}

/** table **/
.tbl-b {
	margin: 10px;
}
.tbl-b {
	border-collapse: collapse;
}
.tbl-b th,
.tbl-b td {
	padding: 5px;
	width: 50%;
	vertical-align: top;
	border: 1px solid #000;
}

/** ad bottom **/
.ad-bottom {
	display: block;
	margin-top: 20px;
}

/* footer
--------------*/
footer {
	border-top: 1px solid #666;
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
}



/*** media ***/

/** mobile + tablet **/
@media screen and (max-width: 1200px){
	img.img-r {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
/** wrapper **/
	header,
	nav,
	.contents,
	footer {
		width: 100%;
	}

.r-box-list {
	margin: 10px 10px !important;
}


/** ad-BGjack **/
	.ad-bg {
		display: none;
	}
}


/* ad BGjack mobile */
.ad-bg-mp {
	display: block;
	margin-top: 10px;
}

/* header
--------------*/

/** header-logo **/
header #logo {
	width: 140px;
}

/** header searchbox **/
header #searchbox {
	width: 60%;
	float: right;
}

/** header title **/
header #title {
	width: 100%;
}
header #title h1 {
	height: 30px;
}


/*------------------
 mobile css 
 -------------------*/
@media screen and (max-width : 480px){


/* menu
--------------*/
.js #menu {
 
display:none;
 
}
 
.js .slicknav_menu {
 
display:block;
 
}

/** list **/
ul.navi {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}

/** menu_bg **/


/* contents
--------------*/


/* footer
--------------*/

}/* end mobile */


/*** media ***/
/** tablet + pc **/

@media screen and (min-width: 481px){
/* menu
--------------*/
.slicknav_menu {
 
display:none;
 
}

/** list **/
ul.navi {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.navi li {
	float:left;
	width: 20%;
}
ul.navi li a {
	display: block;
}


/** menu_bg **/
.menu_01 a {
	background: url(/content/400038104.png) no-repeat left top;
}
.menu_02 a {
	background: url(/content/400038105.png) no-repeat left top;
 }
.menu_03 a {
	background: url(/content/400038106.png) no-repeat left top;
 }
.menu_04 a {
	background: url(/content/400038107.png) no-repeat left top;
 }
.menu_05 a {
	background: url(/content/400038108.png) no-repeat left top;
 }
 
.menu_01 a:hover,
.menu_01 .active {
	background: url(/content/400038104.png) no-repeat left bottom;
}
.menu_02 a:hover,
.menu_02 .active {
	background: url(/content/400038105.png) no-repeat left bottom;
}
.menu_03 a:hover,
.menu_03 .active {
	background: url(/content/400038106.png) no-repeat left bottom;
}
.menu_04 a:hover,
.menu_04 .active {
	background: url(/content/400038107.png) no-repeat left bottom;
}
.menu_05 a:hover,
.menu_05 .active {
	background: url(/content/400038108.png) no-repeat left bottom;
}


.menu_01 a:hover,
.menu_02 a:hover,
.menu_03 a:hover,
.menu_04 a:hover,
.menu_05 a:hover {
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.active {
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.navi-box {
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}
.navi-box.box02 {
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.navi-box.box02:before {
	content:"";
	display: block;
	padding-top: 100%;
}
.navi-box.box02 span{
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}

}/** /tablet + pc **/


/*------------------
 pc css 
 -------------------*/
@media screen and (min-width: 1280px){

/** wrapper **/
header,
nav,
.contents,
.ad-bottom,
footer {
	width: 960px;
}

.wrapper {
	width: 1260px;
	}

/* ad BGjack mobile */
.ad-bg-mp {
	display: none;
}


/* header
--------------*/

header #logo,
header #searchbox,
header #title {
	height: 50px;
}

/** header-logo **/
header #logo {
	width: 180px;
}

/** header searchbox **/
header #searchbox {
	width: 280px;
	float: left;
}

/** header title **/
header #title {
	width: 490px;
}
header #title h1 {
	height: 30px;
}


/* contents
--------------*/
.base-b,
.base-g,
.base-y {
}
.box {
	}
.h3-rbox {
	width: 60%;
}

.box-left {
	float: left;
}
.box-right {
	float: right;
}
.box-20 {
	width: 18%;
}
.box-30 {
	width: 28%;
}

.box-32 {
	width: 32%;
}
.box-32:nth-of-type(2) {
	margin-left: 20px;
}
.box-40 {
	width: 38%;
}
.box-50 {
	width: 48%;
}
.box-60 {
	width: 58%;
}
.box-70 {
	width: 68%;
}
.box-80 {
	width: 78%;
}

/* footer
--------------*/

}/* end pc */


/** fontello **/
@font-face {
  font-family: 'fontello';
  src: url('/content/400038186.eot?31026799');
  src: url('/content/400038186.eot?31026799#iefix') format('embedded-opentype'),
       url('/content/400038184.woff?31026799') format('woff'),
       url('/content/400038185.ttf?31026799') format('truetype'),
       url('/content/400038187.svg?31026799#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-right: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-link-ext:after { content: '\e800'; } /* '?' */
.icon-angle-double-up:after { content: '\e801'; } /* '?' */
.icon-attention-circled:after { content: '\e804'; } /* '?' */
.icon-play-circled:after { content: '\e807'; } /* '?' */


/*------------------
 print css 
 -------------------*/
@media print{

#searchbox,
nav,
#page-top,
.flexslider {
	display: none;
}
body {
	font-size: 12px;
	color: #000;
}
}
