/*
Theme Name: BRAS
Description: 佐賀県産のオオクワガタ通販専門店【BRAS（ブラス）】です。菌糸販売。業販も。
Theme URI: http://www.bras-shop.com/
Version: 1.0
License: BRAS
License URI: http://www.bras-shop.com/
*/

@charset "UTF-8";

/****************************************

          リセットCSSここから

*****************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a { 
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
/* for WinIE6 */
* html body {
	font-size: 0.8em;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
}
/* for WinIE7 */
	*:first-child+html body {
	font-size: 0.75em;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
.clearfix {
	zoom: 1;
}

/****************************************

          body設定

*****************************************/
body{
	font-size: 15px;
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

/****************************************

          clearfix

*****************************************/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

/****************************************

          共通

*****************************************/
#outer{
	width: 100%;
	min-height:100%;
	float: none;
	background: url(images/outer_bg.jpg) no-repeat top center;
}
#outer02{
	width: 100%;
	min-height:100%;
	float: none;
	background: url(images/outer_bg02.jpg) no-repeat top center;
}
#sub_outer{
	background: url(images/footer_bg.jpg) no-repeat bottom center;
	width: 100%;
	min-height:100%;
	float: none;
}
#sub_outer02{
	background: url(images/footer_bg02.jpg) no-repeat bottom center;
	width: 100%;
	min-height:100%;
	float: none;
}
#wrap{
	width: 100%;
	padding: 0;
	float: none;
}
#inner{
	width: 100%;
	margin: 0 auto;
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
}

/****************************************

          フォント指定

*****************************************/
li{
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
	color: #111111;
}
tt{
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
	color: #111111;
}
td{
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
	color: #111111;
}
tr{
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
	color: #111111;
}
h1{
	font-size: 11px;
	color: #FFFFFF;
}
h2{
	font-size: 24px;
	font-weight: bold;
	color: #7ABFEB;
}
h3{
	font-size: 21px;
	font-weight: bold;
	color: #90C9EB;
}
h4{
	font-size: 18px;
	font-weight: bold;
}
 
/****************************************

          リンク指定

*****************************************/
a:link,a:visited{
	font-size: 1em;
	font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover,a:active {
	font-size: 1em;
	font-weight: normal;
    color: #BAA56D;
    text-decoration: underline;
}

/****************************************

          ヘッダー

*****************************************/
#header{
	width: 1000px;
	margin: 0 auto;
}
.header_content{
	width: 100%;
	height: 110px;
	position: relative;
	text-align: right;
}
.logo_area{
	width: 200px;
	height: auto;
	float: left;
}
.header-discription{
	margin-top: 0px;
	font-size: 11px;
	color: #FFFFFF;
}



