/*
Theme Name: men-blog
Theme URI: http://
Author: hide
Description: ラーメンブログ「麺喰らう日々」用のテーマです。
*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* BASIC
------------------------------------------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	max-width:100%;
	height:auto;
}
/* micro clearfix
------------------------------------------------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/* links
------------------------------------------------------------------*/
a{
	color:#170900;
	text-decoration:none;
}
a:hover{
	color:#000000;
}
a:active{
	color:#470900;
	position:relative;
	top:1px;
	left:1px;
}
/* layout
------------------------------------------------------------------*/
body{
	background-color:#000;
	background-image:url(img/bg.gif);
}
#wrapper{
	background-color:#FFF;
	border-right:20px #990000 solid;
	border-left:20px #990000 solid;
	width:960px;
	margin:0 auto;
}
#header{
	position:relative;
	height:80px;
}
#nav{
	background-color:#33201f;
	padding:0 20px;
}
#container{
}
#main{
	width:600px;
	margin:0 10px;
	float:left;
}
#sidebar{
	width:300px;
	padding:10px;
	float:right;
}
#footer{
}
/* custom_header
------------------------------------------------------------------*/
#header-img img{
	max-width:100%;
	height:auto;
}
/* HEADER
------------------------------------------------------------------*/
#header #logo{
	position:absolute;
	top:15px;
	left:15px;
}
#header .description{
	text-align:right;
	position:absolute;
	bottom:10px;
	right:15px;
}
#header #searchform{
	width:350px;
	text-align:right;
	position:absolute;
	top:10px;
	right:15px;
}
#header #searchform label,
#header #searchform input{
	display:inline;
}
/* NAV
------------------------------------------------------------------*/
#nav ul li{
	float:left;
}
#nav ul li a{
	display:block;
	padding:15px;
	color:#ffffff;
}
/* MAIN
------------------------------------------------------------------*/
#main .type-shop,#main .type-noodle{
	border-bottom:1px dotted #CCC;
	padding:0 0 10px;
	overflow:hidden;
}
#main h1{
	background-color:#300;
	color:#FFF;
	font-size:120%;
	padding:10px;
	margin:10px 0 5px;
	border-radius:5px;
}
#main p.at{
	text-align:right;
}
#main p.at a:hover{
	text-decoration:underline;
}
#main p.area{
	text-align:right;
	font-size:80%;
	
}
#main .noodle_thumbnail{
	float:right;
	padding:5px;
	border:1px solid #CCC;
	margin:0 0 10px 10px;
}
#main h2{
	border-left:10px solid #300;
	color:#300;
	font-size:100%;
	padding:5px;
	margin:20px 0 5px;
	clear:both;
}
#main h2 a:hover{
	text-decoration:underline;
}
#main .noodle {
	clear:both;
	margin-bottom:15px;
	position:relative;
}
#main .noodle h2{
	clear:none;
	margin-bottom:5px;
	margin-top:5px;
}
#main .shop h2{
	clear:none;
	margin-bottom:5px;
	margin-top:20px;
}
#main .shop_thumbnail{
	float:left;
}
#main .shop_thumbnail a{
}
#main .shop_thumbnail a img{
	padding:5px;
	border:1px solid #CCC;
}
#main .shop_thumbnail a:hover img{
	border:1px solid #FCC;
}
#main .noodle-info{
	border:1px solid #CCC;
	border-radius:10px;
	margin:10px;
	padding:15px;
	overflow:hidden;
}
#main p{
	font-size:85%;
	line-height:1.4;
	margin-bottom:.5em;
}
#main table.info{
	width:460px;
	margin-left:140px;
	border-collapse:collapse;
	margin-bottom:20px;
}
#main table.info th, #main table.info td{
	font-size:85%;
	border:1px solid #CCC;
	padding:5px;
}
#main table.info th{
	background-color:#FC9;
}
#main p.feature{
	margin-bottom:5px;
	line-height:1.6;
}
#main p.feature a,#main p.area a{
	white-space:nowrap;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 2px 8px;
	background-color:#f60;
	background: -moz-linear-gradient(
		top,
		#ff6d1f 0%,
		#660000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff6d1f),
		to(#660000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
#main p.feature a:hover,#main p.area a:hover{
	color:#FF6;
}
#main .visit_list p.feature a{
	font-size:60%;
}
#main p.date{
	text-align:right;
}
.single-noodle #main p.single-date{
	clear:both;
	text-align:right;
}
#main p.single-date{
	text-align:right;
}
body.single #main div.noodle,
body.single #main div.shop{
	padding:20px 30px;
}
/* MAIN -> #COMMENTS
------------------------------------------------------------------*/
#main #comments{
	border:1px solid #CCC;
	border-radius:10px;
	margin:10px;
	padding:15px;
	overflow:hidden;
}
#main #comments h3{
	color:#600;
	margin-bottom:15px;
}
#main #comments .required{
	color:#f00;
}
#main #comments .form-allowed-tags{
	font-size:60%;
}
/* MAIN -> VISIT_LIST
------------------------------------------------------------------*/
#main .visit_list .date{
	text-align:left;
	font-size:110%;
}
#main .visit_list h3 a:hover{
	text-decoration:underline;
}
/* SIDEBAR
------------------------------------------------------------------*/
#sidebar{
}
#sidebar h2{
	margin:0 0 10px;
	border-left:10px solid #300;
}
#sidebar ul{
	margin-left:10px;
}
#sidebar>ul{
	margin-bottom:20px;
}
#sidebar>ul>li>a{
	background:url(img/list-blt.gif) no-repeat left 4px;
	padding-left:10px;
}
#sidebar>ul>li>a:hover{
	background-position:0 -16px;
}
#sidebar ul li{
	font-size:85%;
	line-height:20px;
}
#sidebar ul li a:hover{
	text-decoration:underline;
}
#sidebar ul ul li{
	padding-left:15px;
	background-image:url(img/list-head.gif);
	background-repeat:no-repeat;
}
#sidebar ul ul li:last-child{
	background-position:0 -20px;
}
/* BREAD
------------------------------------------------------------------*/
#bread{
	padding:10px 20px;
}

