@charset "utf-8";
/*===================================
全般的なスタイル
==================================*/
main {
	display:block;
}
body {
	font-family:'メイリオ','Hiragino Kaku Gothic Pro',sans-serif
}
*{
	margin:0; padding:0;
}
div#pagebody{
	position:relative;
	width:100%; margin:0 auto;
	max-width:1140px;
}
header:after, .mainpage:after, .header-site:after, .header-nav:after, .header-photo:after {
	content:"";
	display:block;
	clear:both;
}
header .header-site, .header-nav, .header-photo {
	content:"";
	float:right;
	width:100%;
	margin:0; padding:0;
	display:block;
	clear:both;
}
#slide_menu {
	float:left;
	width:100%;
}
.contents {
	float:left;
	width:100%;
}
/*==================================
ヘッダ
=================================*/
header, .header-site {
	position:fixed;
	z-index:6;
	height:80px;
	background-color:rgba(255,255,255,0.7)
}

header h1{
	position: fixed;
	top: 5px;
	left: 100px;
	z-index:7;
	font-size:36px;
	color:#555;

}
#header_img {
	width:80%;
}
.logo {
	width:80px;
	position:fixed;
	top: 5px;
	left:10px;
	padding:0px 0px 5px 0px;
	z-index:10;

}
#header_img h1 {
	margin:48px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	font-size:12px;
	color:#bbb;
	text-align:left;
	z-index:7;

}

/*===================================
ヘッダメニュー
==================================*/
.header-nav {
	position:fixed;
	float:right;
	width:100%;
	z-index:8;
	margin:80px 0 10px 10px;
	background-color:rgba(255,255,255,1)
}
#menu {
	display:none;
}
#menubtn  {
	padding: 6px 12px;
	border:solid 1px #aaaaaa;
	border-radius: 5px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
	position:fixed;
	top:20px;
	right:15px;
	background-color:#ffffff;
}
#menubtn:hover {
	background-color:#dddddd;
}
#menubtn:focus {
	outline:none;
}
#menubtn i {
	color: #888888;
	font-size:18px;
}
#menubtn span {
	display: inline-block;
	text-indent:-9999px;
}
.header_menu {
	margin-left:20px;
}
.header_menu li{
	list-style-type:none;
	display:inline;
	padding:0;
}
.header_menu li a {
	background-color:transparent;
	font-size:16px;
	color:#000000;
	display:block;
	width:96%;
	padding:5px 0px 5px 0px;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
.header_menu li:first-child a {
	border-top:1px dotted #ccc;
}
.header_menu li a:hover{
	background-color:#eeeeee;
	color:#f66;
}

/*=================================
ヘッダ画像
================================*/
.header-photo img {
	width:96%; height:auto;
	margin:80px 2% 0px 2%;
	padding:10px 0px 10px 0px;
	float:left;
}
.catch, .catch-r {
	margin:0;
	padding:15px;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
}
.catch-r small {
	font-size:14px;
	line-height:80%;
}
.header-photo {
	position:relative;
}
.catch {
	font-size:22px;
	position:absolute;
	bottom:7%;
	left:3%;
}
.catch-r {
	font-size:22px;
	position:absolute;
	bottom:7%;left:3%;right:50%;
}
.catch, .catch-r {
	line-height:90%;
}
/*===============================
サブメニュー（左カラム）
==============================*/
.submenu {
	width:94%;
	margin:3%;
}
#contact0001, .submenu_parent br {
	display:none;
}
.submenu_parent li p a{
	height:25px;
	text-align:left;
	padding: 15px 15px 5px 15px;
	font-weight: 700;
	font-size:14px;
	background-color:#002288;
	text-decoration: none ;
	color:#ffffff;
	display: block;
}
.submenu_child, submenu_parent li, submenu_parent li p {
	margin: 0;
	padding: 0;
}
.submenu_parent {
	border:solid 6px #dddddd;
}
.submenu_parent li {
	list-style-type:none;
}
.submenu_parent li p a {
	height:35px;
	position: relative;
	top:0;
	left:0px;
	font-size:16px;
	padding:9px 0px 0px 10px;
	display:block;
}
 .submenu_parent li p a:hover {
	cursor: pointer ;
	color: #ccc ;
	background: rgba( 0,0,60, 0.5 ) ;
}
.submenu_parent li p a:before {
	position: absolute;
	top: 50%;
	right:15px;
	margin-top: -14px;
	content:"\f054";
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 300;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.submenu_parent li p.open :before {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.submenu_parent li p a, .submenu_child li {
	border-bottom: 1px solid rgba( 0,0,0, 0.1 ) ;
}
.submenu_child li a {
	height:35px;
	font-size:16px;
	display: block ;
	background-color:#bbddee;	
	padding: 8px 0px 0px 10% ;
	font-weight: 700 ;
	text-decoration: none ;
	color: #555 ;
}
.submenu_child li a:hover {
	cursor: pointer ;
	color: #f00 ;
	background: rgba( 0,0,255, 0.1 ) ;
}
.submenu_child li a:before {
	content: url("images/icon_submenu.png");
	margin:0px 10px 0px 0px;
	vertical-align:text-top;
}
div#contact0001 {
	width:100%;
	margin:0;
	font-size:20px;
	font-weight:bold;
	background-image:none;
	background-repeat:no-repeat;
	background-color:#002288;
	color:#ffffff;
}
div#contact0001 a {
	display:block;
	height:35px;
	padding:10px 10px 10px 0px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
}
div#contact0001 a:before {
	content: "\f003";
	font-family: FontAwesome;
	margin:0px 10px 0px 0px;
	vertical-align:text-top;
}