/****************************************

          横ナビ

*****************************************/
#header_navi{
	width: 1000px;
	height: 80px;
	margin: 0 auto 60px;
}
#header_navi ul.menu-navi {
	width: 100%;
	float: left;
}
#header_navi ul li.menu-item {
	position: relative; /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1; /*ドロップダウンしたメニューが隠れないように*/
	float: left; /*親メニューは横1列に並べる*/
}
#header_navi ul li.menu-item:last-child {
	position: relative; /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1; /*ドロップダウンしたメニューが隠れないように*/
	float: left; /*親メニューは横1列に並べる*/
	width: auto;
	margin-right: 0px;
}
#header_navi ul li.menu-item a{ 
	display: block;    /*要素の幅いっぱいにするために指定*/
	height: auto;
	line-height: auto;
	color: #333;
	font-size: 1em; 
	text-decoration: none;	
}
/*マウスオーバー時等にメニューの色を変更*/
#header_navi ul li.menu-item a:hover,   /*マウスオーバー時*/
#header_navi ul li.current-menu-item a,     /*現在表示されているページのメニュー*/
#header_navi ul li.current-menu-parent a,  /*現在表示されているページの親のメニュー*/
#header_navi ul li.current-post-ancestor a {
	color: #333;
	
}
/* マウスオーバー時に背景色を変更 */
#header_navi ul li.menu-item ul.sub-menu a:hover {
	background-color: #CBB887;
	color: #000000;
}
#header_navi ul li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	left: 0;
	top: 80px;
	border-top: 1px solid #97150B;  /*サブメニューの一番上のボーダートップを指定*/
	width: auto;
}
#header_navi ul li:hover ul.sub-menu {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#header_navi ul li ul.sub-menu li{
	float: none;  /*サブメニューはフロートさせないので解除*/
	padding: 0;  /*親メニューのパディングを解除*/
}
#header_navi ul li ul.sub-menu li a {  
/*border: 1px solid #eee;  ボーダーの指定（重なって太くなる部分は別でnone解除。一番上は ul 要素に指定）*/
	border-bottom: 1px dotted #CEB36A; /*サブメニュー下部のボーダーを指定*/ 
	padding: 8px 2px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-size: 12px;
}
/* サブメニューで現在表示されているページのリンクの色を変更する
#header_navi ul li ul.sub-menu li.current-menu-item a {
	display: block;
	background-color: #FE6C09; 
} */
#menu-item-35 ul.sub-menu li a{
	width: 196px;
}
#menu-item-46 ul.sub-menu li a{
	width: 196px;
}
#menu-item-41 ul.sub-menu li a{
	width: 196px;
}
#menu-item-39 ul.sub-menu li a{
	width: 196px;
}
#menu-item-36 ul.sub-menu li a{
	width: 196px;
}

/****************************************

          スライダー

*****************************************/

#slider01{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/****************************************

          ティーザー

