

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------------------------------------

	Theme Name: Baskerville
	Version: 1.15
	Description: Baskerville is a beautiful, responsive and retina-ready masonry theme for hoarders. It's the perfect way to showcase your posts, videos, images and galleries, and share your favorite quotes and links. Features responsive design, retina-ready assets, full-width header image, support for all post formats, custom logo upload, custom widgets (video, Flickr and Dribbble), four page templates (including a contributors template), editor styling, like functionality via the ZillaLikes plugin and translation-ready code. Included translations: Swedish/svenska.
	Tags: black, dark, white, green, two-columns, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	Theme URI: http://www.andersnoren.se/teman/baskerville-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
/*
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif ;
*/
    font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

blockquote:before, blockquote:after {
	content:"";
}

a { outline:none; }

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=button],
input[type=tel],
input[type=submit],
textarea {
   -moz-appearance: none;
   -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	background: #f4f4f4;
	color: #444;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	text-align:left;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #1581BA;
	text-decoration: none;
}

body a:hover {
	color: #1581BA;
	text-decoration: none;
}

* {  
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #444;
	color: #FFF;
}

::-webkit-input-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }

/* 非表示(主にコメント周り) */
.comment-notes,.comment-form-url,.comment-awaiting-moderation {
	display:none;
}
/* 記事下の投稿者情報 */
#author {
    padding: 5% 5%;
    overflow:hidden;
    background: #fff;
    border-top: 1px solid #eee;
}
#author .comment-reply-title {
margin-bottom:20px;
}
.author-thum {
    width: 14%;
    float: left;
    margin-right: 12px;
}
.author-name {
    float: left;
    width: 82%;
}
.author-name p {
    font-size: 14px;
    line-height: 20px !important;
    margin-top: 6px;
}

/* SNS共有数 */

.sns_follow_box {
    padding: 5% 5%;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #eee;
}
.sns_follow_box_heading {
    font-size: 1.15em;
    font-weight: 700;
    color: #2B3542;
    margin-bottom: 20px;
}
.sns_follow_box_list {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.sns_follow_box_list > li {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ffffff;
    border-radius: 10px;
    margin-right: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.sns_follow_box_list > li:nth-child(1) {
    background-color: #39559f;
}
.sns_follow_box_list > li:nth-child(2) {
    background-color: #20a6e3;
}
.sns_follow_box_list > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.sns_follow_box_list > li > a i {
    display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}
.sns_follow_box_list > li > a i svg {
    width: 100%;
    fill: #ffffff;
}

/* サイドの投稿者情報 */
.page .widget.widget_execphp {
    display:none;
}
#author-side {
    text-align:center;
}
.author-thum-side {
    margin: 12px auto 8px;
}
.author-name-side h4 {
    font-size: 20px;
    text-align: center;
}
.author-name-side p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
/* 投稿者記事一覧 */
#author-archive .avatar {
margin:12px 0px;
}
#author-archive p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 22px;
}
.center {
	margin:0 auto;
	text-align:center;
}

/* チェックリスト */


ul.check_list {
	margin: 20px 0px 30px;
    padding: 15px 10px;
    background: #f7fafb;
    border: 3px solid #d9d9d9;
    border-radius: 3px;
}
ul.check_list li {
    position: relative;
	list-style: none;
    padding-bottom: 10px;
    padding-left: 40px;
    margin: 0 0 10px;
    border-bottom: 2px dotted #ddd;
    font-size: 16px;
    font-weight: bold;
}
ul.check_list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 1em;
    top: 4px;
    color: #3d97b9;
}
ul.check_list.color_red li:before {
    color: #FF3D3D;
}
ul.check_list li.color_red,
ul.check_list li.color_red:before {
    color: #FF3D3D;
}
ul.check_list li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px;
    padding-bottom: 0px;
}
ul.check_list li p {
    padding-left: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 5px;
}






/* Transitions --------------------------------------- */


 {
	-webkit-transition: all 0s ease-in-out;
	 -moz-transition: all 0s ease-in-out;
	 -ms-transition: all 0s ease-in-out;
	 -o-transition: all 0s ease-in-out;
	 transition: all 0s ease-in-out;
}

