@charset "UTF-8";

body {
	height: 100%;
	font-weight: normal;
	font-size: 11pt;
	font-family: "Times New Roman", "游明朝", YuMincho,　"Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "メイリオ", Meiryo, serif !important;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333;
}

a {
	color: #417042;
	text-decoration: none;
} 

a:hover, input[type=submit]:hover, input[type=reset]:hover {
	text-shadow: 0px 0px 2px #FF6666; 
} 

h4 {
	font-size: 1em;
}
p {
	margin: 0;
}

/* コンテイナー
----------------------------------------------*/
#container {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	text-align: left;
	line-height: 2.6em;
	letter-spacing: 0.1em;
	background: #fff;
}
body > #container {
	height: auto;
}

/* 共通要素
----------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

#item1, #item2, #item3, #item4, #item5, #item6 {
	display: none;
	padding: 0;
	position: relative;
}

.highlight {
	color: #426579;
}
.gothic {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",'メイリオ',Meiryo,"ＭＳ ゴシック","MS Gothic",sans-serif;
}
#topcontrol {
	z-index: 3;
	position: relative;
}
#topcontrol img {
	position: relative;
	right: -28px;
}

/*　---------------------------------------------
   トップページ
----------------------------------------------*/

/* ヘッダー
----------------------------------------------*/
#header { 
	margin: 0;
	padding: 0;
	letter-spacing: 0.6em;
}
#top #header {
	border-bottom: 1px dotted #999;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

ul {
	margin: 0;
	padding: 0;
} 
li {
	margin: 0;
	padding: 0;
} 
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; padding: 0; background: #ccc; border: 0px solid #fff; position: relative; }
/*.flex-viewport { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }*/
h1 {
	text-align: center;
	padding: 0;
	position: relative;
	font-size: 1.6em;
	letter-spacing: 0.3em;
	font-weight: normal;
	z-index: 2;
	background: #fff;
}
#title {
	padding: 9% 0 ;
}

/* メイン
----------------------------------------------*/
#main {
	padding: 0em 6% 0;
	background: #fff;
	z-index: 3;
}
#main #item3, #main #item4, #main #item5 {
	padding: 0;
}
#top #global_navi {
	margin-top: 0%;
	font-size: 10pt;
}
h2 {
	margin: 6% 0 2em 0;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em;
}
.menu {
	/* boxレイアウトの指定 */
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	box-orient: horizontal;
	/* 配置したボックスを左右中央寄せにする */
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	width: 100%;
}
.menu_item {
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	margin: 20px;
	position: relative;
}
.rollover {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);

}
.menu_back {
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	margin: 20px auto 2%;
	position: relative;
}
#mailform {
	margin: 0 5%;
}
.formitem {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	width: 100%;
	height: auto;
}
.formtitle {
	margin: 0.6em 0 0.6em 0;
	width: 120px;
	box-flex:0;
	-webkit-box-flex:0;
	-moz-box-flex:0;
	-ms-flex:none;
}
.forminput {
	margin: 0.6em 0 0.6em 0;
	height: 2.4em;
	width: 100%;
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	border-bottom: 1px dotted #666;
}
.formselect {
	margin: 0.9em 0 0.6em 0;
	border-bottom: none;
}
.formtext {
	margin: 0.6em 0 0.6em 0;
	height: 13.4em;
	width: 100%;
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	border-bottom: 1px dotted #666;
}
input {
	width: 100%;
	height: 2.2em;
	border: none;
	outline: none;
}
textarea {
	width: 100%;
	height: 12em;
	padding: 0.6em;
	border: none;
	outline: none;
}
.note {
	font-size: 10pt;
	color: #932f73;
}
input[type=submit], input[type=reset] {
	width: 100px;
	font-size: 10pt;
	margin: 0.4em 0 0 0;
	padding: 0.4em;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
}
input[type=submit] {
	background: #98d2db;
}
input[type=reset] {
	background: #e3e3e3;
}
/*　---------------------------------------------
   psi01-04ページ
----------------------------------------------*/

/* ヘッダー
----------------------------------------------*/

#global_navi {
	margin: 0;
	padding: 0.2em;
	font-size: 9pt;
	font-weight: normal;
	color: #666;
	text-align: center;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 3;
}
#psi01 #global_navi {
	background: #d9e398;
	font-weight: normal;
}
#psi02 #global_navi {
	background: #fff98f;
	font-weight: normal;
}
#psi03 #global_navi {
	background: #e790ba;
	font-weight: normal;
}
#psi04 #global_navi {
	background: #78c0d6;
	font-weight: normal;
}
#access #global_navi, #about #global_navi {
	background: #e6e6e6;
	font-weight: normal;
}
#thanks #global_navi {
	background: #ffffff;
	font-weight: normal;
}

/* メイン
----------------------------------------------*/
#psi01 h2, #psi02 h2, #psi03 h2, #psi04 h2, {
	margin: 6% 0 2em 0;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em;
}
h3 {
	margin: 8% 0 3.6%;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
}
#psi01 .menu, #psi02 .menu, #psi03 .menu, #psi04 .menu {
	margin-top: 8%;
}
.listtitle {
	margin-left: 5%;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",'メイリオ',Meiryo,"ＭＳ ゴシック","MS Gothic",sans-serif;
}
#psi01 .list {
	border-left: 10px solid #d9e398;
	margin-left: 5%;
	padding-left: 1%;
}
#psi03 .list {
	border-left: 10px solid #e790ba;
	margin-left: 5%;
	padding-left: 1%;
}
#about .list {
	border-left: 10px solid #e6e6e6;
	margin-left: 5%;
	padding-left: 1%;
}
#qtable {
	width: 90%;
	margin: 1em auto;
	line-height: 2em;
	border-collapse: separate;
	border-spacing: 4px;
}
#qtable td {
	padding: 0.4em 1em;
	background-color: #EEEEEE;
}
#qtable th {
	width: 8em;
	padding: 0.4em 1em;
	font-weight: 600;
	vertical-align: top;
	background-color: #FEF7D5;
}
.printimg {
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	max-width: 80%;
	margin-top: 1em;
}
.construction {
	text-align: center;
}
.statistics {
	text-align: center;
}
.fp_doc {
	margin: 2% 0 0 5%;
	position: relative;
	vertical-align: middle;
}
.fp_doc .rollout, .fp_doc .rollover {
	margin-right: 1%;
	vertical-align: middle;
}
.map_cell p {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	margin: 0;
}
/*for IE6 */
* html .large_map p {
	display: inline;
	zoom: 1;
}
/*for IE7 */
*:first-child+html .large_map p {
	display: inline;
	zoom: 1;
}
.map {
	width: 95%;
}
.map_caption {
	padding-left: 1%;
}
#thanks {
	position: relative;
	background: #fff;
}
#thanks #main {
	position: relative;
	margin: -43% 0 0 0;
	background: none;
}
/* フッター
----------------------------------------------*/
#footer { 
	display: none;
	letter-spacing: 0.1em;
	margin: 10% 0 80px 0;
	border-top: 1px solid #ccc;
	background: #fff;
}
#footer p {
	margin: 0;
	padding: 3% 0 0;
	font-size: 0.8em;
	font-style: oblique;
	text-align: center;
	text-shadow: 0px 2px 1px #FFF; 
}
#thanks #footer { 
	background: #fff;
	position: relative;
}
#thanks #footer p {
	margin: 0 0 0 0 !important;
}