@charset "UTF-8";
/*
Theme Name: けいはち
Theme URI: http://www.keihachi.jp/
Description: けいはちウェブサイトようのテンプレート
Version: 1.0
Author: 株式会社ジャム・デザイン
Author URI: http://www.jam-design.jp/
*/






/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* ===== Universal Reset ===== */

*{
margin:0;
padding:0;
}
/* ===== clearfix ===== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ===== Basic Style ===== */

body{
	color:#333333;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	border-top: 5px solid #4096ee;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}
* html {
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

img{
	border:0;
	vertical-align: bottom;
}
ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}
a	{
	text-decoration: none;
	color: #0066cc;
}
a:link	{
	text-decoration: none;
	color: #0066cc;
}
a:hover	{
	color: #FF3300;
	text-decoration: none;
}

.cboth {
clear:both;
height:0;
}
/* IE 用▼ */
* html .cboth {
height:.1em;
overflow:hidden;
margin-top:-.1em;
}
hr {
visibility:hidden;
border:0;
}

/* .cboth	{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
} */
h1,h2,h3,h4,h5,h6	{
	font-size: 100%;
}

#all {
	width: 900px;
	margin: auto;
	text-align: left;
}
#inner {
	text-align:left;
	margin: 0 14px;
}
#contents {
	text-align: left;
	clear: both;
	padding: 5px 0 10px 0;
}
#lower {
	text-align: left;
	clear: both;
	padding: 5px 0 10px 0;
}
#lower .low01	{
	float: left;
	width: 641px;
}
#lower .low02	{
	float: right;
	width: 245px;
}

#lower .low02 p{
	margin-bottom:5px;
}
#lower .bread	{
	margin-bottom: 1em;
}
#lower ul.sidenavi 	{
	padding: 10px 15px;
	background-image: url(images/topback.gif);
	margin-bottom: 15px;
	line-height: 2em;
}
p.pagetop	{
	text-align: right;
}
/* ===== Header Area ===== */
#header	{
	text-align: left;
	position: relative;
	width: 100%;
}
#header h1	{
	float: left;
}
#header h1 a	{
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/logo.gif);
	display: block;
	height: 85px;
	width: 300px;
	text-indent: -9999px;
	overflow: hidden;
}
#header strong	{
	text-align: right;
	font-weight: normal;
	padding-right: 15px;
	display: block;
	padding-top: 10px;
}
#header .search	{
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
}
#header .search p	{
	font-size:12px;
	margin-top:12px;
}
#header .search #seaA	{
margin-top:10px;
margin-right:5px;
}
#header .search #seaB	{
	margin-top:10px;
	vertical-align: bottom;
}


/* ===== Navi Area ===== */
#navi	{
}
#navi ul	{
	font-size: 1px;
	line-height: 1px;
}
#navi li	{
	display: inline;
}
#navi li a	{
	background-image: url(images/navi.gif);
	display: block;
	height: 31px;
	margin-top: 1px;
	background-position: 0px 0px;
	float: left;
	width: 150px;
	text-indent: -9999px;
	overflow: hidden;
}
#navi li a.a01	{
	background-position: 0px 0px;
}
#navi li a.a02	{
	background-position: -150px 0px;
}
#navi li a.a03	{
	background-position: -300px 0px;
}
#navi li a.a04	{
	background-position: -450px 0px;
}
#navi li a.a05	{
	background-position: -600px 0px;
}
#navi li a.a06	{
	background-position: -750px 0px;
}
#navi li a.a01:hover	{
	background-position: 0px -31px;
}
#navi li a.a02:hover	{
	background-position: -150px -31px;
}
#navi li a.a03:hover	{
	background-position: -300px -31px;
}
#navi li a.a04:hover	{
	background-position: -450px -31px;
}
#navi li a.a05:hover	{
	background-position: -600px -31px;
}
#navi li a.a06:hover{
	background-position: -750px -31px;
}

/* ===== Footer Area ===== */
#footer	{
	width: 100%;
	background: #5AA6F3 url(images/footer.gif) repeat-x left bottom;
	color: #333;
	padding-bottom:10px;
}
#footer .fotcont	{
	background: url(images/footer_line.gif) repeat-x;
}
#footer .fotin	{
	width: 900px;
	margin: auto;
	text-align: left;
}
#footer address	{
	font-style: normal;
	float: left;
	margin: 15px 0;
}
#footer strong	{
	font-size: 120%;
}
#footer ul.ul01	{
	float: left;
	margin: 15px 0 15px 50px;
	font-weight: bold;
	line-height: 1.8em;
}
#footer ul.ul02	{
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
#footer a	{
	color: #333;
}