/*==============================
インフォメーション（右カラム）
=============================*/
.info {
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 10px;
	background-color:#eeedfe;
 	zoom: 1;
	position: relative;
}
.colum {
	border:4px outset blue;
	margin:1%;
	width:45%;
	min-width:200px;
	float:left;
}
.colum_img {
	width:100%
}
.colum_img {
	display:block;
	background-color:#000;
	opacity:1;
}
.colum_img:hover {
	opacity:0.7;
}	
.colum h2 {
	background-color:#039;
	color:#fff;
	font-size:14px;
	text-align:center;
}
h3 {
	font-size:16px;	
	padding:10px 2% 10px 2%;
	background-color:#003399;
	color:#ffffff;
	border-radius:3px;
	-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px;		/*角丸にする（ベンダープレフィックス付きの指定）*/
}
#newsWrap {
	overflow:auto;
	width:90%; height:300px;
	max-width:640px;
	background-image:url(images/index/topics.png);
	background-repeat:no-repeat;
	background-color: transparent;
	color: #000000;
	margin:10px 5% 0px 5%;
	border:1px solid gray;	
}
ul#newsList {
	margin:5px 0px 0px 10px
}
#calendar01 {
	overflow:visible;
	text-align:center;
	width:400px; height:330px;
	background-color: transparent;
	color:#000000;
	margin:10px 0px 0px 20px;
}
.infoimg_index {
	width:200px; height:150px;
	margin: 0px 0px 20px 20px;
	float :right;
}
.infoimg_subpage {
	width:400px; height:auto;
	margin-left:100px;
	text-align:center;
	border:4px outset blue;
}
.infoimg_subpage_width {
	width:90%;height:auto;
	margin:0 5% 0 5%;
}
.infoimg_subpage_short {
	width:30%;
	float:right;
}
.infoimg_tel img{
	display:block;
	opacity:1;
}
.infoimg_tel img:hover {
	cursor:pointer;
	opacity:0.5;
}
.infoimg_map {
	width:100%;
	max-width:600px;
	margin:0px 20px 20px 10px;
	float: left;
}
ol.index_list li {
	width:92%;
	margin-left:8%;
}
.index_sublist li {
	font-size:90%;
	list-style-type:none;
	counter-increment: cnt;
}
.index_sublist li:before{
	content: "(" counter(cnt) ")";
	margin-right:0.5em;
}
.ISO_img {
	margin-left:20px;
	}
#moldlistbtn {
	float:right;
	width:100px;
	border:solid 1px #aaaaaa;
	border-radius: 5px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin:0; padding:0;	 background:none;
	margin:10px 20px 5px 5px;
	padding:5px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background-color:#fff;
	color:black;
	display: block;
	cursor: pointer;
}
#moldlistbtn:hover {
	background-color:#dddddd;
}
#moldlistbtn:focus {
	outline:none;
}
#moldlist-container {
	margin-left:20px;
	width:450px;
	height 240px;
	overflow:auto;
	border:1px solid #c9c9c9; 
	-webkit-overflow-scrolling:touch;
}
#moldlist {
	width:100%;
	height:100%;
	border:none;
	display:block;
}
hr {
	clear:both;
	width:100%;
	margin:10px 0px;
	border:1px dotted #cccccc;
}
mark {
	background-color:transparent;
	color: #bb0000;
	font-weight:bold;
}
.info p {
	width:96%;
	margin:2%;
	text-indent:1em;
}
.contact label, .contact input {
	width:100%;
	margin:0px 10px 0px 5px;
	padding-left:5px;
}
.contact textarea {
	width: 90%;height:200px;
	margin:0px 2% 0px 2%;
	font-size:10px;
}

