@charset "UTF-8";


/*---------------------------- PC向けのスタイル ----------------------------*/
@media only screen and (min-width: 921px) {


/*---------- ページ全体の指定 ----------*/

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  background-color: #f4fff2;
  -webkit-text-size-adjust: none;
}


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

#main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background-image:url(../img/bg.png)
/*  background-color: #fef8f0;*/
}


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

#header {
	width: 100%;
	margin: 0 auto 0 auto;
	border-top: solid 3px #208b0f;
	/*background-image: url(../img/header.png);  *//*-- 背景 --*/
	/*background-repeat: repeat-x;*/
	background-color:#FFF;
	color: #E7C4FE;
}

.text_area {
  width:100%;
  height:15px;
  background-image:url(../img/head_text_bg.png);


}


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

.text_area_h1 {
  width:900px;
  height:15px;
  margin:0 auto;
  font-size:10px;
  font-weight: normal;
  text-align: left;
  color: #5b3926;
}

/*.header_text_h1 {
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color: #5b3926;
}*/


#header #header_inner {
  width: 900px;
  height: 60px;  /*-- 高さ --*/
  padding: 0px;  /*-- 余白 --*/
  margin: 0 auto;
  background-color:#FFF;
}


/*----- 左 logo -----*/

#h_logo {
  padding: 0;
  margin: 0;
  text-align: left;
  height:60px;
  /*font-size: 14px;
  color: #444444;
  line-height: 1.5;
  text-decoration: none;*/
  float: left;
}

#h_logo h2 {
  margin: 0;
  /*padding: 16px 0 0 0px;*/  /*-- logo 位置 --*/
  text-align: left;
  /*font-size: 20px;
  color: #444444;*/
  letter-spacing: 0.05em;
}

#h_logo a {
 /* font-size: 22px;
  color: #666666;*/
  text-decoration: none;
}

#h_logo a:hover {
  /*font-size: 22px;
  color: #888888;*/
  text-decoration: none;
}


/*----- 右 info -----*/

#h_info{
  margin: 0;
  padding: 0px 0 0 0;  /*-- info画像 位置 --*/
  text-align: right;
  height:60px;
  /*font-size: 16px;
  color: #555555;*/
  line-height: 1.8;
  text-decoration: none;
  float: right;
}

#h_info p{
  margin: 0;
  padding: 3px;
  text-align: left;
  /*font-size: 14px;
  color: #444444;*/
  letter-spacing: 0.05em;
}

#h_info a{
  /*font-size: 13px;
  color: #333333;*/
  text-decoration: none;
}

#h_info a:hover{
  /*font-size: 13px;
  color: #666666;*/
  text-decoration: none;
}

span.tel {
  font-size: 1.42em;
  color: #c9171e;
  line-height: 1.6;
  font-weight: bold;
}


/*---------- PCメニュー ----------*/

#header-menu {
  clear: both;
  width: 100%;
  /*margin: 4px 0 0 0;*/
  margin:0;
  padding: 0;
  height: 40px;
  text-align: left;
  border-top: solid 1px #435042;
  border-bottom: solid 1px #435042;
  background-image: url(../img/head_menu_back_base.png);
  background-repeat: repeat-x;
}

#header-menu ul {
  width: 900px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(../img/head_menu_back_base.png);
  background-repeat: repeat-x;
}

#header-menu li {
  display: block;
  list-style-type: none;
  float: left;
  color: #ffffff;
  width:calc(100%/6);
}

#header-menu li a {
  font-size: 12px;
  color: #fffffc;
  text-align: center;
  display: block;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-right: solid 1px #435042;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  background-image: url(../img/head_menu_back_abase.png);
  background-repeat: repeat-x;
}

#header-menu li a:hover {
  color: #38591d;
  background-image: url(../img/head_menu_back_hover.png);
  background-repeat: repeat-x;
}

#header-menu li.home a {
  padding: 10px 10px 10px 10px;
  border-left: solid 1px #34602e;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*---------- SPメニュー ----------*/

#header-nav {
  display: none;
}


/*---------- SP電話ボタン ----------*/

.phone {
  display: none;
}


/*---------- メイン画像 ----------*/

#header-img {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- コンテンツ ----------*/

#container {
  width: 885px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 8px 10px 6px 5px;
  background: #ffffff url(../img/side_yback.png);
  background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 4px 0 5px 0;
  font-size: 16px;
  width: 640px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

#contents #pannavi {
  margin: 0 0 6px 0;
  padding: 0 0 8px 0;
  font-size: 15px;
}

#contents #pannavi a {
  font-size: 15px;
}

#contents h2 {
  height: 44px;
  margin: 0 0 10px 0;
  padding: 12px 0 0 26px;
  font-size: 18px;
  color: #54351f;
  background-image: url(../img/titlebar.png);
  background-repeat: no-repeat;
}

#contents h2.page_title {
  margin: 0 0 10px 0;
  padding: 8px 0 4px 30px;
  line-height: 1.7;
  font-size: 20px;
  color: #581201;
  border: none;
  background-image: url(../img/h2_bg.png);
  background-repeat: no-repeat;
}

