@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #333; }
a:hover,
a:active{ color: #E96E57; }
.bigS {
	font-size: 12px;
	color: #ffc3ba;
}
p.bigSPR {
	font-size: 12px;
}
.contents-single .article p.bigSPR a,
.contents-single .article p.bigSPR a:link,
.contents-single .article p.bigSPR a:visited {
	color: #333;
	font-size: 12px;
}
/*文字を太くします*/
.b { font-weight: bold; }

/*下線を引きます*/
.u { text-decoration: underline; }

/*位置調整*/
.center {
        text-align:center!important;
}
.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
}
/*色を指定します*/
.mizu { color: #27BAE5; }
.blue { color: #77adf5; }
.pink { color: #ffadb7; }
.ki { color: #f6be5d; }
.ao { color: #125DCD; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.aka { color: #f75737; }
.akapink { color: #ec8282;}
.green { color: #4bb38f;}
.aomidori { color: #2ebab7;}
.enji { color: #9c2662;}
.ora { color: #FFAB18;}
.cha { color: #695647;}
.mura { color: #a1108b;}
.gray { color: #868686;}
/**************デフォ装飾************/
/*背景あり枠*/
.bgBox {
        background: #f3f1ea;
        border-radius: 10px;
        padding: 20px 20px 15px 20px;
        margin-bottom: 20px;
}
.bdBox {
	    border: 2px solid #ffcfc8;
	    border-radius: 10px;
        padding: 20px 20px 15px 20px;
        margin-bottom: 20px;
		display: block;
		background:none;
}
/*商品説明*/
#main-contents .itemBox {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 15px
}
#main-contents .itemBox img {
	float: left;
	width: 300px;
	height: auto;
}
#main-contents .itemBox .textBox {
	width: 348px;
	float: right;
}
#main-contents .itemBox .textBox .ttl {
	font-size: 20px;
	color: #f58e7e;
	font-weight: bold;
}
#main-contents .itemBox .textBox .sub {
	font-size: 14px;
	color: #aeaeae;
	margin-bottom: 5px;
}
#main-contents .itemBox .textBox .cost {
	font-size: 18px;
	font-weight: bold;
}
#main-contents .itemBox .textBox .btn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55c0cc+0,2cbccc+97,15a3c6+97,15a3c6+100 */
	background: #55c0cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #55c0cc 0%, #2cbccc 92%, #15a3c6 92%, #15a3c6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #55c0cc 0%,#2cbccc 92%,#15a3c6 92%,#15a3c6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #55c0cc 0%,#2cbccc 92%,#15a3c6 92%,#15a3c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55c0cc', endColorstr='#15a3c6',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	color: #FFF;
	padding: 5px 10px;
	font-size: 16px;
	width: 50%;
	float: right;
	text-align: center;
}
#main-contents .itemBox .textBox .btn a,
#main-contents .itemBox .textBox .btn a:link,
#main-contents .itemBox .textBox .btn a:link:visited,
#main-contents .itemBox .textBox .btn a:link:active {
	color: #FFF;
}
#main-contents .itemBox .textBox .btn a:hover {
	color: #b9f2f9;
}
/*出典スタイル*/
.imgurl {
        font-size: 12px;
        text-align: right;
        margin-top: -5px;
        margin-bottom: 20px;
}
.imgurl a {
        color: #b3afae; /*青以外の目立たない色*/
        text-decoration: underline;
}
.glmozi  {
        font-size: 12px;
        text-align: right;
        margin-top: -5px;
        margin-bottom: 20px;
		color: #b3afae; /*青以外の目立たない色*/
}
.contents-single .article .imgurl a{
	color: #b3afae; /*青以外の目立たない色*/
}
/*ボタン装飾*/
.contents-single .article a.cvCount {
	color: #204eff;
	font-weight: bold;
	text-decoration: underline;
}
.contents-single .article a.cvBtn,
a.cvBtn {
        -moz-box-shadow: 0px 5px 0px 0px #d02718;
        -webkit-box-shadow: 0px 5px 0px 0px #d02718;
        background-color:#f56956;
        box-shadow: 0px 5px 0px 0px #d02718;
        color:#ffffff;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56956', endColorstr='#ff5542',GradientType=0);
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        font-size: 22px;
        border-radius:10px;
        display:inline-block;
        cursor:pointer;
        padding:10px 20px;
        text-decoration:none;
        text-align: center;
        margin-bottom: 10px;
        width: 80%;
}
a.cvBtn:link,
a.cvBtn:visite,
.contents-single .article .cvBtn:link,
.contents-single .article .cvBtn:visited {
	color: #FFF;
}
a.cvBtn:hover,
.contents-single .article .cvBtn:hover {
        color:#ffffff;
        position:relative;
        top:5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
		text-decoration: none;
}
/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 2px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	background-color: #F58E7E;
	font-size: 12px;
}

#top-in{
	position: relative;
	padding: 3px;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 10px;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(./images/icon/icon-arrow01.png) left center no-repeat;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	font-size: 12px;
}

#header-nomenu{
	font-size: 12px;
        border-bottom: 2px solid #eee;
}

#header-in{ padding: 0; }

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 472px; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
        margin-top: 4px;
}