.backbtn  {
	padding: 6px 12px;
	border:solid 1px #aaaaaa;
	border-radius: 5px;
	cursor: pointer;
	background-color:#ffffff;
}
.backbtn:hover {
	background-color:#dddddd;
}
.backbtn:focus {
	outline:none;
}
.backbtn span {
	color: #888888;
	font-size:18px;
}

/*============================
備考情報
===========================*/
div.remarks {
	clear:both;
	width:96%;
	margin:0px 10px 10px 10px;
}
h4 {
	margin:0 0 0 10px;
	color:#000066;
}

div.privacy_list li {
	font-size:95%;
	margin:0px 0px 0px 60px;
}
div.privacy_company {
	margin: 0px 0px 0px 40px;
	text-align:left;
	font-size:95%;
}

/*============================
サイトマップのメニュー
===========================*/
.sitemap_menu, .sitemap_menu_s {
	margin:5px 0 0 20px;
}
.sitemap_menu li {
	list-style-type: square;
	height: 35px;
	margin: 10px 0 0 20px;
}
.sitemap_menu_s li {
	list-style-type: none;
	height: 25px;
	margin: 3px 0 0 20px;
}
.sitemap_menu_s li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right:0.5em;
	vertical-align:text-top;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.sitemap_menu li a, .sitemap_menu_s li a {
	text-decoration:none;
}
.sitemap_menu li a:link, , .sitemap_menu_s li a:link {
	color:#333333;
}
.sitemap_menu li a:visited, .sitemap_menu_s li a:visited {
	color: #0000ff;
}
.sitemap_menu li a:hover, .sitemap_menu_s li a:hover {
	color: #ff00ff;
	background: #ffffff;
	text-decoration: underline overline;
}
.sitemap_menu li a:active, .sitemap_menu_s li a:active {
	color: #ff0000;
}

/*============================
フッタ
===========================*/
footer {
	clear:both;
	height:80px;
	background-color:#ddd;

}
footer hr {
	text-align:center;
	width:96%;
	margin-left:20px;
}
#footer_menu ul {
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0px 5px 5px 0px;
}
#footer_menu ul li {
	display:inline;
	padding-left:5px;
	border-left:1px solid #999;
}
#footer_menu ul li a {
	text-decoration:none;
	color:#777777;
}
#footer_menu ul li a:hover {
	text-decoration:underline;
}
#footer_menu ul li:last-child a {
	padding-right:5px;
	border-right:1px solid #999;
}
#copyright {
	clear:both;
	width:100%;
	padding:0px 0px 0px 0px;
	font-size:80%;
	text-align:center;
}

/*==============================
トップに戻る
=============================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 0;
}
#pagetop-box {
	position:relative;
	width:40px;height:50px;
	background-color: #222;
	display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius:5px;
	-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px;
}
#pagetop-box a {
	font-size: 23px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	line-height:50%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding-top:10px;
}
.pagetop p {
	font-size:10px;
}
.icon-box a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*==============================
メニューへ
=============================*/
.tomenu {
	position: fixed;
	bottom: 60px;
	left: 0px;
}
#tomenu-box {
	position:relative;
	width:40px;height:50px;
	background-color: #222;
	display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius:5px;
	-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px;
}
#tomenu-box a {
	font-size: 23px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	line-height:50%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding-top:10px;
}
.tomenu p {
	font-size:8px;
}

/*==================================↓599px以下↓==================================*/
@media (max-width: 599px) {

* {
	position:static;
}
.header-site, .header-nav, .header-photo, #slide_menu, .contents, footer {
	content:"";
	float:left;
	width:100%;
	margin:0;padding:0;
	display:block;
	clear:both;
}

/*==================================
ヘッダ
=================================*/
.header-site {
	height:45px;
}
header h1 {
	left:60px;
	font-size:20px;
}
.logo {
	width:44px;
}
#header_img h1 {
	margin:24px 0px 0px 0px;
	font-size:10px;
	font-weight:normal;
}