/* FOOTER
------------------------------------------------------------------*/
#footer{
	background-color:#170900;
	color:#ffffff;
	padding:15px;
}
#footer .footer-box{
	float:left;
	width:280px;
	padding:10px;
	margin:0 5px;
}
#footer .footer-box h2{
	margin-bottom:10px;
}
#footer .footer-box dl dt{
	border-top:1px dotted #CCCCCC;
	padding-top:8px;
}
#footer .footer-box dl dt a{
	display:block;
	line-height:1.6;
	padding-left:10px;
}
#footer .footer-box dl dd{
	font-size:85%;
	padding-left:15px;
	margin-bottom:10px;
}
#footer .footer-box dl dd a:hover{
	text-decoration:underline;
}
#footer .footer-box ul li a{
	display:block;
	line-height:1.6;
	margin-bottom:5px;
	padding-left:10px;
}
#footer .footer-box ul li a:hover,#footer .footer-box dl dt a:hover{
	background-color:#600;
}
#footer #footer-box3{
	margin-right:0;
}
#footer address{
	text-align:center;
	clear:both;
	padding-top:20px;
}
#footer a{
	color:#CCC;
}
#footer a:hover{
	color:#FFF;
}
/* FEATURE
------------------------------------------------------------------*/
#feature .column-l{
	float:left;
	width:60%;
	padding:15px;
	margin:10px 1%;
}
#feature .column-r{
	float:right;
	width:30%;
	border:1px solid #cccccc;
	border-radius:8px;
	padding:1%;
	margin:10px 1%;
}
#feature h1{
	font-size:120%;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
