/*
Theme Name: メシオプレス03
Theme URI: http://mesiopress.com/
Description: アドセンス＆アフィリエイトブログ用のテンプレートです。
Author: MN
Author URI: 
Template: 
Version: 1.30
*/
@charset "UTF-8";

/*
*Clearfix: contain floats
*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 only*/
.clearfix {
    *zoom: 1;
}

/*余分なマージンの削除*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0px;
	padding:0px;
}
/*webフォントの定義*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-sp, .icon-arrow-pc, .icon-pc, .icon-home, .icon-arrow, .icon-delta-r, .icon-delta-l, .icon-line-m, .icon-arrow-index {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-sp:before {
	content: "\e000";
}
.icon-arrow-pc:before {
	content: "\e001";
}
.icon-pc:before {
	content: "\e002";
}
.icon-home:before {
	content: "\e003";
}
.icon-arrow:before {
	content: "\e004";
}
.icon-delta-r:before {
	content: "\e005";
}
.icon-delta-l:before {
	content: "\e006";
}
.icon-line-m:before {
	content: "\e007";
}
.icon-arrow-index:before {
	content: "\e008";
}

/*====リンクの初期化===*/
a {
	color:#003399;
	text-decoration:none;
	background-color:inherit;
}

a:hover {
	color:#FF9900;
}

img {
	border:none;
	line-height:1;
	vertical-align:baseline;
	transition: opacity .2s ease-out;
}
a img{
	
}
a:hover img{
	opacity:0.5
}

/*====テキストのフォーマット===*/
strong{
	color:#FF0000;
	letter-spacing:0.08em;
	font-weight:bold;
}

em {
	font-style:normal;
	font-weight:bold;
}
/*====画像配置のフォーマット===*/
.alignleft {
	display: inline;
	float: left;
	margin-top:5px;
	margin-right:10px;
}
.alignright {
	display: inline;
	float: right;
	margin-top:5px;
	margin-left:10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*====ボディのスタイル====*/
body {
	color:#333;
	text-align:left;
	background-color:#FFF;
	font-size:15px;
	line-height:1.5;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust:auto;
}

/*基本レイアウト*/
.wrap{
	width:100%;
}
.wrap h1,
.content_header,
.main,
.content_footer{
	width:1000px;
	margin:0px auto;
}
.h1_page h1{
	width:800px;
}
.content{
	width:683px;
}
.content_1col{
	width:800px;
	margin:0 auto;
}

.blog_sidebar{
	width:302px;/*300pxのバナーを入れるため枠線分広げる*/
	position:relative;
}
.wrap_3col{
	width:766px;
}
.con_3col{
	width:531px;
}
.sb_3col{
	width:215px;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
/*ヘッダーブロック*/
.blog_header{
	border-top:5px solid #666;
}
.wrap_h1{
	color:#333;
}
.wrap_h1 h1{
	font-size:13px;
	font-weight:normal;
}
.content_header img{
	vertical-align:bottom;
}
.content_header a:hover img{
	opacity:1;
}
.headMenu,
.sub_nav {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.nav_page{
	width:800px;
}
.headMenu{
	display:block;
}
.headMenu li{
	display:block;
	float:left;
	list-style:none;
	border-right:1px solid #999;
	vertical-align:middle;
}

.primaryMenu{
	position: absolute;
	top: -23px;
	right: 0;
	background-color: #666;
	padding: 2px 0px 2px;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}
.primaryMenu li{
	display:block;
	float:right;
	border-right: 1px solid #ccc;
	padding:0 5px;
}
.primaryMenu li:first-child{
	border-right:none;
}

.primaryMenu a{
	color:#FFFFFF;
	font-size:12px;
	display:block;
	padding: 0 5px;
}
.primaryMenu a:hover{
	font-weight:bold;
	text-decoration:underline;
}

.main_nav{
	border-top:4px solid #333;
	border-bottom:1px solid #999;
}
.main_nav a{
	display:block;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	transition: background-color .2s ease-out;
	height:40px;
	color:#333;
}
.main_nav .menu-item span{
	font-weight:normal;
	color:#999999;
	font-size:12px;
	line-height:1.1;
	display: inline-block;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width:165px;
}
.main_nav_home{
			color:#333;
		}
.main_nav_home_span{
	font-weight:normal;
	font-size:12px;
}
.main_nav_home {
	border-left:1px solid #999;
	width:93px;
}
.main_nav_home a{
	line-height:1.3;
}
.main_nav_home .icon-home {
	font-size:20px;
}

.headMenu .menu-item{
	width:18%;
}
.head_description{
	max-width:700px;
	text-align:left;
	margin:20px 0 0;
}
.head_social{
	margin:15px 0 0;
	float:right;
}
/*検索フォームのスタイル*/
#searchBox{
	color: #666666;
    margin: 10px 10px 8px 15px;
	padding-left:5px;
	float:right;
	border:1px solid #CCC;
	height:28px;
	background-color:#FFFFFF;
	clear:both;
}
.notFound #searchBox{
	margin: 10px auto 30px;
	float: none;
	height:32px;
	width:320px;
}
#s{
	border:none;
	width:240px;
	vertical-align: baseline;
}
#searchsubmit{
	border:none;
	background-image:url(images/bt_search.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:#FFFFFF;
	padding-top:0px;
	padding-bottom:1px;
	padding-left: 22px;
	color:#666666;
	line-height: 1.3;
	font-size: 15px;
	margin-top:5px;
}
#searchsubmit:hover{
	font-weight:bold;
}
/*for Webkit*/
#s::-webkit-input-placeholder,
 {
    color:silver;
}
/*for Firefox*/
#s:-moz-placeholder {
    color:silver;
}
/*for IE10*/
#s:-ms-input-placeholder {
	color:silver;
}
/*Googleカスタム検索*/
#searchBoxGoogle{
	color: #666666;
    margin: 10px 10px 2px 15px;
	padding-left:5px;
	float:right;
	line-height:1;
	font-size:8px;
	clear:both;
	}
.article .gsc-control-wrapper-cse table,
.article .gsc-control-wrapper-cse th,
.article .gsc-control-wrapper-cse td{
	border:none;
}
#gserchText{
	vertical-align:middle;
	font-size:12px;
	font-weight:normal;
}
#gserchBox{
	width:300px;
}
#sidebar #searchBox,
#sidebar_sub #searchBox{
	float:none;
	height:32px;
}
#sidebar #searchBoxGoogle,
#sidebar_sub #gserchText{
	float:none;
	margin: 10px 10px 5px 2px;
}
#sidebar #gserchText,
#sidebar_sub #gserchText{
	font-size:7px;
	width:60px;
	color: #666666;
}
#sidebar #s{
	width:200px;
}

.main_3col #sidebar #s{
	width:112px;
}

.post_content .gsc-results-wrapper-visible table,
.post_content .gsc-results-wrapper-visible tr,
.post_content .gsc-results-wrapper-visible td,
.post_content .gsc-results-wrapper-visible th
{
	border-style:none;
}
/*ヘッダーのアドセンスブロック*/
.wrap_adsence,
.head_250{
	display:table-cell;
	vertical-align:middle;
}

.wrap_adsence{
	text-align:right;
	width:750px;
	
}
.head_250{
	width:250px;
}

/*コンテンツブロック*/
.main{
	position:relative;
	padding-bottom:10px;
}
.pageMain{
	width:auto;
}
.home_social_area{
	position:absolute;
	top:0;
	right:0;
	margin:10px 0;
}
.excerpt_post a,
.content_widgets a,
.blog_sidebar a,
.post_content a{
	text-decoration:underline;
}
.post_archive,
.notFound{
	border:1px solid #CCC;
	margin:0;
	background-color:#FFF;
	position:relative;
}
.archive_frame{
	margin:0 auto 20px;
}
.archive_frame:before{
	content: '';
	width: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border-style:solid;
	border-color:#666666;
	border-width:5px 1px 0 1px;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
}
.social_postTitle{
	background-color:#333333;
	height:28px;
	margin:10px 10px 10px -10px;
	padding-top:7px;
	text-align:right;
	position:relative;
}
.social_postTitle:before{
	content: '';
	position: absolute;
	border-style:solid;
	border-color: #666 #666 transparent transparent;
	border-width:5px;
	left: 0px;
	bottom: -10px;
}
.social_postTitle .wp_social_bookmarking_light{
	float:right;
}
.postTitle{
	margin:10px 4% 0;
}
.postTitleContent,
.excerpt_post
{
	margin:10px 0 10px 165px;
}
.postNoThumTitleContent,
.excerpt_post_NoThum
{
	margin:10px 0 10px 0;
}
.singleTitleContent{
	margin:10px 0 10px 135px;
}
.singleNoThumTitleContent{
	margin:10px 0 10px 0;
}
.postTitle h2 a,
.postTitle h2 a:visited{
	color:#333333;
}

.postThum{
	margin:10px 0px 0px;
}
.postData{
	border-style:solid none;
	border-width:1px;
	border-color:#CCC;
	font-size:12px;
	line-height:1.8;
	padding:5px 0;
}
.postData span{
	padding-left:20px;
	background-repeat:no-repeat;
	background-image:url(images/ico_postMeta.png);
}
.postDate{
	background-position:0 0;
}
.postCategory{
	background-position:0 -22px;
}

.postComments{
	background-position:0 -46px;
}

.postTag{
	background-position:0 -71px;
}

.moreLink{
	margin:10px 10px;
}
.moreLink a{
	display:block;
	float:right;
	background-color:#666666;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:5px 10px 3px 10px;
	position:relative;
	transition: opacity .2s ease-out;
	font-size:14px;
}
.moreLink .icon-delta-r{
	margin-right:4px;
}

.moreLink a:hover{
	opacity:0.8;
}