#header-nomenu #header-title{
	float: left;
	width: 472px; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
        margin-top: 4px;
}

#header .header-logo{
	font-size: 30px;
        margin: 6px 0;
}

#header-nomenu .header-logo{
	font-size: 30px;
        margin: 6px 0;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #333; }
.header-logo a:hover,
.header-logo a:active{ color: #E96E57; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	width: 443px; /*・1行の幅はwidthの値を変更*/
	color: #333;
}

#header h1{
	margin-bottom: 10px;
	font-size: 12px;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background-color: #ecf0f1;
        height: 40px;
        display: table;
} /*メニュー下のラインの設定*/

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	font-size: 12px;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
}

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 10px 15.7px;
	color: #333; /* メニューのフォントの色*/
	text-decoration: none;
        height: 20px
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #ecf0f1; } /*すでに訪れたリンクの背景色*/
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #f58e7e; } /*マウスカーソルを乗せた時の背景色*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 16em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ padding-top: 1.5em; }


/*●メイン画像*/
#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 20px;
	font-size: 12px;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(./images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 14px; }

#main-contents .contents{
	margin: 0 10px;
}

#main-contents .contents-index{
	margin-right: 10px;
}

#main-contents .contents-index .thumb {
	background-position: center center;
	background-size: cover;
	width: 180px;
	height: 135px;
	display: block;
}

#main-contents .thumb-archive {
	background-position: center center;
	background-size: cover;
	width: 100px;
	height: 100px;
	display: block;
}




/*●H2タグ*/
#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #E96E57; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
	color: normal;
}
#main-contents h2 {
	margin-top: 46px;
	border-bottom: 2px solid #e8d9d9;
    border-left: 3px solid #f58e7e;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 10px;
	background-color:#ffe2dd;
	color:#503833;
	clear:both;
}
#main-contents h2.answer-midasi {
	background-image:url("http://ren-ai.jp/wp-content/themes/renai62/images/icon/answer.png");
	background-repeat: no-repeat ;
	background-position:left center;
	background-size: 40px;
	padding-left:45px;
}

/*●H3タグ*/
#main-contents h3{
	padding: 10px;
	font-size: 19px;
	font-weight: bold;
    margin-bottom: 12px;
	margin-top: 30px;
    border-left: 3px solid #f58e7e;
	clear:both;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #E96E57; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin-bottom: 15px;
	margin-top: 26px;
	padding-bottom: 6px;
	padding: 0 0 6px 8px;
	border-bottom: 2px solid #f58e7e;
	font-weight: normal;
	font-size: 18px;
	clear:both;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #E96E57; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	background: url(images/h5_icon.png) no-repeat 2px center;
	color: #2dbfd0;
	margin: 25px 0 10px 0;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	clear:both;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #E96E57; }

#main-contents h6 {
	color:#F58E7E;
	font-size: 15px;
}

/*●段落タグ*/
#main-contents p{ margin-bottom: 12px; }


/*●リストタグ*/

#main-contents .btn2Box > ul {
	display: block;
	overflow: hidden;
	margin: 0 auto 20px;
	list-style-type: none;
}
#main-contents .btn2Box > ul > li {
	color: #FFF;
	font-size: 20px;
	float: left;
	width: 280px;
	margin-right: 20px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 10px;
	background: #f58e7e; /* Old browsers */
background: #f58e7e; /* Old browsers */
background: -moz-linear-gradient(top,  #f58e7e 0%, #dd7466 96%, #b25b53 96%, #b25b53 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f58e7e 0%,#dd7466 96%,#b25b53 96%,#b25b53 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f58e7e 0%,#dd7466 96%,#b25b53 96%,#b25b53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58e7e', endColorstr='#b25b53',GradientType=0 ); /* IE6-9 */

}
#main-contents .btn2Box > ul > li:last-child {
	margin-right: 0;
}
#main-contents .btn2Box > ul > li a:link,
#main-contents .btn2Box > ul > li a:visited {
	color: #FFF;
	text-decoration: none;
}
#main-contents .btn2Box > ul > li a:hover {
	color: #facdc6;

}
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}
#main-contents li{
	margin-bottom: 10px;
	line-height: 22px;
}

/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin-bottom: 1.5em;
	padding: 1em 1em 0em 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}
#main-contents blockquote.bdBox {
	    border: 2px solid #ffcfc8;
	    border-radius: 10px;
        padding: 20px 20px 15px 20px;
        margin-bottom: 20px;
		display: block;
		background:none;
}

/*●テーブルタグ*/

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

/*●テーブルタグ スタイル01*/

/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

#main-contents .box0en table
/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/
/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06{ background: #aac863; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(./images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r.png) 0 5px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) 0 5px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #E96E57;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #E96E57;
}
/*●boxスタイル*/

