/*
 * Theme Name: meguro
 * Theme URI: http://example.com/
 * Description: ヤフオクドーム
 * Version: 1.0
 * Author: Azzurro
 * Author URI: http://example.com/
 * */

/*
 * Resize images to fit the main content area.
 * - Applies only to images uploaded via WordPress by targeting size-* classes.
 * - Other images will be left alone. Use "size-auto" class to apply to other images.
 * */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.post{
	clear: both;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#content ul{
	width: 670px;
	margin-left: 20px;
}

#content li{
	margin-bottom: 10px;
	line-height: 130%;
	list-style-position: inside;
	list-style-type: decimal;
}

.height150{
	line-height: 180%;
}

/* reset */
* {
* margin: 0;
* padding: 0;
* }
*
*/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	font-family: meiryo;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
}

#b_top{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/bodybg.jpg") ;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 150px;
}

#b_in{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/bodybg.jpg") ;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 260px;
}

/* layout */

#wrapper {
	width: 980px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;

}

#nav {
	width: 980px;
	height: 55px;
	background: #e4007f;
}

header img{
	float: right;
	margin: 95px 10px 0 0;
}

header:after{
    content: "."; 
    display: block;
    visibility: hidden;   
    height: 0.1px;  
    font-size: 0.1em;   
    line-height: 0;
    clear: both;
}

#imgtop {
	width: 980px;
	height: 450px;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/mainbg.jpg") ;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative; 
}

#imgtop mypage {
	position:absolute; 
	top:110px;
	right:15px;
	clear:both;
}
#imgtop .volunteer {
	position:absolute; 
	top:230px;
	right:15px;
	clear:both;
}

#imgin {
	width: 980px;
	height: 135px;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/mainbg_in.jpg") ;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#imgin h1 {
	float: left;
	width: 750px;
}

#imgin h1 a{
	width: 750px;
	height: 135px;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/dammya.gif") ;
	display: block;
	margin: 0px;
	padding: 0px;
}

#main {
width: 980px;
margin: 0 auto;
padding: 20px 0 30px 0;
background: #FFF url("https://www.relay-fukuoka.jp/2015/wp-content/themes/yafuoku/images/colbg.png") repeat-y;
overflow: hidden;
}

#main:after{
    content: "."; 
    display: block;
    visibility: hidden;   
    height: 0.1px;  
    font-size: 0.1em;   
    line-height: 0;
    clear: both;
}

#content {
	float: left;
	width: 720px;
	margin: 0 20px 0 20px;
}

#sidebar {
	float: right;
	margin-right: 20px;
	width: 200px;
}


#sidebar img{
	margin-bottom: 4px;
}

.section_base_a{
	margin-left: 20px;
}

#address{
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 170%;
}

footer {
width: 980px;
margin: 0 auto;
clear: both;
}

#news{
margin-bottom: 25px;
}

#flier{
margin-top: 10px;
}

/* basics */

@font-face {
    font-family: 'BlackRoseRegular';
    src: url('BLACKR-webfont.eot');
    src: url('BLACKR-webfont.eot?iefix') format('eot'),
         url('BLACKR-webfont.woff') format('woff'),
         url('BLACKR-webfont.ttf') format('truetype'),
         url('BLACKR-webfont.svg#webfont21KuPMyg') format('svg');
    font-weight: normal;
    font-style: normal;
}

table#sns {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 30px;
}

#sns td h3{
	background-image:none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	height: 15px;	
}

#sns td h4{
	border-bottom:none;
	color: #FFFFFF;
	font-size: 16px;
	height: 15px;	
}

#content h2{
	height: 34px;
	width: 720px;
	font-family: "meiryo";
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 3px;
	letter-spacing: 0.2em;
}

#content h3{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/t3bg.jpg") ;
	background-repeat: no-repeat;
	height: 30px;
	width: 680px;
	font-family: "meiryo";
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	letter-spacing: 0.2em;
	margin: 0px;
}

#content h4{
	font-family: "meiryo";
	font-size: 16px;
	color: #0286CE;
	padding-top: 3px;
	padding-left: 2px;
	letter-spacing: 0.2em;
	margin: 0 0 10px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9DDCFD;
	padding-bottom: 0px;
	background-color: #EEEEEE;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #9DDCFD;
}

h5,h6 {
font-weight: bold;
clear: both;
color: #FFF;
}

.nishi{
	font-size: 13px;
	font-weight: bold;
	color: #e52b27;
	margin: 15px 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F08784;
}

#content strong{
	color: #666666;
}

