﻿/*
Theme Name: Twenty Twelve Child
Template: twentytwelve
*/
 
@import url("../twentytwelve/style.css");

/* =Basic structure
-------------------------------------------------------------- */

.site-content article {
margin-bottom: 0;
padding-bottom: 0;
}

.entry-content h2 {
border-left:solid 4px #F5CA1D; 
padding-left:10px; 
line-height:1.4;
}

.entry-content p {
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
line-height: 1.714285714;
font-size: 14px;
}

.entry-header .entry-top {
border-top: 4px double #ededed;
padding-top: 20px;
}

.entry-content ul{
margin-bottom: 20px;
}

.entry-content li {list-style:none;}

.pager{
	text-align:left;
	padding-bottom: 20px;
}
a.page-numbers,
.pager .current{
	line-height: 2.5;
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
	text-decoration: none;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

.archive-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: none;
    color: #000000;
    border-left: 4px solid #FFA500;
    padding-left:10px;
}

.entry-header .entry-title a {
text-decoration: none;
font-size: 36px;
}

.widget-area .widget {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
margin-bottom: 48px;
margin-bottom: 1.728571429rem;
word-wrap: break-word;
}

.widget-area .widget h4 {
font-size: 24px;
margin-bottom: 20px;
margin-bottom: 0.714285714rem;
}

.widget-area .widget ul {
margin-left: 20px;
}

.widget-area .widget a {
font-size: 14px;
color: #21759b;
}

.google_search {
width: 300px;
padding-left: 25px;
}

.entry-under h2 {
border-left:solid 4px #F5CA1D; 
padding-left:10px; 
line-height:1.4;
font-size: 18px;
font-size: 1.285714286rem;
margin: 24px 0;
margin: 1.714285714rem 0;
}

.entry-under ul {
margin-left: 20px;
}

.entry-under li {
font-size: 14px;
line-height: 1.846153846;
}

.entry-under p {
margin-bottom: 20px;
line-height: 1.714285714;
}

.entry-under a {
font-size: 16px;
}

.sns{
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.sns div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    height: 23px !important;
    text-indent: 0 !important;
}
.sns img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}

.sns_clear{
    clear: both !important;
}
.twitter_button{
    width: 90px;
}

.fb_ltr {
max-width: none !important;
}

	@media screen and (max-width: 600px) {
	.hdr img {
	width: 100%;
	height: auto;
	}
	.google_search {
	width: 80%;
	padding-left: 0px;
	margin: 0px 25px 0px 25px;
	}
}