/*
Theme Name:     twentytwelve-child
Theme URI:      
Description:    Child theme for the Twenty Twelve theme for WordPress
Author:         ingksnsk
Author URI:     
Template:       twentytwelve
Version:        0.1.0
*/

@import url('../twentytwelve/style.css');

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.site-header h1 {
	font-size:80px;
}

.site-header h1, .site-header h2 {
	text-align: center;
}

.site-header h2 {
	line-height: 1.0;
}

.entry-header .entry-title {
	font-size: 30px;
}

.widget-area .widget {
    margin-bottom: 1.5rem;
}

.widget-area .widget h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.site-content article {
	margin-bottom: 3.143rem; 
}

/*additional class*/
#content h2 {
	font-size: 36px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	padding: 20px 30px;
	display: block;
	margin-bottom: 40px;
	line-height: 1.2em;
}

#content h3 {
    border-bottom: 2px solid #444;
    border-left: medium none;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 0 10px;
}

#content h4 {
    font-size: 18px;
}

.headline {
	font-size: 36px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 20px 30px;
	display: block;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.sbig {
	font-size: 48px;
}

.big {
	font-size: 25px;	
}

.middle {
	font-size: 18px;	
}

.small {
	font-size: 9px;	
}

.bold {
	font-weight : bold;
}

.marb5 {margin-bottom: 5px;}
.marb10 {margin-bottom: 10px;}
.marb15 {margin-bottom: 15px;}
.marb20 {margin-bottom: 20px;}
.marb25 {margin-bottom: 25px;}
.marb30 {margin-bottom: 30px;}
.marb35 {margin-bottom: 35px;}
.marb40 {margin-bottom: 40px;}
.marb45 {margin-bottom: 45px;}
.marb50 {margin-bottom: 50px;}

.mart5 {margin-top: 5px;}
.mart10 {margin-top: 10px;}
.mart15 {margin-top: 15px;}
.mart20 {margin-top: 20px;}
.mart25 {margin-top: 25px;}
.mart30 {margin-top: 30px;}
.mart35 {margin-top: 35px;}
.mart40 {margin-top: 40px;}
.mart45 {margin-top: 45px;}
.mart50 {margin-top: 50px;}

.padt5 {padding-top: 5px;}
.padt10 {padding-top: 10px;}
.padt15 {padding-top: 15px;}
.padt20 {padding-top: 20px;}
.padt25 {padding-top: 25px;}
.padt30 {padding-top: 30px;}
.padt35 {padding-top: 35px;}
.padt40 {padding-top: 40px;}
.padt45 {padding-top: 45px;}
.padt50 {padding-top: 50px;}

.padb5 {padding-bottom: 5px;}
.padb10 {padding-bottom: 10px;}
.padb15 {padding-bottom: 15px;}
.padb20 {padding-bottom: 20px;}
.padb25 {padding-bottom: 25px;}
.padb30 {padding-bottom: 30px;}
.padb35 {padding-bottom: 35px;}
.padb40 {padding-bottom: 40px;}
.padb45 {padding-bottom: 45px;}
.padb50 {padding-bottom: 50px;}

#recent-posts-2 li,#wpp-3 li {
	margin-bottom : 18px
}


/* --------------------------- Social --------------------------- */
.socialbox {
    float: left;
    display: inline-block;
    margin: 0 0 15px 10px;
}

.hatena-box{min-width:80px;max-width:125px;}
.facebook-box{min-width:70px;max-width:115px;}
.twitter-box{min-width:87px;max-width:96px;}
.gplus-box{min-width:50px;max-width:60px;}
.pocket-box{min-width:60px;max-width:115px;}

