/*
 Theme Name:   rise_pro-child
 Description:  Daily Keitaism「rise_pro」の子テーマ
 Author:       Keita
 Author URI:   http://daily-keitaism.com
 Template:     rise_pro
 Version:      1.2.0
*/


.spDisp{
	display:none;
}

/*
マウスオーバー時の画像フェード効果
--------------------------------------------------------------------------------------------*/



.logo img:hover {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
 
.logo img {
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}






/*---------------------------------------------
★トップページ 関連
---------------------------------------------*/

.new_icon {
	position: absolute;
	right: 10px;
	top: -1px;
}

.new_icon img {
	position: absolute;
	right: 10px;
	top: -1px;
}

h2.widget-title{
	font-family: 'Montserrat', sans-serif;
}

.site-main img {
    height: auto;
    max-width: 100%;
}

article .entry-title {
    font-size: 150%;
    text-align: center;
    margin-bottom: 10px;
}

.entry-header .entry-meta {
    font-size: 85%;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

span.wpp-views {
    color: #D80C0C;
}

ul {
    margin: 0px;
}

.col-8-12 {
    width: auto;
    float: none;
}

.content-area article {
    background: #fff;
    border: 1px solid #f3f3f3;
    padding: 30px 105px 30px 105px;
}

article .entry-title {
    font-size: 150%;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}



/*---------------------------------------------
★投稿記事ページ関連
---------------------------------------------*/


ul.wpp-list {
	font-size: 12px!important;
	font-weight: 400;
	line-height: 1.5em;
}

ul.wpp-list li {
	font-size: 12px!important;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
}

.col-8-12-single {
	width: 100%;
}

.grid {
    max-width: 1280px;
}

.entry-footer .entry-meta,
.entry-footer > span {
	display: inline-block;
	margin-right: 25px;
	font-size: 90%;
	font-weight: 600;
}

div.wp_rp_content {
    margin: 0 auto;
    text-align: center;
    display: block;
}


/*---------------------------------------------
★Typography
---------------------------------------------*/

p {
    margin-bottom: 60px;
    margin-top: 0;
}

body, p {
    font-size: 14px;
    line-height: 1.7em
}



.entry-content p {
	margin-bottom: 50px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin-bottom: 1.25em; 
}

h1 { font-size: 32px; line-height: 40px; }
h2 { font-size: 28px; line-height: 36px; }
h3 { font-size: 24px; line-height: 32px; }
h4 { font-size: 20px; line-height: 28px; }
h5 { font-size: 26px; line-height: 24px; }
h6 { font-size: 12px; line-height: 20px; }

.entry-title {
    font-size: 200%;
    line-height: 1.3em;
}

h1.entry-title {
    text-align: center;
    text-shadow: 3px 3px 18px #000;
}

h4 {
	font-size: 20px;
	position: relative;
	padding: .15em 0 .2em .4em;
	border-left: 5px solid #000;
	margin-top: 5em;
}
h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #444;
}

h5 {
	font-size: 16px;
	position: relative;
	padding: 0 .5em .5em 1.7em;
	margin-bottom: 0.5em;
}
h5::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 11px;
	height: 11px;
	background-color: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}






blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #999999;
    color: #464646;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #ff8000;
    font-size: 25px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}






.tagcloud {
	line-height: 1.4;
}

.cpd-l {
    line-height: 1.4;
}

hr.002 {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

hr {
    margin-top: 120px;
    margin-bottom: 120px;
    border: 0;
    height: 1px;
    width: 200px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.95), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.95), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.95), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.95), rgba(0,0,0,0));
}


/*---------------------------------------------
★media quary (iPhone, iPad)
---------------------------------------------*/
@media handheld, only screen and (max-width: 767px) {

h1 { font-size: 23px; line-height: 36px; }
h2 { font-size: 21px; line-height: 32px; }
h3 { font-size: 20px; line-height: 28px; }
h4 { font-size: 18px; line-height: 24px; }
h5 { font-size: 16px; line-height: 20px; }
h6 { font-size: 12px; line-height: 16px; }

body {
	line-height: 1.67
}

.site-main img {
    height: auto;
    max-width: 100%;
}

.grid {
	padding-left: 5px; /* grid-space to left */
	padding-right: 2px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}

[class*='col-'] {
	padding-right: 3px;
}


.content-area article {
    padding: 10px;
}


#page-container {
    margin-top: 0px;
}


#page-container {
    margin-top: 10px;
}

article .entry-title {
    font-size: 175%;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.entry-title {
    font-size: 180%;
    line-height: 1.2;
}

h1.entry-title {
    font-size: 150%;
    line-height: 1.3em;
}

img.site-logo {
	text-align: center;
}

.site-footer {
    font-size: 13px;
    line-height: 2;
    padding: 30px 30px 10px 30px;
}

.banner--clone {
    display: none;
}

.spNone {
	display: none;
}

.spDisp {
	display: block;
}

}