@charset "UTF-8";

/*初期設定******************************/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* 画像オンマウス効果 */
a:hover img.overimg {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.imgshadow img{
box-shadow: 1px 1px 2px #aaa;
}
a:link { color: #593005; } 
a:visited { color: #593005; }
a:hover { color: #d00000; text-decoration:underline;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;} 
a:active { color: #593005; } 

.breadcrumblist{
font-size:10px;
padding:15px 0px 0px 10px;
color:gray;
}
.breadcrumblist a:link{color:gray;}
.breadcrumblist a:visited { color: gray; }
.breadcrumblist a:hover { color: gray; } 
.breadcrumblist a:active { color: gray; } 


.leftcontent h1 {
  border-bottom: 5px #593005 solid;
  border-left: 10px solid #593005;
  padding: 12px 0px 4px 15px;
  font-size:24px;
  margin-bottom:15px;
box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.leftcontent h1 span {
  margin-left:20px;
  font-size:75%;
  color: #ccc;
  position: relative;
}


/* 
.leftcontent h1{
padding: 7px;
    font-size: 23px;
    border-bottom: 2px dotted #593005;
    border-left: 10px solid #593005;
box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3);
}
*/
.leftcontent h2 {
    position: relative;
    font-size: 20px;
    line-height; 29px;
	border-left:none;
	margin: 0px 10px;
	padding:7px 35px;
	box-shadow: 0 5px 6px -6px rgba(0,0,0,.5);
}
.leftcontent h2:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #593005;
    content: "";
}
.leftcontent h2:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #593005;
    content: "";
}

.leftcontent h3{
	font-size: 18px;
	border-bottom: 2px solid #ddd;
	margin: 0px 20px;
	padding: 0.5em 12px 0.4em;
	background: #f5f5f5;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.leftcontent h4{
	padding: 9px 0 3px 33px;
	margin: 0px 20px;
	font-size: 16px;
	font-weight:bold;
    position: relative;
	box-shadow: 0 4px 4px -5px rgba(0,0,0,.5);
	border-bottom:none;
}
 
.leftcontent h4:after, h4:before {
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#593005; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.leftcontent h4:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}

.leftcontent p{
width:auto;
margin:10px auto 20px 25px;
}
.shadow {
    padding: 13px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow:0 3px 5px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=0, strength=3, enabled=true);
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*全体設定******************************/

*{
margin:0;
padding:0;
border:0;
text-decoration:none;
list-style-type:none;
}

html,body{
font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0;
padding:0;
height:100%;
background-image: url("../images/bg.jpg");
background-repeat: repeat;
color: #333;
font-size:15px;
}

/* ヘッダーを幅いっぱいにする為のボックス*/
#headerbg {
background-image: url(../images/bg_header.png);
height:120px;
width:100%;
min-width:1000px;
}
/* ヘッダー*/
#header       {
width: 900px;
margin-right: auto;
margin-left: auto;
}
/* メインボックス*/
#container {
background-image: url("../images/bg_contents.png");
height:auto;
width: 900px;
margin-right: auto;
margin-left: auto;overflow:auto;
}
/* フッターを幅いっぱいにする為のボックス*/
#footerbg {
background-image: url(../images/bg_footer.jpg);
width:100%;
min-width:1000px;
}
/* フッター*/
#footer        {
width: 900px;
height:143px;
margin-right: auto;
margin-left: auto;
color:#cdac8d;
}
.leftcontent{
padding-top:10px;
margin-left:5px;
float:left;
width:660px;

}
.rightcontent{
padding-top:10px;
margin-right:5px;
float:right;
width:210px;
position:relative;
z-index:1;
}
.footer_nav{
font-size:12px;
padding-left:3px;
padding-bottom:7px;
}
.footer_nav a{
padding:0px 5px;
}