/*===================================
ヘッダメニュー
==================================*/
.header-nav {
	margin:45px 0 10px 0px;
}
#menubtn  {
	top:10px;
	right:7px;
	text-align:center;
}
#menubtn i {
}

.header_menu li a {
	height:35px;
	font-size:16px;
	padding:8px 5px 0px 0px;
}

/*=================================
ヘッダ画像
================================*/
.header-photo img {
	margin:45px 5px 5px 5px;
}
.catch, .catch-r {
	position:relative;
	top:0;bottom:0;left:0;right:0;
	float:left;
	padding:5px 10px;
	font-size:16px;
	line-height:150%;
	width:93%;
}
.catch small, .catch-r small {
	font-size:12px;
}
/*=================================
スライドメニュー
================================*/
.submenu {
	width:96%;
}
.submenu_parent li p a{
	padding: 10px 0px 0px 10px;
	font-size:14px;
}
.submenu_parent li p a:before {
	margin-top: -5px;
	padding:0;
	font-size: 10px;
}
.submenu_parent {
	border:solid 2px #dddddd;
}
.submenu_child li a {
	font-size:14px;
	padding: 10px 0px 0px 10px ;
	text-align:left;
	font-weight: normal;
}

.submenu_child li a:before {
	content:">";
	font-size:10px;
}

div#contact0001 {
	font-size:14px;
	font-weight:bold;
}

div#contact0001 a {
	height:22px;
	padding:10px 10px 3px 0px;
}

div#contact0001 a:before {
	content: url("images/icon_contact_s.png")
}

/*==============================
インフォメーション（右カラム）
=============================*/
.info {
	margin:10px 0px 0px 0px;
}
.colum {
	margin:1% 10% 1% 10%;
	width:76%;
}
h3 {
	font-size:16px;
	width:100%;
	padding:3px 0px 0px 0px;
	text-indent:1em;
}
#newsWrap {
	width:90%;
	margin:5px 5px 0px 5px;
}
#calendar01 {
	width:90%;
	max-width:240px;
	margin:5px 5px 0px 5px;
}
.infoimg_index {
	width:150px;height:auto;
	margin: 0px 0px 10px 10px;
}
.infoimg_subpage {
	width:60%;
	margin-left:15%;
}
.infoimg_subpage_width {
	width:100%;
	margin:0;
}
.infoimg_subpage_short {
}

.infoimg_map {
	width:96%;
	margin:0px 2% 20px 2%;
}
ol.index_list li {
	font-size:12px;
}
.index_sublist li {
	font-size:11px;
}
.index_sublist li:before{
}
.ISO_img {
	width:90%;
	max-width:320px;height:auto;
}
#moldlistbtn {
	width:60px;
	margin:5px 10px 5px 0px;
	font-size:14px;
}
#moldlist-container {
	margin-left:2px;
	width:98%;height:240px;
	max-width:450px;
}
#moldlist {
	font-size:14px;
}
hr {
	margin:5px 0 5px 0;
}
mark {
	font-size:14px;
}
.info p {
	font-size:14px;
}
.contact label, .contact input {
	font-size:14px;
}
.infoimg_tel img{
	width:100%;
}

/*============================
備考情報
===========================*/
div.remarks {
	font-size:14px;
	margin:0px 5px 5px 5px;
}
h4 {
	font-size:14px;
}
div.privacy_list li {
	margin:0px 0px 0px 20px;
}
div.privacy_company {
	margin:0px 0px 0px 20px;
}
/*============================
フッタ
===========================*/
footer {
	width:100%;
}

footer hr {
	margin:0 0 5px 0;
	width:99%;
}
#footer_menu ul li a {
	font-size:12px;
}

/*==============================
トップに戻る
=============================*/

/*==============================
メニューへ
=============================*/


}
/*==================================↑599px以下↑==================================*/


/*==================================↓768px以上↓==================================*/
@media (min-width: 768px) {

#slide_menu {
	float:right;
	width:33%;
}
.contents {
	float:right;
	width:67%;
}

/*==================================
ヘッダ
=================================*/
header, .header-site {
	background-color:#fff;
	z-index:7;
	height:50px;
}
header h1{
	left: 120px;
}
#header_img {
}
.logo {
	left:2px;
	width:115px;
}
#header_img h1 {
	font-size:18px;
	color:#fff;
}

