/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

body {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}

p {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 17px;
	color: #333333;
	line-height: 27px;
	margin-bottom: 20px;
}

#subscriber_form input{
   display:inline;
   max-width:40%;
}
#subscriber_form input#subscriber_mail_address{
   max-width:90%;
}


/* マーカー強調カスタマイズ */
.marker1 {
  background: linear-gradient(transparent 70%, #FFB96D 40%);
}

.entry-content ul.list_check{
padding: 0em 0em 0em 0.5em;
position: relative;
}

.entry-content ul.list_check li:before{
width: 0; /*リストマークを消す*/
height: 0; /*リストマークを消す*/
font-family: fontawesome; /*Webアイコンフォント*/
content:"\f058"; /*Webアイコンフォントのコード*/
position: absolute;
font-size: 1.2em; /*アイコンのサイズ*/
left: -0.4em; /*左端からのアイコンまで*/
line-height:12px; /*行間*/
color: #5ab9ff; /*アイコンの色*/
}

@media only screen and (min-width: 900px) {
.lp-wrap #main .article {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
}

.page .entry-title{
	display: none;
}

.postid-4467 .lp-containar .catchcopy{
    display: none;
}
.postid-4224 .lp-containar .catchcopy{
    display: none;
}
.postid-4610 .lp-containar .catchcopy{
    display: none;
}
.postid-4682 .lp-containar .catchcopy{
    display: none;
}


/*** 「次の投稿」「前の投稿」を非表示 ***/
.np-post {
display: none;
}