*****************************************/
#teaser{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#teaser img{
	width: 100%;
}
/****************************************

          content 共通設定

*****************************************/
#content{
	width: 100%;
	margin: 0 auto;
}
#content02{
	width: 1000px;
	margin: 0 auto;
}
.intro_bg{
	width: auto;
	height: 300px;
	background: url(images/contents_bg01.jpg) no-repeat top right ;
	padding-top: 20px;
	margin-bottom: 50px;
}
.top_bnr_bg{
	width: auto;
	height: 110px;
	background: url(images/contents_bg02.jpg) no-repeat top left ;
	padding: 0 20px 40px;
	margin-top: -7px;
}
.top_bnr_bg p{
	font-size: 15px;
}
.top_bnr_bg02{
	width: auto;
	height: 110px;
	background: url(images/contents_bg03.jpg) no-repeat top left ;
    padding: 0 20px 40px;
	margin-top: -7px;
}
.shopping_info{
	width: auto;
	height: 100px;
	background: url(images/contents_bg06.jpg) no-repeat top left ;
	padding: 130px 0 0 440px;
}
.mail_bg{
	width: auto;
	background: url(images/mail_bg.jpg) no-repeat top 15px right /55% ;
}
#menu_bnr{
	width: 1000px;
	margin: 0 auto;
}
.top_left_box{
	width: 570px;
	height: auto;
	float: left;
}
.top_left_box02{
	width: 460px;
	height: auto;
	float: left;
}
.top_left_box03{
	width: 300px;
	height: auto;
	float: left;
	margin-right: 30px;
}
.top_left_box04{
	width: 560px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.top_left_box05{
	width: 580px;
	height: auto;
	float: left;
}
.top_left_box06{
	width: 670px;
	height: auto;
	float: left;
}
.top_right_box{
	width: 390px;
	height: auto;
	float: right;
}
.top_right_box02{
	width: 460px;
	height: auto;
	float: right;
}
.top_right_box03{
	width: 670px;
	height: auto;
	float: right;
}
.top_right_box04{
	width: 300px;
	height: auto;
	float: right;
	margin-left: 30px;
}
.top_right_box05{
	width: 390px;
	height: auto;
	float: right;
}
.top_right_box06{
	width: 480px;
	height: auto;
	float: right;
	margin:-20px 0 20px 0;
}
.top_right_box07{
	width: 320px;
	height: auto;
	float: right;
}
.top_right_box07 img{
	margin-bottom: 10px;
}
.content_border{
	width: 1000px;
	height: 1px;
	margin-bottom: 30px;
	background: url(images/content_border.jpg) no-repeat top center;
}

.headline{
	font-size:25px;
	color:#D1B877;
	margin: 10px 0;
}
.dot_border{
	width: 100%;
	height: auto;
	text-indent: -9999px;
	background: url(images/contents_bg05.jpg) no-repeat top center;
}

/****************************************

          contentトップ用

*****************************************/
.contents_extra{
	width: 100%;
	height: 790px;
	padding: 40px 0 0;
	background: url(images/contents_bg04.jpg) no-repeat top center;
	margin-bottom: 40px;
}
.contents_extra02{
	width: 100%;
	height: 450px;
	padding: 130px 0 10px;
	background: url(images/contents_bg05.jpg) no-repeat top center;
}
.product_order{
	float: right;
}
.catchCopy {
	width: 523px;
	height: 203px;
	text-align: center;
	padding: 140px 30px 30px;
	background: url(images/contents_bg02.jpg) no-repeat top right;
	margin-bottom: 40px;
}
.greeting_bg{
	width: auto;
	height: auto;
	background: url(images/contents_bg07.jpg) no-repeat bottom right;
}
.summary_box{
	width: 600;
	height: 190px;
	padding: 20px;
	background-color: #FFAD33;
}
.top_bnr01{
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.top_bnr02{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.news_contents{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.top_two_columns{
	width: 1000px;
	height: auto;
	margin-bottom: 40px;
}
.top_two_columns_list{
	width: 460px;
	height: auto;
	float: left;
	margin-bottom: 40px;
}
.top_two_columns_list img{
	margin-bottom: 20px;
}
.top_two_columns .top_two_columns_list:nth-child(2n+1){
	clear: both;
	padding-right: 80px;
}
.kasou_two_columns{
	width: 580px;
	height: auto;
}
.kaosu_two_columns_list{
	width: 280px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
.kaosu_two_columns .kaosu_two_columns_list:nth-child(2n+1){
	clear: both;
	padding-right: 20px;
}
/*3カラム*/
.top_three_columns{
	width: 1000px;
	height: auto;
}
.three_columns{
	width: 1000px;
	height: auto;
}
.top_three_columns_list{
	width: 280px;
	height: auto;
	text-align: left;
	float: left;
}
.top_three_columns_list p{
	font-size: 14px;
}
.top_three_columns .top_three_columns_list:nth-child(3n+1){
	clear: both;
	padding-right: 80px;
}
.top_three_columns .top_three_columns_list:nth-child(3n+2){
	padding-right: 80px;
}
.top_three_columns img:nth-child(3n+1){
	clear: both;
	padding-right: 80px;
}
.top_three_columns img:nth-child(3n+2){
	padding-right: 80px;
}
/*3カラムtop用*/
.top_three_columns02{
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.top_three_columns_list02{
	width: 310px;
	height: auto;
	text-align: left;
	float: left;
}
.top_three_columns02 .top_three_columns_list02:nth-child(3n+1){
	clear: both;
	padding-right: 35px;
}
.top_three_columns02 .top_three_columns_list02:nth-child(3n+2){
	padding-right: 35px;
}
/*3カラム下層用*/
.kasou_three_columns{
	width: 580px;
	height: auto;
}
.kasou_three_columns_list{
	width: 180px;
	height: auto;
	text-align: left;
	float: left;
}
.kasou_three_columns .kasou_three_columns_list:nth-child(3n+1){
	clear: both;
	padding-right: 20px;
}
.kasou_three_columns .kasou_three_columns_list:nth-child(3n+2){
	padding-right: 20px;
}
/*3カラムバナー*/


/****************************************

         news＆blog設定 トップ用

*****************************************/
#content_posting{
	width: 100%;
	height: 190px;
	float: left;
	margin-bottom: 40px;
}
.newslist {
	font-size: 1em;
	padding-bottom: 20px;
}
.newslist_tit {
	margin-bottom: 5px;
	color:#5A9F52;
}

/****************************************

         news　詳細ページ設定

****************************************/
ul.post_list{
	width: 100%;
}
ul.post_list li{
	padding: 10px 0 5px;
	border-bottom: 1px dotted #333;
}
ul.post_list li a:link,a:visited{
	font-size: 1em;
	font-weight: nomal;
	text-decoration: none;
}
ul.post_list li a:hover,a:active{
	font-size: 1em;
	font-weight: nomal;
	text-decoration: underline;
}*/

/****************************************

         投稿 アーカイブ設定

*****************************************/
.post_sub{
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
}
.post_text01{
	width: 100%;
	padding: 10px 0 20px;
	clear: both;
}
.post_text01 h3{
	clear:both;
}
.post_text01 img{
	height: auto;
	margin-bottom: 20px;
}
.post_sub .post_two_columns:nth-child(2n+1){
	clear: both;
	padding-right: 20px;
}

.post_three_columns{
	width: 320px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}
.post_three_columns img{
	height: auto;
}
.post_three_columns p{
	width: 320px;
}
.post_three_columns h3{
	width: auto;
	line-height: 30px;
	font-size: 13px;
	color: #6C791E;
	margin: 5px 0;
	padding-left: 10px;
	background: url(images/tit_gallery.jpg) no-repeat top left;
}
.post_sub .post_three_columns:nth-child(3n+1){
	clear: both;
	padding-right: 20px;
}
.post_sub .post_three_columns:nth-child(3n+2){
	padding-right: 20px;
}

.sub_title03 a{
	width: 680px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
}

/****************************************

         news トップ用

*****************************************/
#news_box a{
	width: 570px;
	text-decoration: underline;
}
.news_post{
	clear: both;
	width: 530px;
	height: 205px;
	padding: 20px 20px 20px 20px;
	background: url(images/news_bg.jpg) no-repeat top left;
	overflow-y: scroll;
}
.post{
	width: 100%;
}
.news_list li{
	color: #FFFFFF;
	padding: 10px 0 10px 0;
	float-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px #FFFFFF dotted;
}
.news_list h4{
	color: #D1B877;
	padding: 3px 0 0 25px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	background: url(images/news_title.png) no-repeat top left;
}
.news_text01{
	width: 100%;
}

/****************************************

         single.php

*****************************************/
.nav-below{
	margin: 20px 0;	
}

/****************************************

         footer

*****************************************/
#footer {
	width: 1000px;
	height: 340px;
	margin: 0 auto;
	clear: both;
	color: #FFFFFF;
	z-index: 1;
}
.pagetop{
	width: auto;
	height: auto;
	float: right;
	text-align: right;
	padding: 260px 0 0 660px;
}
.footer_information{
	width: auto;
	height: auto;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	list-style:none;
	padding-top: 20px;
}
.footer_information li{
	color: #FFFFFF;
}
.footer_information a{
	color: #FFFFFF;
}
.footer_information a:visited{
	color: #FFFFFF;
}
.footer_information a:hover{
	color: #BAA56D;
}
.footer_copyright{
	width: auto;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	float: center;
	list-style:none;
}
/*フッター4カラムバナー*/




/****************************************

         sidebar

*****************************************/

#sidebar,#sidebar02{
	float: right;
	width: 270px;
}
.bnr a:hover img{
	opacity: 0.7;
}
.bnr02 a:hover img{
	opacity: 0.7;
}
.bnr a{
	height: 0;
}
li.bnr{
	list-style-type: none;
}
li.bnr02{
	list-style-type: none;
	margin-bottom: 10px;
}
li.bnr03{
	list-style-type: none;
	margin-bottom: 15px;
}
#top_right_box .bnr{
	list-style-type: none;
}
#top_right_box .bnr:nth-child(2){
	margin-bottom: -6px;
}
#top_right_box .bnr:nth-child(3){
	margin-bottom: -6px;
}