a:link, a:visited {
color:#0099CC;
}

a:hover, a:active {
color:#0099CC;
}

#content p {
margin-bottom: 10px;
}

dl,dt,dd,li {
margin: 0px;
padding: 0px;
}

a img{
	border: none;
}

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


.txt10{
	font-size: 10px;
}

.txt14{
	font-size: 14px;
}

.txt16{
	font-size: 16px;
}


/* nav */

#nav{
	height: 55px;
}


#nav #menu{
	margin: 0px;
}

#nav #menu ul {
	list-style: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;	
}

#nav #menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
		}

#nav #menu #n01{
	float: left;
	width: 163px;
}

#nav #menu #n01 a{
	display: block;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n01.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
	text-indent: -9999px;
}

#nav #menu #n01 a:hover{	
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n01_o.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
}

#nav #menu #n02{
	float: left;
	width: 163px;
}

#nav #menu #n02 a{
	display: block;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n02.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
	text-indent: -9999px;
}

#nav #menu #n02 a:hover{	
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n02_o.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
}

#nav #menu #n03{
	float: left;
	width: 163px;
}

#nav #menu #n03 a{
	display: block;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n03.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
	text-indent: -9999px;
}

#nav #menu #n03 a:hover{	
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n03_o.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
}

#nav #menu #n04{
	float: left;
	width: 163px;
}

#nav #menu #n04 a{
	display: block;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n04.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
	text-indent: -9999px;
}

#nav #menu #n04 a:hover{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n04_o.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
}

#nav #menu #n05{
	float: left;
	width: 163px;
}

#nav #menu #n05 a{
	display: block;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n05.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
	text-indent: -9999px;
}

#nav #menu #n05 a:hover{	
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n05_o.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 163px;
}

#nav #menu #n06{
	float: left;
	width: 165px;
}

#nav #menu #n06 a{
	display: block;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n06.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 165px;
	text-indent: -9999px;
}

#nav #menu #n06 a:hover{	
	background-image: url("/2015/wp-content/themes/yafuoku/_img/n06_o.jpg") ;
	background-repeat: no-repeat;
	height: 55px;
	width: 165px;
}

/* map */

#mapimg{
	float: left;
	width: 400px;
	margin-right: 10px;
}

#maptext{
	float: right;
	width: 300px;
}

/* entry */

#entry_txt{
	float: left;
	width: 430px;
	margin-right: 25px;
	margin-top: 15px;
}

#entry_btn{
	float: left;
	width: 200px;
	margin-top: 45px;
	margin-bottom: 25px;		
	text-align: center;
}

#entry_btn img{
	margin-bottom: 7px;
}

#entry_btn .newbtn{
	margin-bottom: 30px;
}

#mob_txt{
	float: left;
	width: 430px;
	margin-right: 25px;
	margin-top: 15px;
}

#mob_qr{
	float: left;
	width: 200px;
	margin-top: 15px;	
	text-align: center;	
}

#mob_qr img{
	margin-top: 10px;	
}


#lett_txt{
	width: 690px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 30px;	
}

/* feature */

#ftitle1{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/feat01.jpg") ;
	background-repeat: no-repeat;
	height: 41px;
	width: 690px;
	margin-left: 30px;
}

#ftitle2{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/feat02.jpg") ;
	background-repeat: no-repeat;
	height: 41px;
	width: 690px;
	margin-left: 30px;
}

#ftitle3{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/feat03.jpg") ;
	background-repeat: no-repeat;
	height: 41px;
	width: 690px;
	margin-left: 30px;
}

#ftitle4{
	background-image: url("/2015/wp-content/themes/yafuoku/_img/feat04.jpg") ;
	background-repeat: no-repeat;
	height: 41px;
	width: 690px;
	margin-left: 30px;
}


/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content .indent90{
	margin: 10px 0 30px 90px;
	width: 620px;
	font-size: 14px;
	line-height: 130%;
}

#content .indent30{
	margin-bottom: 20px;
	margin-left: 30px;
	width: 680px;
}

#content .indent15{
	margin-left: 15px;
	margin-bottom: 30px;
}

#content .indent90 img{
	float: right;
	margin-right: 25px;
}

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

#content .indent30 ol{
	margin-left: 25px;
	width:650px;
}

#content .indent30 ol li{
margin-bottom: 10px;
}

#content ul, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

.txtclear{
	display: none;
}

.mark_red{
	color: #CC3300;
}


/* dl */

.tstyle_a dt,dd {
	margin: 0;
	padding: 0;
}

