/*
Theme Name: Toukinohi
Author: Toukinohi Web Team
Template: twentyeleven
Version: 0.1
*/

@import url('../twentyeleven/style.css');

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:"メイリオ", "Meiryo", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "sans-serif";
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}
#branding hgroup {
	margin: 0 10px;
}
#access div {
	margin: 0 10px;
}
#main {
	clear: both;
	padding: 10px 0 0;
}
#primary {
	float: left;
	width:620px;
	margin:0;
	padding:10px;
}
#content {
	margin: 0;
	width: 100%;
}
#secondary {
	float: right;
	width: 300px;
	margin:0;
	padding: 10px;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 10px;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 10px 0;
	width: 100%;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Header
----------------------------------------------- */
#branding {
	border: none;
	z-index: 3;
	width:100%;
	height:auto;
}
div#toplogo {
	float:left;
	width:auto;
	padding:15px;
}
div#topright {
	position: relative;
	float:right;
	margin:20px 20px 0 0;
	width:300px;
	height:auto;
}
div#toplogo img{
	width:auto;
	height:auto;
}
ul#socialicons{
	position:absolute;
	top: 50px;
	right:0px;
}
li.icon{
	float:right;
	margin:5px;
	list-style:none;
}
/* Search Form */
#branding #searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;	
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 2;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 1;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #eee;
	border-bottom: 1px dotted #bbb;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #ccc;
	color: #4169e1;
}
#access li:hover > a,
#access a:focus,
#access .current-menu-item > a,
#access .current-menu-ancestor > a {
	background: #eee; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#eee, #bbb);
	background: -o-linear-gradient(#eee, #bbb);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#bbb)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#eee, #bbb);
	color: #4169e1;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* Adjust padding Singular content styles for Posts and Pages */
.singular .hentry,.singular.page .hentry {
	padding: 0;
}
.hentry, .no-results {
	margin-bottom:3em;
}

/* Widgets Adjust */
.widget-title {
	margin: 10px 0;
	padding: 0px 10px;
	background-color: #ddd;
	border-left: solid 7px #a00;
	border-bottom: solid 1px #a00;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.widget ul {
	font-size: 15px;
	margin: 1em;
}
.widget ul ul {
	margin-left: 2.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
	list-style:none;
}

/* =Content
----------------------------------------------- */

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.entry-title {
	clear: both;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 10px;
}
.special_header {
	clear: both;
	background-color: #eed;
	padding: 10px;
}
.special_header2 {
	clear: both;
	background-color: #fdf;
	padding: 10px;
}
.utsuwatalk {
	display: block;
	clear: both;
	border: solid #000 1pt;
	padding: 5px;
}
.profile {
	display: block;
	float: right;
	width: 420px;
}
.profile_pic {
	display: block;
	float: left;
	width: 160px;
}
/* Images */
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: inherit;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 0 10px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	content: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-right: 0;
	position: relative;
	left: 0;
	top: 0;
}

/* -----Pages' Style----- */
.singular .entry-title {
	font-size: 28px;
	line-height: 32px;
}
.clearb {
	clear:both;
}
hr{
	clear:both;
	margin-bottom:30px;
}
.subnotes{
	margin:10px 20px;
	width:400px;
	font-size:12px;
	color:#666;
}
.section-title {
	margin:10px 0;
	padding:0 10px;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
	font-size:14px;
	font-weight:bold;
	line-height: 2.5em;
	color:#000;
	text-shadow: 0px 1px 0px #ccc;
	background:#999;
	/* Webkit */
	background: -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
	/* FF */
	background: -moz-linear-gradient(top,#ccc,#999);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#ffcccccc,endColorstr=#ff999999);
	}
.section-title-sub {
	float:right;
	margin-right:5px;
}
ul.post_list {
	margin-left: 10px; 
}
ul.post_list > li {
	list-style: none;
	background:url(/images/arw1.gif) no-repeat 0 4px;
	padding: 0 0 0 25px;
}
.post_list_date {
	color:#666;
	font-size:90%;
}
h2.midashi {
	padding:0 10px;
	border-left:10px solid #c00;
	font-size:16px;
}
h3.komidashi {
	background:url("/images/2sq.gif") no-repeat 0px 8px;
	padding:0 10px 0 27px;
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.thumbnailsec {
	width:200px;
	padding-top:30px;
	text-align:center;
	font-size:12px;
}
.toukinohi_box {
	float: left;
	width: 285px;
	margin:0 20px 20px 0;
}
.toukinohi_title {
	padding: 0;
	margin: 0;
}
.toukinohi_concept {
	clear: both;
	background: url("http://www.yakimono.or.jp/images/home/ochazuke.png") center 35px no-repeat;
	width:590px;
	min-height:440px;
}
.toukinohi_details {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
.iroirobox {
	border:1px solid #666;
	margin:0 80px 30px 50px;
	padding:10px 10px 0px 100px;
	background-position: no-repeat 0 20px;
}
.iroiropic {
	float:right;
	margin:0 10px 10px 10px;
}

.imagepanel{
	width:auto;
	margin:0 30px;
}
.imagebox{
	float:left;
	padding:5px;
	text-align:center;
	height:auto;
}
.jtw {
	background:#ddd;
	width:120px;
	margin:10px 15px;
}
.monyo {
	margin:10px;
	background:#fff;
	width:145px;
}
.shohin {
	width:120px;
}
.imagebox img{
	margin:0;
}
.image_cap{
	font-size:12px;
	line-height:1.2;
	color:#000;
}
.image_cap_sub{
	font-size:12px;
	line-height:1.5;
	color:#c00;
}
.columnbox{
	float:left;
	background:#ffcccc;
	border:1px solid #94323f;
	width:320px;
	margin: 10px 0px 10px 30px;
	padding: 10px;
	line-height:130%;
}
.columnbox h4{
	margin:5px 0 3px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
.columnbox p,.columnbox li{
	margin:0;
	font-size:12px;
}
.columnbox ol{
	margin:5px 5px 0 25px;
}
.atsukai_others {
	float:left;
	width:120px;
	text-align:center;
	margin-bottom:20px;
}
.atsukai_others_list {
	float:left;
	width:470px;
	margin-bottom:20px;
}
.red {
	color:#ff0000;
}
ul.m_list {
	list-style-type:none;
}
.m_name{
	font-size:16px;
	font-weight:bold;
}

img.noborder {border: none;}
img.plainimg {
	border: none;
	padding: 0;
}
.rightest {
	margin-right:0;
}