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

/*クリアフィックス*/
/*.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height:0;
}*/
/*
*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;*/
	width:1100px;
	margin:0px auto;
}
.h1_page h1{
/*	width:800px;*/
	width:900px;
}
.content{
/*	width:683px;*/
	width:783px;
}
.content_1col{
/*	width:800px;*/
	width:900px;
	margin:0 auto;
	border:1px solid #ccc;
	border-top:none;
	border-radius:0 0 5px 5px;
	margin-bottom:20px;
	background-color:#fff;
}

.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;
	border-bottom: 4px solid #333;
}

.page_header{
	border-top:5px solid #666;
	border-bottom:1px solid #ccc;
}
.page_header_normal{
	border-bottom:none;
	
}
.page_header_wide{
	
}
.wrap_h1{
	color:#333;
}
.h1_page {
	margin: 2px 5px 0;
}
.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-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;
}
.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;
}
.h2_front_page {
	padding: 10px 15px;
	background-color: #ccc;
	font-size: 17px;
	margin: 0 0 10px;
  	text-align: center;
	font-weight: normal;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
}
.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{
	margin:0 28px ;
	padding:10px 0 0;
}
/*コンテンツ部の書式色々*/
.wrapper_page_header{
	text-align:center;
}
.wrapper_page_header img{
	vertical-align:bottom;
}
.no_border{
	border:none;
}
.post_page {
	padding: 5px 0 0;
}
.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:18px;
	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:56%;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color: #0066FF;
	position: absolute;
	top: 7px;
	/*top:15%;*/
	left: 12px;
}
.post_content h3:after{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #0066FF;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.post_content.custom_h3 h3 {
	border-style: none;
	font-size: 20px;
	margin: 25px -28px 15px;
	padding: 13px 30px;
	background: #ffffff;
	line-height: 1.2;
}
.post_content.custom_h3 h3:before,
.post_content.custom_h3 h3:after{
	display:none;
}

.post_content h4{
	margin: 0px 0px;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1em;
	border-left: 3px solid #333;
}

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

.post_content li{
	margin:10px auto;
}

/*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 0;
	}
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:30px;
	
}
p.margin-small{
	margin-bottom:10px;
}
.post_content ul,
.post_content ol{
	margin-bottom:20px;
	margin-left:30px;
	display:inline-block;
}

.post_adsence{
	margin: -5px auto 20px;
	text-align: center;	
}

.ad_label{
	margin:0 auto 5px;
}
.ad_left{
	text-align:left;
	margin-left:20px;
}
.ad_left.home_adsence{
	margin-left:0;
}
.ad_left_art{
	text-align:left;
}
.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;
}
.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;
	z-index: 1;
}
#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;
	padding: 0;
}
.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{
	margin-bottom:20px;
	background-color:#FFF;
}
.relatedPosts .yarpp-related {
	margin:0;
}
.generalBox .yarpp-related a {
	font-weight: normal;
}
.relatedPosts .yarpp-related h3 {
  font-weight: normal;
  padding: 12px 10px;
  font-size: 100%;
  text-transform: capitalize;
   margin: -1px -1px 0px;
}
.relatedPosts dl {
	border-bottom: dotted 1px #cccccc;
	  margin: 15px 10px 0;
}
.relatedPosts dl:last-child {
	border-bottom: none;
}

.relatedPosts dt {
	margin:0px 10px 0px 5px;
}
.mp-yarpp{
	list-style: none;
}
.mp-yarpp li{
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
	overflow: hidden;
	padding: 10px 0 0;
}

.mp-yarpp li:last-child{
	border-bottom: none;
}
.mp-yarpp a {
  display: block;
  overflow: hidden;
}

.mp-yarpp-img {
  margin-right: 7px;
}

/***************************************************************
*
*ウィジェットに使うクラス
*
***************************************************************/
#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);
}
/*?付きリンク*/
.delta2-orange:before,
.delta2-blue:before,
.delta2-red:before,
.delta2-pink:before,
.delta2-green:before{
	content:"??";
	display:inline-block;
	margin:0 2px;
}

.delta3-orange:before,
.delta3-blue:before,
.delta3-red:before,
.delta3-pink:before,
.delta3-green:before{
	content:"???";
	display:inline-block;
	margin:0 2px;
}


.delta2-orange:before,
.delta3-orange:before {
	color:#FFAF46;
}
.delta2-blue:before,
.delta3-blue:before {
	color:#06F;
}
.delta2-red:before,
.delta3-red:before {
	color:#C30;
}
.delta2-pink:before,
.delta3-pink:before {
	color:#FF9999;
}
.delta2-green:before,
.delta3-green:before {
	color:#339900;
}



/*==================================================
   ショートコードに使うクラス
==================================================*/

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


.tokuten,
.box_b,
.bullet_box,
.box_h {
	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;
}
.box_b,
.bullet_box
{
	border-color:#FF843F;
}
.box_h{
	background-color:#FFE79F;
	background-image:url(images/bk_box_h.gif);
	border-style:none;
}
.box_b p,
.box_h p,
.bullet_box p{
	margin-bottom:10px;
}
.post_content .bullet_box ul{
	margin: 0 20px 0;
}

.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;	
}