#contents h2.contact_title {
  margin: 0 0 10px 0;
  padding: 8px 0 4px 30px;
  line-height: 1.7;
  font-size: 20px;
  color: #ce0808;
  border: none;
  background-image: url(../img/h2_contact_bg.png);
  background-repeat: no-repeat;
}


#contents h2.txt {
  height: auto;
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #54351f;
  background: none;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 5px 18px;
  line-height: 1.4;
  font-size: 17px;
  color: #54351f;
  border-top: solid 1px #ebffdf;
  border-right: solid 1px #ebffdf;
  border-bottom: solid 1px #208b0f;
  border-left: solid 5px #208b0f;
  background-color: #f4ffee;
}

#contents h3.beta {
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 12px 16px;
  line-height: 1.4;
  font-size: 18px;
  color: #fffffc;
  border: none;
  background-image: url(../img/h3_beta.png);
  background-repeat: no-repeat;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 18px;
  color: #882200;
  border-top: solid 1px #999999;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 4px #663300;
  border-left: solid 1px #bbbbbb;
  background-image: url(../img/h3_point.png);
  background-repeat: repeat-x;
}

#contents p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 16px;
}

#contents p.dete {
  text-align:right;
  font-size: 12px;
}



/*---------- 画像の回り込み ----------*/

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}


/*---------- 表（テーブル） ----------*/

table#t01 {
  width: 310px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  padding: 10px;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(../../img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  width: 100%;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  background-color: #fff8e3;
  width: 100px;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  width: auto;
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #999;
	padding:12px 14px 8px 14px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fff8e3;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}



/*---------- リンクページ　企業コメント ----------*/

ul.comment_box li{
	width:610px;
	/*height:000px;*/
	border:solid 1px #bebebe;
	/*border-color:#bebebe;*/
	background:#fff;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
	padding:10px;
	color:#583822;
}

com_topbox {
	width:590px;
	height:45px;
}

ul.comment_box li div.com_topbox img {
	width:180px;
	height:45px;
	margin-right:15px;
}

span.com {
	width:395px;
	height:23px;
	background-image: url(../../link/img/icon_bill.png);
	background-repeat: no-repeat;
	padding-left:25px;
	position:absolute;
}

span.com_tel {
	/*width:197px;*/
	height:22px;
	background-image: url(../../link/img/icon_tel.png);
	background-repeat: no-repeat;
	padding-left:25px;
	margin-right:55px;
}

span.com_fax {
	/*width:196px;*/
	height:22px;
	background-image: url(../../link/img/icon_fax.png);
	background-repeat: no-repeat;
	padding-left:25px;
}

div.com_underbox {
	width:590px;
}

div.com_address {
	width:590px;
	height:23px;
	background-image: url(../../link/img/icon_marker.png);
	background-repeat: no-repeat;
	padding-left:25px;
}

div.com_url {
	width:590px;
	height:23px;
	background-image: url(../../link/img/icon_net.png);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-bottom:13px;
	border-bottom:dashed 1px #6b6868;
	margin-bottom:15px;
}

div.com_com {
	width:100%;
	padding-bottom:15px;
	
}



/*---------- サイドエリア ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 4px 0 0 0;
  width: 220px;
  text-align: left;
  letter-spacing: 0.05em;
}

.menulist {
  margin: 0 0 28px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist h3 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fff;
  background-image: url(../img/sidebar.png);
  background-repeat: no-repeat;
}

.menulist ul {
  margin: 0;
  padding: 0;
}

.menulist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menulist li a{
  color: #54351f;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 8px 4px 3px 30px;
  font-size: 13px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(../img/side_menu_bg.png);
  background-repeat: no-repeat;
}

.menulist li a:hover{
  color: #54351f;
  background-image: url(../img/side_menu_bg_hover.png);
  background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 28px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(../../img/menu_back.gif);
}

.menu_free h2 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free h3 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 1.8;
}

.menu_top {
  margin: 0 0 5px 5px;
  padding: 0;
  text-align: left;
}

.menu_top a{
  color: #993300;
  padding: 6px 0 6px 0;
  line-height: 1.8;
}

.menu_top a:hover{
  color: #666666;
}

.menu_top p{
  margin: 0;
  padding: 0;
  line-height: 1.8;
}


.menu_btn_under {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  text-align: left;
}

.menu_btn_under a{
  margin: 0 0 8px 0;
  color: #993300;
  display: block;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
}

.menu_btn_under a:hover{
  color: #666666;
}


/*---------- サイドエリア・トップに戻る ----------*/

.menu_back {
  display: none;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 10px;
  color: #333333;
  line-height: 1.8;
  border-top: solid 2px #1d6d02;
  background-color: #ebffdf;
}

#footer a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #555555;
  text-decoration: none;
}

}
#container #contents .updete {
	font-size: 11px;
	text-align: right;
	color:#593202;
}