li.top_bnr02{
	list-style-type: none;
	margin-bottom: 20px;
}
.align_left{
	text-align: left;
}
.align_center{
	height:auto;
	padding-top:50px;
	margin-bottom: 10px;
	text-align: center;
}

/****************************************

         bottom バナー

*****************************************/
/*2カラム*/
.two_columns_for_first{
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	margin-bottom: 40px;
	background: url(images/beforeafter_bg.jpg) no-repeat center 30px;
}
.two_columns_for_first_list{
	float:left;
	width: 280px;
}

.two_columns_for_first .two_columns_for_first_list:nth-child(2n+1){
	clear:both;
	padding-right: 140px;
}


/****************************************

         タイトル

*****************************************/
h2.catchCopy_tit{
	width: 700px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/catchCopy_tit.jpg) no-repeat top center;
	margin: 0px auto 40px;
}
.top_title{
	width: auto;
	height: auto;
	text-indent: -9999px;
	background: url(images/tit_yukan_title.jpg) no-repeat top center;
	margin-bottom: 20px;
}
.top_bnr_title{
	width: auto;
	height: auto;
	text-indent: -9999px;
	background: url(images/tit_contents_title.png) no-repeat top left;
	margin-bottom: 10px;
}
.top_bnr_title02{
	width: auto;
	height: auto;
	text-indent: -9999px;
	background: url(images/tit_contents_title02.png) no-repeat top left;
	margin-bottom: 10px;
}
.top_bnr_title03{
	width: auto;
	height: auto;
	text-indent: -9999px;
	background: url(images/tit_contents_title03.png) no-repeat top left;
	margin-bottom: 10px;
}
.top_bnr_title04{
	width: auto;
	height: auto;
	text-indent: -9999px;
	background: url(images/tit_contents_title04.png) no-repeat top left;
	margin-bottom: 10px;
}
.top_bnr_title05{
	width: auto;
	height: auto;
	text-indent: -9999px;
	background: url(images/tit_contents_title05.png) no-repeat top left;
	margin-bottom: 10px;
}
.contents_title{
	width: auto;
	height: 23px;
    line-height: 23px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background: url(images/tit_contents_title06.jpg) no-repeat top center;
	padding: 27px 0 10px 115px;
	margin-bottom: 30px;
}
.contents_title02{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-align: center;
	text-indent: -9999px;
	background: url(images/tit_contents_title07.jpg) no-repeat top center;
	margin-bottom: 30px;
}
.contents_title03{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-align: center;
	text-indent: -9999px;
	background: url(images/tit_contents_title08.jpg) no-repeat top center;
	margin-bottom: 30px;
}
.contents_title04{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-align: center;
	text-indent: -9999px;
	background: url(images/tit_contents_title09.jpg) no-repeat top center;
	margin-bottom: 30px;
}
.sub_title{
	width: 645px;
	height: 35px;
    line-height: 35px;
	font-size: 20px;
	color: #D1B877;
	text-align: left;
	background: url(images/tit_sub_title.jpg) no-repeat top left;
	padding: 5px 0 10px 25px;
	margin-bottom: 10px;
}
.sub_title02{
	width: 435px;
	height: 37px;
    line-height: 37px;
	font-size: 19px;
	color: #D1B877;
	text-align: left;
	background: url(images/tit_sub_title02.jpg) no-repeat top left;
	padding: 3px 0 10px 25px;
	margin-bottom: 10px;
}
.sub_title03{
	width: 975px;
	height: 37px;
    line-height: 37px;
	font-size: 19px;
	color: #D1B877;
	text-align: left;
	background: url(images/tit_sub_title03.jpg) no-repeat top left;
	padding: 3px 0 10px 25px;
	margin-bottom: 10px;
}
.blog_title{
	width: 645px;
	height: 30px;
    line-height: 30px;
	font-size: 20px;
	color: #D1B877;
	text-align: left;
	background: url(images/tit_blog_title.jpg) no-repeat top left;
	padding: 10px 0 10px 25px;
	margin-bottom: 20px;
}
h2.page_title{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title.jpg) no-repeat top center;
	margin: 50px 0 20px;
}
h2.page_title02{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title02.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title03{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title03.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title04{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title04.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title05{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title05.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title06{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title06.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title07{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title07.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title08{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title08.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title09{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title09.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title10{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/premium01.png) no-repeat top center;
	margin: 50px 0 30px;
}
h2.page_title11{
	width: auto;
	height: 50px;
    line-height: 50px;
	text-indent: -9999px;
	background: url(images/tit_page_title11.jpg) no-repeat top center;
	margin: 50px 0 30px;
}
.news_title{
	width: 545px;
	height: 50px;
    line-height: 50px;
	color: #D1B877;
	font-size: 25px;
	font-weight: normal;
	padding: 3px 0 0 26px;
	background: url(images/tit_news_title.jpg) no-repeat;
}
.blog_title{
	width: 615px;
	height: 32px;
    line-height: 32px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	float: right;
	text-align: left;
	background: url(images/tit_blog_title.jpg) no-repeat;
	padding: 8px 0 0 45px;
	margin-bottom: 20px;
}
.sub_title02 a:visited{
	color: #333333;
}
.sub_title02 a:hover{
	color: #FFFFFF;
}


/****************************************

         テキスト

*****************************************/
.intro_text{
	text-align: center;
}
#top_text_box{
	width: auto;
	height: auto;
	text-align: left;
	padding-right: 320px;
	margin-bottom: 90px;
	overflow: auto;
}
#top_text_box02{
	width: auto;
	height: auto;
	padding: 30px;
	overflow: auto;
	text-align: center;
	background: url(images/contents_bg02.jpg) no-repeat;
	margin-bottom: 30px;
}
#top_text_box03{
	width: auto;
	height: auto;
	padding: 30px;
	overflow: auto;
	text-align: left;
	background: url(images/contents_bg04.jpg) no-repeat;
	margin-bottom: 40px;
}

.text01{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: left;
}
.text02{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	overflow: hidden;
	text-align: left;
}
.text03{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	overflow: hidden;
	text-align: left;
}
.text04{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	overflow: hidden;
	text-align: left;
}
.text04_02{
	width: 100%;
	height: auto;
	padding: 0 0 40px 15px;
	overflow: hidden;
	text-align: left;
}
.text05{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	overflow: hidden;
	text-align: left;
}
.text06{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	overflow: hidden;
	text-align: left;
}
.text_extra{
	width: 470px;
	height: auto;
	padding-bottom: 60px;
	overflow: hidden;
	text-align: left;
}
.text07{
	width: 100%;
	height: auto;
	padding-bottom: 70px;
	overflow: hidden;
	text-align: left;
}
.text08{
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	overflow: hidden;
	text-align: left;
}


/****************************************

         背景色設定

*****************************************/
.beige_bg{
	height: auto;
	padding: 20px;
	margin-bottom:30px;
	background-color:#EEEBE1;
	border: 1px solid #E3DFCE;
	overflow: auto;
}

/****************************************

         画像

*****************************************/
.right_img01{
	width: 340px;
	height: auto;
	float: right;
	margin-left: 20px;
}
.right_img01_top{
	width: 470px;
	height: auto;
	float: right;
	margin-left: 30px;
}
.left_img01{
	width: 340px;
	height:auto;
	float: left;
	margin-right: 20px;
}
.right_img02{
	width:auto;
	height:auto;
	float: right;
	margin-left: 20px;
}
.left_img02{
	width:auto;
	height:auto;
	float: left;
	margin-right: 20px;
}
.right_img03{
	width:auto;
	height:auto;
	float: right;
}
.left_img03{
	width:auto;
	height:auto;
	float: left;
}
.right_img04{
	width:auto;
	height:auto;
	float: right;
	margin-left: 20px;
}
.right_img05{
	width:auto;
	height:auto;
	float: right;
	margin-left: 20px;
}
.left_img04{
	width: 570px;
	height:auto;
	float: left;
}
.left_img05{
	width: 630px;
	height:auto;
	float: left;
}


/****************************************

         リスト

*****************************************/
li.none{
	list-style-type: none;
}
li.line_break{
	padding-top: 1.375em;
}
.text_list{
	margin: 10px;
}
.text_list li{
	list-style-type: none;
}


/****************************************

         テーブル

*****************************************/
table.about_us{
	width: 100%;
	font-size: 1em;
	margin-bottom: 25px;
	border-collapse: collapse;
}
td.field{
	width: 26%;
	color: #5B9F52;
	background-color: #F6F6F6;
	font-size: 1em;
	font-weight: bold;
	text-align: left;

	vertical-align: center;
	padding-left: 2%;
	border: 1px solid #D6D6D6;
}
th.detail{
	width: 74%;
	font-size: 1em;
	text-align: left;
	vertical-align: center;
	padding: 1.4% 0 1.4% 2%;
	border: 1px solid #D6D6D6;
	border-left: none;
}

/****************************************

         P

*****************************************/
/* 改行 */
p.line_break{
	padding-top: 1.375em;
}
/* 文字強調 */
.p_strong{
	font-weight: bold;
}
/* 文字色赤 */
.text_red{
	color: #9F0000;
}
/* 文字色緑 */
.text_green{
	color: #66781D;
}


/****************************************

         マップ

*****************************************/
.access_map{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

/****************************************

         Contact Form7

*****************************************/
.wpcf7-form textarea{
	width: 998px !important; /*本文*/
}
.wpcf7-form .wpcf7-submit{
	width: 50px !important; /*送信ボタン*/
}
.wpcf7 p {
	line-height: 2.0; /*項目間の隙間*/
	padding-top: 3px;
}
.wpcf7-form input{
	width: auto !important; /*ラジオボタン、チェックボタン*/
}
.contact_p_strong{
	border-top: 1px dotted #999;
	font-weight: bold;
	margin-top: 15px;
	padding-top 15px !important;
}
span.wpcf7-list-item { display: block; }

/****************************************

         カラム分け

*****************************************/

/*2カラム*/
.two_columns_box{
	width: 100%;
	margin-bottom: 0px;
	overflow: auto;
}
.two_columns_list{
	width:490px;
	float:left;
}

.post_two_columns{
	width:490px;
	float:left;
	margin-bottom: 20px;
}
.two_columns_box .two_columns_list:nth-child(2n+1){
	clear:both;
	padding-right: 20px;
}

/*3カラム*/
.three_columns{
	width: 100%;
	height:100%;
	margin-bottom: 10px;
	overflow: auto;
}
.three_columns_list{
	width: 320px;
	height:100%;
	float: left;
	padding: 10px 0;
	margin-bottom: 10px;
}
.three_columns .three_columns_list:nth-child(3n+1){
	clear: both;
	padding-right: 20px;
}
.three_columns	 .three_columns_list:nth-child(3n+2){
	padding-right: 20px;
}
/*ギャラリー3カラム*/
.gallery_three_columns{
	width: 1000px;
	height:100%;
}
.gallery_three_columns_list{
	width: 320px;
	height:100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}
.gallery_three_columns .gallery_three_columns_list:nth-child(3n+1){
	clear: both;
	padding-right: 20px;
}
.gallery_three_columns .gallery_three_columns_list:nth-child(3n+2){
	padding-right: 20px;
}
/****************************************

         ページャー設定

*****************************************/
.pager{
	clear:both;
	text-align:center;
	padding:10px 0;
}
a.page-numbers,
.pager .current{
	background:rgba(229,121,48,0.02);
	border:solid 1px rgba(229,121,48,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

/****************************************

         透化設定

*****************************************/


a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
a:hover img {
     opacity: 0.7;     /* 透過レベル */
     filter: alpha(opacity=80);
}

/****************************************

         追加分

*****************************************/

/* 文字色緑 */
.text_orange{
	color: #FF9900;
}
.text_blue{
	color: #00ABE3;
}
.text_red{
	color: #E64C73;
}
.text_yellow{
	color: #BAA56D;
}
.text_yellow02{
	color: #FEFE81;
}
.text_green{
	color: #319362;
}
.text_beige{
	color: #DFC16C;
}
.contact_form{
	margin-bottom: 20px;
}
.rounded_corners_img img{
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.topicpath{
	margin-bottom: 30px;
}
.facebook{
	display: none;
}
.ec_bnr{
	display: none;
}
.copyright{
	height: auto;
	width: auto;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 5px 0 5px;
	text-align: center;
}
.rounded_corners_img img{
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