#main-contents .colorfulbox .midashi{
	font-weight: bold;
		text-align:center;
		border-bottom:none;
		margin:0;
		padding:0;	
		font-size: 18px;
}
#main-contents .colorfulbox img {
	margin-top:10px;
}
#main-contents .colorfulbox .toho {
	background-image: url(http://ren-ai.jp/wp-content/uploads/2017/01/icon-toho.png);
	background-repeat: no-repeat;
	background-position:center;
}
#main-contents .colorfulbox .toho p{
	text-align: center;
    padding: 15px 0px 15px 100px;
	margin-bottom: 0px;
}
#main-contents .colorfulbox .basu {
	background-image: url(http://ren-ai.jp/wp-content/uploads/2017/01/icon-basu.png);
	background-repeat: no-repeat;
	background-position:center;
}
#main-contents .colorfulbox .basu p{
	text-align: center;
    padding: 15px 0px 15px 120px;
	margin-bottom: 0px;
}
#main-contents .colorfulbox .dennsya {
	background-image: url(http://ren-ai.jp/wp-content/uploads/2017/01/icon-dennsya.png);
	background-repeat: no-repeat;
	background-position:center;
}
#main-contents .colorfulbox .dennsya p{
	text-align: center;
    padding: 15px 0px 15px 120px;
	margin-bottom: 0px;
}
#main-contents .colorfulbox .ma0 {
	margin:0 auto;
	width: 90%;
}
#main-contents .box0en,
#main-contents .box500en,
#main-contents .box1000en,
#main-contents .box3000en,
#main-contents .box5000en,
#main-contents .boxzeitaku {
	padding:20px;
}

#main-contents .box0en {
	background: #fff3f3;
}
#main-contents .box0en table th {
    background: #FDEBE8;
}

#main-contents .box500en {
	background: #fff7eb;
}
#main-contents .box500en table th {
    background: #f8e8ce;
}

#main-contents .box1000en {
	background: #f4fff5;
}
#main-contents .box1000en table th {
    background: #e0f8e2;
}
#main-contents .box3000en {
	background: #efffff;
}
#main-contents .box3000en table th {
    background: #ddffff;
}
#main-contents .box5000en {
	background: #f1efff;
}
#main-contents .box5000en table th {
    background: #eae7ff;
}
#main-contents .boxzeitaku {
	background: #e0eeff;
}　
/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 0 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 0 6px no-repeat;
}



/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sidebar-in,
#sub-contents-in{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 0.7em;
	border: 1px solid #959595; /*サイドバー見出しの枠線*/
	border-top: 3px solid #414141; /*見出しの上部の太線*/
	color: #454545; /*見出し文字の色*/
	font-weight: bold;
}

.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table,
#main-contents table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}
#main-contents table.hikaku td {
	text-align: center;
}
#main-contents table.hikaku td.trank01,
#main-contents table.hikaku td.trank02,
#main-contents table.hikaku td.trank03 {
	height: 70px;
}
#main-contents table.hikaku td.trank01 {
	background: url(images/trank1.png) no-repeat center;
	color: #E74E48;
	font-weight: bold;
}
#main-contents table.hikaku td.trank02 {
	background: url(images/trank2.png) no-repeat center;
}
#main-contents table.hikaku td.trank03 {
	background: url(images/trank3.png) no-repeat center;
}

.sub-column table th,
.sub-column table td,
#main-contents table th,
#main-contents table td {
	padding: 0.7em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
#main-contents table.adsense td {
	padding: 0.5em;
	
}
#main-contents table.adsense td {
}
.sub-column table th {
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}
#main-contents table th {
	background: #FDEBE8;
	font-weight: bold;
	text-align: center;
}
#main-contents .boxzeitaku table th {
    background: #cde2fd;
}
#main-contents .box0en table th {
    background: #FDEBE8;
}
#main-contents .box500en table th {
    background: #f8e8ce;
}
#main-contents .box1000en table th {
    background: #e0f8e2;
}
#main-contents .box3000en table th {
    background: #ddffff;
}
#main-contents .box5000en table th {
    background: #eae7ff;
}
#main-contents table td {
	background:#fff;
}
#main-contents .box0en table td,
#main-contents .box500en table td,
#main-contents .box1000en table td,
#main-contents .box3000en table td,
#main-contents .box5000en table td,
#main-contents .boxzeitaku table td{
	background:#ffffff;
}

#main-contents .box0en table,
#main-contents .box500en table,
#main-contents .box1000en table,
#main-contents .box3000en table,
#main-contents .box5000en table,
#main-contents .boxzeitaku table{
	margin:20px auto;
}


/*●カレンダー*/
.sub-column table#wp-calendar tbody td{ text-align: center; }

.sub-column table#wp-calendar tfoot td{ border-right: none; }

.sub-column table#wp-calendar tfoot td#next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table#wp-calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #fc6;
	color: #E96E57;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url("http://ren-ai.jp/wp-content/themes/renai62/images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #333;
	font-size: 12px;
        border-top: 2px solid #dcdcdc;
        border-bottom: 2px solid #eee;
}

#footer a:link,
#footer a:visited{ color: #333; }
#footer a:hover,
#footer a:active{ color: #E96E57; }

#footer h3{
	margin-bottom: 10px;
	padding: 8px;
	color: #f58e7e;
	font-weight: bold;
        font-size: 14px;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 400px;
	margin-bottom: 15px;
}