/* ===== TOP Area ===== */
#top	{
}
#top .maig	{
	margin-bottom: 10px;
}
#top div.news	{
	border-bottom: none;
	background: url(images/topic_back.gif) repeat-x left top;
}
#top .news h2	{
	float: left;
}
#top .news p	{
	float: right;
	margin-top: 17px;
	margin-right: 10px;
}
#top ul.news 	{
	padding: 10px 15px;
	background-image: url(images/topic_back02.gif);
	line-height: 2em;
	margin-bottom: 10px;
	font-size:115%;
}
#top ul.news li	{
	border-bottom: 1px dotted #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#top ul.ul01 	{
	padding: 10px 15px 15px 15px;
	background-image: url(images/topback.gif);
	margin-bottom: 15px;
	line-height: 2em;
	font-size:115%;
	
}
#top ul.ul01 li	{
border-bottom:dotted 1px #888;
}

#top dl.osanpo	{
	background: url(images/osanpo02.gif) no-repeat left bottom;
	text-align: center;
	width: 187px;
}
#top dl.osanpo dt	{
}
#top dl.osanpo dd	{
	line-height: 3em;
}
#top .top01	{
	float: left;
	width: 557px;
}

#top .top01a	{
	float: left;
	width: 185px;
}
#top .top01b	{
	float: right;
	width: 350px;
}
#top .top02	{
	float: right;
	width: 322px;
}
#top .top02 .num	{
	background: url(images/numberback.gif) no-repeat left 5px;
	position: relative;
	padding-bottom: 5px;
}
#top .top02 .num p	{
	position: absolute;
	top: 0px;
	right: 0px;
}
#top .top02 .num ul	{
	padding: 15px;
}
#top .top02 .num li	{
	line-height: 2em;
}
#top .top02 .num dl	{
	background-image: url(images/qrcode.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	margin: 5px 5px 5px 5px;
}
#top .top02 .num dt	{
}
#top .top02 .num dd	{
}
#top .top02 .num a	{
	background: url(images/numlist.gif) no-repeat left center;
	padding-left: 12px;
	font-size:115%;
}

#top .top02 .num a.saishin	{
	background: url(images/bg_saishin.gif) no-repeat left center !important;

}

#top .top02 .num a.a01	{
	display: block;
}

#top .top02 ul.banner	{
}
#top .top02 ul.banner li	{
	display: inline;
}
#top .top02 ul.banner li img	{
	margin-top: 8px;
}
#top .top02 ul.banner li img.ig02	{
	margin-left: 6px;
}

/* ===== SHOP Area ===== */
#contribute {
}
#contribute .maig	{
	margin-bottom: 10px;
}
#contribute .shop01	{
	margin-bottom: 30px;
}
#contribute h2	{
	color: #0066cc;
	font-size: 20px;
	line-height: 1.5em;
}
#contribute h2 img	{
	vertical-align: middle;
	margin-left: 10px;
}
#contribute h3	{
	margin: 0 0 10px 0;
}
#contribute .shop01a	{
	padding: 18px;
	border: 1px solid #CCCCCC;
}
* html #contribute .shop01a	{
	width: 603px;
}
#contribute .shop01a dl	{
	float: left;
	width: 295px;
}
#contribute .shop01a dt	{
	color: #0167CC;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}
#contribute .shop01a dd	{
}
#contribute .shop01a p	{
	float: right;
}
#contribute ul.pic	{
	margin-top: 10px;
}
#contribute ul.pic li	{
	display: inline;
}
#contribute ul.pic li img	{
	border: 2px solid #CCCCCC;
	margin: 20px 29px 10px 20px;
}
#contribute p.txt	{
	color: #0066CC;
	font-weight: bold;
	margin-left: 20px;
}
#contribute dl.topic	{
}
#contribute dl.topic dt	{
	color: #0065CA;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contribute dl.topic dd	{
}
#contribute table	{
	font-size: 100%;
	width: 450px;
}
#contribute th	{
	padding: 5px;
	text-align: left;
	color: #0066cc;
	background-color: #cedeed;
	border: 1px solid #FFFFFF;
}
#contribute td	{
	padding: 5px;
	background-color: #eaeff4;
	border: 1px solid #FFFFFF;
}