.sitemap {
font-size:14px;
}
.sitemap img{ 
float:left;
}
.sitemap a:link { color: #cdac8d; } 
.sitemap a:visited { color: #cdac8d; }
.sitemap a:hover { color: #d00000; text-decoration:underline;} 
.sitemap a:active { color: #cdac8d; } 

.sitemap ul{
width:460px;
float:right;
margin:15px 30px 0 0;
}

.sitemap li{
float:right;
margin:1px 7px 4px 0;
padding:1px 7px 1px 0;
border-right: 1px solid #edeae4;
box-shadow: 1px 0px rgba(255,222,200,0.2);
}
.sitemap p{
text-align:right;
padding-right:12px;
}
/*ヘッダーメニュー**********************************************/

ul.menu li{
float:left;
padding:0px 0px 0px 0px;
margin:0px;
width:120px;
height:30px;
position:relative;
z-index:99;
}
ul.menu li a{
display:block;
width:100%;
height:100%;
position:relative;
z-index:99;
}
.sub img,ul,a,li{
padding:0px;
margin:0px;
position:relative;
z-index:99;
}
ul.menu li ul.sub{
position:absolute;
width:122px;
z-index:99;
}
ul.menu:after {
height:0;
visibility:hidden;
content:".";
display:block;
clear:both;
position:relative;
z-index:99;
}

#nav { position:relative; float:right; margin:58px 23px 0px 0px;}
#nav span {background:#ac700f; height:3px; display:block; position:absolute; width:122px; padding:0px 0px 0px 2px; margin:0px; z-index:1;}

/* balloon-4 bottom-left */
#right_contact {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 180px;
	min-width: 115px;
	height: 50px;
	color: #F6F6F6;
	line-height: 50px;
	text-align: center;
	background: #593005;
	border-radius: 60%;
}
#right_contact:before {
	content: "";
	position: absolute;
	bottom: -10px; left: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #593005;
	border-radius: 0 30px 0 30px;
	z-index: -1;
}
#right_contact:after {
	content: "";
	position: absolute;
	bottom: -5px; left: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.shadow a {
vertical-align:-1px;
font-size:15px;
padding-left:8px;
}
.shadow p {
width:190px;
font-size:14px;
}
.mail_ichi{
margin:100px 0px;
}
.another_right{
text-align:right;
margin-bottom:25px;
}
.another_right a {
vertical-align:-1px;
font-size:14px;
padding-left:3px;
}
/*******************************************************************************************/
/*******************************************************************************************/
/*↑ホームで使った↑*/
/*******************************************************************************************/
/*******************************************************************************************/

.right_menu li {
	padding:12px 0px 12px 5px;
	text-indent:0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.right_menu img {
	padding:0px 15px 1px 0px;
}
.right_menu ul {
    border-top: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    margin:5px 0px 18px 0px;
}

.leftcontent_gry{
padding-top:10px;
margin-left:5px;
float:left;
width:660px;

}


dl.office{
	width:600px;
	margin:10px 25px;
	}
.office dt{
	display:block;
	background:#EFEAE4;
	font-size:0.8em;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	color:#333333;
	border:1px solid #CCCCCC;
	border-bottom:0px solid #DDDDDD;
	margin:0;
	padding: 6px 10px;
	}
.office dd{
	display:block;
	font-weight:normal;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
	vertical-align:top;
	margin:0 0 10px 0;
	padding:6px 10px;
	border:1px solid #CCCCCC;
	border-top:0px;
	}

.accordion_dl h1,
.accordion_dl dt {
    background-color: #f4e8dc;
    border-bottom: solid 1px #593005;
    margin-bottom: 1px;
    padding: 10px 30px 10px 10px;
    color: #333;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}
 
.accordion_dl h1:before,
.accordion_dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #593005;
}
 
.accordion_dl h1:after,
.accordion_dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #f4e8dc;
}
 
.accordion_dl h1.active:before,
.accordion_dl dt.active:before {
  margin-top: -2px;
}
 
.accordion_dl h1.active:after,
.accordion_dl dt.active:after {
  margin-top: 3px;
}
 
.accordion_dl li,
.accordion_dl dd {
    background-color: #F2F2F2;
    border-bottom: solid 1px #D6D6D6;
    padding: 8px 0 8px 24px;
}
 
.accordion_dl li a {
    position: relative;
    display: block;
}
 
.accordion_dl li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #d9cdc1;
}
 
.accordion_dl li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}

#email_confirm{
  font-size: 200%;
  font-family: monospace;
}


p .con_left{
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

p .con_right{
float: right;
margin-left: 15px;
margin-bottom: 15px;
}



.left_contents_ser{
margin:20px 15px 5px 1px;
border:1px #ccc solid;
box-shadow:0 2px 3px 0 #ddd;
-moz-box-shadow:0 2px 3px 0 #ddd;
-webkit-box-shadow:0 2px 3px 0 #ddd;
padding:10px;
width:300px;
height:200px
text-align:center;
background-color:#FFFFFF;
background-image: url("../images/ser_bg.jpg");
}

.left_contents_ser img{
display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:5px;
 margin-bottom:15px;
}

.left_contents_ser p{
text-align:center;
color:#111;
font-size:15px;
margin:0px;
padding:0px;
background-color: rgba(255,255,255,0.4);
}

.left_contents_ser a{
display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}



.right_contents_ser{
margin:20px 0px 5px 0px;
border:1px #ccc solid;
box-shadow:0 2px 3px 0 #ddd;
-moz-box-shadow:0 2px 3px 0 #ddd;
-webkit-box-shadow:0 2px 3px 0 #ddd;
padding:10px;
width:300px;
height:200px
text-align:center;
background-color:#FFFFFF;
background-image: url("../images/ser_bg.jpg");
}

.right_contents_ser img{
display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:5px;
 margin-bottom:15px;
}

.right_contents_ser p{
text-align:center;
color:#111;
font-size:15px;
margin:0px;
padding:0px;
background-color: rgba(255,255,255,0.4);
}

.right_contents_ser a{
display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}


.center_contents_ser{
margin:20px 0px 5px 0px;
width:640px;
height:95px;
border:1px #ccc solid;
box-shadow:0 2px 3px 0 #ddd;
-moz-box-shadow:0 2px 3px 0 #ddd;
-webkit-box-shadow:0 2px 3px 0 #ddd;
padding:10px;
background-color:#FFFFFF;
background-image: url("../images/ser_bg.jpg");
}
.center_contents_ser img{
display: block;
 margin-left: 45px;
 margin-top:5px;
 margin-bottom:15px;
 float:left;
}

.center_contents_ser p{
display: block;
width:330px;
margin:0px 0px 0px 280px;
padding-left:22px;
color:#111;
font-size:15px;
background-color: rgba(255,255,255,0.4);
}

.center_contents_ser a{
display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.ser_float div{
float:left;
}

.accordion_dl span{
color:red;
font-size:18px;
}