#footer .area02{
	float: right;
	width: 600px;
	margin-bottom: 15px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 10px; }

#footer .access p{
        margin-bottom: 10px;
        text-align: center;
}

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left center no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left top no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(./images/icon/icon-arrow03.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #fff;
	font-size: 12px;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: -160px;
	bottom: 20px;
	z-index: 99;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;

	width: 150px;	/* ★page-top: 画像の幅 ÷ 2 */
	height: 180px;	/* ★page-top: 画像の高さ ÷ 2 */
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	text-decoration: none;
}

.page-top a:link,
.page-top a:visited{
	background: url("images/icon/renai_off.png") no-repeat scroll 0 0 / 150px 180px rgba(0, 0, 0, 0);
	/* ★page-top: background: url("通常時の画像のパス") no-repeat scroll 0 0 / 画像の幅÷2 画像の高さ÷2 rgba(0, 0, 0, 0); */

	width: 150px;	/* ★page-top: 画像の幅 ÷ 2 */
	height: 180px;	/* ★page-top: 画像の高さ ÷ 2 */
}

.page-top a:hover,
.page-top a:active{
	background: url("images/icon/renai_on.png") no-repeat scroll 0 0 / 150px 180px rgba(0, 0, 0, 0);
	/* ★page-top: background: url("通常時の画像のパス") no-repeat scroll 0 0 / 画像の幅÷2 画像の高さ÷2 rgba(0, 0, 0, 0); */

	width: 150px;	/* ★page-top: 画像の幅 ÷ 2 */
	height: 180px;	/* ★page-top: 画像の高さ ÷ 2 */
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents h1.post-title{
	margin: 0 20px 25px 0;
        font-size: 26px;
        font-weight: bold;
}

#main-contents h2.archive-title{
	margin: 0 10px 10px 10px;
        font-size: 18px;
        font-weight: normal;
		border-bottom:none;
        border-left: none;
		padding: 0px;
        background: none;
		clear: none;
}

#main-contents .contents h3{
/*	margin: 0 -10px 1.5em;*/
}

.archive-title{
	margin-bottom: 6px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
        font-size: 22px;
}

.archive-title-text{
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 24px;
        border-bottom: 2px solid #eee;
}

#main-contents p.archive-title-list{
        border-bottom: 2px solid #eee;
        margin: 0 10px 10px 10px;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 4px;
}


/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 6px no-repeat;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #333; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #E96E57; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #f3f3f3;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: left;
}


/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 80%; height: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{ padding: 10px; }

#main-contents .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 17px;
	background: url(./images/icon/icon-arrow_r.png) 0 4px no-repeat;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 0.4em;
}

img.alignright{
	float: right;
	padding-left: 30px;
}




/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

#sitemap_list li{
	list-style: none;
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 8px no-repeat;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}



/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(./images/icon/icon-arrow_r.png) right 7px no-repeat;
}


/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }

/*------------------------------------------------------------
BigRibbon追加分
-------------------------------------------------------------*/

.sidebar-ads{
        margin-bottom: 20px;
}
p.ad {
    color: #C4C4C4;
    font-size: 14px;
    margin-bottom: 0;
	text-align:center;
}
#sub-contents-menu{
        font-size: 14px;
        width: 188px;
}

.sub-contents-menu-title{
        text-align: center;
        background: none repeat scroll 0 0 #f58e7e;
        padding: 10px 6px;
        border-bottom: 2px solid #eee;
        color: #fff;
}

.sub-contents-menu-title-a{
        background-color: #fff;       
}

.sub-contents-menu-title-a li{
        border-bottom: 2px solid #eee;
        list-style-type: none;
}

.sub-contents-menu-title-a li a{
        text-decoration: none;
        display: block;
        padding: 10px;
}

.sub-contents-menu-title-a li a:hover{
        background: #ecf0f1;
}

.sidebar-menu{
        margin: 0 0 20px 10px;
}

.sidebar-menu h3.sidebar-menu-title{
        border-bottom: 2px solid #dcdcdc;
        border-left: 3px solid #f58e7e;
        font-size: 16px;
	font-weight: bold;
        margin-bottom: 12px;
        padding: 10px;
}

.sidebar-menu li{
        list-style-type: none;
	margin-bottom: 12px;
        font-size: 12.5px;
}

.sidebar-menu li:after {
	content: "";
	display: block;
	clear: both;
}

.sidebar-menu img{
        margin-right: 10px;
        float: left;
}





.sidebar-menu .popular_post:after {
	content: "";
	display: block;
	clear: both;

	padding-bottom: 12px;
}

.sidebar-menu .popular_post {
	position: relative;
	min-height: 2.7em;
}

.sidebar-menu .popular_post span {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	display: inline-block;
	text-align: center;
}

.sidebar-menu .popular_post a {
	margin-left: 40px;
	display: inline-block;
}
.sidebar-category {
	    margin: 0 0 20px 10px;
	
}
.sidebar-category h3.sidebar-menu-title {
    border-bottom: 2px solid #dcdcdc;
    border-left: 3px solid #f58e7e;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 10px;
} 
.sidebar-category li{
        list-style-type: none;
	margin-bottom: 10px;
        font-size: 12.5px;
}