body a {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.blog-title a,
.post-title a,
.post-overlay,
.post-likes,
.post-meta a,
.pagination,
.main-menu a,
.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after,
.searchbutton,
.search-toggle,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.form-submit #submit,
.widget_search .searchsubmit,
.widget_search .s,
.format-gallery .flex-direction-nav a,
.nav-toggle .bar,
.dribbble-shot,
.flickr_badge_image a,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.tothetop,
.header,
.portfolio-item a .portfolio-header-container,
.featured-media a img {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

 {
	-webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -ms-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section { 
	position: relative;
	padding: 80px 0; 
}

.no-padding { padding: 0; }
.small-padding { padding: 24px 0; }
.medium-padding { padding: 30px 0; }
.big-padding { padding: 30px 0; }

.section-inner {
	max-width: 90%;
	width: 1200px;
	margin: 0 auto;
}

.section-inner.content { width: 1200px; max-width: 92.6%; margin: 0 auto;}

.section-inner.wide { width: 1240px; }
.section-inner.thin { width: 700px; }

.bg-dark {
background-color: #2F2F2F;
border-bottom: 1px solid #000;
padding-bottom:16px;


}
/*.bg-dark2 { background-color: #323131; }*/
.bg-graphite { background-color: #262626; }
.bg-grey { background-color: #f1f1f1; }

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cover.shade-light { background: rgba(0,0,0,0.25); }
.cover.shade-medium { background: rgba(0,0,0,0.5); }
.cover.shade-dark { background: rgba(0,0,0,0.75); }


/* columns */


.row .one-fourth { width: 21.5%; margin-left: 5%; float: left; }
.row .one-third { width: 30%; margin-left: 5%; float: left; }
.row .one-half { width: 47.5%; margin-left: 5%; float: left; }
.row .two-thirds { width: 65%; margin-left: 5%; float: left; }

.row .one-fourth:first-child,
.row .one-third:first-child,
.row .one-half:first-child,
.row .two-thirds:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */


.header { padding: 22px 0; }

/*.header .cover { background: rgba(253, 5, 5, 0.25); }*/

.header-inner { position: relative; }

.header .blog-logo { text-align: center; }

.header .logo { display: inline-block; }

.header .logo img {
	width: 136px;
	height: 24px;
}
p.subtitle {
	text-align: center;
	color: #f4f4f4;
	font-size: 12px;
	margin-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.blog-title {
	font-size: 1.4em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.blog-title a { color: #fff; }

.blog-title a:hover { color: #1581BA; }

.blog-description {
	font-size: 1.1em;
	line-height: 110%;
	font-weight: 400;
	color: #999;
	margin: 20px 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

/* search-toggle */

.search-toggle {
	display: none;
	width: 52px;
	height: 52px;
	background: url(images/icons/1x/spyglass-w.png) no-repeat center;
	background-size: 24px auto;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.search-toggle.active {  
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* header search block */

.header-search-block {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.header-search-block .section-inner {  position: relative; }

.header-search-block .s {
	background: none;
	border: none;
	margin: 0;
	width: 90%;
	position: absolute;
	top: 50%;
	right: 5%;
	left: 5%;
	margin-top: -30px; 
	font-size: 2.5em;
	font-weight: 300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.header-search-block .s:focus { outline: none; }

.header-search-block .searchsubmit { display: none; }


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.ad_area {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
}

.main-menu { 
	margin: 20px 0px 8px;
	font-size: 0.9em;
	text-align: center;
}

.main-menu li { position: relative; }

/* 各カテゴリの色 */

li.navi-cate-1 {
border-bottom: 2px solid #777;
}
li.navi-cate-64 {
border-bottom: 2px solid #FF7BD0;
}
li.navi-cate-2 {
border-bottom: 2px solid #F96363;
}
li.navi-cate-3 {
border-bottom: 2px solid #1B9AD2;
}
li.navi-cate-4 {
border-bottom: 2px solid #B2B2B2;
}
li.navi-cate-5 {
border-bottom: 2px solid #2BB6F4;
}
li.navi-cate-6 {
border-bottom: 2px solid #FF9E57;
}
li.navi-cate-7 {
border-bottom: 2px solid #FFA1D0;
}
li.navi-cate-8 {
border-bottom: 2px solid #3CC577;
}
li.navi-cate-9 {
border-bottom: 2px solid #F2D064;
}
li.navi-cate-10 {
border-bottom: 2px solid #ECC470;
}
li.navi-cate-11 {
border-bottom: 2px solid #B1D094;
}


/* カテゴリの配色 */
.cat-1 a{
	background: #777;
	border-radius: 3px;
}
.cat-2 a{
	background: #F96363;
	border-radius: 3px;
}
.cat-3 a{
	background: #1B9AD2;
	border-radius: 3px;
}
.cat-4 a{
	background: #B2B2B2;
	border-radius: 3px;
}
.cat-5 a{
	background: #2BB6F4;
	border-radius: 3px;
}
.cat-6 a{
	background: #FF9E57;
	border-radius: 3px;
}
.cat-7 a{
	background: #FFA1D0;
	border-radius: 3px;
}
.cat-8 a{
	background: #3CC577;
	border-radius: 3px;
}
.cat-9 a{
	background: #F2D064;
	border-radius: 3px;
}

.cat-10 a{
	background: #ECC470;
	border-radius: 3px;
}
.cat-11 a{
	background: #B1D094;
	border-radius: 3px;
}
.cat-64 a{
	background: #FF7BD0;
	border-radius: 3px;
}
.main-menu > li { 
display: inline-block;
margin-right: 12px;
margin-bottom: 12px;
}

/*
.main-menu > li:before {
	content: "|";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	margin-right: -3px;
	font-size: 16px;
	color: #747474;
	font-weight: 300;
	z-index: 1000;
}
.main-menu > li:last-child:before { content: none; }
*/

.main-menu > li > a {
	display: block;
	padding: 0px 2px 5px;
	font-size: 0.95em;
	color: #777;	
}

.main-menu > li:first-child > a { margin-left: 0; }

.main-menu > .has-children > a,
.main-menu > .page_item_has_children > a { padding-right: 47px; position: relative; }

.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #999;
	position: absolute;
	z-index: 1001;
	right: 29px;
	top: 50%;
	margin-top: -2px;
}

.main-menu li> a:hover { cursor: pointer; color: #333;background:#FFF5DF; }

.main-menu > .has-children:hover > a::after,
.main-menu > .page_item_has_children:hover > a::after { border-top-color: #fff; }


/* Sub menus --------------------------------------- */


.main-menu li ul {
	position: absolute;
	z-index: 10000;
	display: block;
	left: -9999px;
	top: 38px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.is_mobile .main-menu li ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	display: none;
}

.main-menu > li > ul { padding-top: 20px; }

.main-menu > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom-color: #2d2d2d;
}

.main-menu ul li {
    float: none;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.075);
}

.main-menu ul li:first-child { border-top: none; }

.main-menu ul > .has-children::after,
.main-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.main-menu ul > .has-children:hover::after,
.main-menu ul > .page_item_has_children:hover::after { border-left-color: #FFF; }

.main-menu ul li { 	
	display: block;
	width: 240px; 
	background: #2d2d2d;
}

.main-menu ul a {
	display: block;
	text-align: center;
	padding: 20px;
	margin: 0;
	line-height: 130%;
	color: #999;
}

.main-menu ul a:hover { color: #fff; }

.main-menu li:hover > ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: 50%;
	margin-left: -120px;
	top: 48px;
}

.is_mobile .main-menu li:hover ul { display: block; }


/* Deep down --------------------------------------- */


.main-menu ul li ul { top: 5px; }

.main-menu ul li:hover > ul {
	top: 0;
	left: 240px;
	margin-left: 0;
}

.main-menu ul ul li { background: #3d3d3d; }
.main-menu ul ul ul li { background: #4d4d4d; }
.main-menu ul ul ul ul li { background: #4d4d4d; }



/* -------------------------------------------------------------------------------- */
/*	4_1. パンくずリスト
/* -------------------------------------------------------------------------------- */

#pan-kuzu {
margin-top: 20px;
padding: 12px 0px;
background: #fff;
font-size: 0.85em;
}
#pan-kuzu ul {
max-width: 90%;
width: 1400px;
margin: 0 auto;
}
#pan-kuzu ul li {
display: inline-block;
vertical-align: middle;
height: 32px;
line-height: 32px;
margin-right: 4px;
}
#pan-kuzu ul li a {
display: inline-block;
margin-right: 4px;
}



/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */


.posts {overflow: visible !important; }

.post-container {
	width: 33.3%;
	padding: 0 1.5% 4.5% 1.5%;
}

.hentry,
.post {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}
body.single .content .post {
	margin-bottom:30px;
}

.post.sticky .post-header { padding-right: 17.5%; }

.post .sticky-post {
	display: block;
	position: absolute;
	z-index: 100;	
	right: 5%;
	height: 38px;
	width: 26px;
	background: #2B3542 url(images/icons/1x/tack-w.png) no-repeat center;
	background-size: 12px auto;
	top: 0;	
	text-indent: -9999px;
}

.post .sticky-post:after {
	content: "";
	display: block;
	border: 13px solid transparent;
	border-left-color: #2B3542;
	border-right-color: #2B3542;
	position: absolute;
	right: 0;
	margin-top: -13px;
	top: 38px;
}


/*  Featured media  ----------------------------------------- */


.featured-media a,
.featured-media img,
.featured-media iframe { display: block; }

.featured-media iframe,
.featured-media object { border: none; margin: 0; }

.featured-media a { overflow: hidden; }

.featured-media a img { margin: 0 auto; }

.featured-media a:hover img { 
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.media-caption {
	font-size: 0.8em;
	line-height: 110%;
	font-weight: 700;
	color: #999;
	padding: 20px 0;
	margin: 0 10%;
	border-bottom: 1px solid #eee;
}


/*  Post inner  ----------------------------------------- */


.post-header { 
	position: relative; 
	padding: 3% 3% 3%;
	border-bottom: 1px solid #eee;
}

.m_30_0_0_0 {margin-top:30px;}
/* 追加 */
.featured-media {
}
.bd-gray {
border-bottom:1px solid #ddd;
}
/* 
スクショ画像にシャドウ 
topの一覧にも適用したいけど、マウスオーバでの拡大ができなくなる
*/
.frame {
	display: inline-block;
	position: relative;
	max-height: 400px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.frame:after { /* この要素が内向きのシャドウを写真に落とす
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 8px rgba(110, 110, 110, 0.5), inset 0 0 18px rgba(0, 0, 0, 0.2)
 */
}

/* ブログ投稿のアイキャッチ画像 */
.blog-media .frame {
    border-bottom: 0px;
    margin-top: -20px;
    margin-bottom: 28px;
}

.pt-hd-info ul {
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin-bottom: 8px;
}
.pt-hd-info ul li{
	float:left;
}
.pt-hd-info ul li.li-post-date {
        display:none;
	height: 24px;
	margin-right: 18px;
	padding: 2px 0px 0px 22px;
	color: #999;
	font-weight:700;
	background: url(images/icons/1x/clock-g.png) no-repeat 0px 1px;
}
.pt-hd-info ul li.li-post-categories a,
div.li-post-categories a{
	display: inline-block;
	font-size: 0.75em;
	color: #fff;
	padding: 5px 8px;
}

/* facebookページのいいね */

#facebookpage {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0% 5%;
}
#facebookpage .inner {
    color: #FFF;
    height: 150px;
    background-color: #202020;
}
.likebox_thmbnail {
    float: left;
    width: 52%;
    height: 150px;
}
.likebox_thmbnail img {
    padding: 7px;
}
.fb_txt {
    width: 48%;
    float: right;
    text-align: center;
    margin-top: 30px;
}
#facebookpage p {
	text-align: center;
	font-weight: bold;
	line-height:1.6;
	margin-bottom: 16px;
}

/* SNS共有数 */
ul.social-btn{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin:20px 0 14px 0 !important;
    padding:0;
}

.social-btn li{
    font-size: 0.75em;
    list-style: none;
    display: table-cell;
    margin:0 auto;
    padding:0;
    text-align: center;
    height:27px;
    line-height: 27px;
}
.social-btn li a{
    display: block;
    color: #fff;
}
.social-btn li span {
    font-size: 1.10em;
    font-weight: bold;
    font-family:"メイリオ", Meiryo, sans-serif; 
    display: block;
    margin: 5px auto 0px;
}
#share-facebook{
    width: 27px;
    height: 27px;
    background: url("images/sns_facebook2.png") no-repeat;
    background-size: 27px 27px;
}
.c_facebook {color:#385992;}

#share-twitter{
    width: 27px;
    height: 27px;
    background: url("images/sns_twitter2.png") no-repeat;
    background-size: 27px 27px;    
}
.c_twitter {color:#4EB5F2;}

#share-google{
    width: 27px;
    height: 27px;
    background: url("images/sns_google2.png") no-repeat;
    background-size: 27px 27px;
}
.c_google {color:#BB4940;}

#share-hatena{
    width: 27px;
    height: 27px;
    background: url("images/sns_hatena2.png") no-repeat;
    background-size: 27px 27px;
}
.c_hatena {color:#006eb0;}

/* トップやカテゴリ */
div.li-post-categories {
	margin-bottom:8px;
}

.post-header .post-title {
	font-size: 1.10em;
	line-height: 150%;
	font-weight: 700;
	color: #2B3542;
	word-break: break-word;
	-ms-word-break: break-word;
}

/* adsenseの枠 */
.ad_waku {margin-bottom:30px;}

/* tabメニュー */
ul#sj_tab_menu {
height: 39px;
margin-bottom: 12px;
padding: 0px 12px;
border-bottom: 1px solid #c6c6c6;
font-size: 12px;
}
ul#sj_tab_menu li {
width: 150px;
float: left;
margin-right: 10px;
background-color: #F2F2F2;
box-shadow: 0 1px 0 #fbfbfb inset;
text-align: center;
font-weight: bold;
line-height: 37px;
color: #333;
cursor: pointer;
border: 1px solid #c6c6c6;
border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
}
ul#sj_tab_menu li.active {
background-color: #fff;
border-bottom: 1px solid #fff;
}
.hide {
display:none;
}
.ct-contents {
padding: 8px 0px;
}


/* はてブのコメント */
li.tweet {
padding: 12px 0 12px 16px;
border-bottom: 1px dotted #ddd;
position: relative;
overflow: hidden;
}
li.tweet:nth-child(even) {
background:#f9f9f9;
}
.tweet_img {
width: 5%;
min-width:65px;
float: left;
}
.tweet_img img {
width:48px;
height: 48px;
display: block;
overflow: hidden;
border: 1px solid #dfdfdf;
border-radius: 5px;
background: #dfdfdf;
}
.tw_fl {
float: left;
width: 88%;
}
.t_author {
color: #999;
float: left;
width: 100px;
font-size: 11px;
}
.updated {
color: #999;
float: right;
font-size: 11px;
margin: 0 10px 0 0;
position: relative;
}
.tweet_text {
padding: 6px 10px 0 0;
line-height: 1.6;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
.clearfix {
clear: both;
zoom: 1;
}


.post-header .post-title a { color: #2B3542; }
.post-header .post-title a:hover { color: #1581BA; }

.post-excerpt { padding: 5% 5% 3%; font-size: 0.95em;}

.post-excerpt a {
	color:#333;
}
.post-excerpt p {
	font-size: 0.95em;
	line-height: 150%;
	color: #666;
	overflow:hidden;
}

.post-excerpt p + p { margin-top: 1em; }

.post-excerpt .more-link { 
	display: block;
	margin-top: 1.1em;
}

.post-excerpt .more-link:hover { text-decoration: underline; }

.posts .post-meta { 
	background: #F9F9F9; 
	padding: 0 5%;
}

.posts .post-meta a {
	display: block;
	color: #999;
	font-size: 0.8em;
	font-weight: 700;
	float: left;
	padding: 20px 0px 20px 24px;
	background: no-repeat left center;
	background-size: 18px auto;
	margin-left: 20px;
}

.posts .post-meta a:first-child { margin-left: 0; }

.posts .post-meta a:hover { color: #1581BA; }

.posts .post-meta a.post-date { background-image: url(images/icons/1x/clock-g.png); }
.posts .post-meta a.post-date:hover { background-image: url(images/icons/1x/clock-c.png); }
.posts .post-meta a.zilla-likes { background-image: url(images/icons/1x/heart-g.png); }
.posts .post-meta a.zilla-likes:hover,
.posts .post-meta a.zilla-likes.active { background-image: url(images/icons/1x/heart-c.png); color: #1581BA; }
.posts .post-meta a.post-comments { background-image: url(images/icons/1x/comment-g.png); }
.posts .post-meta a.post-comments:hover { background-image: url(images/icons/1x/comment-c.png); }

.posts .post-meta a.post-edit-link { 
	height: 59px;
	width: 20px;
	text-indent: -9999px;
	background-image: url(images/icons/1x/edit-g.png);
	background-size: 20px auto;
	background-position: center;
}

.posts .post-meta a.post-edit-link:hover { background-image: url(images/icons/1x/edit-c.png); }


/*  Post formats  ----------------------------------------- */


/* format standard, format quote, format link */

.post .post-header:before,
.page .post-header:before {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-top-color: #eee;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 10%;
	margin-bottom: -24px;
}

.post .post-header:after,
.page .post-header:after {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-top-color: #fff;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 10%;
	margin-left: 1px;
	margin-bottom: -21px;
}


/* format video, format image */


.posts .format-video .post-header:before,
.posts .format-video .post-header:after,
.posts .format-image .post-header:before,
.posts .format-image .post-header:after { content: none; }


/* format image */


.format-image .post-excerpt { 
	padding-top: 7.5%; 
	font-size: 0.9em;
}

.format-image .post-excerpt .image-caption { font-weight: 600; }


/* format audio */


.posts .format-audio .post-header:before,
.posts .format-audio .post-header:after { content: none; }

.post-audio .mejs-container {
	max-width: 100%;
	height: auto !important;
	background: #2B3542;
	padding: 3% 0;
	color: #FFF;
	position: relative;
}

.post-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float-current,
.post-audio .mejs-mediaelement,
.post-audio .mejs-layers {
    display: none;
}

.post-audio .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}

.post-audio .mejs-playpause-button,
.post-audio .mejs-time-rail,
.post-audio .mejs-volume-button,
.post-audio .mejs-horizontal-volume-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3% 0;
	margin-left: 3%;
	float: left;
}

.post-audio .mejs-horizontal-volume-slider { margin-right: 3%; }

.post-audio .mejs-playpause-button,
.post-audio .mejs-volume-button {
	width: 6.25%;
}

.post-audio .mejs-playpause-button button,
.post-audio .mejs-volume-button button,
.post-audio .mejs-mute button,
.post-audio .mejs-unmute button {
	margin: 0 auto;
	width: 100%;
	height: 31px;
	background: none;
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.post-audio .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play.png); }
.post-audio .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause.png); }

.post-audio .mejs-mute button,
.post-audio .mejs-unmute button { background-size: 20px auto; }

.post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute.png); }
.post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute.png); }

.post-audio .mejs-horizontal-volume-slider { 
	margin-top: 12px;
	width: 16.25%; 
	cursor: pointer; 
}

.post-audio .mejs-horizontal-volume-total,
.post-audio .mejs-horizontal-volume-current,
.post-audio .mejs-controls .mejs-time-rail span {
	height: 8px;
}
 
.post-audio .mejs-horizontal-volume-total { background: #222A34; }

.post-audio .mejs-horizontal-volume-current {
    position: absolute;
    margin-top: -8px;
    background: #1581BA;
}

.post-audio .mejs-controls .mejs-time-rail { 
    margin-top: 12px;
	max-width: 56.25%; 
	float: left;
}
 
.post-audio .mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    max-width: 100%;
    cursor: pointer;
}
 
.post-audio .mejs-controls .mejs-time-rail .mejs-time-total { background: #555D67; }
 
.post-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    background: #222A34;
}
 
.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #1581BA;
}

.post-audio .mejs-clear { clear: both; }

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button,
.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail {
	padding: 5% 0;
	margin-left: 5%;
}

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button { width: 15%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail { max-width: 80%; margin-right: 5%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-volume-button,
.post-audio .mejs-ios .mejs-controls .mejs-volume-button,
.post-audio .mejs-android .mejs-controls .mejs-horizontal-volume-slider,
.post-audio .mejs-ios .mejs-controls .mejs-horizontal-volume-slider {
	display: none;
}


/* format quote, format link */


.post-quote {
	padding: 10%;
	background: #2B3542;
	color: #fff;
}

.post-quote blockquote,
.post-link p {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 140%;
}

.post-quote cite,
.post-link a {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: 700;
}

.post-quote cite {}

.post-quote cite:before { content: "— " }


/* format link */


.post-link {
	padding: 10%;
	background: #2B3542;
	color: #fff;
}

.post-link a { 
	color: #1581BA; 
	padding-left: 23px;
	background: url(images/icons/1x/link-c.png) no-repeat left center;
	background-size: 16px auto;
}

.post-link a:hover { 
	color: #1581BA; 
	text-decoration: underline;
}

.single .post-link p,
.single .post-quote blockquote {
	font-size: 1.75em;
}


/* format gallery */


.format-gallery .flexslider { position: relative; }

.format-gallery .flex-direction-nav a {
	display: block;
	height: 32px;
	width: 20px;
	background-size: auto 32px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	text-indent: -9999px;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.format-gallery .flex-direction-nav .flex-prev { 
	left: 16px; 
	background-image: url(images/icons/1x/chevron-left-w-shade.png);
}

.format-gallery .flex-direction-nav .flex-next { 
	right: 16px; 
	background-image: url(images/icons/1x/chevron-right-w-shade.png);
}

.format-gallery .flex-direction-nav a:hover { 
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1; 
}

.format-gallery .flex-direction-nav .flex-prev:hover { left: 12px; }
.format-gallery .flex-direction-nav .flex-next:hover { right: 12px; }

.format-gallery .slides li { position: relative; }


/* format status */


.posts .format-status .post-excerpt {
	background: #2B3542;
}

.posts .format-status .post-excerpt p,
.format-status .post-content {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.2em;
}

.format-status .post-content { 
	color: #333; 
	text-shadow: none;
}


/* format chat */


.format-chat .post-content p {
	margin-bottom: 0.25em;
	padding: 8px 16px;
	border-radius: 3px;
}

.format-chat .post-content p:nth-child(odd) { background: #f5f5f5; }

.format-chat .more-link { margin-top: 1em; }



/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */


body.single .content { width: 67.5%; }
body.single .content.full-width { width: 100%; }
body.single .content.center { 
	margin: 0 auto; 
	width: 944px;
	max-width: 100%; 
}



.single { border-radius: 6px; }

/* post header */

.single .post-title { font-size: 1.60em; line-height: 140%;}

.single .post-content { padding: 0% 5% 3%; line-height: 192%;letter-spacing: 1.3px;}



.pt_30 { padding-top:30px; }
.pt_20 { padding-top:20px; }

/* このサービスを見る */

.view-site {
	margin:30px 0px 20px;
}
.view-site2 {
	margin-bottom: 30px;
}
.view-site img {
	display: none;
}

/*シミラーウェブで見る*/

.data_fields {
  margin-top:20px;
  padding: 2% 5%;
  text-align:center;
}
.data_similer {
  border:1px solid #ddd;
  margin-bottom:12px;
}
.data_similer h3 {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f2f2f2;
}
.hookLink {
  display: none !important;
}


.view-site a {margin: 0;}
.view-site2 a {margin: 0 5%;}
.view-site a ,.view-site2 a {
	display:block;
	color: #fff;
	padding:14px 0px;
	text-align:center;
	background: #51b4e9;
	background: -moz-linear-gradient(top, #51b4e9 7%, #2e9fdf 61%, #1e98dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #51b4e9), color-stop(61%, #2e9fdf), color-stop(100%, #1e98dc));
	background: -webkit-linear-gradient(top, #51b4e9 7%, #2e9fdf 61%, #1e98dc 100%);
	background: -o-linear-gradient(top, #51b4e9 7%, #2e9fdf 61%, #1e98dc 100%);
	background: -ms-linear-gradient(top, #51b4e9 7%, #2e9fdf 61%, #1e98dc 100%);
	background: linear-gradient(to bottom, #51b4e9 7%, #2e9fdf 61%, #1e98dc 100%);
	border: 1px solid;
	border-color: #289ED2 #0191d1 #0075a8 #0091d1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.post-content .view-site a:hover,
.view-site2 a:hover {
	text-decoration:none;
	color:#fff;
	background: #1d87be;
	background: -moz-linear-gradient(top, #2e9fdf 7%, #1d87be 87%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #2e9fdf), color-stop(87%, #1d87be));
	background: -webkit-linear-gradient(top, #2e9fdf 7%, #1d87be 87%);
	background: -o-linear-gradient(top, #2e9fdf 7%, #1d87be 87%);
	background: -ms-linear-gradient(top, #2e9fdf 7%, #1d87be 87%);
	background: linear-gradient(to bottom, #2e9fdf 7%, #1d87be 87%);
	border-color: #0977A6 #016f9e #00597e #006f9d;
}

/* サービスのメリット */

.post-content #post-merito {
	background-color: #fffdf6;
	margin: 30px 0px 0px;
	padding: 10px;
	border: 1px solid #ffcfab;
	border-radius: 5px;
}
.post-content #post-merito h4 {
	border: none;
	margin: 4px 0px 0px 0px;
	padding: 0px 6px 10px;
	color: #f4721e;
	border-bottom: 1px solid #ff930c;
}
.post-content #post-merito ul {
	margin: 12px 0px 0px 0px;
}
.post-content #post-merito ul li {
	list-style:none;
	background:url("images/merito_arrow.png") no-repeat;
	padding-left: 30px;
	line-height: 24px;
}

/* 説明用スタイル */

p.guide {
    font-size: 13px;
    background-color: #EAEAEA;
    padding: 12px;
    margin-top: 0px;
}
/* ブログ記事のCSS */

body .blog { width: 67.5%; margin-bottom:30px; }
.blog-media { text-align: center; }
.blog-content {padding: 0% 5% 5%; line-height: 192%;}

.blog-content p {
    margin-bottom: 28px !important;
}
.blog-content p.small {font-size:12px;color:#888;}
.blog-content p.t-right{text-align:right;}

.blog-content #facebookpage {
    padding: 0%;
}
.blog-content #facebookpage p {
    margin-bottom: 8px !important;
}


.blog-header {
position: relative; 
padding: 3% 3% 3%;
border-bottom: 1px solid #eee;
}
.blog h2.post-title {
font-weight:bold;
}
.sub-data {
  font-size: 14px;
  margin-top: 10px;
}
.blog .social4i {
  background: #f6f6f6;
  padding: 20px 0px 10px;
  height: auto !important;
  margin-top: 0px;
  border-bottom: 1px solid #eee;
}
.blog-content h3 {
border-left: 4px solid #d34d74;
background: #f2f2f2;
font-size: 22px;
font-weight: bold;
padding: 18px 10px 18px 15px;
margin: 8% -5.5% 4%;
}
.blog-content h4 {
  font-size: 18px;
  line-height:1.4;
  font-weight: bold;
  margin: 40px 0 20px 0;
  background-size: 14px 14px;
  padding-left: 15px;
  border-left: 16px solid #CD4646;
}

.blog-content table {
  width: 100%;
  font-size:14px;
  margin-bottom: 30px;
}
.blog-content table th {
  background: #fafafa;
}
.blog-content table th, .blog-content table td {
  border: 1px solid #ddd;
  padding: 14px 12px;
}

/* format audio */

.single .featured-media .mejs-playpause-button.mejs-play button,
.single .featured-media .mejs-playpause-button.mejs-pause button { background-size: 24px auto; }

.single .featured-media .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play-big.png); }
.single .featured-media .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause-big.png); }

.single .featured-media .post-audio .mejs-mute button,
.single .featured-media .post-audio .mejs-unmute button { background-size: 32px auto; }

.single .featured-media .post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute-big.png); }
.single .featured-media .post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute-big.png); }

/* format gallery */

.single .format-gallery .flex-direction-nav a {
	height: 42px;
	width: 30px;
	background-size: auto 42px;
	margin-top: -21px;
}

.single .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/1x/chevron-left-w-shade-big.png); }
.single .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/1x/chevron-right-w-shade-big.png); }

/* format quote */

.single .post-quote cite { 
	font-size: 1em; 
	margin-top: 30px;
}

/* single post meta */

.single .post-meta-container { 
	position: relative;
	padding:20px;
}

/*
.single .post-meta-container:after {
	content: "";
	display: block;
	background: #3F4854;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 60%;
}
.single .post-meta { 
	float: right;
	width: 40%;
	padding: 30px;
	position: relative;
	z-index: 10;
}

.single .post-meta p,
.single .post-meta > a,
.post-nav a {
	display: block;
	margin-top: 12px;
	font-size: 0.85em;
	line-height: 120%;
	font-weight: 700;
	min-height: 20px;
	padding: 1px 0 1px 23px;
	background: no-repeat left center;
	background-size: 16px auto;
	color: #9499A0;
}
*/
.single .post-meta p:first-child { margin-top: 0; }

/*
.single .post-meta p.post-date { background-image: url(images/icons/1x/clock-g.png); }
.single .post-meta a.zilla-likes { background-image: url(images/icons/1x/heart-g.png); }
.single .post-meta a.zilla-likes:hover { background-image: url(images/icons/1x/heart-c.png); }
.single .post-meta p.post-categories { background-image: url(images/icons/1x/folder-g.png); }
.single .post-meta p.post-tags {padding:0px;}
*/

.post-excerpt .post-tags a {
display: block;
float: left;
padding: 8px 11px;
margin: 0 5px 5px 0;
background: #f7f7f7;
border: 1px solid #ddd;
font-size: 0.8em !important;
line-height: 1;
color: #626262;
border-radius: 3px;
}
.post-tags a:hover {
background-color: #1581BA;
border: 1px solid #025B8B;
color: #fff;
text-decoration: none;
}
/*
.post-meta-container .post-tags a {
background: url(images/icons/1x/tag-g.png) no-repeat 0px 2px;
background-size: 12px;
padding-left: 16px;
display: inline-block;
margin-right: 8px;
margin-bottom: 3px;
color: #777;
}
*/

.single .post-meta a {
display: block;
float: left;
padding: 8px 11px;
margin: 0 5px 5px 0;
background: #f7f7f7;
border: 1px solid #ddd;
font-size: 0.8em !important;
line-height: 1;
color: #626262;
border-radius: 3px;
}

.single .post-meta a:hover { 
background-color: #1581BA;
border: 1px solid #025B8B;
color: #fff;
text-decoration: none;
}

/* post navigation */

.post-nav {
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 20px;
}

.post-nav a { background-position: left 3px; }

.post-nav a:first-child { margin-top: 0; }

a.post-nav-prev { background-image: url(images/icons/1x/prev-g.png); }
a.post-nav-prev:hover { background-image: url(images/icons/1x/prev-c.png); }
a.post-nav-next { background-image: url(images/icons/1x/next-g.png); }
a.post-nav-next:hover { background-image: url(images/icons/1x/next-c.png); }
.single a.post-edit-link { background-image: url(images/icons/1x/edit-g.png); background-position: left 5px; }
.single a.post-edit-link:hover { background-image: url(images/icons/1x/edit-c.png); }

/* post-author */

.post-author {
	width: 60%;
	padding: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}

.post-author:before,
.post-author:after {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
}

.post-author:before {
	z-index: 100;
	top: 0;
	width: 40px;
	height: 70px;
	background: #1581BA url(images/icons/1x/author-w.png) no-repeat center 29px;
	background-size: 22px auto;
}

.post-author:after {
	top: 50px;
	border: 20px solid transparent;
	border-left-color: #1581BA;
	border-right-color: #1581BA;
}

.post-author-content { margin-left: 70px; }

.post-author h4 {
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.post-author p {
	font-size: 0.875em;
	line-height: 150%;
	color: #9499A0;
}

.author-links { margin-top: 18px; }

.author-links a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: rgba(255,255,255,0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	margin-left: 5px;
	border-radius: 999px;
	text-indent: -9999px;
}

.author-links a:first-child { margin-left: 0; }

.author-links a.author-link-posts { background-image: url(images/icons/1x/archive-w.png); }
.author-links a.author-link-website { background-image: url(images/icons/1x/home-w.png); }
.author-links a.author-link-mail { background-image: url(images/icons/1x/social/mail-w.png); }
.author-links a.author-link-twitter { background-image: url(images/icons/1x/social/twitter-w.png); }

.author-links a:hover { background-color: #1581BA; }


/* -------------------------------------------------------------------------------- */
/*	7. Post content
/* -------------------------------------------------------------------------------- */


.post-content a:hover { text-decoration: underline; }

.blog-content p,
.post-content p,
.post-content blockquote,
.blog-content blockquote,
.blog-content ul,
.post-content ul,
.post-content ol,
.post-content address,
.blog-content dl,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 198%;
	margin-bottom: 35px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/*
.post-content > *:first-child { margin-top: 0; }
*/
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 30px 0 20px;
	font-weight: 700;
	color: #333;
}

.post-content h1 { font-size: 2em; }

.post-content h2 { font-size: 1.75em; }

.post-content h3 {
	font-size: 18px;
	font-weight: 700;
	margin:40px 0px 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}

.post-content h4 { 
	color: #555;
	border-bottom: 1px dotted #333;
	font-size: 18px;
	font-weight: 700;
	margin:40px 0px 18px;
	padding-bottom: 12px;
}
/* サービス説明用のはてなアイコン */
.post-content h4.ct_q { 
	color: #ff4747;
	border-bottom: 1px dotted #D32323;
	padding-left: 30px;
	line-height: 22px;
	background: url("images/h4_con_q_03.png") no-repeat;
}
/* こんな人にお勧め */
.post-content h4.sv-reco{
	color: #4D9CCD;
	border-bottom: 1px dotted #2383d3;
	padding-left: 30px;
	line-height: 22px;
	background: url("images/h4_con_reco.png") no-repeat;
}
/* レビューのタイトル */
.post-content h4.sv-rev { 
	color: #5CC274;
	border-bottom: 1px dotted #51BB6E;
	padding-left: 30px;
	line-height: 22px;
	background: url("images/h4_con_review.png") no-repeat;
}
/* マネタイズのタイトル */
.post-content h4.sv-money{ 
	color: #DFBC4F;
	border-bottom: 1px dotted #C58B23;
	padding-left: 30px;
	line-height: 22px;
	background: url("images/h4_con_money.png") no-repeat;
}
/* VCのタイトル */
.post-content h4.sv-vc{ 
	color: #888;
	border-bottom: 1px dotted #555;
	padding-left: 30px;
	line-height: 22px;
	background: url("images/h4_con_vc.png") no-repeat;
}
/* 会社概要のタイトル */
.post-content h4#sv-cop { 
	margin-bottom: 0;
	border: 1px solid #ddd;
	background: #2E72B5;
	color: #fff;
	font-size: 1.1em;
	padding: 2% 2%
}
/* 関連するサービス */
.relate-title {
	margin: 12px 0px 12px;
	padding: 16px 22px 16px;
	font-size: 1.25em;
	font-weight: 700;
	color: #FFF;
	background: #2B3542;
}
.relate-title:first-child {
	margin:0px 0px 12px;
}
.post_relate ul {
	padding: 0% 0%;
	overflow:hidden;
}
.post_relate ul li {
	overflow:hidden;
	padding:16px 16px;
	border-bottom:1px solid #ddd;
}
.post_relate ul li:nth-child(even) {
/*	background:#FFF5E5;*/
}
.post_relate ul li:last-child {
	border-bottom: 0px;
}
.post_relate li div.rt_pic{
	float:left;
	width:20%;
	margin-right:18px;
}
.post_relate li div.rt_txt{
	float:left;
	width:70%;
}
.post_relate li div.rt_txt h4{
	margin-bottom: 5px;
	line-height: 150%;
	font-size: 1.05em;
	font-weight: bold;
}
.post_relate li div.rt_txt h4 a{
	text-decoration:none;
	color:#333;
}
.post_relate li div.rt_txt p{
	font-size: 0.9em;
	line-height: 160%;
}
.post_relate li div.rt_txt p a{
	color:#333;
}


p.rel {
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
}

/* インタビュー記事の質問部分*/
.q_txt {
    font-size: 110%;
    font-weight: bold;
    letter-spacing: .8px;
    font-style: italic;
}

/* ページャー部分 */
.ori_pagenavi {
    clear:both;
    padding:20px 0;
    position:relative;
    line-height:13px;
    text-align: center;
}
 
.ori_pagenavi span, .ori_pagenavi a {
    display: inline-block;
    margin: 2px 8px 2px 0;
    padding:14px 14px 13px 14px;
    border-radius: 20px;
    text-decoration:none;
    min-width:40px;
    color:#fff;
    background: #555;
}
 
.ori_pagenavi a:hover{
    color:#fff;
    background: #3279BB;
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: #3279BB;
    color:#fff;
}

.post-content h5 { font-size: 1em; font-weight: 400; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

blockquote {
    position: relative;
    padding: 10px;
    font-size:14px;
    border: 1px solid;
    border-color: #DFDFDF;
    border-radius: 3px;
    background: #EFEFEF;
    quotes: none;
}
 
blockquote:before {
/* content: open-quote; */
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 1;
    width: 100px;
}
 
blockquote:after {
/* content: close-quote; */
    margin-top:5px;
    display: block; /* border用 */
    padding-top:5px;
    border-top: 1px solid #ddd;
    color: #555;
    font-size: 12px;
    text-align: right;
    text-shadow: 1px 1px 0 #eee;
    line-height: 1.6;
    content: attr(title) "\a" attr(cite); /* title + 改行 + cite */
    white-space: pre-wrap; /* 以下長いURL対策 */
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
 
/* 最後の子要素 border指定用 */
blockquote > :last-child {
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}


em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 5px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	list-style:none;
	margin-top: 0.5em;
	line-height: 150%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #f1f1f1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #363F48;
	font-size: 0.8em;
	color: #FFF;
	border-radius: 6px;
}

/* リストの強調 */

ul.list_point {
    padding-top: 20px;
}
ul.list_point strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
}
ul.list_point p {
    line-height: 180%;
}

/* Post media --------------------------------------- */

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}


.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 300px;
}