/*===================================
ヘッダメニュー
==================================*/
.header-nav {
	position:fixed;
	top:-50px;
	left:2%;
	z-index:6;
	margin:100px 0 20px 2%;
	width:98%;
	background-color:transparent;
}
#menubtn {
	display:none;
}
#menu {
	display:block !important;
}
.header_menu{
	width:96%;height:32px;
	margin:0px 5px 0px 20px;
	background-color:#03d;
	background:linear-gradient(#03d, #006);
	background:-moz-linear-gradient(top, #03d, #006);
	background:-webkit-gradient(linear, left top, left bottom, from(#03d), to(#006));
}
.header_menu li{
	list-style-type:none;
	float:right;
}
.header_menu li a {
	font-size:14px;
	color:#dddddd;
	width:100px; height:24px;
	text-align:center;
	padding:5px 0px 0px 0px;
	border-bottom:none;
}
.header_menu li:first-child a {
	border-top:none;
}

.header_menu li a:hover{
	background-color:#001177;
	color:#ffffff;
}
.header_menu ul:after {
	content:"";
	display:block;
	clear:both;
}

/*=================================
ヘッダ画像
================================*/
.header-photo img {
	width:98%;
	padding:0;
	margin:90px 0px 0 10px;
}
.catch {
	font-size:36px;
}
.catch-r {
	font-size:30px;
}
/*===============================
サブメニュー（左カラム）
==============================*/
.info {
	display:block;
	margin-right:10px;
}
.submenu_parent br {
	display:inline;
}
.submenu_parent li p a{
	height:40px;
	font-size:16px;
}
.submenu_child, submenu_parent li, submenu_parent li p {
}
.submenu_parent {
	border:none;
}
.submenu_child li a {
	font-size:14px;
	padding: 2% 0 2% 10% ;
}
#contact0001 {
	display:block;
}
#contact0001 a {
	height:43px;
	padding:15px 15px 5px 0px;
}
#contact0001 a:before {
	margin:0px 10px 0px 0px;
	font-size:24px;
	font-weight:normal;
	vertical-align:text-top;
}


/*==============================
インフォメーション（右カラム）
=============================*/
h3 {
	font-size:14px;
	border-radius:5px;
	-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px;		/*角丸にする（ベンダープレフィックス付きの指定）*/
}
#newsWrap {
	width:90%;
	margin:10px 0px 0px 20px;
}
#calendar01 {
}
.infoimg_subpage {
	width:60%;
	max-width:400px;
	margin-left:15%;
}

/*============================
フッタ
===========================*/

/*==============================
トップに戻る
=============================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 45px;
	right: 20px;
}
#pagetop-box {
	width:60px;height:60px;
	padding-top:0;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius:10px;
	-moz-border-radius:10px; -webkit-border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px;
}
.pagetop a {
	font-size: 30px;
	text-decoration: none;
}
.pagetop p{
	font-size:18px;
}
.pagetop a:hover {
}

/*==============================
メニューへ
=============================*/
.tomenu, #tomenu-box, #tomenu-box a, #tomenu-box p {
	display:none;
}

/*==================================↑768px以上↑==================================*/

/*==================================↓1190px以上↓==================================*/	
@media (min-width: 1190px) {
body{
	background-color:#d1e6fC;
}
#pagebody {
	border-left,border-right:1px solid #3c577f;
	-webkit-box-shadow: 0px 0px 10px #C1D6EC;
	-moz-box-shadow: 0px 0px 10px #C1D6EC;
	box-shadow: 0px 0px 10px #C1D6EC inset;
	background-color:#fff;
}

/*==================================
ヘッダ
=================================*/

header, .header-site {
	max-width:1140px;height:50px;
	border-left,border-right:1px solid #3c577f;
	-webkit-box-shadow: 0px 0px 10px #C1D6EC;
	-moz-box-shadow: 0px 0px 10px #C1D6EC;
	box-shadow: 0px 0px 10px #C1D6EC inset;
}
.header-site {
	display:none;
}

header h1{
	position:relative;
	width:400px;
}

#header_img {
	width:0px;
}
.logo {
	position:relative;
	top:-50px;

}
#header_img h1 {
	width:400px;
	position:relative;
	top:-150px;
}
.header-nav {
	position:relative;
	width:1140px;
}

}
/*==================================↑1190px以上↑==================================*/