dl.tstyle_a{
	width: 735px;
	margin-left: 15px;	
	margin-bottom: 35px;
}

dl.tstyle_a dt,dd {
	padding:5px;
}

dl.tstyle_a dt{
	float: left;
	width: 90px;
	height: 22px;
	padding:7px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #FFFFFF;
	background-color: #0286CE;
	color: #FFFFFF;
}

dl.tstyle_a dd{
	width: 580px;
	height: 20px;	
	margin-left: 105px;
	padding:8px;
	font-size: 12px;	
	border-bottom: 1px dotted #CAE4FF;
}

dl.tstyle_a .height2{
	height: 38px;
}

dl.tstyle_a .height2_dd{
	height: 36px;
}

dl.tstyle_a .height3{
	height: 56px;
}

dl.tstyle_a .height3_dd{
	height: 54px;
}

dl.tstyle_a .height4{
	height: 56px;
}

dl.tstyle_a .height4_dd{
	height: 54px;
}

dl.tstyle_a .height5{
	height: 78px;
}

dl.tstyle_a .height5_dd{
	height: 76px;
}

dl.tstyle_a .height6{
	height: 112px;
}

dl.tstyle_a .height6_dd{
	height: 110px;
}

dl.tstyle_a .height7{
	height: 129px;
}

dl.tstyle_a .height7_dd{
	height: 127px;
}

dl.tstyle_a .height8{
	height: 148px;
}

dl.tstyle_a .height8_dd{
	height: 146px;
}
dl.tstyle_a .height12{
	height: 183px;
}

dl.tstyle_a .height12_dd{
	height: 181px;
}

dl.tstyle_a .height9{
	height: 352px;
}

dl.tstyle_a .height9_dd{
	height: 350px;
}
dl.tstyle_a .height11{
	height: 160px;
}

dl.tstyle_a .height11_dd{
	height: 158px;
}

dl.tstyle_a .height14{
	height: 260px;
}

dl.tstyle_a .height14_dd{
	height: 258px;
}


dl.tstyle_a b{
	color: #0286CE;
}

dl.tstyle_q dt,dd {
	padding:0px;
}

dl.tstyle_q dt{
	width: 680px;
	height: 20px;
	padding:3px 3px 7px 30px;
	font-size: 14px;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/q.gif") ;
	background-repeat: no-repeat;
	background-position: left top;
}

dl.tstyle_q dd{
	width: 660px;
	font-size: 12px;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/a.gif") ;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffe7fb;	
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 30px;
}


/* talbe */

table.style_vc{
	margin-left: 15px;
	margin-bottom: 15px;		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #57CF54;
}

.style_vc th{
	color: #FFF;
	background-color: #57CF54;
	padding: 0px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.3em;
	font-weight: normal;
}

.style_vc td{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #57CF54;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57CF54;
	text-align: center;	
	padding: 0px;
}

.style_vc .bgc{
	background-color: #E4F8E4;
}


table.style_pa{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #57CF54;
	margin-left: 35px;
	margin-top: 15px;
}

.style_pa th{
	color: #333;
	background-color: #57CF54;
	padding: 2px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	font-size: 13px;
}

.style_pa td{
	padding: 5px 5px 5px 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	background-position: left;
}

.style_pa .tdwhite{
	padding: 5px 5px 5px 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: none;
}

.tabtitle{
	width: 90px;
	padding:5px;	
	background-color: #FF6699;
	display: block;
}

table.style_price{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.style_price th{
	color: #333;
	background-color: #F0FAFF;
	padding: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	font-size: 12px;
	width: 50px;
	height: 20px;
	font-weight: normal;
}

.style_price td{
	padding: 5px 5px 5px 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	background-repeat: no-repeat;
	background-position: left;
	width: 80px;
	font-size: 13px;
}

.style_price .td_top{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;		
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

.side_title{
	width: 200px;
	text-align: center;
	margin-top: 5px;	
	font-size: 14px;
	color: #FFFFFF;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px 0px 7px 0px;
	background-image: url("/2015/wp-content/themes/yafuoku/_img/t_side_bg.jpg") ;
	background-repeat: no-repeat;
	text-indent: -9999px;

}

.mark_r{
	color: #FF0000;
}

.mark_b{
	color: #0286CE;
}

#footer-area {
	color: #FFF;
	font-size: 90%;
	overflow: hidden;
	width: 980px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #063491;
}

footer #footer-outer-block{
text-align:center;}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #ddd;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #FFFFFF;
}

footer p {
margin-top: -15px;
}
