﻿@charset "utf-8";
/* CSS Document */

/* ヘッダーメニュー */
#head-menu ul li#head-menu-05 a{
	background: url(../images/head_menu_on_05.png) no-repeat;}

#main-cont #contact-text{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0 3px;}
#main-cont #contact-text .color-red{
	color: #f00;}

/* フォーム */
#wpcf7-f4-o1 .screen-reader-response{
	display: none;}
#wpcf7-f4-o1 .wpcf7-not-valid-tip{
	display: block;
	color: #fff;
	text-align: center;
	background: #c00;
	border-radius: 7px;
	margin-bottom: 5px;
	padding: 2px;}
#wpcf7-f4-o1 .invalid .wpcf7-validation-errors{
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #c00;
	border-radius: 7px;
	padding: 10px;}
#wpcf7-f4-o1 .sent #form-box{
	display: none;}
#wpcf7-f4-o1 .sent .wpcf7-mail-sent-ok{
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #c00;
	border-radius: 7px;
	padding: 10px;}
	
#wpcf7-f4-o1 form table th .hissu{
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #f00;
	border-radius: 7px;
	padding: 1px 10px;}
#wpcf7-f4-o1 form table td input[type=text],
#wpcf7-f4-o1 form table td input[type=email],
#wpcf7-f4-o1 form table td input[type=tel]{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;}
#wpcf7-f4-o1 form table td .form-sample{
	display: block;
	color: #999;}
#wpcf7-f4-o1 form table td .koumoku label{
	display: block;}
#wpcf7-f4-o1 form table td .koumoku label:hover{
	background: #ccc;}
#wpcf7-f4-o1 form table td .koumoku label input:checked + span{
	color: #f00;}
#wpcf7-f4-o1 form table td textarea{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
#wpcf7-f4-o1 form #form-submit-text{
	text-align: center;
	margin: 10px 0;}
#wpcf7-f4-o1 form #form-submit{
	text-align: center;}
#wpcf7-f4-o1 form #form-submit input:hover{
	opacity: 0.6;}


/*
メイン
-------------------------------------------*/

#main-cont #mainlist {
	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #E5E5E5;
	background-image: url(images/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mainlist ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainlist ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mainlist li {
	font-size: 14px;
	line-height: 20px;
}
*html #mainlist li {
	line-height: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#mainlist li a {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
	padding-top: 2px;
}
*html #mainlist li a {
	line-height: 6px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
#main-cont #mainlist h3 {
	color: #7A9496;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E6E6;
	padding-bottom: 1px;
}

#main-cont .box_out {
	background-color: #F6F6F6;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#main-cont .box_in {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	margin-bottom: 5px;
	padding: 10px;
}

#main-cont h2 {
	font-size: 24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3fa9f5;
	line-height: 30px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#main-cont h2 span {
	font-size: 14px;
	padding-left: 10px;
	color: #3fa9f5;
}
#main-cont h3 {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 5px;
	padding-top: 3px;
	background-color: #3193C8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	font-weight: normal;
	margin-bottom: 3px;
}
#main-cont h3 span {
	font-size: 12px;
	color: #EEFDFF;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#main-cont h3 a {
	color: #FFFFFF;
}
#main-cont h4 {
	color: #30a0d2;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a3cadc;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#main-cont h4 span {
	font-size: 12px;
	color: #638F9D;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}


/*----------*/


.alignleft {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.alignright {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
#top_img {
	text-align: center;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-cont ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main-cont ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0CFD1;
	color: #44636C;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#main-cont table {
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#main-cont table th {
	background-color: #3694CB;
	text-align: left;
	font-weight: normal;
	padding: 10px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 16px;
	width: 230px;
}

#main-cont table td {
	background-color: #F6F6F6;
	text-align: left;
	padding: 10px;
	border: 1px solid #D6D6D6;
	font-size: 16px;
	line-height: 20px;
}