#feature h2{
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
#feature h3 a{
	display:block;
	font-size:100%;
	color:#630;
	padding: 5px 0;
}
#feature h3 a:hover{
	background-color:#FF9;
	text-decoration:underline;
}
#feature p{
	line-height:1.4;
	margin-bottom:10px;
}
/* NEWS
------------------------------------------------------------------*/
#feature .column-l h2.news{
	margin-top:30px;
	padding-left:15px;
}
#news{
	margin:10px 15px;
	padding:5px 10px;
	border:solid 1px #CCCCCC;
	height:150px;
	overflow:auto;
}
#news dt{
	line-height:2;
	border-top:dotted 1px #CCCCCC;
}
#news dt:first-child{
	border:none;
}
#news dt span{
	padding-right:80px;
	margin-right:10px;
	background-repeat:no-repeat;
	background-position:right center;
}
#news dt.category-now span{
	background-image:url(img/icon_now.gif);
}
#news dt.category-info span{
	background-image:url(img/icon_news.gif);
}
#news dt.category-link span{
	background-image:url(img/icon_link.gif);
}
#news dd{
	margin-left:15px;
	font-size:75%;
}
#news dd a{
	color:#600;
}
#news dd a:hover{
	color:#900;
	text-decoration:underline;
}
/* FRONT-NEWS
------------------------------------------------------------------*/
#front-news{
	background-color:#e0d5b8;
}
#front-news h2{
	margin:10px 15px;
	padding:10px 20px;
	font-size:150%;
	border-bottom:1px ridge #170900;
}
#front-news .column4{
	float:left;
	width:22%;
	background-color:#ffffff;
	padding:1%;
	margin:10px 0.5%;
	border-radius:8px;
}
#front-news h3{
	line-height:2;
	border-bottom:groove 2px #666666;
	margin-bottom:10px; 
}
#front-news>div>ul{
	font-size:80%;
	line-height:20px;
	margin-left:10px;
}
#front-news ul.children>li{
	background:url(img/list-head.gif) no-repeat left top;
	padding-left:15px;
	overflow:hidden;
}
#front-news ul.children>li:last-child{
	background-position:left -20px;
}
#front-news .date{
	font-size:80%;
	text-align:right;
}
/* PAGINATION
------------------------------------------------------------------*/
.wp-pagenavi{
	overflow:hidden;
	padding:20px;
}
.wp-pagenavi .current{
	background-color:#300;
	color:#FFF;
}
/* chart
-------------------------------------------------------*/
.chart{
	width:100px;
	height:100px;
	position:relative;
	margin:10px;
}
.chart-body{
	display:block;
	width:60px;
	height:60px;
	border:20px solid;
	border-color:rgb(0,0,0);
	border-radius:50%;
	position:absolute;
}
.chart-base{
	display:block;
	width:60px;
	height:60px;
	border:none;
	border-radius:50%;
	position:absolute;
	top:20px;
	left:20px;
	background-color:rgba(255,255,255,.8);
}
.chart-base img{
	position:absolute;
	border:none;
	top:-20px;
	left:-20px;
}
.left-outer .chart-body{
	right:0;
}
.right-outer .chart-body{
	left:0;
}
.left-outer, .right-outer, .left-inner, .right-inner{
	width:50px;
	height:100px;
	overflow:hidden;
	position:absolute;
}
.right-outer{
	right:0;
}
.right-inner{
	right:50px;
	-webkit-transform:rotate(0deg);
	-ms-transform-origin:100% 50%;
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%;
}
.left-outer{
	left:0;
}
.left-inner{
	left:50px;
	-webkit-transform:rotate(0deg);
	-ms-transform-origin:0% 50%;
	-webkit-transform-origin:0% 50%;
	transform-origin:0% 50%;
}
.chart-content{
	height:40px;
	width:100px;
	text-align:center;
	position:absolute;
	top:20px;
	font-size:46px;
	font-weight:bold;
	color:#000;
	font-family:"Arial Black", Gadget, sans-serif;
}
.footer-box .footer-thumb,
.column-r .footer-thumb{
	position:relative;
	margin:15px 0;
}
.footer-thumb .chart,
.noodle_thumbnail .chart{
	position:absolute;
	bottom:0;
	right:0;
}

/* slideshow
-------------------------------------------------------*/
#top-slideshow{
	display:block;
	width:960px;
	height:180px;
	overflow:hidden;
}
#top-slideshow .slide{
	display:block;
	width:96px;
	height:180px;
	overflow:hidden;
  position: relative;
  float: left;
}
#top-slideshow .slide p {
  display: block;
  overflow: hidden;
  margin: 0;
}
#top-slideshow .slide p img{
	max-width:inherit;
}
#top-slideshow .slide .caption {
  position: absolute;
  left::0;
  bottom:-30px;
  width:100%;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  font-size:80%;
  text-align:center;
  padding: 10px 0px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
#top-slideshow .slide:hover .caption {
  opacity: 1;
  bottom:0;
}

/* CONTACT FORM
-------------------------------------------------------*/
#contact{
	margin:20px;
}
#contact dt{
	font-weight:bold;
	margin-bottom:5px;
}
#contact dd{
	margin-left:20px;
	margin-bottom:10px;
}
.mw_wp_form{
	padding:10px 15px;
}
.mw_wp_form .required{
	color:#f00;
}