.tablenav{
	text-align:center;
	font-size:14px;
	margin:30px 0;
}
.page-numbers{
	padding:3px 10px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	transition: background-color .2s ease-out;
}
.page-numbers:hover{
	background-color:#666666;
	color:#FFFFFF;
}
.bread_nav{
	font-size:14px;
	margin:10px 0;
}
.bread_nav ol{
	list-style:none;
}
.bread_nav li{
	display:inline-block;
}
.bread_nav li:before{
	content:'>';
	margin:0 5px;
}
.bread_nav li:first-child:before{
	content:'';
	margin:0;
}
.bread_1col{
	width:800px;
	margin:-5px auto 5px;
}
/*コンテンツ部の書式色々*/
.wrapper_page_header{
	margin:0 auto 10px;
	border:1px solid #CCC;
	width:800px;
	text-align:center;
	background-color:#FFFFFF;
	border-top:none;
}
.wrapper_page_header img{
	vertical-align:bottom;
}
.no_border{
	border:none;
}
.post_page h2{
	margin:15px 20px;
	background-color:#666;
	color:#FFFFFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:7px 15px;
}
.post_content h3{
    font-size: 21px;
    font-weight: bold;
    background-repeat: no-repeat;
    color: #000;
    margin: 2em -10px 1em;
    padding: 10px 10px 13px 27px;
    border-style: solid;
    border-width: 1px 1px 1px;
    border-color: #C2CCD1;
    line-height: 1.2em;
    position: relative;
}
.post_content h3:before{
    content: "";
    width: 8px;
    /* height: 26px; */
    height: 55%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #0066FF;
    position: absolute;
    top: 13px;
    /* top: 15%; */
    left: 8px;
}
.post_content h3:after{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #0066FF;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.post_content h3 {
    background-color: #f9f5dc;
    color: #604c3f;
    margin: 2em -29px 1em -29px;
    padding: 18px 10px 18px 27px;
}

.post_content h4{
    color: #604c3f;
	margin: 0px 0px;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1em;
	border-left: 3px solid #333;
}
.post_content h4 {
    border-left-color: #796a55;
    background-color: #f9f5dc;
    padding: 9px 8px;
    margin: 0 0 0 -10px;
}

.post_content h5{
    margin: 0px 9px 0 0px;
    padding: 17px 10px 10px 9px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
    border-bottom: 2px dotted #796a55;
}

.post_content h6{
	margin:0px 10px;
	padding: 5px 10px;
	font-weight:bold;
	font-size:16px;
	line-height:1.1em;
}

/*blockquoteのスタイル*/
blockquote{
	display:block;
	margin: 20px auto 20px !important;
	background: url(images/bk-blockquote-l.png) no-repeat scroll 10px 10px;
	border: 1px solid #DEDEDE;
	background-color: #F5F5F5;
	width:500px;
	padding: 0px;
	position:relative;
	padding:15px 50px;
	}
blockquote:after{
	position:absolute;
	bottom: 10px; right: 10px;
	content: url(images/bk-blockquote-r.png);
	}
.post_content blockquote p{
	margin-top:15px;
}
/*枠付きイメージ*/
.waku,
.waku_ami{
	padding:4px;
}
.waku{
	background-color:#FFF;
	padding:4px;
	border:1px solid #CCC;
}
.waku_ami{
	background-image:url(images/bk_waku.png);
	background-repeat:repeat;
}
/*ドロップシャドウ付きイメージ*/
.kage{
	-webkit-box-shadow:2px 2px 5px #555;
	-moz-box-shadow:2px 2px 5px #555;
	box-shadow:2px 2px 5px #555;
}

/*コンテンツ部の表*/
.post_content table,
.post_content tr,
.post_content td
{
	border-color:#CCC;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
}
.post_content table{
	margin:0;
}
.post_content tr,
.post_content td{
	padding:10px;
}
/*コンテンツ部のウィジェット*/
.content_widgets .generalBox{
	background-color:#FFF;
}
.generalBox{
	margin:0 0 20px;
	border:1px solid #CCC;
}
.generalBox p{
	margin:10px 10px;
}
.generalBox h3{
	font-size:17px;
	padding:12px 10px;
	background-color:#999999;
	background-repeat:repeat;
	margin: -1px -1px 0px;
	font-weight:normal;
	text-align:center;
}

.generalBox .h3_orange,
.sideBox .h3_orange{
	background-image:url(images/h3_w_orange.png);
	color:#333333 !important;
	border:none !important;
}
.generalBox .h3_green,
.sideBox .h3_green{
	background-image:url(images/h3_w_green.png);
	color:#FFF !important;
	border:none !important;
}
.generalBox .h3_blue,
.sideBox .h3_blue{
	background-image:url(images/h3_w_blue.png);
	color:#FFF !important;
	border:none !important;
}

.sideBox .h3_blue:before,
.sideBox .h3_green:before{
	background-color: #FFF;
	border: 1px solid #FFF;	
}

.nbContent{
	margin:10px 20px;
}
.content_footer .nbContent{
	margin:10px 0;
}

.sideBox .nbContent{
	margin:10px;
}

.sideBox .nbContent dt{
	float:left;
}
.sideBox .thum_show dd{
	margin-left:60px;
}
.generalBox .thum_show dl{
	display:inline-block;
	width:120px;
	vertical-align:top;
	margin:0 20px;
}
.generalBox .thum_hide dl{
	margin:10px 0;
}
.generalBox .orderList dt{
	text-align:center;
}
.generalBox .newPosts dl{
	display:block;
	width:100%;
	vertical-align:baseline;
	margin:10px 0;
	border-bottom:1px dotted #CCCCCC;
}
.generalBox .newPosts dl:last-child{
	border-bottom:none;
	margin-bottom:0;
}

.post_content{
	margin:10px 28px;
	line-height:27px;
}
.post_content p{
	margin-top:10px;
	margin-bottom:20px;
	
}
p.margin-small{
	margin-bottom:10px;
}
.post_content ul,
.post_content ol{
	margin-bottom:40px;
	margin-left:30px;
    /* display: inline-block; */
	margin-top: 35px;
}



.post_adsence{
	margin: -5px auto 20px;
	text-align: center;	
}
.ad_label{
	text-align:center;
	margin:0 auto 5px;
}
.post_footer{
	border:1px solid #CCC;
	margin:10px 0 25px;;
	padding:0;
	text-align:right;
	background-color:#FFFFFF;
}
.post_social_bottom{
	margin: 0 31px;
	padding: 10px;
}
.social_copy{
	text-align:left;
	margin:0 0 10px;
}
.post_blog_ranking {
	text-align:left;
	margin:0 20px 20px;
}
.blog_ranking_label{
	margin:0 0 10px;
}
.single_go_home{
	text-align:center;
	margin:10px;
}
.wrap_pn_post{
	text-align:center;
	margin:0;
	border-bottom:1px solid #CCC;
	display:table;
}
.wrap_pn_post img{
	vertical-align:top;
}
.prev_post{
	text-align:left;
	width:340px;
	border-right:1px solid #CCC;
	display:table-cell;
	vertical-align:top;
}
.next_post{
	text-align:right;
	width:340px;
	display:table-cell;
	vertical-align:top;
}
.prev_post a,
.next_post a{
	display:block;
	padding:10px;
	overflow:hidden;
	transition: background-color .2s ease-out;
}
.prev_post a:hover,
.next_post a:hover{
	/*background-color:#ececec*/
}

.prev_post .pn_link{
	float:left;
}
.next_post .pn_link{
	float:right;
}
.pn_link div {
	display: table-cell;
	vertical-align: middle;
	min-height:46px;
}
.pn_caption{
	width:100%;
	color:#333333;
}
.pn_post_arrow{
	font-weight:bold;
	font-size:30px;
	padding:0 5px;
	line-height:1;
}
.pn_link .pn_post_title{
	margin:5px 10px;
	width:210px;
	line-height:1.2;
	vertical-align:top;
	padding:5px 0;
}
.next_post .pn_post_title{
	text-align:left;
}
.pn_end{
	padding:10px;
}
.pn_end div{
	color:#999999;
}
.sideBox .wpp-thumbnail{
	margin: 0 10px 0 0;
}
.sideBox select{
	margin:10px;
	font-size:16px;
}

.category_description{
	margin-bottom:20px;
	
}
.category_description p {
	margin-bottom:10px;
}
/*コメントブロック*/
.comments h3{
	font-size:20px;
	margin:10px 0px;
	padding-left:20px;
	position:relative;
}
.comments h3:before{
	content: '';
	background-color: #666;
	border: 2px solid #666;
	position: absolute;
	top: 0px;
	left: 5px;
	height: 23px;
	width: 4px;
	border-radius: 2px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.wrapper_comment{
	border:1px solid #CCC;
	margin-bottom:25px;
	padding:15px 31px;
	background-color:#FFF;
}
.wrapper_comment li{
	list-style:none;
}
.comment_list{
	margin:10px 31px;
}
.comment_list li{
	margin: 20px 0 20px;
}
.comment_list .children{
	margin-left:50px;
}
.comment_list .avatar{
	float:left;
	padding:2px;
	border:1px solid #CCC;
}
.commentAuthor{
	margin-left:70px;
}
.commentAuthor cite{
	font-weight:bold;
	font-style:normal;
}
.commentCont{
	clear:left;
	margin:15px 0px 10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #CCC;
}
.commentCont p{
	margin-bottom:15px;
}
.text_input{
	width:80%;
	font-size:18px;
}
.text_area{
	width:100%;
	font-size:16px;
}
.form_note{
	font-size:14px;
	color:#999;
}
.login{
	margin:10px 0;
}
#commentform dt{
	font-weight:bold;
}
#commentform dd{
	margin-bottom:10px;
}
/*サイドバーブロック*/
.blog_sidebar li{
	list-style:none;
}

.sideBox{
	margin:0px 0px 20px;
	border:1px solid #CCC;
	background-color:#FFF;
}
.sideBox h3{
	background-color:#666666;
	padding:12px 5px 12px 15px;
	font-size:16px;
	margin:-1px -1px 0;
	font-weight:normal;
	position:relative;
}

.sideBox ul{
	padding:10px 15px;
}
.generalBox .cat-item,
.sideBox li{
	background-image:url(images/list_1st.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:20px;
	margin-bottom:5px;
	list-style:none;
}
.generalBox .cat-item .children,
.sideBox .children{
	padding:0 0 0 10px;
}
.sideBox .children li,
.generalBox .cat-item .children li{
	padding-left:15px;
	background-image:url(images/list_2nd.gif);
	border-bottom:none;
}
.sideBox p{
	margin:10px;
}
/*フッターブロック*/
.blog_footer{
	background-color:#333333;
	color:#FFFFFF;
	border-top:7px solid #999;
	position:relative;
}
.blog_footer:before{
	content:'';
	border-top:1px solid #FFF;
	width:100%;
	position:absolute;
	z-index:0;
}
.wrap_go_top_tab{
	width:1000px;
	margin:5px auto 0;
	text-align:right;
	position:relative;
}
.gotab_page{
	width:800px;
}
.go_top_tab{
	background-color: #999;
	font-size:14px;
	padding: 5px 10px 2px;
	border-color: #FFF;
	border-width: 1px;
	border-style: none solid solid;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	color:#FFFFFF;
	transition: background-color .2s ease-out;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	text-align: center;
	display: block;
}
#page-top .go_top_text{
	text-decoration: none;
	color: #fff;
	padding:15px 10px 5px;
	border-radius: 10px;
	background-color: #666;
	opacity:0.7;
}

