/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	background-color: #f6eedd;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.clear {
 clear: both;
}



.column_top {
 margin: 0;
 padding: 0;
 width: 100%;
 font-size: 16px;
 line-height: 1.4em;
 background-color: #fef3dd;
 color: #5f531e;
}

.pickup_icon {
 width: 100px;
 height: 20px;
 text-align: center;
 position: absolute;
 top: 220px;
 left: 20px;
 background-color: #f0c954;
 color: #ffffff;
 font-weight: bold;
 font-size: 20px;
}

.pickup_date {
 text-align: right;
 color: #484240;
 padding: 5px 15px;
}

.pickup_txt {
 padding: 0px 10px 10px 10px;
}




.articles {
 padding: 0px;
}


.article {
 padding: 14px 10px 20px 10px;
 border-top: solid 1px #d1caa4;
}

.article_thum {
 margin-left: 10px;
 float: left;
 width: 110px;
 height: 110px;
 position: relative;
 display: inline-block;
 border-radius: 100%;
}

.article_txt {
 float: left;
 margin-left: 10px;
 width: 170px;
}

.article_txt h3 {
 font-size: 18px;
 font-weight: bold;
 padding: 0 0 4px 0;
 margin: 0;
 color: #580200;
}


/* =BookStand
--------------------------------------------------- */

.bkstnd_head {
	width: 100%;
	padding: 0% 4%; 
}

.bkstnd_head p{
	font-size: 1em;
	letter-spacing: 0.04em;
	line-height: 120%;
	color: #574725;
	margin-bottom: 1em;
}

.bkstnd {
	font-size: 1em;
}

.bkstnd_article {
	position:relative;
	width: 100%;
	margin: 1em 0;
	padding: 0 4% 20px 4%; 
	border-bottom: solid 1px #d3c8ac;
}

.bkstnd_article a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}

.bkstnd_article_left {
	float: left;
	width: 40%;
	margin-top: 0.4em;
}


.bkstnd_article_left img {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 0%;
}


.bkstnd_article_right {
	float: right;
	margin-left: 4%;
	width: 56%;
}

.bkstnd_article_right p {
	letter-spacing: 0.04em;
	line-height: 120%;
	color: #574725;
	margin-bottom: 1em;
}

.bkstnd_article_right h2 {
font-size: 1.1em;
font-weight: bold;
color: #6d0005;
line-height: 120%;
margin: 0 0 0.2em 0;
paading: 0;
}



/* =Column
-------------------------------------------------------------- */

.clm_headimg img {
width: 100%;
}

.clm {
padding: 0% 6%; 
line-height: 140%;
}

.clm h1 {
font-size: 1.4em;
font-weight: bold;
color: #6d0005;
padding-bottom: 0.3em;
margin-top: 1em;
margin-bottom: 1em;
border-bottom: solid 1px #e8dec4;
}

.clm h2 {
font-size: 1em;
font-weight: bold;
margin-bottom: 0.8em;
margin-top: 1.4em;
line-height: 126%;
color: #6d0005;
}

.clm h4 {
font-size: 1em;
font-weight: bold;
margin-bottom: 0.8em;
margin-top: 1.4em;
line-height: 126%;
color: #6d0005;
}

.clm p {
letter-spacing: 0.04em;
line-height: 120%;
color: #574725;
margin-bottom: 1em;
}

.clm dl {
	font-size: 1em;
	line-height: 126%;
	color: #574725
}

.clm dt {
	letter-spacing: 0.04em;
	line-height: 120%;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.clm dd {
	margin-left: 1.5em;
	margin-bottom: 1em;
	letter-spacing: 0.04em;
	line-height: 120%;
}

.slink_p {
	text-align: center;
}

.slink_p a {
	text-decoration: none;
	border-bottom: solid 1px #6d0005;
}

.slink_p a:link {color:#6d0005;}
.slink_p a:visited {color:#6d0005;}
.slink_p a:hover {color:#6d0005;}
.slink_p a:active {color:#6d0005;}
.slink_p a:focus {color:#6d0005;}


/* =Bike_Area_Rule
--------------------------------------------------- */

.lk_box {
	position: relative;
	width: 100%;
	padding: 0;
	}

.lk_box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.area_menu {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}

.area_menu_left {
	float: left; 
	width: 50%; 
	background-color: #eeeeee; 
	border-right: solid 1px #bbbbbb; 
	border-bottom: solid 1px #bbbbbb; 
	color: #777777; 
	padding: 6px 0;
}

.area_menu_right {
	float: left; 
	width:49.6%; 
	background-color: #eeeeee;
	border-bottom: solid 1px #bbbbbb;
	color: #777777;
	padding:  6px 0;
}

.area_menu_name {
	float: left;
	margin-left: 6px;
}

.area_menu_tri {
	float: right;
	margin-right:14px;
}


.area_title {
	margin: 12px auto 24px auto; 
	width: 96%; 
	text-align: center; 
	font-weight: bold; 
	background-color: #c0c378; 
	color: #ffffff; 
	border: solid 2px #e5e6c1; 
	border-radius: 8px; 
	padding: 2px 8px;
}

.area_rule {

	min-height: 736px;
	margin: 0;
	padding: 1em;
	background-color: #ffffff;
	line-height: 130%;
}


.rss_item {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #999;
}

.rss_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.rss_image {
	width: 40%;
	float: left;
}

.rss_image img {
	width: 100%;
}

.rss_content {
	margin-left: 3%;
	width: 53%;
	float: left;
	line-height: 140%;
	font-size: 0.8em;
}

.rss_date {
	color: #666;
	padding-top: 0.5em;
	text-align: right;
}

.area_news_source {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 36px; 
	color: #333;
}


.area_rule_txt {
	font-size: 0.9em;
	line-height: 140%;
}

.area_rule_h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 10px 0;
}

.area_rule_hr {
	border: 1px solid #efefef;
}

.area_rule_source {
	font-size: 0.9em;
	line-height: 140%;
}