.post-content .wp-caption a,
.post-content .wp-caption img { display: block; }

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content .aligncenter a,
.post-content .aligncenter img { margin: 0 auto; }

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.8em;
	font-weight: 700;
	color: #999;
	text-align: center;
	padding-top: 0.5em;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


/* Ul --------------------------------------- */

ul.list li {
margin: 15px 0px 10px;
}
ul.list li strong {
font-weight: bold;
font-size: 16px;
margin-bottom: 12px;
}
ul.list li p {
font-size: 14px;
margin-bottom: 0px;
}



/* 掲載案内 --------------------------------------- */

.b-footer {
    text-align: center;
    height: 350px;
    background: url(http://websv.info/wp-content/themes/baskerville/images/back_foot.png)top center repeat-x;
}
.b-footer_title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 74px;
}


.b-footer_description {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.b-footer_link {
    margin-top: 45px;
}
.b-footer_link a {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 54px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.b-footer_link a:hover {
    color:#fff;
    text-decoration:none;
    opacity:0.5;
}


/* Tables --------------------------------------- */


.post-content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom:30px;
}

.post-content thead td {
	background:#333;
	color:#fff;
	padding:12px;
}

.post-content th,
.post-content td {
	padding: 3% 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: middle;
/*	white-space: nowrap;*/
}

.post-content th {width:16%;}

.post-content table tbody > tr:nth-child(odd) { background: #f9f9f9; }




/* table */

table.tl_base {
	width: 100%;
	margin-bottom:40px;
	table-layout:fixed;
}
table.tl_base thead th {
	text-align: center;
}


table.tl_base th,table.tl_base td {
    word-wrap: break-word;
	vertical-align: middle;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	border-top: 1px solid #e4e2df;
	border-bottom: 1px solid #e4e2df;
}
table.tl_base th {
	width: 28%;
	padding: 15px 8px 15px 12px;
	background-color:#f7f7f7;
	border-left: 1px solid #e4e2df;
	border-right: 1px dotted #ddd;
	color: #666;
	font-weight: bold;
}

table.tl_base td {
	vertical-align: middle;
	padding: 10px 8px 10px 20px;
	border-right: 1px solid #e4e2df;
	background-color: #fff;
	font-weight:normal;
	text-align:left;
}

table.tl_base .second_tr td {
    background: #efefef;
    color: #777;
    border-left: 1px solid #e4e2df;
    padding-left: 5%;
}



/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #1581BA;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-weight: 700;
}

.post-content input,
.post-content textarea { 
	-webkit-font-smoothing: antialiased;
}

.post-content input[type="text"],
.post-content input[type="email"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 2px solid #eee;
	background: #fdfdfd;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #1581BA;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.content .comments,
div#disqus_thread {
	padding: 10%;
	background: #fff;
}

.nocomments {
	padding: 10%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
}

.comments + .nocomments { border-top: 1px solid #eee; }

.comments-title-container {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.comments-title { 
	font-size: 1.15em;
	font-weight: 700;
	color: #2B3542; 
}

.add-comment-title {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 14px;
}

.add-comment-title a:hover { text-decoration: underline; }


/* comment */


.comments div.comment { margin-top: 40px; }

.comments .commentlist > li.comment:first-child > div.comment:first-child { margin-top: 0; }

.comments div.comment { position: relative; }

.comments .children { margin-left: 5%; }

.comment-inner { 
	margin-left: 110px; 
	padding: 20px;
	background: #eee;
	position: relative;
	border-radius: 3px;
}

.comment-inner:after {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-right-color: #eee;
	position: absolute;
	top: 28px;
	left: 0;
	margin-left: -24px;
}

.comment .avatar {
	float: left;
	width: 80px;
	border-radius: 3px;
}

.comment.bypostauthor { position: relative; }

.comment.bypostauthor:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: #1581BA url(images/icons/1x/author-w.png) no-repeat center 8px;
	background-size: 14px auto;
	border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -8px;
	margin-left: -8px;
}

.comment-header { margin-bottom: 25px; }

.comment-header cite {
	display: block;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 8px;
}

.comment-header cite,
.comment-header cite a { color: #2B3542; }
.comment-header cite a:hover { color: #1581BA; }

.comment-header p { font-size: 0.85em; }

.comment-header p,
.comment-header p a { color: #999; }

.comment-header p a:hover { color: #666; }

/* comment-content */

.comment-content { font-size: 0.9em; }

.comment-content a:hover { text-decoration: underline; }

.comment-content p,
.comment-content li,
.comment-content blockquote {
	line-height: 150%;
	margin-top: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-content *:first-child { margin-top: 0; } 
.comment-content *:last-child { margin-bottom: 0; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin: 50px 0 20px;
	font-weight: 400;
	font-size: 1.2em;
}

.comment-content blockquote {
	padding: 20px;
	background: #ddd;
}

.comment-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.comment-content ul ul { list-style: circle; }
.comment-content ul ul ul { list-style: square; }

.comment-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.comment-content ol ol { list-style: lower-alpha; }
.comment-content ol ol ol {
	list-style: lower-roman;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
	margin-bottom: 0;
}

.comment-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
	margin-bottom: 0;
}

.comment-content address { 
	padding: 20px; 
	background: #ddd;
	line-height: 140%;
}

.comment-content pre {
	padding: 20px;
	background: #ddd;
	line-height: 150%;
	overflow-x: scroll;
}

/* comment actions */

.comment-actions {
	position: absolute;
	top: 22px;
	right: 20px;
}

.comment-actions a {
	display: block;
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background: #2B3542 no-repeat center;
	background-size: 16px auto;
	border-radius: 999px;
	text-indent: -9999px;
}

.comment-actions a + a { margin-left: -8px; }

.comment-actions .comment-reply-link { background-image: url(images/icons/1x/reply-w.png) }
.comment-actions .comment-edit-link { background-image: url(images/icons/1x/edit-w.png) }

.comment-actions a:hover { background-color: #1581BA; color: #fff; z-index: 10; }

/* comment navigation */

.comment-nav-below {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	font-size: 0.9em;
	font-weight: 700;
}

.comment-nav-below a { color: #666; }


/* pingbacks */

.comments .pingbacks {
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.pingbacks-title {
	font-size: 1.25em;
	margin-bottom: 20px;
	color: #2B3542;
}

.pingbacklist .pingback {
	padding: 15px;
	line-height: 130%;
}

.pingbacklist .pingback a { color: #767676; }
.pingbacklist .pingback a:hover { color: #1581BA; }

.pingbacklist .pingback:nth-child(2n) { background-color: #eee; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.comment-respond {
	padding: 5% 5%;
	background: #fff;
	border-top: 1px solid #eee;
}

.comments .comment-respond { 
	padding: 10% 0; 
	border-top: none;
}

.comment-reply-title {
	font-size: 1.15em;
	font-weight: 700;
	color: #2B3542;
}

.comment-reply-title #cancel-comment-reply-link {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;
}

.comment-reply-title #cancel-comment-reply-link:hover { text-decoration: underline; }

.comment-notes,
.logged-in-as { 
	color: #666;
	line-height: 130%;
	margin-bottom: 25px;
	margin-top: 25px;
}

.logged-in-as a:hover { text-decoration: underline; }

.comment-form { margin-top: 10px; }

.comment-form p { 
	margin-top: 14px; 
	position: relative;
}

.comment-form p:first-child { margin-top: 0; }

.comment-form label,
.comment-form .required { display: none; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	display: block;
	width: 100%;
	padding: 16px 18px !important;
	border-radius: 3px !important;
	background: #f1f1f1;
	color: #333;
	border: 1px solid #eee;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url { width: 75%; }

.comment-form input[type="text"],
.comment-form input[type="email"] { 
	position: relative !important;
	padding-right: 60px !important;
	background-repeat: no-repeat !important; 
	background-position: 96% center !important;
	background-size: auto 24px !important;
}

input#author { background-image: url(images/icons/1x/author-g.png); }
input#email { background-image: url(images/icons/1x/social/mail-g.png); }
input#url { background-image: url(images/icons/1x/home-g.png); background-size: 24px auto; }

.comment-form textarea { height: 250px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	outline: none !important;
	color: #fff !important;
	background-color: #2B3542 !important;
}

input#author:focus { background-image: url(images/icons/1x/author-w.png); }
input#email:focus { background-image: url(images/icons/1x/social/mail-w.png); }
input#url:focus { background-image: url(images/icons/1x/home-w.png); }

.form-allowed-tags {
	display:none;
}
.form-allowed-tags,
.form-allowed-tags code {
	line-height: 160%;
}

.comment-notes,
.form-allowed-tags,
.logged-in-as { 
	font-size: 0.9em; 
	color: #666;
}

p.form-submit { margin-top: 30px; }

.form-submit #submit {
	padding: 16px 20px;
	background: none;
	border: none;
	margin: none;
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: #2B3542;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}

.form-submit #submit:hover {
	cursor: pointer;
	background: #1581BA;
}


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


.posts .page {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}


/* Contributors template ---------------------------------------------------------- */


.post-content + .contributors-container { border-top: 1px solid #eee; }

.authors-row { 
	position: relative;
	padding: 10%;
	border-top: 1px solid #eee;
}

.authors-row:first-child { border-top: none; }

.authors-row:before {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #eee;
}

.authors-row .author-info { 
	width: 45%;
	margin-left: 10%;
	text-align: center; 
}

.authors-row .author-info:first-child { margin-left: 0; }

.author-avatar {
	display: inline-block;
	width: 134px;
	height: auto;
	margin: 0 auto 25px auto;
	border: 6px solid #eee;
	border-radius: 9999px;
}

.author-avatar img {
	display: block;
	margin: 0 auto;
	border-radius: 9999px;
}

.author-info h4 {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.author-info h4 a { color: #2B3542; }
.author-info h4 a:hover { color: #1581BA; }

.author-info h5 {
	text-align: center;
	margin-bottom: 25px;
}

.author-info h5 a { color: #999; }
.author-info h5 a:hover { color: #444; }

.author-description {
	line-height: 140%;
	text-align: center;
}

.author-info .author-links a { background-color: #2B3542; }
.author-info .author-links a:hover { background-color: #1581BA; }


/* Image ---------------------------------------------------------- */


.single .post-meta p.image-resolution { background-image: url(images/icons/1x/image-g.png); }

.single-attachment .post-author:before { 
	background-image: url(images/icons/1x/image-w.png); 
	background-position: center 32px;
}


/* -------------------------------------------------------------------------------- */
/*	10. Pagination
/* -------------------------------------------------------------------------------- */


.page-title {
	margin-bottom: 60px;
	text-align: center;
}

.page-title h5 {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.page-title h3 {
	margin-top: 15px;
	font-size: 1.75em;
	font-weight: 400;
	text-align: center;
	color: #2B3542;

}

.tag-archive-meta p {
	text-align: center;
	margin-top: 15px;
	color: #767676;
	font-style: italic;
}


/* archive navigation */

.archive-nav a {
	font-size: 0.9em;
	padding: 16px 20px;
	background: #2B3542;
	border-radius: 3px;
	color: #fff;
}

.archive-nav a:hover {
	background: #1581BA;
	color: #fff;
}

/* search */

.search-no-results .post-content p { text-align: center; }


/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */

.web_master {

}
.web_master a {
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #A04343;
    border-radius: 5px;
    color: #fff;
}
.web_master a:hover {
    text-decoration:none !important;
    background-color: #902929;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar {
	width: 27.5%;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow: hidden;
}

.sidebar .widget {
	padding: 20px;
	border-top: 1px solid #EEE;
}

.sidebar .widget:first-child { border-top: none; }

.widget-title {
        text-align:center;
	font-size: 1.15em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sidebar .widget-content { 
	font-size: 0.85em; 
	color: #767676; 
}

.widget-content a:hover { text-decoration: underline; }

.sidebar .widget-content p { line-height: 150%; }

.widget-content ul li {
	position: relative;
	margin-top: 10px;
	padding: 1px 0 1px 14px;
	line-height: 130%;
}

.widget-content ul.sns_follow_box_list > li > a i {
top:20%;
}

.widget-content > ul > li:first-child { margin: 0; }

.widget-content li ul > li:first-child { margin-top: 10px; }
.widget-content .page_item_has_children { padding-bottom: 0; }

.widget-content li ul li { padding-left: 15px; }

.widget-content ul li .post-date { margin-left: 5px; color: #999; }

.widget-content > ul > li:first-child { border-top: 0; }


/* Widget tag cloud --------------------------------------- */


.tagcloud {
	overflow:hidden;
}


.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	margin: 0 5px 5px 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-size: 12px !important;
	line-height: 1;
	color: #626262;
	border-radius: 3px;
}

.tagcloud a:hover { 
background-color: #1581BA;
border: 1px solid #025B8B;
color: #fff;
text-decoration: none; }


/* Widget search --------------------------------------- */


.wrapper .searchform,
.footer .searchform { position: relative; }

.footer a {
	color:#e8e8e8;
}
.wrapper .searchform .s,
.footer .searchform .s {
	display: block;
	width: 100%;
	padding: 16px 55px 16px 20px;
	border: none;
	margin: 0;
	background: #ddd;
	color: #fff;
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
}

.wrapper .searchform .s:focus,
.footer .searchform .s:focus { 
	background-color: #2B3542; 
	outline: none;
}

.wrapper .searchform .searchsubmit,
.footer .searchform .searchsubmit {
	display: block;
	height: 36px;
	width: 36px;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 10px;
	text-indent: -9999px;
	background: url(images/icons/1x/spyglass-g.png) no-repeat center;
	background-size: 24px auto;
}

.wrapper .searchform .searchsubmit:hover,
.footer .searchform .searchsubmit:hover {
	cursor: pointer;
	background-image: url(images/icons/1x/spyglass-c.png);
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#wp-calendar a { color: #1abc9c; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
}

#wp-calendar caption { 
	font-size: 1rem;
	color: #666;
	text-transform: capitalize; 
	padding-bottom: 20px;
}

#wp-calendar thead th {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#wp-calendar tbody { border-bottom: 1px solid #eee; }

#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 12px 0;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #1abc9c;
}


/* Dribbble widget --------------------------------------- */


.dribbble-shot,
.dribbble-shot img { display: block; }

.dribbble-shot {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	padding: 6px;
	background: #f1f1f1;
}

.dribbble-shot:nth-child(2n) { margin-right: 0; }

.dribbble-shot:hover { background-color: #1581BA; }

.widgetmore { 
	display: block; 
	clear: both;
}


/* Flickr widget --------------------------------------- */


.flickr_badge_image a,
.flickr_badge_image img { display: block; }

.flickr_badge_image {
	width: 21.25%;
	float: left;
	margin-left: 5%;
	margin-bottom: 5%;
}

.flickr_badge_image a {
	padding: 4px;
	background: #f1f1f1;
}

.flickr_badge_image a:hover { background-color: #1581BA; }

.flickr_badge_image:nth-child(2),
.flickr_badge_image:nth-child(6),
.flickr_badge_image:nth-child(10),
.flickr_badge_image:nth-child(14) { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	11. Footer
/* -------------------------------------------------------------------------------- */


.foot-contents {
border-top: 1px solid #ddd;
background: #FFFFFF;
padding: 30px 0px;
}
.foot-contents h3 {
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
}
.foot-contents p {
font-size: 14px;
}


/* このサイトのsnsボタンの画像 今使ってない
.web-sns-txt{
	margin-top:10px;
	width: 100%;
	font-size: 0.85em;
	color: rgba(255, 255, 255, 0.6);
	text-shadow: 2px 2px 3px rgba(11, 11, 11, 0.1);
}
.web-sns ul {
	margin-top:16px;
	text-align:center;
}
.web-sns ul li {
	display:inline-block;
	width:48px;
	height:48px;
	margin-right:30px;
}
.web-sns ul li a{
	display:inline-block;
	text-indent:-9999px;
	width: 100%;
	height: 100%;
}
.web-sns ul li:last-child {
	margin-right:0px;
}
.web-sns ul li.tw {
	background: url("images/sns_twitter.png") no-repeat;
	background-size:cover;
}
.web-sns ul li.fa {
	background: url("images/sns_facebook.png") no-repeat;
	background-size:cover;
}
.web-sns ul li.go {
	background: url("images/sns_google.png") no-repeat;
	background-size:cover;
}
.web-sns ul li.ha {
	background: url("images/sns_hatena.png") no-repeat;
	background-size:cover;
}
 */

.web-sns:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.footer .widget { 
	margin-top: 40px;
	border-top: 4px solid #333;
	padding-top: 40px;
}

.footer .widget:first-child { margin: 0; border: none; padding: 0; }

.footer .widget-title { 
	color: #FFF; 
	letter-spacing: 1px; 
	font-size: 1.15em;
}

.footer .widget-content { 
	color: #767676; 
	font-size: 0.95em;
}

.footer .widget-content p { line-height: 160%; }

.widget-content p + p { margin-top: 1em; }


/* Widgets --------------------------------------- */


/* Widget search */

.footer .widget_search .s { background: #333; }

/* widget tagcloud */

.footer .tagcloud a { background-color: #333; }

.footer .tagcloud a:hover { 
	text-decoration: none; 
	background-color: #1581BA; 
}

/* widget calendar */

.footer #wp-calendar caption {  color: #fff; }

.footer #wp-calendar thead th {
	border: none;
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;
}

.footer #wp-calendar tbody { border-bottom: 1px solid #3B3B3B; }

/* dribbble and flickr widget */

.footer .dribbble-shot,
.footer .flickr_badge_image { background: #333; }


/* -------------------------------------------------------------------------------- */
/*	12. Credits
/* -------------------------------------------------------------------------------- */

.bg-dark2 {
	background:#111;
}
.credits p {
	text-align:center;
	color: #767676; 
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.credits span {
    margin-right: 18px;
    margin-bottom: 8px;
    display: inline-block;
}

.credits a {
    color: #ccc;
    text-shadow: 1px 1px 1px #1D1D1D;
    -moz-text-shadow: 1px 1px 1px #2c2c2c;
    -webkit-text-shadow: 1px 1px 1px #2c2c2c;
}

.credits a:hover { 
	color: #ccc; 
	text-decoration: underline;
}


.share {
	margin-bottom: 30px;
    padding: 30px 20px 20px;
    background-color: #eaeaea;
    overflow: hidden;
}
.sns ul {
margin:0 auto;
list-style:none;
}
.sns li {
width:23%;
margin:0 2% 3% 0;
}
.sns li:nth-child(4n) {
margin-right:0;
}

.sns{
margin:0 auto;
text-align:center;
}
.sns ul {
list-style:none;
}
.sns li {
float:left;
width: 24%;
margin:0 1% 1% 0;
}
.sns li a {
font-size: 11px;
position:relative;
display:block;
padding:10px;
color:#fff;
border-radius:3px;
text-align:center;
text-decoration: none;
text-shadow:1px 1px 0 rgba(47, 47, 47, 0.3);;
}
.sns li a:hover {
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
/* ツイッター */
.sns .twitter a {
background:#00acee;
}
.sns  .twitter a:hover {
background:#0092ca;
}
/* Facebook */
.sns  .facebook a {
background:#3b5998;
}
.sns .facebook a:hover {
background:#2c4373;
}
/* グーグル */
.sns .googleplus a {
background:#db4a39;
}
.sns  .googleplus a:hover {
background:#ad3a2d;
}
/* はてぶ */
.sns  .hatebu a {
background:#3487c1;
}
.sns .hatebu a:hover {
background:#12608e;
}
/* LINE */
.sns  .line a {
background:#25af00;
}
.sns .line a:hover {
background:#219900;
}
/* Pocket */
.sns  .pocket a {
background:#f03e51;
}
.sns  .pocket a:hover {
background:#c0392b;
}
/* RSS */
.sns  .rss a {
background:#ffb53c;
}
.sns  .rss a:hover {
background:#e09900;
}
/* Feedly */
.sns  .feedly a {
background:#87c040;
}
.sns  .feedly a:hover {
background:#74a436;
}
img#wpstats { display: none; } /* Silly WordPress stats */


/* -------------------------------------------------------------------------------- */
/*	13. Responsive
/* -------------------------------------------------------------------------------- */


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

	/* 2X images */

	.search-toggle { background-image: url(images/icons/2x/spyglass-w.png); }
	
	.post .sticky-post { background-image: url(images/icons/2x/tack-w.png); }
	
	.posts .post-meta a.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.posts .post-meta a.post-date:hover { background-image: url(images/icons/2x/clock-c.png); }
	.posts .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.posts .post-meta a.zilla-likes:hover,
	.posts .post-meta a.zilla-likes.active { background-image: url(images/icons/2x/heart-c.png); }
	.posts .post-meta a.post-comments { background-image: url(images/icons/2x/comment-g.png); }
	.posts .post-meta a.post-comments:hover { background-image: url(images/icons/2x/comment-c.png); }
	
	.featured-media .mejs-playpause-button.mejs-play button,
	.single .featured-media .mejs-playpause-button.mejs-play button { background-image: url(images/icons/2x/audio/play.png); }
	.featured-media .mejs-playpause-button.mejs-pause button,
	.single .featured-media .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/2x/audio/pause.png); }	
	.featured-media .mejs-mute button,
	.single .featured-media .mejs-mute button { background-image: url(images/icons/2x/audio/audio-mute.png); }
	.featured-media .mejs-unmute button,
	.single .featured-media .mejs-unmute button { background-image: url(images/icons/2x/audio/audio-unmute.png); }
	
	.post-link a { background-image: url(images/icons/2x/link-c.png); }
	
	.format-gallery .flex-direction-nav .flex-prev,
	.single .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/2x/chevron-left-w-shade.png); }
	.format-gallery .flex-direction-nav .flex-next,
	.single .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/2x/chevron-right-w-shade.png); }
	
/*
	.single .post-meta p.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.single .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.single .post-meta a.zilla-likes:hover { background-image: url(images/icons/2x/heart-c.png); }
	.single .post-meta p.post-categories { background-image: url(images/icons/2x/folder-g.png); }
	.single .post-meta p.post-tags { background-image: url(images/icons/2x/tag-g.png); }
*/
	
	.author-links a.author-link-posts { background-image: url(images/icons/2x/archive-w.png); }
	.author-links a.author-link-website { background-image: url(images/icons/2x/home-w.png); }
	.author-links a.author-link-mail { background-image: url(images/icons/2x/social/mail-w.png); }
	.author-links a.author-link-twitter { background-image: url(images/icons/2x/social/twitter-w.png); }
	
	.comment.bypostauthor:after { background-image: url(images/icons/2x/author-w.png); }
	
	.comment-actions .comment-reply-link { background-image: url(images/icons/2x/reply-w.png); }
	.comment-actions .comment-edit-link { background-image: url(images/icons/2x/edit-w.png); }
	
	input#author { background-image: url(images/icons/2x/author-g.png); }
	input#email { background-image: url(images/icons/2x/social/mail-g.png); }
	input#url { background-image: url(images/icons/2x/home-g.png); }
	
	input#author:focus { background-image: url(images/icons/2x/author-w.png); }
	input#email:focus { background-image: url(images/icons/2x/social/mail-w.png); }
	input#url:focus { background-image: url(images/icons/2x/home-w.png); }
	
	.single .post-meta p.image-resolution { background-image: url(images/icons/2x/image-g.png); }
	.single-attachment .post-author:before { background-image: url(images/icons/2x/image-w.png); }
	
	.searchform .searchsubmit { background-image: url(images/icons/2x/spyglass-g.png); }
	.searchform .searchsubmit:hover { background-image: url(images/icons/2x/spyglass-c.png); }
	
}


@media (max-width: 1440px) {
	
	
	.wrapper.section { padding: 1% 0; }
	
	/* pagination */
	
	.page-title { margin-bottom: 3%; }
	
	.archive-nav { margin-top: 1%; }
	
	
}


@media (max-width: 1040px) {
	
	/* main content */
	
	.section-inner.content { max-width: 94%; }

	.post-container {
		width: 33.3%;
		padding: 0 2% 5% 2%;
	}
	
			
}


@media (max-width: 1000px) {
	
	
	/* structure */
	
	body.single .content { width: 100%; float: none; }
	body .blog { width: 100%; float: none; }
	
	.sidebar { display: none; }
	
	/* navigation */
	
	/*.main-menu { display: none; }*/
	
	.search-toggle { width: 24px; }
	
	.nav-toggle .bar {
		display: block;
		width: 26px;
		height: 3px;
		margin-top: 5px;
		background: #8E8E8E;
		border-radius: 1px;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
	
	.nav-toggle:hover { cursor: pointer; }
	.nav-toggle.active .bar { background: #fff; }
	
	.mobile-menu li { border-top: 1px solid rgba(255,255,255, 0.1); }
	.mobile-menu > li:first-child { border-top: none; }
	
	.mobile-menu a {
		display: block;
		padding: 25px 5%;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #999;
		letter-spacing: 1px;
	}
	
	.mobile-menu a:hover { color: #fff; } 
	
	.mobile-menu ul a { padding-left: 10%; } 
	.mobile-menu ul ul a { padding-left: 15%; } 
	.mobile-menu ul ul ul a { padding-left: 20%; } 
	.mobile-menu ul ul ul ul a { padding-left: 25%; } 
	.mobile-menu ul ul ul ul ul a { padding-left: 30%; } 
	
}


@media (max-width: 800px) {


	/* structure */
	
	.wrapper.section { padding: 1% 0; }
	
	.section-inner { max-width: 92%; }
	.section-inner.content { max-width: 97%; }
	
	/* header */
	
	.section.header { padding: 20px 0; }
	
	.header .logo img { max-height: 40px; }
	
	/* footer */
	
	.footer .one-third { width: 47.5%; }
	
	.footer .column-3 { display: none; }
	
	/* credits */
	
	
	
}


@media (max-width: 700px) {
	
	
	/* single post */
	
	.post-author,
	.single .post-meta {
		width: 100%;
		float: none;
		border-radius: 0;
	}
	
	.single .post-meta-container {
		padding:20px 30px;
	}

	.single .post-meta-container:after { content: none; }
	
	
	/* post content */
	
	.post-content .alignleft,
	.post-content .alignright {
		max-width: 100%;
		float: none;
		margin: 1.25em 0;
	}
	
	.post-content .alignleft a,
	.post-content .alignleft img,
	.post-content .alignright a,
	.post-content .alignright img { margin-left: auto; margin-right: auto; }
	
	/* comments */
	
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url { width: 100%; }
		
	
}

/* -------------------------------------

スマホ対応ここベースで

-------------------------------------*/

@media (max-width: 600px) {

	
	body { font-size: 14px; }
	
	/* structure */
	
	.wrapper.section { padding: 20px 0; }
	
	/* 修正 */
	.post-header,
	.post-excerpt,
	.content .comments,
	div#disqus_thread,
	.comment-respond,
	.post-quote,
	.post-link { padding: 5% 5%; }
	.single .post-content { padding-top:0px;margin-bottom:10px;}
	/* header */
	
	.section.header { padding: 12px 0; }
	
	.header .logo img { max-height: 32px; }
	.header-search-block .s { font-size: 1.5em; margin-top: -17px; }

	.nav-toggle { display:block;margin-top: -40px;}

	
	/* navigation */
	
	.navigation-inner { max-width: 90%; }
	
	.main-menu {
		display:none;
	}
	.mobile-menu a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/*------------------------------

	ここから主な追加	

	------------------------------*/


/* 投稿者情報 */
.author-thum {
    display:block;
    float: none;
    width:80px;
    margin: 0 auto;
    margin-right: 0x !important;
}
.author-name {
    float: none;
    width: 100%;
    margin: 10px auto 0;
}
.author-name h4 {
    font-size:16px;
    text-align:center;
}
.author-name p {
    text-align:center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
}

.comment-reply-title {
    text-align:center;
}
	.likebox_thmbnail {
		display:none;
	}
	.fb_txt {
		width: 100%;
		float: none;
		margin: 0px;
		padding-top: 30px;
	}
	p.subtitle {
		font-size:10px;
	}

	/* スマホの場合はgoogleシェアボタン非表示 */
	.socialicons.s4plusone {
		display:none;
	}
	
	/* トップの画像サイズ*/
	.featured-media {
		height: 150px;
		overflow: hidden;
	}
	/*メリットの余白調整*/
	.post-content #post-merito {
		margin-top:0px;
	}
	.post-content #post-merito ul li {
		font-size: 0.85em;
		line-height: 18px;
		height:auto;
		margin-bottom:8px;
	}

	.pt-hd-info ul li.li-post-categories a, div.li-post-categories a {
		padding: 5px 8px 3px;
	}

	/* SNS共有数 */
	ul.social-btn {
		margin:12px 0px 12px 0px !important;
	}
	.social-btn li {
		font-size:0.55em;
		font-weight:normal;
	}
	.social-btn li span {
		font-size:1em;
		font-weight:normal;
	}
	/* このサイトを見る */
	.view-site {
		margin: 20px 0px 20px !important;
	}
	.post-content p {
		margin-bottom: 30px !important;
	}
	.post-content #post-merito ul li:last-child {
		margin-bottom:0px;
	}
	.post-content h4#sv-cop {
		padding:4% 2%;
	}
	.post-content table th {
		width:25%;
	}
	.post-content th,
	.post-content td {
		padding: 4% 2%;
	}

	/* 関連サービスの説明文とか */

	.post_relate ul li {
		padding: 12px;
	}
	.post_relate li div.rt_txt h4 {
		margin-bottom:0px;
	}
	.post_relate li div.rt_txt h4 a {
		color:#1581BA;
	}
	.post_relate li div.rt_txt p {
		display:none;
	}
	.navigation.section.no-padding.bg-dark2 {
	}

	/* ページャー部分 */
	.pager{
		margin-top:20px;
		margin-bottom:20px;
	}

	/* タグの画像
	.post-meta-container .post-tags a {
		background: url(images/icons/1x/tag-g.png) no-repeat 0px 0px;
		background-size:10px;
	}
	 */
	
	
	/* snsボタン */
	.web-sns-txt{
		margin-top:18px;
		width: 100%;
		color: #ddd;
		line-height:20px;
		font-size: 0.75em;
	}
	/* このサイトのsnsボタンの画像 */
	.web-sns ul {
		margin-top:16px;
		text-align:center;
	}
	.web-sns ul li {
		display:inline-block;
		width:48px;
		height:48px;
		margin-right:12px;
	}
	
	/* はてなコメントの調整 */

	li.tweet {
		padding-left:12px;
	}
	.tw_fl {
		max-width:240px;
		width:85%;
	}


	/* footerの掲載依頼調整 */

	.b-footer_title {
	    font-size: 24px;
	    color: #fff;
	    text-align: center;
	    padding-top: 65px;
	}


	.b-footer_description {
	    margin-top: 30px;
	    color: #fff;
	    font-size: 12px;
	    text-align: center;
	    line-height: 22px;
	}
	.b-footer_link {
	    margin-top: 30px;
	}


	/* main content */
	
	.section-inner.content { max-width: 92%; }

	.post-container {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}
	
	.post-container:first-child { margin-top: 0; }
	
	.post-header .post-title { font-size: 1.3em; }
	
	.post-excerpt { font-size: 1.1em; line-height:140%; }
	
	.posts .post-meta { padding: 0 6%; }
	
	/* format audio */
	
	.single .featured-media .mejs-mute button, 
	.single .featured-media .mejs-unmute button { background-size: 20px auto; }
	
	.single .featured-media .mejs-playpause-button.mejs-play button, 
	.single .featured-media .mejs-playpause-button.mejs-pause button { background-size: 16px auto; }
	
	/* single post */
	
	.media-caption { margin: 0 6%; padding-bottom: 10px; }
	
	.single .post-quote blockquote,
	.single .post-link p { font-size: 1.2em; }
	
	.single .post-quote cite { font-size: 0.8em; }
	
	/* post content */
	
	.post-content p,
	.post-content blockquote,
	.post-content ul,
	.post-content ol,
	.post-content address,
	.post-content dl,
	.post-content .wp-caption,
	.post-content pre {
		line-height: 160%;
		margin-bottom: 1em;
	}

.post-content blockquote {
font-size:14px;
}
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 30px 0 20px;
	}
	
	.post-content h1 { font-size: 1.4em; }
	.post-content h2 { font-size: 1.3em; }
	.post-content h3 { font-size: 1.25em; }
	.post-content h4 { font-size: 1.1em; }
	.post-content h5 { font-size: 1em; }
	
	.post-content h6 {
		font-size: 0.9em;
		font-weight: 700;
		text-transform: uppercase;
	}

	.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
	.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
	.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
	.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
	.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
	.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
		margin-top: 20px;
	}
	
	.post-content blockquote { margin-top: 20px; }
	
/*
	.post-content blockquote:before,
	.post-content blockquote:after { 
		margin: 20px auto; 
		width: 96px;
	}
*/

	.post-content blockquote p { 
		font-size: 1.1em; 
		line-height: 150%;
	}
	
	.post-content blockquote cite { font-size: 0.8em; }
	
	/* comments */
	
	.comments-title,
	.add-comment-title {
		float: none;
		width: 100%;
	}
	
	.add-comment-title { display: none; }
	
	.comments-title,
	.comment-reply-title { font-size: 1.5em; }
	
	.comment .avatar { width: 50px; }
	
	.comment-inner { margin-left: 70px; }
	
	.comment-inner:after { top: 13px; }
	
	.comment-content { font-size: 0.9em; }
	
	.reply-title { margin-bottom: 15px; }
	.comment-form { margin-top: 15px; }
	
	/* respond */
	
	.comment-form { margin-top: 10px; }
	
	.comment-notes,
	.logged-in-as { margin-bottom: 25px; }
	
	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 96% center; }
	
	/* page & page templates */
		
	.authors-row { padding: 0; border: none; }
	
	.authors-row:before { content: none; }
	
	.authors-row .author-info {
		width: 100%;
		margin: 0;
		padding: 7.5% 6%;
		float: none;
		border-top: 1px solid #eee;
	}
	
	.authors-row:first-child .author-info:first-child { border-top: none; }
	
	.author-avatar,
	.author-info h5 { margin-bottom: 20px; }
	
	/* pagination */
	
	.page-title { margin-bottom: 25px; }
	
	.page-title h3 { font-size: 1.4em; }
	
	.archive-nav { margin-top: 25px; }
	
	/* footer */
	
	.footer { padding: 30px 0; }
	
	.footer .one-third { 
		width: 100%; 
		float: none;
		padding: 40px 0 0 0;
		border-top: 4px solid #333;
		margin: 40px 0 0 0;
	}
	
	.footer .one-third:first-child { margin-top: 0; border-top: none; padding-top: 0; }
	
	.footer .column-3 { display: block; }
	
	/* credits */
	
	.credits { padding: 30px 0; }
	
		
}

@media (max-width: 500px) {


.ad_area {
    margin: 20px auto 0px;
    text-align: center;
}


	/* header */
	
	.header .blog-title { font-size: 1.4em; }
	.header .blog-description { 
		font-size: 1em; 
		margin-top: 15px;
	}

	/* post meta */
	
	.post-author:before, 
	.post-author:after { left: 15px; }
	
	.post-author-content { margin-left: 40px; }
	
	/* comments */
	
	.comments div.comment { margin-top: 20px; }
	
	.comment .avatar { display: none; }
	
	.comment-inner { margin-left: 0; }
	.comment-inner:after { content: none; }
	
	.comment-actions { display: none; }
	
	.comment-actions-below { 
		display: block; 
		margin-top: 20px;
	}
	
	.comment-actions-below a {
		display: inline-block;
		margin-left: 8px;
		font-size: 0.85em;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.comment-actions-below a:first-child { margin-left: 0; }
	.comment-actions-below a:hover { text-decoration: underline; }
	
	.comment-nav-below span { display: none; }
	
	
}


@media (max-width: 400px) {
	
	
	/* respond */
	
	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 94% center; background-size: 20px auto; }
	
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form textarea { 
		padding: 12px; 
		font-size: 0.9em; 
	}
	
	.comment-form textarea { height: 150px; }
	
	
}