.sidebar-category li:after {
	content: "";
	display: block;
	clear: both;
}

.sidebar-category img{
        margin-right: 10px;
        float: left;
}
.sidebar-category li img {
    margin-right: 10px;
    float: left;
	margin-bottom:none;
}


.sidebar-category img{
	float:none;
}
.category-seebox{
	background:url(http://ren-ai.jp//wp-content/wptouch-data/themes/bauhaus-renaijp/default/images/yazirusi.gif) no-repeat right 20px center;
	background-color: #fff3f3;
    box-sizing: border-box;
    color: #333;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    margin: 0 auto 16px;
    font-size: 14px;
	text-decoration:none;
}
.category-seebox:hover {
    background-color: #F5DBD7;
    
}
.category-seebox a{
	text-decoration:none;
	display:block;
	color: #333;
}

.category-itirann{
	background:url(http://ren-ai.jp//wp-content/wptouch-data/themes/bauhaus-renaijp/default/images/yazirusi_siro.gif) no-repeat right 20px center;
	    background-color: #f58e7e;
    box-sizing: border-box;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    margin: 0 auto 12px;
    font-size: 14px;
	text-decoration:none;
}
.category-itirann:hover {
    background-color: #c47063;
    
}
.category-itirann a{
	text-decoration:none;
	display:block;
	color: #fff;
}

#underpost{
        margin-right: 10px;
}

#underpost table.adsense {
	width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#underpost #pickup-post{
        margin-bottom: 20px;
}

#underpost #pickup-post ul{
        margin: 0;
}

#underpost #pickup-post li{
        list-style-type: none;
        margin-bottom: 20px;
        font-size: 14px;
        border-bottom: 1px solid #D3D3D3;
}

#underpost #pickup-post img{
        margin-right: 12px;
        float: left;
}

#underpost .under-area{
        margin-bottom: 20px;
}

#footer-ads{
        margin-bottom: 20px;
        text-align: center;
}

.article-index{
        border-left: 3px solid #f58e7e;
}

.article-index-even{
        border-left: 3px solid #f58e7e;
}

#main-contents .article-index p.post-meta{
        float: left;
        background: url("http://ren-ai.jp/wp-content/themes/renai62/images/icon/newcolumn-icon03.png") no-repeat scroll 64px 26px / 35px auto rgba(0, 0, 0, 0);
        padding: 80px 16px 0;
        margin: 0;
}

#main-contents .article-index-even p.post-meta{
        float: left;
        background: url("http://ren-ai.jp/wp-content/themes/renai62/images/icon/newcolumn-icon03.png") no-repeat scroll 64px 26px / 35px auto rgba(0, 0, 0, 0);
        padding: 80px 16px 0;
        margin: 0;
}


#main-contents p.post-meta .post-data{
        border: 3px solid #dcdcdc;
        border-radius: 14px;
        padding: 8px;
        background: #fff;
}

#main-contents  h2.index-title{
	margin-bottom: 6px;
        font-size: 18px;
        font-weight: bold;
		margin-top: 0px;
    border-bottom: none;
    border-left: none;
	padding: 0px;
    background: none;
}

#main-contents .index-title-text{
        display: table;
}

#main-image{
	padding-top: 15px;
        height: 374px;
        background: url("http://ren-ai.jp/wp-content/themes/renai62/images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-top: 2px solid #DCDCDC;
        border-bottom: 2px solid #eee;
}

#main-image-in{
	position: relative;
	padding-bottom: 15px;
}


#main-image-in-left{
        float: left;
        width: 700px;
        border: 1px solid #e7e7e7;
}

#main-image-in-left li{
        list-style-type: none;
        width: 310px;
        display: inline-block;
        background: #fff;
        padding: 17px;
        border: 2px solid #e7e7e7;
}

#main-image-in-left a{
        font-size: 16px;
}

#main-image-in-left li p{
        font-size: 13px;
}

#main-image-in-left li p a{
        font-size: 13px;
}

#main-image-in-left .thumb {
	background-position: center center;
	background-size: cover;
	width: 312px;
	height: 209px;
	display: block;
}

#main-image-in-right{
        float: right;
        width: 300px;
        border: 2px solid #e7e7e7;
        background: #fff;
}

#main-image-in-right h3{
        font-size: 16px;
        font-weight: bold;
        background: #fff;
        padding: 6px 6px 6px 10px;
        margin-bottom: 6px;
        border-left: 3px solid #f58e7e;
}

#main-image-in-right li{
        list-style-type: none;
        background: #fff;
        margin-bottom: 19px;
        font-size: 14px;
        padding: 8px;
}

#main-image-in-right li img{
        float: left;
        margin: 0 6px 5px 0;
}

#main-image-in-right p.feature{
        text-align: center;
        font-size: 14px;
        padding: 17px;
}

#main-contents h1.index-h1{
        border-bottom: 3px solid #dcdcdc;
        font-weight: bold;
        font-size: 24px;
        margin: 0 10px 24px 0;
        padding-bottom: 4px;
        background: url("http://ren-ai.jp/wp-content/themes/renai62/images/icon/new-column02.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0);
        padding-left: 40px;
}