/* ===== おさんぽ Area ===== */
.cate02 .ttlBox,#petList .ttlBox{
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/pet_ttl.gif);
	display: block;
	height: 184px;
	width: 641px;
	text-indent: -9999px;
	overflow: hidden;
}
.cate02 h2{
	background-image: url(images/pet_h2bg.gif);
	padding:25px 0 5px 85px;
	line-height:1.3 !important;
}
.cate02 h2 span{
display:block;
font-size:80%;
}

.cate02 .article{
	padding:25px 30px 15px 35px;
	background:url(images/pet_bg.gif) no-repeat;
	font-size:115%;
	line-height:1.4;
}
.cate02 .article p{
margin-bottom:0.5em;
}
.petBackNo{
	background:url(images/pet_bg03.gif) no-repeat;
	padding-top:35px;
}

.petBackNo img{
margin-left:155px;
}

.petEntry{
margin-top:25px;
margin-bottom:20px;
}

.listImg{
float:left;
margin-right:20px;
}

.listDetail{
float:left;
width:500px;
}

.listDetail p{
margin-bottom:6px;
}

.shopList{
margin-top:10px;
padding-bottom:10px;
border-bottom:dotted 2px #ccc;
}

.shopList h2{
font-size:140%;
margin-bottom:5px;
}

.shopcstm{
font-size:120%;
color:#666;
font-weight:bold;
}

.cate01,.cate03{
font-size:110%;
line-height:1.4;
}

.cate01 .date{
display:none;
}

.cate01 p{
margin-bottom:8px;
margin-left:8px;
}

.cate01 strong{
font-size:120%;
}

