@charset "UTF-8";
/* CSS Document */
.test {
	border: 1px solid #ff0000;
}
/*body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000000;
	line-height: 100%;
	line-height: 1.5em;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}*/
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    line-height: 1.4em;
    color: #434343;
    font-size: 13px;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;

/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------header---------------*/
#Header {
	width:100%;
	height:30px;
	margin:0 0 10px 0;
	background-color:#836742;
}
#Logo {
	text-align:center;
}
#Logo img{
	width:200px;
    padding:5px;
}

/*--------------footer---------------*/


#SwitchButton {
	clear: both;
	text-align: center;
	font-size: 100%;
	display: block;
	margin: 0px;
	padding: 10px 0 10px;
	color: #FFF;
}
#SwitchButton a {
	color: #fff;
}
#Footer {
	margin: 15px 0 0;
	height: 100px;
	width: 100%;
	display: block;
	clear: both;
	font-size: 74%;
	text-align: center;
	position: relative;
	background: #836742;
	color: #FFF;
}
/*--------------contents---------------*/
.contents-wrapper {
	margin: 0;
	height: auto;
}
.inner-contents {
	width: 100%;
	height: auto;
	font-size: 90%;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}
h2.h2bar{
	font-size: 120%;
	width: 100%;
	padding: 5px 0;
	margin: 10px auto 0;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	background-color:#836742;
	font-weight: bold;
	position: relative;
	font-size: 17px;
	font-weight:bold;
}

/*----.scroll_top----*/

.scroll_top {
	height: 45px;
	width: 50px;
	bottom: 45px;
	position: fixed;
	right: 5px;
	z-index: 10;
	background-color: #fff;
	opacity: 0.7;
	border-radius: 8px;
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
}
.scroll_top a {
	font-size: 70%;
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	line-height: 1.3;
}
/*--------------下層使い回し設定---------------*/

.paddingarea{
	padding:10px;
}

.description h3{
	margin:0 0 5px 0;
	padding: 7px 8px 5px;
	font-size: 18px;
	color:#fff;
	background-color:#FD7003;
	font-weight:bold;
}
.description dt{
	margin:0 0 5px 0;
	padding: 7px 8px 5px;
	font-size: 18px;
	color:#000000;
	background-color:#f5dcad;
}
.description dd{
	padding: 5px 10px 20px;
}

.h2_title {
    margin-top:20px;
}

.h2_title img {
    width: 100%;
    height: auto;
}

/*----about----*/
#about {
	margin: 10px 0 0 0;
	padding: 0 10px 0;
}

#about .teian_inner {
	padding: 10px 15px;
	background-color: #FFFEF4;
}

#about p.teian {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fd3601;
	border-bottom: 2px solid #fd3601;
}

.about_sub_title{
    margin:20px 0;
}

.about_box {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #666666;
}

.about_box h3 {
	font-size: 15px;
	color: #836742;
}

.about_box:last-child {
	border-bottom: none;
}

.about_box img {
	max-width: 100%;
	height: auto;
}

.about_box .halfimg {
	width: 25%;
	margin: 0 0 0 2%;
	float: right;
}

.about_box .textarea {
	margin: 5px 0 0 0;
}

.about_box .txt {
	width: 72%;
	float: left;
}

.about_box .textarea h3 {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.about_box .textarea p {
	margin: 0 0 5px 0;
}

.sp_img {
    width: 96%;
    margin: 10px auto 0;
}
.sp_img img {
    width: 100%;
    height: auto;
}

.linktopbtn{
    margin:30px auto 50px;
    text-align:center;
}


/* リストエリア */
.list-area{
	position: relative;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.list_title{
	padding: 0 10px;
	border-left: 5px solid #ec6941;
	border-bottom: 1px dotted #666666;
}
.list-area .check-area{
	float: left;
}
.list-area .check-area input{
	display: block;
	left: 3px;
	margin: -5px 0 0;
	position: absolute;
	top: 20px;
	left: 10px;
}
.list-area .check-area input[type=checkbox] {

}
.list-area .detail-area{
	padding:0;
}


.inner-contents h2 {
	height: 26px;
	margin: 0;
	clear: both;
	background-repeat: repeat-x;
	background-position: left center;
	padding-right: 0;
	padding-left: 10px;
	color: #333333;
	line-height: 26px;
	background-image: url(../images/bg_h2detail.png);
	margin-top: 10px;
	font-size: 110%;
	width:98%;
}
.inner-contents .content-section {
	padding:0 0 0 5px;
}
.inner-contents h2 span {
	width: 17px;
	float: right;
	margin: -4px 10px 0 0;
}
.inner-contents img {
	max-width: 100%;
	height: auto;
}


.hikaku{
	margin:20px auto 40px;
	font-weight:bold;
	text-align:center;
	border:2px solid #7BA7C5;
}
.hikaku h4{
	font-size:140%;
	font-weight:bold;
	margin-bottom:15px;
    color: #fff;
	background-color:#7BA7C5;
	width:100%;
	padding:4px 0;
}
.hikaku p{
	font-size:100%;
	font-weight:bold;
	margin:15px auto 20px;
}
.linkbtn{
	text-align:center;
	width:100%;
	margin:40px auto;
}
.linkbtn a{
	font-size:160%;
    display: inline-block;
    text-decoration: none;
    background: #f1782e;
    color: #FFF;
    padding: 0.5em 1em;
    border-bottom: solid 4px #6a5833;
    border-radius: 3px;
}
.list-area .datail-inner{
	padding:0 10px 10px;
	background: #FFF;
}
.list-area .datail-inner .list-image{
	float:left;
	margin:10px 10px 0 0;
}
.list-area .datail-inner .list-image img{
	width:60px;
}
.list-area .datail-inner .name-area{
	float:left;
	margin:10px 0 0 0;
}
.list-area .datail-inner .name-area .rubi{
	font-size:10px;
	color:#333333;
	white-space: nowrap;
}
.list-area .datail-inner .name-area {
	float:left;
	margin:10px 0;
	font-size:15px;
	font-weight:bold;
	color:#07248c;
	width:175px;
	line-height:1.3em;

}
.list-area .datail-inner .name-area  a{
	color:#07248c;
}
.list-area .datail-inner .name-area  a:hover{
	text-decoration:none;
}
.list-area .datail-inner .name-area-pr{
	clear:both;
	padding-top:10px;
	font-size:14px;
}

.list-area .datail-inner .basic-data{
	margin:10px 0 0 0;
}

.list-area .datail-inner .basic-data .list-data{
	float:left;
	margin:0;
}
table.spec-area{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
table.spec-area th{
width:30%;
padding:4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #eee;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
table.spec-area td{
width:75%;
padding:4px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


.spec-area th{
	font-weight: bold;
	color: #666666;
	width: 78px;
	height: 25px;
}
.spec-area th.vtop{
	vertical-align: top;
}
.spec-area td{
	line-height: 1.5em;
}
.list-area .datail-inner .basic-data .list-txt{
	margin:10px 0 0 0;
	padding:0 10px 0 0;
}




