/*
Theme Name: 連載jp 2015/01/26
Theme URI: rensai.jp
Description:(ﾟ∀ﾟ)ｱﾋｬ
Author: satoru
Version: 3.0
License: miraikensaku brazil
License URI:
Tags: getnews.jp
*/
/* -------------------------------------------------------------- */

@charset "utf-8";
ul, ol, li{
list-style-type: none;
}
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%;
font: inherit;
vertical-align: bottom;
word-break: normal; /*文字の禁則処理*/
line-break: strict; /*IE*/
word-wrap: break-word;
}
body {
/*
font:normal 12px/1.6 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #111;
}
form {
margin: 0;
}
img {
border: 0;
}
a img:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
article a img:hover{
box-shadow: inset 0 0 0 1px #00a0e9;
}
a{
color: #111;
text-decoration: none;
}
a:hover{
color:#ABABAB;
}
blockquote {
border: 1px solid #E6E6E6;
margin: 12px 22px;
padding: 0px;
background-color: #eee;
}
#hd {
display: flex;
border-bottom: thin solid #000000;
padding-bottom: 5px;
}
#hd_logo {
padding-top: 11px;
width: 100%;
margin: 0 auto;
}

#hd_logo img{
padding-left: 10px;
}
#getnews_write{
float:right;
margin:4px 5px 0 0;
}
#container {
text-align: left;
margin:0 auto;
padding: 8px 0 0 0;
width: 100%;
}
#mainContent {
clear: both;
overflow: hidden;
background-color: #FFF;
float: left;
width: 100%;
margin-bottom: 5px;
}
#subContent {
float: left;
width: 100%;
}
#subContent aside{
background-color: #FFF;
padding: 16px;
box-shadow: 0 0 2px #ccc;
border-radius: 5px;
margin-bottom: 5px;
}
#foot {
clear: both;
height: 45px;
text-align: left;
background-color: #FFF;
margin-top: 0px;
border-top: 1px solid #CCC;
}
#foot p {
margin: auto;
display: block;
color: #A7A7A7;
font-size: 12px;
padding: 15px 0 10px 10px;
font-weight: bold;
word-spacing: 1px;
}
#foot span{
float: right;
}
#foot p:nth-of-type(2){
display: block;
float: right;
}
.News{
clear:both;
}
.TopNews,.News{
padding: 5px 0;
display:flex;
}
h1 {
font-size: 30px;
line-height: 36px;
margin: 5px 5px 0px 5px;
}
h2 {
font-size: 20px;
line-height: 140%;
}
h2 a {
color: #111;
text-decoration: none;
padding: 0 5px;
}
h3,h4 {
font-size: 20px;
margin: 20px;
line-height: 140%;
}

.content h2,h5 {
min-height: 24px;
font-size:21px;
border-left: 10px solid #0049cc;
background:#FAFAFA;
padding: 3px 5px;
margin: 48px 4px 4px;
padding: 8px;
}

.content h3,h6 {
font-size:16px;
border-bottom: 1px solid #DFDFDF;
border-right: 1px solid #DFDFDF;
background:#FAFAFA;
margin: 32px 4px 4px;
padding: 8px 8px 8px 16px;
position: relative;
}

.content h3:before,h6:before{
content: "";
position: absolute;
top: 2px;
left: 4px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #), color-stop(0.54, #0e45b7), color-stop(0.00, #0e45b7));
background: -webkit-linear-gradient(top, #0e45b7 0%, #0e45b7 54%, #7ec4fb 100%);
background: -moz-linear-gradient(top, #0e45b7 0%, #0e45b7 54%, #7ec4fb 100%);
background: -o-linear-gradient(top, #0e45b7 0%, #0e45b7 54%, #7ec4fb 100%);
background: -ms-linear-gradient(top, #0e45b7 0%, #0e45b7 54%, #7ec4fb 100%);
background: linear-gradient(to bottom, #0e45b7 0%, #0e45b7 54%, #7ec4fb 100%);
width: 4px;
height: 85%;
}

strong{
font-weight:bold;
}

p {
font-size: 14px;
font-weight: normal;
line-height:1.6;
}
.Thumb {
float: left;
}
.TopNews:nth-of-type(1) .Thumb img{
width: 300px;
height: auto;
}
.Text {
margin:0px 5px;
}

.Etc{
color:#ABABAB;
}
/* single */
.etc {
margin:0 5px;
color: #666;
}

.social_bookmarking{
margin: 0 20px;
padding: 0;
}

.content{
}
.content img,.content iframe[src^="https://www.youtube.com"]{
display: block;
background-color: #FFF;
margin: 10px auto;
max-width: 100%;
}
.content p {
font-size: 16px;
font-weight: normal;
margin: 16px 0 2em;
}
.amazon{
float:left;
margin:10px 2px;
max-width:30%;
}
.si_prpfile {
clear:both;
font-size: 17px;
background-color: #F5F5F5;
padding: 5px;
display: block;
}
.si_prpfile .profile_img {
float: left;
}
.si_prpfile p {
border-left: 5px solid #888;
font-size: 15px;
padding: 3px 8px;
margin: 0px 0px 0px 100px;
}

/* ページバー */
ul.page-numbers {
clear: both;
font:700 14px/18px"";
padding: 2px;
border: 1px solid #fff;
background: #fff;
text-align: center;
}
ul.page-numbers li{
display: inline;
line-height: 35px;
}
ul.page-numbers a{
border: 1px solid #999;
padding: 0.25em 0.45em;
}
ul.page-numbers a:hover ,
ul.page-numbers .current{
border: 1px solid #999;
color: #fff;
background: #999;
}

.regist label{
display:block;
}

/* sidebar */
.popular-posts .wpp-list li {
background: url(img/rank_1234.png) no-repeat;
list-style-type: none;
min-height: 35px;
line-height: 17px;
margin: 0;
padding: 5px 5px 5px 36px;
clear: left;
font-size: 13px;
}
.popular-posts .wpp-list li a{
font-weight: normal;
color: #333;
}
.popular-posts .wpp-list li:nth-child(2){
background-position:0 -72px;
}
.popular-posts .wpp-list li:nth-child(3){
background-position:0 -144px;
}
.popular-posts .wpp-list li:nth-child(4){
background-position:0 -216px;
}
.popular-posts .wpp-list li:nth-child(5){
background-position:0 -288px;
}
.popular-posts .wpp-list li:nth-child(6){
background-position:0 -360px;
}
.popular-posts .wpp-list li:nth-child(7){
background-position:0 -432px;
}
.popular-posts .wpp-list li:nth-child(8){
background-position:0 -504px;
}
.popular-posts .wpp-list li:nth-child(9){
background-position:0 -576px;
}
.popular-posts .wpp-list li:nth-child(10){
background-position:0 -648px;
border:none;
}
/* 固定ページ */
.page{
padding: 20px;
}
.error{
color:red;
}
/*コンタクトフォーム７設定----------------------------------*/

div.wpcf7 {
margin: 0;
padding: 32px !important;
}
.wpcf7-form{
width: 100%;
}
div.wpcf7-response-output {
margin: 2em 0 1em;
padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
border: 2px solid #F7B200;
background: #F5EFCF;
}
span.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 100;
    background: #FFE6E8;
    border: 1px solid #F00;
    color: #FFF;
    font-size: 10pt;
    width: 270px;
    padding: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.46);
}
span.wpcf7-not-valid-tip:before {
    content: "↑";
}
span.wpcf7-not-valid-tip-no-ajax {
color: #f00;
font-size: 10pt;
display: block;
}
span.wpcf7-list-item {
margin-left: 0.5em;
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 img.ajax-loader {
border: none;
vertical-align: middle;
margin-left: 4px;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
.screen-reader-response{
font-size: 14px;
color: red;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="text"]{
border: 1px solid #ccc;
padding: 8px;
font-size: 14px;
position: relative;
margin: 0 0 1em 0;
width: calc(100% - 16px);
width: -webkit-calc(100% - 16px);
}
.wpcf7 input[type="submit"]{
background: #A00814;
color: #F4E2E2;
width: 120px;
padding: 4px 8px;
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
border-radius: 3px;
}
.wpcf7 input[type="submit"]:hover{
background: #C60010;
color:#fff;
cursor: pointer;
}
.wpcf7 input[type="submit"]:active{
padding: 5px 8px 3px;
}
.wpcf7-textarea{
width: 100%;
min-height: 160px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.wpcf7-radio{
clear: both;
display: block;
overflow: hidden;
padding: 8px 0 16px;
}
.wpcf7 .form-title{
font-weight: bold;
white-space: nowrap;
text-align: left;
padding:4px;
border-bottom: 1px solid #ccc;
border-left: 7px solid #333;
margin: 0 0 1em 0;
}
textarea#cimy_uef_6,
textarea#cimy_uef_wp_3 {
    width: 90%;
    min-height: 10rem;
}
/* スマホの調整 */
@media only screen and (max-width:600px) {
.TopNews:nth-of-type(1){
display:block;
}
.TopNews:nth-of-type(1) .Thumb{
border: none;
background-color: #FFF;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.TopNews:nth-of-type(1) .Thumb img{
width: 100%;
height: auto;
}
.content img{
display: block;
max-width: 100%;
border: none;
padding: 0;
margin: 10px auto;
}

}
/* PCページ */
@media only screen and (min-width:1024px) {
#container {
width: 1024px;
margin: 0 auto;
}
#hd_logo {
width: 1024px;
}
#mainContent {
width: 680px;
padding: 5px;
}
#subContent {
width: 330px;
margin-left: 4px;
}