#page-top a:hover,
#page-top a img:hover {
	text-decoration: none;
	opacity:1;
}
#page-top a img{
	transition: opacity .2s ease-out;
}
#page-top span{
	font-size: 30px;
}
.go_PC{
	display:block;
	text-align:center;
	background-color: #CCC;
	padding: 20px 0;
	font-size:25px;
	border-top:1px solid #CCC;
}
.icon-arrow-pc{
	font-size:18px;
	display: inline-block;
	padding: 0 5px 0 0;
	line-height: 0.5;
}
.pcView {
	padding: 65px 0 0;
	height: 140px;
	font-size:50px;
}
.content_footer{
	margin-bottom:15px;
	font-size:14px;
}
.content_footer li{
	list-style:none;
}
.content_footer a{
	color:#FFFFFF;
}
.content_footer a:hover{
	text-decoration:underline;
}

.contet_footer:visited{
	color:#CCC;
}
.footColmun{
	float:left;
	margin-left:50px;
}
.col_300{
	width:300px;
	margin-left:0px;
}
.col_num_2{
	width:650px;
}
.col_num_3{
	width:300px;
}
.col_num_4{
	width:183px;
}
.footBox .textwidget{
	border:none;
	background-color:transparent;
	padding:0;
}
.footBox h3{
	background-color: #CCCCCC;
	color: #333333;
	padding: 5px 10px;
	margin: 15px 0;
	text-align: center;
	font-size: 15px;
	font-weight: nomal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.footCopy{
	text-align:center;
	font-size:12px;
	border-top:1px solid #CCC;
	padding:5px 0;
	margin-top:10px;
}
.footCopy a,.footcopy a:visited{
	color:#FFFFFF;
}

/*関連記事一覧のスタイル*/
.relatedPosts{
	border:1px solid #CCC;
	margin-bottom:20px;
	background-color:#FFF;
}
.relatedPosts dl {
	border-bottom: dotted 1px #cccccc;
	padding:15px 0px 0px 0px;
}

.relatedPosts dt {
	margin:0px 10px 0px 5px;
}

/***************************************************************
*
*ウィジェットに使うクラス
*
***************************************************************/
#recentcomments .recentcomments_avatar{
	background-image:none;
	padding-left: 0;
	margin-bottom:10px;
	padding-bottom:5px;
}
#recentcomments .recentcomments_avatar:last-child{
	margin-bottom:0;
	border-bottom:none;
}
#recentcomments img {
	border:1px solid #ccc;
	padding:1px;
	margin-right:5px;
	vertical-align:middle;
	float:left;
}
.recentcomments span{
	font-size: 12px;
	color: #666666;
	margin:0;
	display: block;
}
.recentcomment_text{
	margin-left:60px;
}
.recentcomments {
	border-bottom:1px dotted #CCC;
}
.generalBox ul{
	list-style-position:inside;
	padding:10px 15px;
}
#recentcomments{
	list-style:none;
}
.wpp-list li{
	background-image:none;
	padding-left:0;
}
.widePop{
	/*width: 89%;*/
	margin: 0 auto;
}
.widePop .wpp-list li{
	width:135px;
	display:inline-block;
	clear:none;
	vertical-align:top;
	margin-bottom:15px;
}
.widePop .wpp-post-titles{
	/*width:125px;
	display:block;*/
}
.generalBox .wpp-list li,
 .sideBox .wpp-list li{
	list-style: none;
	overflow: hidden;
	margin: 0 0 5px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
.generalBox .wpp-list li:last-child,
.sideBox .wpp-list li:last-child,{
	border-bottom:none;
}
.catRankOrder{
	counter-reset : item ;
	list-style : none ;
}
.catRankOrder li { 
	display: block;
	background-image:none;
	overflow:hidden;
	margin:10px 5px;
	position:relative;
	background-position:4px 0;
	background-repeat:no-repeat;
	padding:30px 5px 10px;
	border-bottom: 1px dotted #ccc;
}
.widePop .catRankOrder li{
	margin:10px 20px;
}
.catRankOrder li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.catRankOrder li:before {
	content: counter(item) "位";
	counter-increment: item ;
	position: absolute;
	left: 7px;
	top: 8px;
	font-weight: bold;
	color: #777;
}
.catRankOrder li:first-child:before,
.catRankOrder li:nth-child(2):before,
.catRankOrder li:nth-child(3):before { 
	top:2px;
}
.catRankOrder li:first-child:before { 
	content:url(images/ie8-rank_list_r_1.png);
}
.catRankOrder li:nth-child(2):before { 
	content: url(images/ie8-rank_list_r_2.png);
}
.catRankOrder li:nth-child(3):before { 
	content: url(images/ie8-rank_list_r_3.png);
}


.catRankOrder .wpp-thumbnail{
	/*margin-left:28px;*/
}
.widePop .catRankOrder li a{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
}
.newPosts dt{
	margin-right:10px;
}

.boxBanner{
	margin:0 0 20px;
}

.newPosts a,
.sideBox .orderList a{
	text-decoration:none;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	overflow:hidden;
}
.newPosts a:last-child,
.sideBox .orderList a:last-child{
	border-bottom:none;
}
.new_post_date{
	color:#333333;
	font-size:14px;
}
.content_footer .new_post_date,
.content_footer .recentcomments span{
	color:#999;
}
.new_post_title{
	text-decoration:underline;
}
.content_footer .newPosts a:hover{
	text-decoration:none;
	color:#999;
}

.tagcloud{
	padding:5px;
}

/*==================================================
   記事の装飾に使うクラス達
   （ここを編集した時はeditor-style.cssも編集すること）
==================================================*/

.boldtxt{
	font-weight:bold;
}
.bigtxt{
	font-size:1.2em;
}
.bigbigtxt{
	font-size:1.4em;
}
.smalltxt{
	font-size:0.8em;
}
.marker-yellow{
	background:#FAF37A;
}
.colorRed{
	color:#C00;
}

.arrow-orange:before,
.arrow-blue:before,
.arrow-red:before,
.arrow-pink:before,
.arrow-green:before{
	position: relative;
	top: 9px;
}

.arrow-orange:before{
	content:url(images/a_arrow_orange.png);
}
.arrow-blue:before{
	content:url(images/a_arrow_blue.png);
}
.arrow-red:before{
	content:url(images/a_arrow_red.png);
}
.arrow-pink:before{
	content:url(images/a_arrow_pink.png);
}
.arrow-green:before{
	content:url(images/a_arrow_green.png);
}





/*==================================================
   ショートコードに使うクラス（ショートコードスタート地点）
==================================================*/

.post_content .f_box p {
	margin-bottom: 10px;
}


.tokuten,
.box_b,
.bullet_box,
.box_h,
.box_org {
	border-width:2px;
	border-style:solid;
	margin:20px 4px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tokuten {
	border-color:#009CE2;
	padding:10px;

}
.title_tokuten{
	color:#FFF;
	background-image:none;
	background-color:#009CE2;
	border-style:none;
	margin:0 0 10px;
	font-size:16px;
	padding:8px 10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
}
img.tokuten_img{
	float:left;
	margin:0 10px;
}

.bullet_box{border-color:#604c3f;}
.box_b{border-color:#FF843F}

.box_h{
	background-color:#FFE79F;
	background-image:url(images/bk_box_h.gif);
	border-style:none;
}
.box_org{
	background-color:#3a6ec1;
	background-image:url(images/bk_box_h.gif);
	border-style:none;
}
.box_b p,
.box_h p,
.box_org,
.bullet_box p{
	margin-bottom:10px;
}
.post_content .bullet_box ul{
	margin: 0 20px 20px;
}

.bullet_box li{
		margin:10px 0px;
}

.bullet_box ul li {
	list-style:none;
	background-image:url(images/ico_check24_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:27px;
	padding-top:5px;
	line-height:20px;
	
}

.ranktable,
.ranktable th,
.ranktable td{
	border-color:#CCC;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
}
.ranktable th{
	padding:10px 5px 5px;
	background-color:#F1F1F1;
	text-align:left;
}
.ranktable td{
	padding:15px;
}
.ranktable td{
	vertical-align:top;
}
.ranktable .ranking_img{
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:50px;
	font-size:17px;
}
.ranking_img_1{
	background-image:url(images/ie8-rank-1.png);
}
.ranking_img_2{
	background-image:url(images/ie8-rank-2.png);
}
.ranking_img_3{
	background-image:url(images/ie8-rank-3.png);
}

.rank_more{
	margin:10px 5px 0px;
	text-align:right;
}
.rank_more a{
	padding: 8px 9px;
	font-weight: bold;
	font-size:15px;
	width:230px;
	text-align:center;
	display:inline-block;
}

.rank_more .icon-delta-r{
	margin-right:3px;
	font-size:14px;
}
/*-----------------------------------------*/
/*****[box]ショートコード用のスタイル*****/
/*-----------------------------------------*/
.custBox{
	margin:10px 10px 30px;
	border-style:solid;
	border-width:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

.custBox02{
	margin:10px;
	padding:10px;
	border-style:solid;
	border-width:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

.custBox_title{
	padding:7px 20px;
	background-color:#FDC4C1;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.custBox_cont{
	margin:15px 30px;
}
.custBox p{
	margin-top:30px;
}
.custBox h3{
	font-size:16px;
	color:#1977A9;
	background:none;
	border:none;
	padding:0px 0px 0px;
	margin:5px 0px;
}

/*.custBox p{
	margin-bottom:10px;
}*/

.custom_box p{
	margin:5px 0px;
}
#sidebar .custBox{
	margin:10px 0px;
	padding:10px 10px;
}

/********ピンク*******/
/*外枠*/
.box_pink,
.box_pink-pink,
.box_pink-gray,
.box_pink .balloonText{
	border-color:#F07FA3;
		
}
/*タイトル*/
.box_pink .custBox_title,
.box_pink-gray .custBox_title{
	background-color:#F07FA3;
	color:#FFF;
}
.box_pink-pink .custBox_title{
	background-color:transparent;
	color:#990000;
	margin-bottom: -12px;
}
/*背景色*/
.box_pink-pink{
	background-color:#FFE8E8;
}
.box_pink-gray{
	background-color:#F1F1F1;
}
/*******水色******/
/*外枠*/
.box_blue,
.box_blue-blue,
.box_blue-gray,
.box_blue .balloonText{
	border-color:#0E7AC4;
		
}
/*タイトル*/
.box_blue .custBox_title,
.box_blue-gray .custBox_title{
	background-color:#0E7AC4;
	color:#FFF;
}
.box_blue-blue .custBox_title{
	background-color:transparent;
	color:#4973A6;
	margin-bottom: -12px;
}
/*背景色*/
.box_blue-blue{
	background-color:#E0FBFF;
}
.box_blue-gray{
	background-color:#F1F1F1;
}

/******黄緑******/
/*外枠*/
.box_green,
.box_green-green,
.box_green-gray,
.box_green .balloonText{
	border-color:#509B49;
		
}
/*タイトル*/
.box_green .custBox_title,
.box_green-gray .custBox_title{
	background-color:#509B49;
	color:#FFF;
}
.box_green-green .custBox_title{
	background-color:transparent;
	color:#477E26;
	margin-bottom: -12px;
}
/*背景色*/
.box_green-green{
	background-color:#DCFDCC;
}
.box_green-gray{
	background-color:#F1F1F1;
}
/******ブラック*****/
/*外枠*/
.box_black,
.box_black-gray,
.box_black .balloonText{
	border-color:#000000;
		
}
/*タイトル*/
.box_black .custBox_title,
.box_black-gray .custBox_title{
	background-color:#000000;
	color:#FFF;
}
/*背景色*/
.box_black-gray{
	background-color:#F1F1F1;
}

/*-----------------------------------------*/
/*****[f_box]ショートコード用のスタイル*****/
/*-----------------------------------------*/
ul.f_container,
ol.r_container{
	list-style:none;
	margin:10px auto 25px;
	text-align:center;
}
.post_content ul.f_container,
.post_content ol.r_container{
	margin-left:-30px;
	margin-right:-30px;
}
ul.f_container li,
ol.r_container li{
	display:inline-block;
	width:200px;
	border:1px solid #CCC;
	text-align:center;
	overflow:hidden;
	vertical-align:top;
}

ul.f_container li strong{
	color:#000000;
}
.f_box_text{
	text-align:left;
}
.f_box img{
	margin:8px;
	border:1px solid #CCC;
	vertical-align:bottom;
}
.generalBox .f_box p{
	margin:0;
}
.f_box_text p,
.generalBox .f_box_text p{
	font-size:13px;
	margin:5px 8px;
	line-height:1.5em;
}
.f_box_button{
	text-align:right;
	margin-bottom:10px;
	margin-right:7px;
}

/*-----------------------------------------*/
/*　　[ranking_yoko]ランキング版ショートコード　*/
/*-----------------------------------------*/
.r_container li{
	list-style:none;
	background-repeat:no-repeat;
	background-position:8px 5px;
}
.r_container li:first-child{
	background-image:url(images/ie8-rank_list_r_1.png);	
}
.r_container li:nth-child(2){
	background-image:url(images/ie8-rank_list_r_2.png);
}
.r_container li:nth-child(3){
	background-image:url(images/ie8-rank_list_r_3.png);
}
.r_box_title{
	font-weight:bold;
	text-align:left;
	margin:12px 5px 5px 35px;
	line-height:1.2;
	font-size:17px;
}

.sidebox .r_container li {
width: auto;
margin:10px auto;
}
/*-----------------------------------------*/
/*****[QA]ショートコード用のスタイル*****/
/*-----------------------------------------*/

.qaBox{
	margin:10px 0px;
}
.answer,
.question{
	padding: 11px 0 11px 55px;
	background-repeat:no-repeat;
	background-position:top left;
}
.answer p{
	margin-top:0;
	
}
.question{
	font-size:18px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

.q_red{
	background-image:url(images/q-red.png);
	color:#D84529;
}
.a_red{
	background-image:url(images/a-red.png);
}
.q_blue{
	background-image:url(images/q-blue.png);
	color:#2D85E0;
}
.a_blue{
	background-image:url(images/a-blue.png);
}
.q_orange{
	background-image:url(images/q-orange.png);
	color:#E0892D;
}
.a_orange{
	background-image:url(images/a-orange.png);
}

.q_green{
	background-image:url(images/q-green.png);
	color:#9BBF30;
}
.a_green{
	background-image:url(images/a-green.png);
}

.q_text_off{
	color:#333333;
	font-weight:bold;
}
/*-----------------------------------------*/
/*　　ショートコードボタン　*/
/*-----------------------------------------*/

.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px 15px;
    margin: 0 3px;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.2);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.2);
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background-color: #ddd;
	background-image: linear-gradient(top, rgba(255,255,255,.3), 
                     rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;
	
}
a.button{
	text-decoration:none;
}
.button:hover{
    background-color: #eee;
    color: #fff;
}
.button:visited{
	color:#fff;
} 
.button:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
	outline: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
    text-shadow: none;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
/*グリーンのボタン*/
.button.green {
background-color: #26BB1A;
border-color: #5D8324;
}
.button.green:hover {
background-color: #67CF5E;
}
 
/*オレンジのボタン*/
.button.btcolor{
	background-color: #EE8A25;
	border-color: #B14C05;
} 
.button.btcolor:hover{
	background-color: #EEA24F;
}
.button.btcolor:active{
  background: #EEA24F;
}

/*角丸のスタイル*/
.generalBox,.sideBox,.post_archive,.post_footer,.wrapper_comment,.relatedPosts{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-der-radius:5px;
	
}
.sideBox h3,.generalBox h3{
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

.post_content .margin-small{
  margin-bottom:5px;
}
.post_content .margin-upper-h3{
	margin-bottom:-30px;
}
/*Facebookのボタンの修正スタイル*/
.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}
/*wp_social_bookmarking_lightの余分なマージンを省く*/
.wrap .wp_social_bookmarking_light{
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wrap .wp_social_bookmarking_light div{
    min-height: 23px !important;
	line-height:1em !important;
}





/*==================================================
  ショートコードで使うクラス達(大磯追加)
==================================================*/

/*-----------------------------------------*/
/*　　Googleカスタム検索ショートコード　*/
/*-----------------------------------------*/
.post .wrap_gcse_aw table,
.post .wrap_gcse_aw tr,
.post .wrap_gcse_aw td
{
	border:none;
}
.post .wrap_gcse_aw table{
	margin:0;
	line-height:normal;
}

.post .wrap_gcse_aw .gsc-input-box table{
	line-height:1.7;
}
.post .wrap_gcse_aw tr,
.post .wrap_gcse_aw td{
	padding:0;
}
.post .wrap_gcse_aw .gsc-control-cse {
	margin: auto;
}
.post .gsc-wrapper {
	line-height: normal;
}

.post .gsc-input-box{
	height:32px !important;
}
/*-----------------------------------------*/
/*****[tokushu]ショートコード用のスタイル*****/
/*-----------------------------------------*/
.tokushuu_v{
	margin-bottom:30px;
	border:2px solid;
	padding-bottom:5px;
}
.h_tokushuu{
	margin-bottom:0px;
	padding: 15px 10px 5px;
	font-weight:bold;
	font-size:20px;
}
.f_list_rank{
	margin: 0 5px 5px;
	font-size:18px;
	font-weight:bold;
}
.f_list_rank span{
	font-size:23px;
}

.article .f_v_container{
	margin-left:0px;
	padding:10px 0px 0px;
}
.f_list:first-child{
	border-top:none;
	padding-top:10px;
}
.f_list{
	border-top: 2px dotted #CCCCCC;
    list-style: none outside none;
    margin: 0 10px 15px;
	padding-top:10px;
}
.f_list_img{
	float: left;
	width:65px;
	margin-left:0px;
}
.f_list_img img{
	border:1px solid #CCC;
	vertical-align:bottom;
}
.f_list_text{
	width:100%;
	line-height:1.5;
}
.f_list_text p{
	margin-bottom: 10px
}
.f_list_title {
	font-size: 18px;
    font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
    display: block;
    margin-left: 70px;
    min-height: 60px;
}
.f_list_go{
	margin-right:0px;
	text-align: center;
}

.f_list_go .button{
	width: 70%;
}

/*-----------------------------------------*/
/*****[box]ショートコード用のスタイル*****/
/*-----------------------------------------*/
.custBox{
	margin:10px 10px 30px;
	border-style:solid;
	border-width:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}
.box_no_border{
	border:none;
}
.custBox_title{
	padding:7px 20px;
	background-color:#FDC4C1;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.custBox_cont{
	margin:0;
}
.custBox_cont p{
	margin:5px 10px 30px;
}
.box_no_border .custBox_cont{
	margin:30px 0;
}
.article .custBox h3{
	font-size:16px;
	color:#1977A9;
	background:none;
	border:none;
	padding:0px 0px 0px;
	margin:5px 0px;
}


#sidebar .custBox{
	margin:-5px 0px 0px;
	padding:10px 10px;
}
#sidebar .custBox_cont{
	margin:15px 5px;
}

/********ピンク*******/
/*外枠*/
.box_pink,
.box_pink-pink,
.box_pink-gray,
.box_pink .balloonText{
	border-color:#F07FA3;
		
}
/*タイトル*/
.box_pink .custBox_title,
.box_pink-gray .custBox_title{
	background-color:#F07FA3;
	color:#FFF;
}
.box_pink-pink .custBox_title{
	background-color:transparent;
	color:#990000;
	margin-bottom: -12px;
}
/*背景色*/
.box_pink-pink{
	background-color:#FFE8E8;
}
.box_pink-gray{
	background-color:#F1F1F1;
}
/*******水色******/
/*外枠*/
.box_blue,
.box_blue-blue,
.box_blue-gray,
.box_blue .balloonText{
	border-color:#0E7AC4;
		
}
/*タイトル*/
.box_blue .custBox_title,
.box_blue-gray .custBox_title{
	background-color:#0E7AC4;
	color:#FFF;
}
.box_blue-blue .custBox_title{
	background-color:transparent;
	color:#4973A6;
	margin-bottom: -12px;
}
/*背景色*/
.box_blue-blue{
	background-color:#E0FBFF;
}
.box_blue-gray{
	background-color:#F1F1F1;
}

/******黄緑******/
/*外枠*/
.box_green,
.box_green-green,
.box_green-gray,
.box_green .balloonText{
	border-color:#509B49;
		
}
/*タイトル*/
.box_green .custBox_title,
.box_green-gray .custBox_title{
	background-color:#509B49;
	color:#FFF;
}
.box_green-green .custBox_title{
	background-color:transparent;
	color:#477E26;
	margin-bottom: -12px;
}
/*背景色*/
.box_green-green{
	background-color:#DCFDCC;
}
.box_green-gray{
	background-color:#F1F1F1;
}
/******ブラック*****/
/*外枠*/
.box_black,
.box_black-gray,
.box_black .balloonText{
	border-color:#000000;
		
}
/*タイトル*/
.box_black .custBox_title,
.box_black-gray .custBox_title{
	background-color:#000000;
	color:#FFF;
}
/*背景色*/
.box_black-gray{
	background-color:#F1F1F1;
}

/*-----------------------------------------*/
/*****[d_box]ショートコード用のスタイル*****/
/*-----------------------------------------*/
.dCustBox{
	margin:10px 10px 30px;
	background-color:#F5F5F5;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow:1px 1px 2px #ccc;
	position:relative;	
	background-image:url(images/bk_d_pf.jpg);
	background-repeat:repeat;
}
.dCustBox_title{
	padding:7px 20px;
	background-color:#FDC4C1;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.dCustBox_cont{
	margin:0px 30px;
	padding-top:10px;
	padding-bottom:10px;
}
.article .dCustBox h3{
	font-size:16px;
	color:#1977A9;
	background:none;
	border:none;
	padding:0px 0px 0px;
	margin:5px 0px;
}
.dCustom_box p{
	margin:5px 0px;
}
#sidebar .dCustBox{
	margin:10px 0px;
	padding:10px 10px;
}

.dCustBox>div:first-child{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
}
/*wood clip*/
.wood{
	margin-top:95px;
}
.decorate_wood{
	top:-73px;
}
.wood .dCustBox_cont{
	padding-top:25px;
}
/*clip*/
.clip{
	margin-top:15px;
}
.decorate_clip{
	top:-6px;
}
.clip .dCustBox_cont{
	padding-top:50px;
}
/*double clip*/
.d_clip{
	margin-top:60px;
}
.decorate_d_clip{
	top:-50px;
}
.d_clip .dCustBox_cont{
	padding-top:40px;
}
/*pin*/
.pin{
	margin-top:30px;
}
.decorate_pin{
	top:-20px;
}
.pin .dCustBox_cont{
	padding-top:25px;
}
/*map pin*/
.map_pin{
	margin-top:25px;
}
.decorate_map_pin{
	top:-15px;
}
.map_pin .dCustBox_cont{
	padding-top:20px;
}
/*tape*/
.tape{
	margin-top:30px;
}
.decorate_tape{
	top:-17px;
}
.tape .dCustBox_cont{
	padding-top:25px;
}
/*-----------------------------------------*/
/*****[d_photo_frame]ショートコード用のスタイル*****/
/*-----------------------------------------*/
.d_photo_frame{
	background-color:#F5F5F5;
	-webkit-box-shadow:1px 1px 2px #ccc;
	-moz-box-shadow:1px 1px 2px #ccc;
	box-shadow:1px 1px 2px #ccc;
	position:relative;
	background-image:url(images/bk_d_pf.jpg);
	background-repeat:repeat;
	margin-bottom: 15px;
}

.d_pf_text{
	margin:0px 20px;
	padding-bottom:10px;
}
#sidebar .d_pf_text{
	margin:0;
}
.article .d_pf_text h3{
	font-size:16px;
	color:#1977A9;
	background:none;
	border:none;
	padding:0px 0px 0px;
	margin:5px 0px;
}
.d_pf_text p{
	margin:5px 0px;
}
.imgframe{
	text-align:center;
	padding: 0 8px;
}
.imgframe img{
	padding:1px;
	border:1px solid #CCC;
}
.d_photo_frame div:first-child{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
}

/*wood clip*/
.pf_decorate_wood{
	top:-73px;
}
.wood .imgframe{
	padding-top:25px;
}
/*clip*/
.pf_decorate_clip{
	top:-6px;
}
.clip .imgframe{
	padding-top:50px;
}
/*double clip*/
.pf_decorate_d_clip{
	top:-50px;
}
.d_clip .imgframe{
	padding-top:40px;
}
/*pin*/
.pf_decorate_pin{
	top:-20px;
}
.pin .imgframe{
	padding-top:25px;
}
/*map pin*/
.pf_decorate_map_pin{
	top:-15px;
}
.map_pin .imgframe{
	padding-top:20px;
}
/*tape*/
.pf_decorate_tape{
	top:-17px;
}
.tape .imgframe{
	padding-top:25px;
}
/*-----------------------------------------*/
/*****[popular]ショートコード用のスタイル*****/
/*-----------------------------------------*/
ul.f_container,
ol.r_container{
	list-style:none;
	margin:10px auto 25px;
	text-align:center;
}
ul.f_container li,
ol.r_container li{
	display:inline-block;
	width:90%%;
	border:1px solid #CCC;
	text-align:center;
	overflow:hidden;
	vertical-align:top;
	margin-bottom: 10px;
}

ul.f_container li strong{
	color:#000000;
}
.f_box_img {
  display: block;
  float: left;
  width: 200px;
}
.f_box_text{
	text-align:left;
}
.f_box img{
	margin:8px;
	border:1px solid #CCC;
	vertical-align:bottom;
}
.f_box p{
	margin-bottom:5px;
}
.f_box_text p{
	font-size:13px;
	margin:8px 8px;
	line-height:1.5em;
}
.f_box_button{
	text-align:center;
	margin: 5px 0 10px 0;
	clear: both;
}
.f_box_button .button{
	width: 80%;
}
.r_box_title{
	font-weight:bold;
	text-align:left;
	margin:12px 5px 5px 35px;
	line-height:1.2;
	font-size:17px;
}
.go_toc a,
.f_list_go a,
.f_box_button a{
	position: relative;
}

.f_list_go a:after,
.f_box_button a:after{
	content: '＞';
	position: absolute;
	right: 5px;
}
/*-----------------------------------------*/
/*　　[ranking_yoko]ランキング版ショートコード　*/
/*-----------------------------------------*/
.r_container li{
	list-style:none;
	background-repeat:no-repeat;
	background-position:8px 5px;
	background-size: 26px;
}
.r_container li:first-child{
	background-image:url(images/rank_list_1st_r.png);	
}
.r_container li:nth-child(2){
	background-image:url(images/rank_list_2nd_r.png);
}
.r_container li:nth-child(3){
	background-image:url(images/rank_list_3rd_r.png);
}
.r_container .r_box_title{
	margin:12px 5px 5px 40px;
}
/*レーティング画像のスタイル*/
.rating_star,
.rating_maru{
	vertical-align:baseline;
}
/*-----------------------------------------*/
/*****[point]ショートコード用のスタイル*****/
/*-----------------------------------------*/
.pointBox{
	margin:20px 0px;
}
.pointIndex{
	float:left;
	width:81px;
	height:81px;
	padding:0px;
	text-align:center;
	background-image:url(images/point_red_maru.png);
	background-repeat:no-repeat;
	margin: 0 7px 0px 0px;
}
.pointIndex_wide{
	float:left;
	width:80px;
	height:30px;
	padding:0px;
	text-align:center;
	background-image:url(images/point_rect_red.png);
	background-repeat:no-repeat;
}

.point_mobile {
  background-size: 100%;
  width: 60px;
  height: 63px;
}


/*ポイントアイコンの位置（モバイル）*/
.point_1{
	background-position:0 0;
}
.point_2{
	background-position:0 -70px;
}
.point_3{
	background-position:0 -139px;
}
.point_4{
	background-position:0 -208px;
}
.point_5{
	background-position:0 -278px;
}

/*ポイントアイコンwideの位置*/
.point_wide_1{
	background-position:0 0;
}
.point_wide_2{
	background-position:0 -40px;
}
.point_wide_3{
	background-position:0 -80px;
}
.point_wide_4{
	background-position:0 -120px;
}
.point_wide_5{
	background-position:0 -160px;
}
/*ポイントアイコン赤色*/
.point_maru_red{
	background-image:url(images/point_red_maru.png);
}
.point_sikaku_red{
	background-image:url(images/point_red_sikaku.png);
}
.point_hosi_red{
	background-image:url(images/point_red_hosi.png);
}
.point_wide_red{
	background-image:url(images/point_rect_red.png);
}
/*ポイントアイコン青色*/
.point_maru_blue{
	background-image:url(images/point_blue_maru.png);
}
.point_sikaku_blue{
	background-image:url(images/point_blue_sikaku.png);
}	
.point_hosi_blue{
	background-image:url(images/point_blue_hosi.png);
}
.point_wide_blue{
	background-image:url(images/point_rect_blue.png);
}
/*ポイントアイコン緑色*/	
.point_maru_green{
	background-image:url(images/point_green_maru.png);
}
.point_sikaku_green{
	background-image:url(images/point_green_sikaku.png);
}	
.point_hosi_green{
	background-image:url(images/point_green_hosi.png);
}
.point_wide_green{
	background-image:url(images/point_rect_green.png);
}
/*ポイントアイコンオレンジ色*/
.point_maru_orange{
	background-image:url(images/point_orange_maru.png);
}
.point_sikaku_orange{
	background-image:url(images/point_orange_sikaku.png);
}	
.point_hosi_orange{
	background-image:url(images/point_orange_hosi.png);
}
.point_wide_orange{
	background-image:url(images/point_rect_orange.png);
}
	
.pointCont{
	margin: 0 10px 0 0;
	width:auto;
	max-width: 520px
}

.pointCont dd p,
.pointCont_wide dd p{
	margin-bottom:0;
	margin-top:30px;
}

.pointCont dd p:first-child,
.pointCont_wide dd p:first-child{
	margin-top:0;
}

.pointCont dt,
.pointCont_wide dt{
	border-bottom:solid 1px #CCCCCC;
	font-size:18px;
	font-weight:bold;
	color:#CF1D13;
	margin: 0 0 10px 0;
}
.pointCont dt{
	margin-left: 70px
}

.pointCont_wide dt{
	margin-left:90px;
	padding-top:2px;
}

.pointCont_red dt{
	color:#CF1D13;
}
.pointCont_green dt{
	color:#8EC21C;
}
.pointCont_orange dt{
	color:#E8950C;
}
.pointCont_blue dt{
	color:#19C1ED;
}
.pointCont .h_text_off,
.pointCont_wide .h_text_off{
	color:#333;
}

/*ステップのスタイル*/
.step_maru_red{
	background-image:url(images/step_red_maru.png);
}
.step_sikaku_red{
	background-image:url(images/step_red_sikaku.png);
}
.step_hosi_red{
	background-image:url(images/step_red_hosi.png);
}
.step_wide_red{
	background-image:url(images/step_rect_red.png);
}

.step_maru_blue{
	background-image:url(images/step_blue_maru.png);
}
.step_sikaku_blue{
	background-image:url(images/step_blue_sikaku.png);
}	
.step_hosi_blue{
	background-image:url(images/step_blue_hosi.png);
}
.step_wide_blue{
	background-image:url(images/step_rect_blue.png);
}
	
.step_maru_green{
	background-image:url(images/step_green_maru.png);
}
.step_sikaku_green{
	background-image:url(images/step_green_sikaku.png);
}	
.step_hosi_green{
	background-image:url(images/step_green_hosi.png);
}
.step_wide_green{
	background-image:url(images/step_rect_green.png);
}

.step_maru_orange{
	background-image:url(images/step_orange_maru.png);
}
.step_sikaku_orange{
	background-image:url(images/step_orange_sikaku.png);
}	
.step_hosi_orange{
	background-image:url(images/step_orange_hosi.png);
}
.step_wide_orange{
	background-image:url(images/step_rect_orange.png);
}

/*チェックのスタイル*/
/*モバイルの場合*/
.check_mark{
	background-image:url(images/check.png);
}
.check_red{
	background-position:0px 0px;
}
.check_blue{
	background-position:0px -67px;
}
.check_orange{
	background-position:0px -134px;
}
.check_green{
	background-position:0px -201px;
}


.check_mark_wide{
	background-image:url(images/check_rect.png);
}
.check_wide_red{
	background-position:0px 0px;
}
.check_wide_blue{
	background-position:0px -40px;
}
.check_wide_orange{
	background-position:0px -80px;
}
.check_wide_green{
	background-position:0px -120px;
}

/*-----------------------------------------*/
/****[ranking]ランキング　ショートコード用のスタイル****/
/*-----------------------------------------*/

.rankBox {
	margin-bottom:20px;
	border: 2px solid #C9C9C9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rankBox_1{
	border-color:#fffff;
}
.rankBox_2{
	border-color:#fffff;
	background-image:url(images/rank-2.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;
}
.rankBox_3{
	border-color:#fffff;
	background-image:url(images/rank-3.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;
}

.rankText{
	margin: 10px;
}
.rankText_noCol{
	margin-top: 5px;
    width: 327px;
	padding-right:5px;
}
.rankBox_1 .rankText{
	margin: 10px;
    width: auto;;
}
.rankBox_lt4 .rankText{
	padding-right: 5px;
    width: auto;
	margin-top: 20px;
}

.rankBox_2 .rt1Col,
.rankBox_3 .rt1Col{
	float:left;
	width:288px;
	margin-right:5px;
}
.ranking img{
	vertical-align:baseline;
}
.rankNum{
	font-size:40px;
}
.rankTitle{
	margin:0;
	padding:0px 0px 3px;
	padding-top:0px;
	font-size:20px;
	font-weight:bold;
	line-height:1.1;
}

.rankBox_1 .rankTitle,
.rankBox_2 .rankTitle,
.rankBox_3 .rankTitle {
	font-size:24px;
	margin:5px 0px 0px;
	padding:0px 0px;
	min-height: 85px;
}
.rankBox_2 .rankText_noCol .rankTitle,
.rankBox_3 .rankText_noCol .rankTitle {
	min-height: 54px;
}
.rankBox_1 .rankTitle {
	line-height:1.1;
	background-image:url(images/rank-1.jpg);
	background-repeat:no-repeat;
}

.rankBox_1 .rankTitle,
.rankBox_2 .rankTitle,
.rankBox_3 .rankTitle {
	padding-left:90px;

}
.rankBox_lt4 .rankTitle{
	min-height: 40px;
}
.rankTitle img{
	margin-right:5px;
	margin-bottom:0px;
	vertical-align:baseline;
}
.ratingNum{

	color:#cc0000;

}
.ratingUnit{
	font-size:0.75em;
}
.rankRecommend{
	font-size:15px;
	display:inline-block;
	line-height:1.2;
	font-weight:normal;
}
.wrapperRankDetail{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid none none;
}
.article table.rankDetail {
	font-size:14px;
	margin-bottom:5px;
	margin-left:10px;
	border:none;
	width:95%;
	padding-bottom:5px;
}

.rankDetail img{
	vertical-align:bottom;
}
.rankBox_lt4 .rankDetail{
	font-size:14px;
}
.rankDetail th {
    background-color:transparent;
	color:#000;
    font-weight:normal;
    text-align: right;
	width:75px;
}
.rankDetail th, .rankDetail td {
    border:none;
    padding: 2px 0;
    vertical-align:baseline;
	text-align:left;
}
.rankDetail th + td{
	width:15px;
}
.rankPrice{
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
}
.rankComment{
	padding:5px 0px;
	line-height:1.2;
	overflow:auto;
	border-top:1px solid #ccc;
}
.rankComment p{
	margin:5px 10px 15px;
	line-height:1.5;
}
.rankBox_lt4 .rankComment {
	margin: 0 0 0 100px;
}
.rankBox_lt4 .rankOrder{
	float: left;
	margin-right: 10px;
}
.rankOrder{
	font-size: 28px;
    font-weight: bold;
    margin: 20px 0 0 10px;
	line-height:1;
}
.rankBox_1 .rankComment{
	width:85%;
	margin:auto;
}
.rankBox_2 .rankComment,
.rankBox_3 .rankComment {
	margin: 0 10px;
}

.rankImg {
	margin:12px 10px;
}
.rankBox_lt4 .rankImg{
	width: 100px;
	float: left;
}
.rankImg img{
	vertical-align:bottom;
}

.rankBox_1 .rankImg{
	margin:15px auto 10px;
	border:solid 2px #c9c9c9;
	width: 250px;
}

.rankBox_2 .rankImg, .rankBox_3 .rankImg {
  margin: 0px 10px 12px 15px;
  float: left;
}
.rankBox_2 .rankImg img {
	border:solid 2px #c9c9c9;
}
.rankBox_3 .rankImg img {
	border:solid 2px #c9c9c9;
}
/*リンクボタンブロック*/
.rankButton{
	text-align:center;
	margin:0px 10px 15px;
	clear: both;
}

.rankBox_2 .rankButton,
.rankBox_3 .rankButton,
.rankBox_lt4 .rankButton{
	/*height:26px;*/
}
.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px 15px;
    margin: 0 3px;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.2);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.2);
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background-color: #ddd;
	background-image: linear-gradient(top, rgba(255,255,255,.3), 
                     rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;
	
}
a.button{
	text-decoration:none;
}
.button:hover{
    background-color: #eee;
    color: #fff;
}
.button:visited{
	color:#fff;
} 
.button:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
	outline: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
    text-shadow: none;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.rankButton .button{
	width:220px;
	padding: 9px 14px;
	text-align: center;
	font-size: 20px;
	margin:0 10px 10px;
}
/*グリーンのボタン */
.button.green{
	background-color:#26BB1A;
	border-color: #5D8324;
}
.button.green:hover{
	background-color:#67CF5E;
}
.button.green:active{
  background: #57a957;
}
 
/*赤いボタン*/
.button.red{
	background-color: #D8131A;
	border-color: #D8131A;
} 
.button.red:hover{
  background-color: #ee5f5b;
}

.button.red:active{
  background: #c43c35;
}

/*オレンジのボタン*/
.button.orange{
	background-color: #EE8A25;
	border-color: #B14C05;
} 
.button.orange:hover{
	background-color: #EEA24F;
}
.button.orange:active{
  background: #EEA24F;
}

.shousai,.kousiki{
	width:50px;
}

.shousai2,.kousiki2{
	width:30px;
}

/*-----------------------------------------*/
/*****商標ボックス*****/

.item_list01 {
  margin: 10px;
  overflow:hidden;
}

.item_list01_title {
 font-size:　;
  background-color:#f9f2d2;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.item_list01_img{
    float: left;
    padding: 10px 5px;
    margin: 0;
} 
.item_list01 p {
    float: none;
    padding: 7px 7px;
    margin: 0;
   font-size:100%;
   line-height:1.4;
}
/*-----------------------------------------*/
/*****[check]ショートコード用のスタイル*****/
/*-----------------------------------------*/

.checkBox li{
	list-style:none;
	padding-left:22px;
	background-repeat:no-repeat;
	background-position: 0 4px;
	margin:5px 0px;
}
.checkBox_red li{
	background-image:url(images/list-maker-red.png);
}

.checkBox_blue li{
	background-image:url(images/list-maker-blue.png);
}
.checkBox_orange li{
	background-image:url(images/list-maker-orange.png);
}
.checkBox_green li{
	background-image:url(images/list-maker-green.png);
}

/*-----------------------------------------*/
/*****[QA]ショートコード用のスタイル*****/
/*-----------------------------------------*/

.qaBox{
	margin:10px 0px;
}
.answer,
.question{
	padding: 9px 0 8px 0;
	background-repeat:no-repeat;
	background-position:top left;
}

.answer p:first-child{
	margin-top:5px;
	text-indent: 56px;
}
.question{
	font-size:18px;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	line-height: 1.7;
	text-indent: 56px;
}

.q_red{
	background-image:url(images/q-red.png);
	color:#D84529;
}
.a_red{
	background-image:url(images/a-red.png);
}
.q_blue{
	background-image:url(images/q-blue.png);
	color:#2D85E0;
}
.a_blue{
	background-image:url(images/a-blue.png);
}
.q_orange{
	background-image:url(images/q-orange.png);
	color:#E0892D;
}
.a_orange{
	background-image:url(images/a-orange.png);
}

.q_green{
	background-image:url(images/q-green.png);
	color:#9BBF30;
}
.a_green{
	background-image:url(images/a-green.png);
}

.q_text_off{
	color:#333333;
	font-weight:bold;
}

/*-----------------------------------------*/
/*****[ranking_list]ショートコードのスタイル*****/
/*-----------------------------------------*/
.rankingList ol{
	margin-left: 50px;
  	margin-top: 10px;
}

.rankingList ol li{
	font-size:18px;
	margin-bottom:17px;
}

.rankingList ol li:first-child,
.rankingList ol li:nth-child(2),
.rankingList ol li:nth-child(3)
{
	list-style:none;
	background-repeat:no-repeat;
	padding-left:33px;
	margin-left:-33px;
	background-position:0px 1px;
	background-size: 23px;
	line-height: 1.8;
	margin-bottom: 8px;
}

.rankingList ol li:nth-child(1){
	background-image:url(images/rank_list_1st_r.png);
}
.rankingList ol li:nth-child(2){
	background-image:url(images/rank_list_2nd_r.png);
}
.rankingList ol li:nth-child(3){
	background-image:url(images/rank_list_3rd_r.png);
}
.star_show ol li:first-child:after{
	content:' ';
	width:34px;
	height:32px;
	display:inline-block;
	background-image:url(images/ichiosi.png);
	background-repeat:no-repeat;
	margin-left:10px;
	vertical-align:bottom;
}

/*-----------------------------------------*/
/*****[fukidasi]ショートコードのスタイル*****/
/*-----------------------------------------*/
.balloonAvator_l{
	float:left;
	margin-left: 5px;
}
.balloonAvator_r{
	float:right;
	margin-right: 5px;
}
.balloonText{
	border:2px solid #F07FA3;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:auto;
	position:relative;
	margin:10px;
	
}
.box_no_border .balloonText{
	width:auto;
	margin: 0;
}
.balloonText p{
	margin:0 0 30px;
}
.balloonText p:last-child{
	margin:0 0 0;
}

/*吹き出しの位置調整　左（大磯）*/
.balloon_l,
.box_no_border .balloon_l{
	margin-left: 130px;
}

/*吹き出しの位置調整　右（大磯）*/
.balloon_r,
.box_no_border .balloon_r{
	margin-right: 130px;
}

.balloon_l:before{
	content: '';
	display: block;
	height: 0;
	border-right: 20px solid #CCCCCC;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	position: absolute;
	top: 12px;
	left: -22px;
}
.balloon_l:after{
	content: '';
	display: block;
	height: 0;
	border-right: 24px solid #FFFFFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 11px;
	left: -19px;
}
.balloon_r:before{
	content: '';
	display: block;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	position: absolute;
	top: 12px;
	right: -22px;
	border-left: 22px solid #ccc;
}
.balloon_r:after{
	content: '';
	display: block;
	height: 0;
	border-left: 25px solid #FFFFFF;
	border-top: 14px solid transparent;
	border-bottom: 13px solid transparent;
	position: absolute;
	top: 11px;
	right: -19px;
}
.box_pink .balloon_l:before{
	border-right-color:#F07FA3;
}

.box_pink .balloon_r:before{
	border-left-color:#F07FA3;
}

.box_green .balloon_l:before{
	border-right-color:#509B49;
}
.box_green .balloon_r:before{
	border-left-color:#509B49;
}

.box_black .balloon_l:before{
	border-right-color:#000000;
}
.box_black .balloon_r:before{
	border-left-color:#000000;
}

.box_blue .balloon_l:before{
	border-right-color:#0E7AC4;
}
.box_blue .balloon_r:before{
	border-left-color:#0E7AC4;
}

/*-----------------------------------------*/
/*****[maru][batu]ショートコードのスタイル*****/
/*-----------------------------------------*/
.tabmaru{
	text-align:center;
	margin:0 0 5px;
}
/*-----------------------------------------*/
/*****[link_button]ショートコードのスタイル*****/
/*-----------------------------------------*/
a.link_button{
	font-size: 25px;
	font-weight:bold;
	padding: 0px 20px 0 20px;
	margin:20px 0;
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	transition:opacity .2s ease-out;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px;
}
a.link_button_flat{
	background-color:#E52400;
}
a.link_button_flat_green{
	background-color:#46B805;
}

a.link_button_normal{
	background-color:#E52400;
	background-image:url(images/bk_link_button_s1.jpg);
}
a.link_button_normal_green{
	background-color:#46B805;
	background-image:url(images/bk_link_button_green_s1.jpg);
}
a.link_button img{
	vertical-align:middle;
}
a.link_button:hover{
	opacity:0.5;
}
a.link_button span{
	display:table-cell;
	vertical-align:middle;
	line-height:1.2em;
}

/*==================================================
   メシオプレス01と共通のスタイル
==================================================*/
/*-----------------------------------------
   ショートコード
-----------------------------------------*/
.tokuten,
.box_b,
.bullet_box,
.box_h {
	border-width:1px;
	border-style:solid;
	margin:20px 4px;
	padding:10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.article .box_b p,
.article .box_h p{
	margin-bottom:5px;
}
.tokuten {
	border-color:#333333;
	padding:10px;

}
.tokuten_header{
	color:#FFF;
	background-color:#333333;
	background-image:none;
	border-style:none;
	margin-left:0px;
	margin-right:0px;
	font-size:16px;
	padding:8px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;
}
img.tokuten_img{
	float:left;
	margin:10px;
}

.bullet_box
{
	border-color:#FF843F;
}
.box_b{
	border-color:#796a55;
	color: #604c3f;
    background-color: #fdfae8;
}

.box_h{
	background-color:#FFE79F;
	background-image:url(images/bk_box_h.gif);
	border-style:none;
}
.bullet_box ul{
	margin:0 5px;
}
.bullet_box li{
		margin:10px 0px;
}
.bullet_box ul li {
	list-style:none;
	background-image:url(images/ico_check24_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:27px;
	padding-top:5px;
	line-height:20px;	
}
/*Facebookのボタンの修正スタイル*/
.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}



/*テキストサイズ*/
.kob_tex_siz_9{font-size:9px;}
.kob_tex_siz_12{font-size:12px;}
.kob_tex_siz_13{font-size:13px;}
.kob_tex_siz_14{font-size:14px;}
.kob_tex_siz_15{font-size:15px;}
.kob_tex_siz_16{font-size:16px;}
.kob_tex_siz_18{font-size:18px;}
.kob_tex_siz_20{font-size:20px;}
.kob_tex_siz_22{font-size:22px;}
.kob_tex_siz_24{font-size:24px;}
.kob_tex_siz_26{font-size:26px;}

/*画像マージン*/
.img_mr10 {margin-right:10px;}
.img_mr20 {margin-right:20px;}

.f_siz100{width:100%;}
.f_siz95{width:95%;}
.f_siz90{width:90%;}
.f_siz85{width:85%;}
.f_siz80{width:80%;}
.f_siz75{width:75%;}
.f_siz70{width:70%;}
.f_siz65{width:65%;}
.f_siz60{width:60%;}
.f_siz55{width:55%;}
.f_siz50{width:50%;}
.f_siz45{width:45%;}
.f_siz40{width:40%;}
.f_siz35{width:35%;}
.f_siz34{width:34%;}
.f_siz33{width:33%;}
.f_siz30{width:30%;}
.f_siz25{width:25%;}
.f_siz20{width:20%;}
.f_siz15{width:15%;}
.f_siz10{width:10%;}





/*●●●画像　左寄せ PCのみコード●●●*/
.f_l_p10{
	width:10%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p15{
	width:15%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p20{
	width:20%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}

.f_l_p25{
	width:25%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}	
.f_l_p30{
	width:30%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p35{
	width:35%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}	
.f_l_p40{
	width:40%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p45{
	width:45%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p50{
	width:50%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p55{
	width:55%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}	
.f_l_p60{
	width:60%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p65{
	width:65%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}		
.f_l_p70{
	width:70%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p75{
	width:75%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}			
.f_l_p80{
	width:80%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p85{
	width:85%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}				
.f_l_p90{
	width:90%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}
.f_l_p95{
	width:95%;	
	display: inline;
	float: left;
	margin-right:15px;
	padding-bottom:5px;}					
.f_l_p100{
	width:100%;	
	display: inline;}					


	
		
/*●●●画像　右寄せ PCのみコード●●●*/
.f_r_p10{
	width:10%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p15{
	width:15%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p20{
	width:20%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p25{
	width:25%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}	
.f_r_p30{
	width:30%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p35{
	width:35%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}	
.f_r_p40{
	width:40%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p45{
	width:45%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p50{
	width:50%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p55{
	width:55%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}	
.f_r_p60{
	width:60%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p65{
	width:65%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}		
.f_r_p70{
	width:70%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p75{
	width:75%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}	
		
.f_r_p80{
	width:80%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p85{
	width:85%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}	
		
.f_r_p90{
	width:90%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p95{
	width:95%;	
	display: inline;
	float: right;
	margin-left:15px;
	padding-bottom:5px;}
.f_r_p100{
	width:100%;	
	display: inline;}

/*●●●h3と同じビジュアルの帯●●●*/
.fcore_obi{
    font-size:18px;
	font-weight:bold;
	background-repeat:no-repeat;
	color:#3a6ec1;
	background-color:#dee8e7;
	margin:2em -10px 1em;
	padding: 10px 10px 13px 27px;
	border-style:solid;
	border-width:1px 1px 1px;
	border-color:#dee8e7;
	line-height:1.2em;
	position:relative;}
    
.fcore_obi:before {
   content: "";
	width: 8px;
	/*height: 26px;*/
	height:56%;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color: #609dbf;
	position: absolute;
	top: 7px;
	/*top:15%;*/
	left: 12px;
}	
.fcore_obi:after{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #609dbf;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.post_content fcore_obi {
    background-color: #dee8e7;
    color: #3a6ec1;
}



.col_h3{
    font-size:18px;
	font-weight:bold;
	background-repeat:no-repeat;
	color:#3a6ec1;
	background-color:#dee8e7;
	margin:2em -10px 1em;
	padding: 10px 10px 13px 27px;
	border-style:solid;
	border-width:1px 1px 1px;
	border-color:#dee8e7;
	line-height:1.2em;
	position:relative;}
    
.col_h3:before {
   content: "";
	width: 8px;
	/*height: 26px;*/
	height:56%;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color: #609dbf;
	position: absolute;
	top: 7px;
	/*top:15%;*/
	left: 12px;
}	
.col_h3:after{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #609dbf;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.post_content col_h3 {
    background-color: #dee8e7;
    color: #3a6ec1;
}

/*テキストサイズ*/
.clear{  clear:both;}
	
    
.box-orange1{background-image: url(http://www.ldl-cholesterol-o-sageru.com/wp-content/uploads/2016/03/back000.gif);
    border-style: none;
    margin: 20px 4px;
    padding: 10px;
    border-radius: 5px;}

.f_midashi{    border-bottom: 3px double #333;
    font-size: 26px;
    padding: 0 0 9px 6px;
    font-weight: bold;}

.f_midashi2{float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0px;}


.box_yodan{background-color: #fdfae8;
    border: 1px solid #9e9384;
    margin: 20px 4px;
    padding: 4px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;}

.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font15{font-size:15px;}
.font16{font-size:16px;}
.font17{font-size:17px;}
.font18{font-size:18px;}
.font19{font-size:19px;}
.font20{font-size:20px;}
.font21{font-size:21px;}
.font22{font-size:22px;}
.font23{font-size:23px;}
.font24{font-size:24px;}
.font25{font-size:25px;}
.font26{font-size:26px;}
.font27{font-size:27px;}
.font28{font-size:28px;}
.font29{font-size:29px;}
.font30{font-size:30px;}
.font31{font-size:31px;}
.font32{font-size:32px;}
.font33{font-size:33px;}
.font34{font-size:34px;}
.font35{font-size:35px;}
.font36{font-size:36px;}
.font37{font-size:37px;}
.font38{font-size:38px;}
.font39{font-size:39px;}
.font40{font-size:40px;}


.b{font-weight: bold;}
.tyu_kanshu{
    float: right;
    width: 20%;
    margin: 0 10px;}
.tyu_kanshu2{margin: 13px 0 10px 0;
    float: left;
    width: 75%;}


.tyu_tyusyaku{
    font-size: 12px;
    line-height: 1.6em;
    margin: -15px 0 20px 0;
    text-align: right;
    color: rgb(128, 128, 128);}
.tyu_tyusyaku_left{
    font-size: 12px;
    line-height: 1.6em;
    margin: -15px 0 20px 0;
    text-align: left;
    color: rgb(128, 128, 128);}

.tyu_table01{margin-bottom: 30px!important;
    width: 100%;
    font-weight: bold;
    color: #524430;
    font-size: 18px;}
.tyu_table01 td{ width: 50%;}
.tyu_table01_col{background-color: #FFE79F;}

.tyu_table02{
    width: 100%;
    margin: -17px 0 0 0!important;
}
.tyu_table02 th{
    background-color: #ffeee6;
    padding: 10px;
    border-color: #CCC;
    border-width: 1px;
    border-collapse: collapse;
    border-style: solid;
}
.tyu_table02 th,.tyu_table02 td,{
    padding: 5px;
}



.col_table01{
    width: 100%;
    margin:13px 0 40px 0!important;
}
.col_table02{
    width: 48%;
    margin: 13px 12px 40px 0!important;
    float: left;
}


.col_table01 th,.col_table02 th{
    background-color: #ffeee6;
    padding: 10px;
    border-color: #CCC;
    border-width: 1px;
    border-collapse: collapse;
    border-style: solid;
}
.col_table01 th,.col_table01 td,.col_table02 th,.col_table02 td{
    padding: 5px 10px;;
}





.col_obi {
    border-left-color: #609dbf!important;
    background-color: #f9f5dc;
    padding: 9px 8px;
    margin: 0 0 0 -10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1em;
    border-left: 3px solid #333;
}

.col_h4 {
    border-left-color: #609dbf!important;
    background-color: #dee8e7;
    padding: 9px 8px;
    margin: 0 0 0 -10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1em;
    border-left: 3px solid #333;
}



.clear { clear:both; }  
.ma50{margin: 50px 0;}

.chu_side{
    width: 100%;
    display: block;
    margin: auto;
}

.boxBanner {
    border: 1px solid #CCC;
}

.chu_h3{
    background-color: #f9f5dc;
    color: #604c3f;
    margin: 2em -29px 1em -29px;
    font-size: 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    padding: 10px 10px 13px 27px;
    border-style: solid;
    border-width: 1px 1px 1px;
    border-color: #C2CCD1;
    line-height: 1.2em;
    position: relative;
}
.chu_h3:before, .chu_h3:after {
    background-color: #796a55;
}
.chu_h3:before {
    content: "";
    width: 8px;
    height: 56%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    top: 7px;
    left: 12px;
}
.chu_h3:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -1px;
    left: 0px;
}


.chu_h4 {
    border-left-color: #796a55!important;
    background-color: #f9f5dc;
    padding: 9px 8px;
    margin: 0 0 0 -10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1em;
    border-left: 3px solid #333;
}


.chu_box01{
    border-color: #796a55;
    margin: 10px 0px 30px;
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;}
.chu_box01_title{
    background-color: #796a55;
    color: #FFF;
    padding: 7px 10px;
    font-size: 18px;
    font-weight: bold;
}
.chu_box01_cont{
    margin: 0;
}
.chu_box01_cont p {
    margin: 10px 10px 14px;
}
.chu_box01_img{
    width: 10%;
    float: left;
}
.chu_box01_linktitle{
    font-weight: bold;
    font-size: 17px;
}




.col_box01{
    border-color: #3a6ec1;
    margin: 10px 0px 30px;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.col_box01_title{
    background-color: #3a6ec1;
    color: #fff;
    padding: 7px 10px;
    font-size: 18px;
    font-weight: bold;
}
.col_box01_cont{
    margin: 0;
}
.col_box01_cont p {
    margin: 10px 10px 14px;
}
.col_box01_img{
    width: 10%;
    float: left;
    margin: 0 10px 0 0;
}
.col_box01_linktitle{
    font-weight: bold;
    font-size: 17px;
}





.col_kanshu3 {
    background-color: #dee8e76e;
    border: 1px solid #3a6ec1;
    margin: 20px 4px;
    padding: 4px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5em;
    color: #32548c;
}
.col_kanshu {
    float: right;
    width: 20%;
    margin: 0 10px;
}
.col_kanshu2 {
    margin: 13px 0 10px 0;
    float: left;
    width: 75%;
    color: #3a6ec1;
    border-bottom: 3px double #3a6ec1;
    padding: 0 0 10px 0;
}

.col_kanshu3 p {margin-bottom: 10px;}

.col_main_link{font-size: 20px;
    font-weight: bold;}

#checklist{list-style-type: none!important;}


.check li {
list-style-type:none;}
  
.check li {
  display:block;
  padding: 0 0 5px 35px;
  background-image:url(http://www.neutral-fat-o-sageru.com/wp-content/uploads/sites/2/2018/01/check.png);
  background-repeat:no-repeat;
  background-position:0 1px;/*左からの距離、上からの距離*/
}


.chu_001{
    margin-top: 13px;
    border-bottom: 3px solid #796a55;
    padding: 0 0px 5px 5px;
    color: #604c3f;}

.chu_002{
    font-size: 13px;
    line-height: 1.5em;}

/* 480px以下の設定
------------------------------------------------------------*/
@media screen and (max-width: 480px){
	
.post_content h4 {margin: 0 0 0 0;}


.f_s_siz100{width:100%;}
.f_s_siz95{width:95%;}
.f_s_siz90{width:90%;}
.f_s_siz85{width:85%;}
.f_s_siz80{width:80%;}
.f_s_siz75{width:75%;}
.f_s_siz70{width:70%;}
.f_s_siz65{width:65%;}
.f_s_siz60{width:60%;}
.f_s_siz55{width:55%;}
.f_s_siz50{width:50%;}
.f_s_siz45{width:45%;}
.f_s_siz40{width:40%;}
.f_s_siz35{width:35%;}
.f_s_siz34{width:34%;}
.f_s_siz33{width:33%;}
.f_s_siz30{width:30%;}
.f_s_siz25{width:25%;}
.f_s_siz20{width:20%;}
.f_s_siz15{width:15%;}
.f_s_siz10{width:10%;}

	
/*●●●画像　右寄せ　スマホのみ●●●*/
.f_r_s10{width:10%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s15{width:15%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s20{width:20%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s25{width:25%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s30{width:30%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s35{width:35%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}	
.f_r_s40{width:40%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s45{width:45%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}	
.f_r_s50{width:50%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s55{width:55%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}		
.f_r_s60{width:60%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s65{width:65%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}	
.f_r_s70{width:70%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s75{width:75%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}		
.f_r_s80{width:80%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s85{width:85%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}					
.f_r_s90{width:90%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s95{width:95%;
	float: right;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_r_s95{width:100%;}
.f_r_s100{width:100%;}	


/*●●●画像　右寄せ　スマホのみ●●●*/
.f_l_s10{width:10%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s15{width:15%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s20{width:20%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s25{width:25%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s30{width:30%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s35{width:35%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s40{width:40%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}	
.f_l_s45{width:45%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}	
.f_l_s50{width:50%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s55{width:55%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}		
.f_l_s60{width:60%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s65{width:65%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}	
.f_l_s70{width:70%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s75{width:75%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}				
.f_l_s80{width:80%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s85{width:85%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}					
.f_l_s90{width:90%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s95{width:95%;
	float: left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;}
.f_l_s100{width:100%;}	
	

.item_list01_img{
    float: center;
    width:100%;
    margin: 0;
} 



/*テキストサイズ*/
.kob_tex_siz_9{font-size:9px;}
.kob_tex_siz_12{font-size:12px;}
.kob_tex_siz_13{font-size:12px;}
.kob_tex_siz_14{font-size:12px;}
.kob_tex_siz_15{font-size:12px;}
.kob_tex_siz_16{font-size:12px;}
.kob_tex_siz_18{font-size:20px;}
.kob_tex_siz_20{font-size:20px;}
.kob_tex_siz_22{font-size:25px;}
.kob_tex_siz_24{font-size:25px;}
.kob_tex_siz_26{font-size:25px;}

.tyu_kanshu{
    width: 40%;
    margin: 0;}
.tyu_kanshu2{
    margin: 13px 0 5px 0;
    float: left;
    width: 75%;}


.chu_box01_img{
    width: 20%;
    float: left;
}

.col_box01_img{
    width: 20%;
    float: left;
}