/*------------------------------------------------------------
BigRibbon追加分（固定ページ）
-------------------------------------------------------------*/
.post h1.page-title{
        font-weight: bold;
        font-size: 24px;
        border-bottom: 2px solid #f58e7e;
        margin: 0 10px 20px 0;
}

.partner{
        text-align: center;
        margin-bottom: 20px;
}

.partner img{
        border: 3px solid #D3D3D3;
        padding: 4px;
}

#table-writer{
        margin-bottom: 20px;
        text-align: center;
}

#table-writer img{
        border: 3px solid #D3D3D3;
        padding: 4px;
        margin-bottom: 10px;
}

.writer-column-list{
        clear: both;
}
#main-contents .writer-column-list ul{
        margin: 0 0 20px 0;
}

.writer-column-list li{
        list-style-type: none;
        margin-bottom: 1.5em;
        font-size: 1em;
        border-bottom: 1px solid #D3D3D3;
}

.writer-column-list img{
        margin-right: 12px;
        float: left;
}

#main-contents .writer-column-list h3{
        margin: 0 0 20px;
}

.writer-left{
        float: left;
        margin-right: 20px;
}

.writer-left img{
        border: 3px solid #D3D3D3;
        padding: 4px;
}

.writer-right{
        float: left;
        width: 500px;
        text-align: left;
        margin-bottom: 20px;
}

.writer-right .pr_btn{
        border: none;
}

.writer-right .position{
        background: url("http://ren-ai.jp/wp-content/themes/renai/img/icon/writer-icon1.gif") no-repeat scroll 0 50% transparent;
}

.writer-right .position p{
        font-size: 14px;
        font-weight: bold;
        padding-left: 20px;
}

/*------------------------------------------------------------
BigRibbon追加分（検索フォーム）
-------------------------------------------------------------*/
#searchform dl.search-box{
        position: absolute;
        top: 7px;
}

#searchform dl.search-box dt{
        position: absolute;
}

#searchform dl.search-box dd{
        position: absolute;
        margin-left: 249px;
}


/*------------------------------------------------------------
BigRibbon追加分（ヘッダーリンク）
-------------------------------------------------------------*/
#header-text ul#header-link{
        display: inline-block;
        position: absolute;
        top: 25px;
        margin-left: 312px;
}

#header-text ul#header-link li{
        display: inline-block;
        margin-right: 10px;
        background: url("http://ren-ai.jp/wp-content/themes/renai62/images/icon/logo_header_icon.png") no-repeat scroll 0 2px / 16px auto rgba(0, 0, 0, 0);
        padding-left: 20px;
}

#header-text ul#header-link .talk{
        background: url("http://ren-ai.jp/wp-content/themes/renai62/images/icon/logo_header_icon_talk.png") no-repeat scroll 0 2px / 16px auto rgba(0, 0, 0, 0);
}

/*------------------------------------------------------------
BigRibbon追加分（コピーライト）
-------------------------------------------------------------*/
.copyright p{
        color: #7f8c8d;
}

/*------------------------------------------------------------
BigRibbon追加分（404NotFound）
-------------------------------------------------------------*/
#notfound h2{
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 15px;
        color: #716659;
}

#notfound p{
        text-align: center;
        color: #716659;
}

#notfound p a{
        color: #716659;
}

/*------------------------------------------------------------
BigRibbon追加分（メールフォーム）
-------------------------------------------------------------*/
#main-contents .mailform p{
        font-weight: bold;
}

/*------------------------------------------------------------
BigRibbon追加分（ページ分割）
-------------------------------------------------------------*/
.article-nextpage{
        text-align: center;
        padding: 12px;
        background: none repeat scroll 0 0 #ecf0f1;
        font-size: 18px;
}





/*------------------------------------------------------------
リアクションボタン
-------------------------------------------------------------*/
#main-contents .reaction_buttons {
	margin: 20px 0 0 0;

	width: 100%;
}

#main-contents .reaction_buttons .reaction_buttons_tagline {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #f58e7e;

	margin: 0 0 12px 0;
}

#main-contents .reaction_buttons ul {
	margin: 0;
}

#main-contents .reaction_buttons ul .reaction_button {
	list-style: none;

	float: left;

	width: 50%;
	padding: 0 10px;
	margin: 0 0 15px 0;

	box-sizing: border-box;
}

#main-contents .reaction_buttons ul .reaction_button div {
	width: 100%;

	border: 1px solid #646464;
	border-radius: 10px;

	font-size: 32px;
	line-height: 80px;
	font-weight: bold;
	height: 80px;

	display: block;

	transition: all .5s ease;

	cursor: pointer;
}

#main-contents .reaction_buttons ul .reaction_button div:after {
	content: "";
	display: block;
	clear: both;
}

#main-contents .reaction_buttons ul .reaction_button_0 div {
	color: #f58e7e;
	background-color: #fff8f8;

	background-image: url("./images/reaction/icon_yes.png");
	background-size: 50px 50px;
	background-position: 25px center;
	background-repeat: no-repeat;
}

