@charset "utf-8";
/*
Theme Name: stinger5ver20141011_child
Template: stinger5ver20141011
*/

@import url('../stinger5ver20141011/style.css');
body {
	text-align: justify;
	text-justify: inter-ideograph;
}
/*--------------------------------
記事幅拡張
---------------------------------*/
#wrapper {
	max-width: 1050px;
}
main {
	padding: 20px 20px;
}
#gazou #headimg img {
	width: 100%;
	height: auto;
}
/*--------------------------------
広告2列
---------------------------------*/
.postAd01 {
	float: left;
	width: 336px;
}
.postAd02 {
	float: right;
	width: 336px;
}
/*--------------------------------
SNSボタン - 記事
---------------------------------*/
.snsshare2 {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}
.snsshare2 a {
    width: 50%;
    height: 25px;
    margin-bottom: 10px;
    padding: 14px 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    text-decoration: none;
}
.snsshare2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.snsshare2 a#share_fb {
    background-color: #3B5998;
    border-bottom: 1px solid #3C5A98;
}
.snsshare2 a#share_tw {
    background-color: #00ACEE;
    border-bottom: 1px solid #0193CB;
}
/*--------------------------------
ランキング - サイドバー
---------------------------------*/
.wpp-list dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	position: relative;
}
.wpp-list dl:last-child {
	border-style: none;
}
.wpp-list dt {
	float: left;
	width: 100px;
}
.wpp-list dt img {
	width: 100px;
}
.wpp-list dd {
	padding-left: 110px;
}
.wpp-list dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
.wpp-list.clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
.wpp-list .clearfix dd h5 a:hover {
	color: #b22222;
}
.wpp-list .wpp-views {
	font-size: 13px;
	color: #b22222;
	line-height: 1.3;
}
.wpp-list {
    counter-reset: wpp-ranking;
}
.wpp-list dl:before {
    color: #000;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
    opacity: 0.999;
    line-height: 25px;
    width: 25px;
    height: 25px;
    background-color: #ffc000;
}
/*--------------------------------
facebook like box - サイドバー
---------------------------------*/
.fb-like-box {
	background: #fff;
}
/*--------------------------------
facebook like box - 記事
---------------------------------*/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	min-width: 100% !important;
	width: 100% !important;
}
/*--------------------------------
ページャーと記事の余白
---------------------------------*/
.home section, .archive section, .category section {
	margin-bottom: 0;
}
.home #topnews dl:first-child {
	padding-top: 0;
}
.home #topnews dl:first-child {
	padding-top: 0;
}
#topnews dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.pagination {
	padding-top: 30px;
	margin-bottom: 0;
}
.pagination:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.pagination { min-height: 1px; }
* html .pagination { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }
/*--------------------------------
お問い合わせフォーム
---------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
    padding: 5px 8px;
    border: 1px solid #ccc;
	border-radius: 3px;
}
.wpcf7 .wpcf7-form-control-wrap input:focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus {
    padding: 5px 8px;
    border: 1px solid #000;
	border-radius: 3px;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }
.wpcf7 .wpcf7-submit {
	width: 100%;
	padding: 10px 0;
	background: #000;
    border: 1px solid #000;
	color: #fff;
	letter-spacing: 3px;
	border-radius: 3px;
}
.wpcf7 .wpcf7-submit:hover {
	background: #666;
}

/*--------------------------------
Media Query
---------------------------------*/
@media only screen and (max-width: 980px) {
 /* PC用980px以下になるとずれるから一列に */
	.postAd01 {
		width: 100%;
		clear: both;
	}
	.postAd02 {
		width: 100%;
		clear: both;
	}
}

/*スマホ・タブレット
---------------------------------*/
@media only screen and (max-width: 780px) {
	main { /* 広告に合わせて横幅調整 - レスポンシブ対応になったら削除 */
		padding: 15px 10px;
	}
	.snsshare2 a {
		font-size: 12px;
    	letter-spacing: normal;
		height: auto;
	}
	#topnews dl {
		padding-bottom: 0;
	}
	.pagination {
		padding: 30px 0 20px;
	}
}