.cate01 .firstH3{
	background:url(images/shop01b.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

.cate01 .secondH3{
	background:url(images/shop01c.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

.cate01 .thirdH3{
	background:url(images/shop01d.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

.petListBox{
	margin-top:15px;
	width:206px;
	padding-top:20px;
	text-align:center;
	background:url(images/petlist_bg1.gif) no-repeat;
	float:left;
}

.petListBox h2{ 
	background:url(images/petlist_bg2.gif) no-repeat left bottom;
	padding-bottom:14px;
}

.petPhoto{
margin-bottom:3px;
}

.petPhoto img{
border:solid 1px #999;
}

#shopCatettl{
	margin-top:10px;
	background:url(images/shop_cate_bg.jpg) repeat-x;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	padding-top:17px;
	padding-bottom:20px;
	}

/* ===== トピックス Area ===== */
.cate03 .ttlBox,#topicList .ttlBox{
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/topic_ttl_bg.gif);
	display: block;
	height: 50px;
	width: 641px;
	text-indent: -9999px;
	overflow: hidden;
}

.cate03 h2{
margin-top:10px;
background-image: url(images/topic_bg.gif);
border-bottom:dotted 2px #999;
padding:15px 15px 5px 15px;
}
.cate03 h2 span{
display:block;
font-size:80%;
line-height:1;
color:#666;
}
.cate03 .article, .topicBox{
background-image: url(images/topic_bg.gif);
padding:15px;
}

.cate03 p{
margin-bottom:8px;
}

/* ===== プレゼント Area ===== */

.cate05 .ttlBox{
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/present_ttl.jpg);
	display: block;
	height: 159px;
	width: 641px;
	text-indent: -9999px;
	overflow: hidden;
}

.cate05 h2 span{
display:none;
}

.cate05 .firstH3{
	background:url(images/pre_h301.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

.cate05 .secondH3{
	background:url(images/pre_h302.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

/* ======= クーポン Area ===== */
.cate13 .ttlBox{
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/coupon_ttl.gif);
	display: block;
	height: 83px;
	width: 641px;
	text-indent: -9999px;
	overflow: hidden;
}

.cate13 h2 span{display:none;}

/* ======= けいはちについて Area ===== */
.about{
	width:641px;
}

.about_top{
	font-size:13px;
	font-weight:bold;
	color:#0c74db;
}

.about .about_h3_a{
	background:url(images/abo_h301.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top:10px;
}

.about .orikomi_box{
	margin:15px 0;
	font-size:13px;
}

/* .about .orikomi_koukoku{
	table-layout:fixed;
} */

.orikomi_koukoku td{
	border:solid white thin;
	padding:4px 2px 4px 10px;
}

.about .orikomi_koukoku th{
	background-color:white;
	vertical-align:top;
	border:solid white thin;
	padding:2px;
}


.about .about_h3_b{
	background:url(images/abo_h302.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	margin:10px 0;
}

.keisai_box{
	margin:0px 0;
	font-size:13px;
}

.keisai_size{
	float:left;
}

.keisai_size th{
	background-color:#cedeed;
	border:solid white thin;
	padding:5px;
}


.keisai_size td{
	background-color:#eaeff4;
	border:solid white thin;
	padding:5px 10px;
}

.bold{
	font-weight:bold;
}

.keisai_fukidashi{
	float:left;
	margin:3px 0 0 15px;
}

.about_txt{
	margin-top:15px;
}

.about_txt .honbun{
	margin-top:5px;
}

.toiawase{
	padding:10px 0;
}

.toiawase .about_btn{
	padding:2px 2px 5px 40px;
}

.gallery{
padding-left:8px;
padding-bottom:5px;
}

#contribute .website{
float:left;
margin-right:1em;
}

/* ======= 個人情報の扱いについて Area ===== */
.privacy{
width:641px;
}

.privacy .privacy_h3_a{
	background:url(images/privacy_h0301.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top:10px;
}

.pri_h4{
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px 0;
	}


/* ======= リンク集 Area ===== */

.link_shu{
	width:641px;
	}


.link_shu .link_h3_a{
	background:url(images/link_h0301.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top:10px;
}

/* ======= お問い合わせフォーム Area ===== */

.otoiawase_form{
	width:641px;
	}


.otoiawase_form .otoi_f_h3_a{
	background:url(images/otoiawase_h0301.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top:10px;
}

/* ======= プレゼントフォーム Area ===== */

.present_form{
	width:641px;
	}

.present_form p{
margin-bottom:15px;
}

.present_form .pre_f_h3_a{
	background:url(images/present_h0301.gif) no-repeat;
	width:641px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top:10px;
}

/* ======= ページ Area ===== */

.page .ttlBox,.page h2{
display:none;
}

.printBtn,.coupon{
text-align:center;
margin-top:20px;
}

.printBtn{
padding-bottom:15px;
} 

.preUl{
padding-top:15px;
padding-bottom:15px;
list-style-type:upper-alpha;
margin-left:40px;
font-size:115%;
list-style-position:inside;
}

.preUl li{
margin-bottom:10px;
border-bottom:dotted 1px #ccc;
padding-bottom:4px;
}

.cate05 h2{
margin-left:30px;
}

.cate05 h5{
margin-left:30px;
margin-right:30px;
}

.preBtn{
margin:15px 0 30px 0;
text-align:center;
}

/* ====== プレゼント ===== */
.preattent{
font-size:110%;
font-weight:bold;
margin:5px 30px;
color:#5f9cd9;
}
.prename{
font-size:115%;
background:url(images/pre_square.gif) no-repeat 0 1px;
border-bottom:dotted 1px #ccc;
padding-left:15px;
margin:15px 30px 5px;
}
.prediv01Box{
width:581px;
margin:5px 30px;
}
.prediv01R{
width:140px;
float:right;
}
.prediv01L{
width:436px;
float:left;
}

.prediv01Box p.p01{
margin:5px 10px 10px;
}

/* ====== 丹波竜プロジェクト Area ===== */

.tanbaryu{
	background:url(images/tanba_stone_bg.jpg) repeat-y left;
padding-bottom:15px;
}

.tanbaryu .about_tanbaryu{
	background:url(images/tanba_bg.gif) repeat-y left bottom;
margin:0 13px 13px 13px;
height:1%;
zoom:1;
}

.tanbaryu .about_tanbaryu .ttl{
margin:0 13px;
}

.tanbaryu .about_tanbaryu .kyoryu_box{
width:571px;
margin:20px;
}

.tanbaryu .about_tanbaryu .kyoryu_box .L{
width:330px;
float:left;
}

.tanbaryu .about_tanbaryu .kyoryu_box .R{
width:226px;
float:right;
margin-left:10px;
}

.tanbaryu .about_tanbaryu .kyoryu_box .R .txt{
margin-top:10px;
color:#463522;
}

.tanbaryu .about_tanbaryu .honbun{
padding:0px 20px 20px;
}

.tanbaryu .about_tanbaryu .puro{
}

.tanbaryu .about_tanbaryu .puro .L{
width:144px;
float:left;
margin:15px 25px;
}

/* IE6用の設定▼ \*/
* html .tanbaryu .about_tanbaryu .puro .L {
margin:15px 12px;
}
/* ▲IE6用の設定 */


.tanbaryu .about_tanbaryu .puro .R{
width:397px;
float:right;
margin:40px 10px;
color:#4d4d4d;
}

/* IE6用の設定▼ \*/
* html .tanbaryu .about_tanbaryu .puro .R{
margin:40px 5px;
}
/* ▲IE6用の設定 */



.tanbaryu .about_tanbaryu .puro .R .name{
font-size:18px;
font-weight:bold;
margin-bottom:10px;
color:#4d4d4d;
}

.tanbaryu .about_tanbaryu .puro .R .btn{
margin:20px;
}

.tanbaryu .about_tanbaryu .interview{
}

.tanbaryu .about_tanbaryu .interview .L{
width:301px;
float:left;
margin-left:25px;
}

/* IE6用の設定▼ \*/
* html .tanbaryu .about_tanbaryu .interview .L{
margin-left:12px;
}
/* ▲IE6用の設定 */


.tanbaryu .about_tanbaryu .interview .R{
width:260px;
margin-left:5px;
float:left;
}

/* IE6用の設定▼ \*/
* html .tanbaryu .about_tanbaryu .interview .R{
margin-left:2px;
}
/* ▲IE6用の設定 */


.tanbaryu .about_tanbaryu .interview_bottom{
width:561px;
padding:0px 0px 0px 25px;
}

.tanbaryu .about_tanbaryu .interview_bottom_btm{
width:561px;
padding:0px 0px 20px 25px;
}

.margin_top_15px{
margin-top:15px;
}

.tanbaryu .about_tanbaryu_white{
	background:url(images/tanba_whitebg.gif) repeat-y left bottom;
margin:0 13px 13px 13px;
}

.tanbaryu .about_tanbaryu_white .ttl{
margin:0 13px;
}

.mame_ttl{
margin:10px 0 10px 20px;
}

.tanbaryu .about_tanbaryu_white .mame{
margin-bottom:8px;
height:1%;
zoom:1;
}

.tanbaryu .about_tanbaryu_white .mame .L{
width:306px;
float:left;
margin-left:20px;
}
/* IE 用▼ */
* html .tanbaryu .about_tanbaryu_white .mame .L {
margin-left:10px;
}


.tanbaryu .about_tanbaryu_white .mame .R{
width:245px;
padding:0 20px 0 5px;
float:left;
}

.tanbaryu .about_tanbaryu_white .mame .tensen{
margin:10px 25px;
}

.otegara{
padding-bottom:25px;
}

.otegara .L{
width:431px;
float:left;
margin-left:25px;
}
/* IE 用▼ */
* html .otegara .L{
margin-left:12px;
}
.otegara .R{
width:106px
float:right;
margin:0 40px 0 9px;}

/* ======= ページャー Area ===== */

ul.pager {
display:block;
}

.page1{margin:12px 0 0 220px;}
.page2{margin:12px 0 0 140px;}
.page3{margin:12px 0 0 140px;}


ul.pager li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 3px 8px;
      color: #3366FF;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}
ul.pager li em {
      display: block;
      padding: 3px 8px;
      background: #3366FF;
      color: #FFFFFF;
}

.nextPage{
margin:10px 0;
border:solid 3px #ccc;
padding:15px 20px;
text-align:center;
}

.nextPage p{
text-align:left;
font-size:125%;
font-weight:bold;
line-height:1.4;
}

.nextPage p span{
color:#3399ff;
}

.toi{
margin-left:25px;
margin-right:15px;
}
.toi textarea{
margin-bottom:10px;
}
.toi input{
padding:2px;
font-size:110%;
}

.selectPre .wpcf7-validates-as-required{
width:24em;
}

.bkNum li{
	background: url(images/mk_bkn.gif) no-repeat left center;
	font-size:115%;
	margin:3px 0 6px 20px;
	border-bottom:dotted 1px #ccc;
	padding:4px 15px;
}

.searchList .listDetail h2{
display:block !important;
}
.searchList .listDetail{
border-bottom:dotted 1px #999;
padding:10px 0;
}