#main-contents .reaction_buttons ul .reaction_button_1 div {
	color: #7e84f5;
	background-color: #f2f3ff;

	background-image: url("./images/reaction/icon_no.png");
	background-size: 50px 50px;
	background-position: 25px center;
	background-repeat: no-repeat;
}

#main-contents .reaction_buttons ul .reaction_button div .button_name {
	float: left;
	margin: 0 0 0 100px;

	transition: all .5s ease;
}

#main-contents .reaction_buttons ul .reaction_button div .braces {
	display: none;
}

#main-contents .reaction_buttons ul .reaction_button div .count_number {
	color: #646464;
	float: right;
	margin: 0 40px 0 0;
}

#main-contents .reaction_buttons ul .voted div {
	background-color: #e7e7e7;
}

#main-contents .reaction_buttons ul .voted.reaction_button_0 div {
	background-image: url("./images/reaction/icon_yes_g.png");
}

#main-contents .reaction_buttons ul .voted.reaction_button_1 div {
	background-image: url("./images/reaction/icon_no_g.png");
}

#main-contents .reaction_buttons ul .voted div .button_name {
	color: #646464;
}
/*--------------------------------------------------------
文中広告枠
--------------------------------------------------------*/
.inFeed {
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.inFeed img {
	width: 100px;
	height:100px;
	float: right;
	margin: 0 0 10px 10px;
}
.inFeed .ttlText {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inFeed .ttlText a {
	color: #5d5d5d;
}
.inFeed .ttlText a:hover {
	color: #E96E57;
}
.inFeed .text {
	color: #909090;
	font-size: 14px;
}

/* --------------------------------------------------------------------------------
 *	出版事例
 * -------------------------------------------------------------------------------- */

.page-template-page-publications #main-contents .contents {
	margin: 0 20px 0 0;
}

.page-template-page-publications #main-contents .tabs {
	border-top: 1px solid #E9E9E9;
	border-bottom: 3px solid #E9E9E9;
	margin: 25px 0 20px 0;
	padding: 25px 0 0 20px;
}


.page-template-page-publications #main-contents .tabs .tab {
	display: inline-block;

	min-width: 80px;
	padding: 0 15px;
	margin: 0;
}

.page-template-page-publications #main-contents .tabs .tab a {
	text-decoration: none;
	display: block;

	font-size: 15px;
	line-height: 36px;

	text-align: center;

	position: relative;

	background-color: #D6D6D6;

	transition: color .5s ease;
}

.page-template-page-publications #main-contents .tabs .tab a:hover {
	color: #fff;
}


.page-template-page-publications #main-contents .tabs .tab a:before {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	top: 0;

	border-top: 36px solid transparent;
	border-right: 15px solid #D6D6D6;
	border-bottom: 0;
}

.page-template-page-publications #main-contents .tabs .tab a:after {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 0;

	border-top: 36px solid transparent;
	border-left: 15px solid #D6D6D6;
	border-bottom: 0;
}


.page-template-page-publications #main-contents .tabs .active {
	margin: 0 0 0 0;
}

.page-template-page-publications #main-contents .tabs .active {
	margin: 0 0 0 0;
}

.page-template-page-publications #main-contents .tabs .active a {
	background-color: #E9E9E9;
}

.page-template-page-publications #main-contents .tabs .active a:before {
	border-right: 15px solid #E9E9E9;
}

.page-template-page-publications #main-contents .tabs .active a:after {
	border-left: 15px solid #E9E9E9;
}


.page-template-page-publications #main-contents .books {
	margin: 0;
}

.page-template-page-publications #main-contents .books .book {
	list-style: none;
	margin: 0 0 20px 0;

	vertical-align: top;
}

.page-template-page-publications #main-contents .books .book a {
	transition: all .5s ease;
}


.page-template-page-publications #main-contents .books-b,
.page-template-page-publications #main-contents .books-c,
.page-template-page-publications #main-contents .books-d {
	margin: 0 -6px;
}


.page-template-page-publications #main-contents .books-b .book,
.page-template-page-publications #main-contents .books-c .book,
.page-template-page-publications #main-contents .books-d .book {
	width: 50%;
	box-sizing: border-box;
	display: inline-block;

	padding: 0 6px;
}


.page-template-page-publications #main-contents .books .book .box {
	border: 1px solid #BFBFBF;
	border-top: 3px solid;

	padding: 20px 30px 15px 30px;
}

.page-template-page-publications #main-contents .books .book .box:after {
	content: "";
	display: block;
	clear: both;
}

.page-template-page-publications #main-contents .books .book .box a {
	color: #86C4CD;
}

.page-template-page-publications #main-contents .books-b .book .box,
.page-template-page-publications #main-contents .books-c .book .box,
.page-template-page-publications #main-contents .books-d .book .box {
	border: 1px solid #BFBFBF;
	border-top: 3px solid;
}


.page-template-page-publications #main-contents .books-a .book .box {
	border-top-color: #E58D75;
	position: relative;
}