a.feedlyButton {
    color: #777777;
    text-align: center;
    text-decoration: none;
}
a.feedlyButton:hover {
    color: #333333;
}
a.feedlyButton:visited {
    color: #777777;
}
.arrow_box_feedly {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 35px;
    width: 66px;
    margin-bottom: 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.arrow_box_feedly:after {
    border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 4px;
    margin-left: -4px;
}
.arrow_box_feedly:before {
    border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
    border-width: 5px;
    margin-left: -5px;
}
.arrow_box_feedly img {
    margin: 0;
    border: none;
}
.arrow_box_feedly span {
    line-height: 35px;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.widget-area .textwidget ul {
	margin: 0px;
	list-style: outside none none;
}

/* --------------------------- Pagination --------------------------- */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 5px 9px 5px 9px;
	background-color: #fff;
	color: #555;
	text-decoration: none;
}
.pagination a {
	border: 1px solid #ccc;
}
.pagination a:hover{
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}
.pagination .current{
	padding: 5px 9px 5px 9px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}

/* --------------------------- Breadcrumb --------------------------- */

#breadcrumb li {
	float: left;
}

#breadcrumb {
	margin-bottom: 30px;
	line-height: 1.5em;
}


/* --------------------------- Clearfix --------------------------- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* --------------------------- Related Post --------------------------- */
.wp_rp_wrap .related_post_title {
	font-size:15px;
	padding: 5px 10px !important;
	color: #FFFFFF;
	background-color: #AAAAAA;
}

/* --------------------------- Contact Form --------------------------- */
div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #5195CE;
	color: #FFFFFF;
}

/* --------------------------- Article Social --------------------------- */
.articleSocial {
	border-bottom: 1px dotted #AAAAAA;
	margin-top: 15px;
}

.articleSocialUnder {
	background-color: #E6E6E6;
	margin-top: 15px;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

.socialButton {
	display: block;
	margin: 0 auto;
	width: 340px;
}

/* --------------------------- ICYMI --------------------------- */

.icymi {
	background-color: #E6E6E6;
	margin-top: 15px;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

/* --------------------------- Special Contents --------------------------- */

.specialContents {
	background-color: #E6E6E6;
	margin-top: 15px;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

.specialContents li {
	margin-bottom: 12px;
}

.specialContentsTitle {
	font-size: 20px;
}

/* --------------------------- more link --------------------------- */
.more-link {
	background-color: #21759B;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}

/* --------------------------- blockquote --------------------------- */

blockquote{
    background-color: #ddd;
    padding: 1.5em 1em 0.5em;
    position: relative;
    border: 3px solid #d7d7d7;
    margin: 0 1em 1.5em;
    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
}
 
blockquote:before{
    content: "“";
    font-size: 400%;
    line-height: 1em;
    font-family: sans-serif;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}
 
blockquote:after{
    content: "”";
    font-size: 400%;
    line-height: 0em;
    font-family: sans-serif;
    color: #999;
    position: absolute;
    right: 30px;
    bottom: 0;
}
 
blockquote p{
    position: relative;
    z-index: 3;
}

/* --------------------------- feedly --------------------------- */

.feedly-count-box {
  width: 71px;
  text-align: center;
  float: left;
  margin-left: 20px;
}

.feedly-count-box a {
  text-decoration: none;
}

.feedly-count-box span {
  display: block;
  color: #444;
  border: 1px solid #aaa;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 5px;
  border-radius: 3px;
  position: relative;
  background: #fff;
}

.feedly-count-box span:before {
  position: absolute;
  top: 100%;
  left: 28px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #999;
}

.feedly-count-box span:after {
  position: absolute;
  top: 100%;
  left: 29px;
  width: 0;
  height: 0;
  content: "";
  border: 4px solid transparent;
  border-top-color: #fff;
}

.feedly-count-box img:hover {
  opacity: 0.8;
}


/* --------------------------- related post --------------------------- */

.related {
	border: 1px dotted #999999;
	padding: 20px 40px 20px 20px;
	font-size: 15px;
	line-height:1.5em;
	background-color: #e6e6e6;
}

.related ul {
	margin-bottom: 0px;
}

.related li {
	margin-bottom: 15px;
	color: #21759b;
}