.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;
	text-align: left;
}
.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;
	
}
.custBox_title{
	padding:7px 20px;
	background-color:#FDC4C1;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.custBox_cont{
	margin:15px 30px;
}
.box_no_border {
  border: none;
}
.box_no_border .custBox_cont{
	margin:30px 0;
}
.custBox p{
	margin-top:30px;
}
.custBox h3{
	font-size:16px;
	color:#1977A9;
	background:none;
	border:none;
	padding:0px 0px 0px;
	margin:5px 0px;
}

.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;
	width:100%;
}
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;
	background-size: 22px;
}
.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_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;
}

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

.post_content .wrap_gcse_aw .gsc-input-box table{
	line-height:1.8;
}
.post_content .wrap_gcse_aw tr,
.post_content .wrap_gcse_aw td{
	padding:0;
}
.post_content .wrap_gcse_aw .gsc-control-cse {
	width: 80%;
	margin: auto;
}
.post_content .gsc-wrapper {
	line-height: normal;
}
/*-----------------------------------------*/
/*****[fukidasi]ショートコードのスタイル*****/
/*-----------------------------------------*/

.balloonAvator_l,
.balloonAvator_r{
	line-height: 1.2;
	text-align: center;
}
.balloonAvator_l{
	float:left;
	margin-left: 5px;
}
.balloonAvator_r{
	float:right;
	margin-right: 5px;
}
.box_no_border .balloonAvator_l,
.box_no_border .balloonAvator_r {
	margin: 0;
}
.balloonText{
	border:2px solid #DEDEDE;
	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:last-child{
	margin:0 0 0;
}
.ballon_aqua {
  background-color: #CFE3FE;
  border-color: #DEDEDE !important;
}
.ballon_yellow-green {
  background-color: #AFE549;
  border-color: #DEDEDE !important;
}
.ballon_pink {
  background-color: #FEDBE8;
  border-color: #DEDEDE !important;
}
.ballon_light-gray {
  background-color: #F5F5F5;
  border-color: #DEDEDE !important;
}
/*****[fukidasi]ショートコードのスタイル*****/
.balloonAvator_l,
.balloonAvator_r{
	margin: 0;
	width: 96px;
}
.balloonText{
	width:390px;
	margin:0;
}
.box_no_border .balloonText{
	width:450px;
	margin:0;
}
.balloonText p {
  margin: 0 0 30px;
}
#content-1col .balloonText{
	width:470px;
}
.cont-1col .box_no_border .balloonText{
	width:630px;
}
.cont-1col .balloonText{
	width:560px;
}
.balloon_l,
.box_no_border .balloon_l{
	float:right;
}
.balloon_r,
.box_no_border .balloon_r{
	float:left;
}

.balloon_l:before,
.balloon_l:after,
.balloon_r:before,
.balloon_r:after
{
	content: '';
	display: block;
	height: 0;
	position: absolute;
}
	
.balloon_l.balloon_yoko:before{
	border-right: 30px solid #DEDEDE;
	border-top: 14px solid transparent;
	border-bottom: 16px solid transparent;
	top: 8px;
	left: -30px;
}
.balloon_l.balloon_yoko:after{
	border-right: 35px solid #FFFFFF;
	border-top: 15px solid transparent;
	border-bottom: 18px solid transparent;
	top: 7px;
	left: -27px;
}
.balloon_r.balloon_yoko:before{
	border-top: 14px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 30px solid #DEDEDE;
	top: 8px;
	right: -30px;
}
.balloon_r.balloon_yoko:after{
	border-left: 35px solid #FFFFFF;
	border-top: 15px solid transparent;
	border-bottom: 18px solid transparent;
	top: 7px;
	right: -27px;
}
/*吹き出しの枠の色*/
.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;
}

.balloon_l.balloon_yoko.ballon_aqua:before,
.balloon_l.balloon_yoko.ballon_yellow-green:before,
.balloon_l.balloon_yoko.ballon_pink:before,
.balloon_l.balloon_yoko.ballon_light-gray:before{
	border-right-color:#DEDEDE !important;
}
.balloon_r.balloon_yoko.ballon_aqua:before,
.balloon_r.balloon_yoko.ballon_yellow-green:before,
.balloon_r.balloon_yoko.ballon_pink:before,
.balloon_r.balloon_yoko.ballon_light-gray:before{
	border-left-color:#DEDEDE !important;
}
/*吹き出しの塗の色*/
.balloon_l.ballon_aqua:after{
	border-right-color: #CFE3FE;
}
.balloon_r.ballon_aqua:after {
	border-left-color: #CFE3FE;
}
.balloon_l.ballon_yellow-green:after{
	border-right-color: #AFE549;
}
.balloon_r.ballon_yellow-green:after {
	border-left-color: #AFE549;
}
.balloon_l.ballon_pink:after {
	border-right-color: #FEDBE8;
}
.balloon_r.ballon_pink:after {
	border-left-color: #FEDBE8;
}
.balloon_l.ballon_light-gray:after {
	border-right-color: #F5F5F5;
}
.balloon_r.ballon_light-gray:after {
	border-left-color: #F5F5F5;
}
/*-----------------------------------------*/
/*　　ショートコードボタン　*/
/*-----------------------------------------*/

.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;
}