.page-template-page-publications #main-contents .books-a .book .box:before {
	content: "pickup";
	position: absolute;
	right: 30px;
	top: 20px;

	display: block;

	background-color: #86C4CD;
	color: #fff;

	z-index: 999;

	font-size: 12px;
	padding: 0 8px;
	line-height: 24px;
}

.page-template-page-publications #main-contents .books-b .book .box {
	border-top-color: #FAD76A;
}

.page-template-page-publications #main-contents .books-c .book .box {
	border-top-color: #CACACA;
}

.page-template-page-publications #main-contents .books-d .book .box {
	border-top-color: #CACACA;
}


.page-template-page-publications #main-contents .books-b:after,
.page-template-page-publications #main-contents .books-c:after,
.page-template-page-publications #main-contents .books-d:after {
	content: "";
	display: block;
	clear: both;
}

.page-template-page-publications #main-contents .books .book .cover {
	font-size: 12px;
	float: left;
	text-align: center;
	margin: 0;
}

.page-template-page-publications #main-contents .books .book .cover .thumb {
	width: 100px;
	height: auto;

	margin: 0 0 5px 0;

	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
}

.page-template-page-publications #main-contents .books .book .description {
	margin: 0 0 0 130px;
}

.page-template-page-publications #main-contents .books .book .description h3 {
	padding: 0;
	border: none;
	margin: 0 0 5px 0;

	font-size: 16px;
	line-height: 26px;
}

.page-template-page-publications #main-contents .books-a .book .description h3 {
	margin: 0 80px 5px 0;
}

.page-template-page-publications #main-contents .books .book .description .info {
	margin: 0 0 15px 0;

	font-size: 12px;
	line-height: 24px;
}

.page-template-page-publications #main-contents .books .book .description .info .writer {
	display: inline-block;
	margin: 0 5px 0 0;
}

.page-template-page-publications #main-contents .books .book .description .info .writer a {
	text-decoration: underline;
}

.page-template-page-publications #main-contents .books .book .description .info .writer:after {
	content: '（著）';
}

.page-template-page-publications #main-contents .books .book .description .info .publishing {
	margin: 0 5px 0 0;
	display: inline-block;
}

.page-template-page-publications #main-contents .books .book .description .info .publish-date {
	display: block;
}

.page-template-page-publications #main-contents .books .book .description .introduction {
	font-size: 14px;
	line-height: 26px;
}


/*------------------------------------------------------------
BigRibbon追加分（アフィリエイト）
-------------------------------------------------------------*/

#main-contents .af {
	border: 2px solid #eee;
	padding: 10px;
	float: left;
	margin-bottom: 12px;
	width: 684px;
}

#main-contents .af .af-left {
	float: left;
	margin-right: 10px;
}

#main-contents .af .af-right {
}

#main-contents .af .af-right-access {
}

#main-contents .af .af-title {
	font-size: 18px;
	margin-bottom: 2px;
}

#main-contents .af .af-price {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 16px;
}

#main-contents .af .af-des {
	margin-bottom: 6px;
}

#main-contents .af .af-detail {
	background-color: gray;
	display: inline-block;
	padding: 8px;
}

#main-contents .af .af-detail-access {
	background-color: gray;
	display: inline-block;
	padding: 8px;
}

#main-contents .af .af-detail a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#main-contents .af .af-detail-access a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
/*------------------------------------------------------------
ファッションページ
-------------------------------------------------------------*/
.fsBox {
	margin-bottom: 20px;
	overflow: hidden;
}
.fsBox .imgR {
	float: right;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0 0 10px 10px;
}
.fsBox .imgR img {
	margin-bottom: 10px;
		width: 300px;
	height: auto;	
	
}

/*------------------------------------------------------------
BigRibbon追加分（キャプション画像）
-------------------------------------------------------------*/

.wp-caption-text a {
	font-size: 12px;
	color: #808080 !important;
}

/*------------------------------------------------------------
企画一覧ページ
-------------------------------------------------------------*/
.kikakubox {
	border-bottom: 1px solid #eee;
    padding-top: 35px;
}
.entry-seebox {
	background: #fff;
    width: 100%;
	padding: 0px 10px 25px;
}
.entry-seebox .entry-see-more {
	background:url(http://ren-ai.jp//wp-content/wptouch-data/themes/bauhaus-renaijp/default/images/yazirusi.gif) no-repeat right 20px center;
    background-color: #fff7f5;
    border-radius: 30px;
    box-sizing: border-box;
    color: #333;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
	width:80%;
	margin:0 auto;
	font-size: 14px;
}

.entry-seebox .entry-see-more:hover {
    background-color: #F5DBD7;
    
}
.entry-seebox .entry-see-more a{
	text-decoration:none;
	display:block;
	color: #333;
}
/*●embed(内部リンク回すbox)*/
iframe.wp-embedded-content{
    width: 100%;
    margin-top: 10px;    
}
/*------------------------------------------------------------
404ページ
-------------------------------------------------------------*/
.kensakubox {
	margin-bottom:20px;
	overflow: hidden;
}
.kensakubox #searchform dl.search-box{
	top:auto;
	width: 440px;
}
#main-contents .kensakubox dl.search-box dt input{
	height: 2.2em;
	margin-top: 2px;
}