@charset "UTF-8";


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



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

input{width:90%;}
textarea{width:90%;}

.clWrap iframe{ height:30px;}

body{ color: #333; }
/*#container{background: url(./images/ba.png) top no-repeat;}*/


@media only screen and (max-width : 640px){
#container{ background-color: #fff; }
}

.sticker{ margin-top:15px;}
.side_ad{ margin-bottom:10px;}

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

a:link,
a:visited{ color: #00b2d5; }
a:hover,
a:active{ color: #9c3; }

.pr_un{ color:#666; font-size:12px; text-align:center;}

.iframe_ad{ border:0px; margin-bottom:10px; height:0px;}
.post-meta{ margin-bottom:16px; font-size:12px;}
.archive_txt{ margin-bottom:30px;}
/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

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

.article{font-size:16px;}


.bf_d_top{clear:both; text-align:center; width:970px; padding:0px;  margin:30px auto 0px auto; }
.bf_d{ width:970px; padding:0px;  margin:10px auto 0px auto; }
.bf_d img{float:left; margin:0px 10px 30px 10px; width:170px; border:#cccccc 1px solid; border-radius:100px;}
.bf_d a:hover img{opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";}

.post_top_box{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.post_top{ width:32%; float:left; margin:10px 2px 10px 3px; border:1px #CCCCCC solid; padding:0px 0px -20px 0px;}
.post_top img{width:100%;}
.post_top p{font-size:14px;}
.samu{margin-top:10px;}

#main-contents .topkizi-title{ min-height:30px;
	border-top:#419f93 0px solid;
	border-bottom:#419f93 0px solid;
	border-left:#419f93 0px solid;
	border-right:#419f93 0px solid;
	color:#555555;
	margin:0px 0px 5px 0px;
	padding:10px 4px 0px 4px;
	background: none;
	font-size:15px;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
}
#main-contents .topkizi-title a{ text-decoration:none;}
#main-contents .topkizi-title a:hover{ text-decoration:underline;}


@media only screen and (max-width : 640px){
.post_top{ width:98%; float:left; margin:10px 2px 10px 3px; border:1px #CCCCCC solid; padding:0px 0px -20px 0px;}
.post_top img{ width:100%; margin:0px auto;}
.samu{ margin-top:10px;}

#main-contents .topkizi-title{
	border-top:#419f93 0px solid;
	border-bottom:#419f93 0px solid;
	border-left:#419f93 0px solid;
	border-right:#419f93 0px solid;
	color:#555555;
	margin: 0 0 15px 0px;
	padding:10px 4px 0px 4px;
	background: none;
	font-size:20px;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
}
#main-contents .topkizi-title a{ text-decoration:none}
}



/* TOPスライド */
#slider{ margin-top:15px;}
.film_roll_wrapper{display:block; text-align:center; float:none; position:relative; top:auto; right:auto; bottom:auto; left:auto; z-index:auto; width:100%; height:100%; margin:0 !important; padding:0 !important; overflow:hidden; }
.film_roll_shuttle{text-align:left; float:none; position:relative; top:0; left:0; right:auto; bottom:auto; height:auto; margin:0 !important; padding:0 !important; z-index:auto; }
.film_roll_shuttle.vertical_center:before{content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-0.25em; }
.film_roll_child{position:relative; display:inline-block; *display:inline; vertical-align:middle; zoom:1;margin:0px 8px  }

.film_roll_prev,
.film_roll_next{position:absolute; top:50%; left:15px; width:30px; height:30px; margin:0px; padding:0; font-size:40px; font-weight:100; line-height:30px; color:#FFFFFF; text-align:center; background:#666666; border:3px solid #FFFFFF; border-radius:23px; opacity:0.5; text-decoration:none;}
.film_roll_prev:hover,
.film_roll_next:hover{color:#FFFFFF; text-decoration:none; opacity:0.9}
.film_roll_next{left:auto; right:15px}

.film_roll_pager{text-align:center; }
.film_roll_pager a{width:8px; height:8px; border:1px solid #666666; border-radius:5px; display:inline-block; margin:5px 5px 0 0; transition:all 1s ease; text-decoration:none; }
.film_roll_pager a:hover{background:#999999; text-decoration:none;}
.film_roll_pager a.active{background:#cccccc; text-decoration:none;}
.film_roll_pager span{display:none;}
.film_roll_pager a,a.film_roll_prev,a.film_roll_next{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }


@media only screen and (max-width : 640px){
#slider_sp{ margin:65px 0px -50px 0px;}
#slider{ margin:65px 0px -50px 0px;}
.film_roll_wrapper{display:block; text-align:center; float:none; position:relative; top:auto; right:auto; bottom:auto; left:auto; z-index:auto; width:100%; height:100%; margin:0 !important; padding:0 !important; overflow:hidden; }
.film_roll_shuttle{text-align:left; float:none; position:relative; top:0; left:0; right:auto; bottom:auto; height: auto; margin:0 !important; padding:0 !important; z-index:auto; }
.film_roll_shuttle.vertical_center:before{content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-0.25em; }
.film_roll_child{position:relative; display:inline-block; *display:inline; vertical-align:middle; zoom:1;margin:0px 8px  }

.film_roll_prev,
.film_roll_next{position:absolute; top:40%; left:8px; width:30px; height:30px; margin:0px; padding:0px; font-size:36px; font-weight:100; line-height:26px; color:#FFFFFF; text-align:center; background:#222; border:3px solid #FFFFFF; border-radius:20px; opacity:0.5; text-decoration:none;}
.film_roll_prev:hover,
.film_roll_next:hover{color:#FFFFFF; text-decoration:none; opacity:0.9}
.film_roll_next{left:auto; right:8px}

.film_roll_pager{text-align:center; }
.film_roll_pager a{width:3px; height:5px; border:2px solid #333; border-radius:5px; display:inline-block; margin:0 5px 0 0; transition:all 1s ease; text-decoration:none; }
.film_roll_pager a:hover{background:#666; text-decoration:none;}
.film_roll_pager a.active{background:#333; text-decoration:none;}
.film_roll_pager span{display:none;}
.film_roll_pager a,a.film_roll_prev,a.film_roll_next{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
	}





.pr_tb{color:#666; font-size:12px;  border:0px; margin:0px;}
.pr_tb img { width:100%; border:#CCC 1px solid;}
.pr_tb td{ border:0px; width:25%; padding:2px 4px 10px 4px;}
.pr_tb table{ border:0px;}

.box_haikei{font-size:14px; border:#9cc5ec 1px solid; margin:10px 10px 20px 10px; padding:10px; background-color:#fdffee;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */  }
.box_haikei li{list-style:none;}
.box_haikei li a{display:block; margin:2px 0px; padding:0px 10px 0px 20px; background: url(./images/icon-arrow.png) 0px 5px no-repeat;}
.box_haikei li ul li a{display:block; margin:2px 0px; padding:0px 10px 0px 20px; background: url(./images/icon-arrow2.png) 0px 5px no-repeat;}
.box_haikei li ul li ul li a{display:block; margin:2px 0px; padding:0px 10px 0px 20px; background: url(./images/icon-arrow3.png) 0px 5px no-repeat;}

.af_go { margin:0px 0px 20px 0px; font-weight:bold;}
.af_go a{ font-size:14px; padding:10px 0px 6px 0px; margin-top:5px; text-align:center; margin:0px auto; display:block; height:44px; width:450px; color:#ffffff; background:url(images/affi_ba.jpg);}
.af_go a:active{color:#ffffff;}
.af_go a:visited{color:#ffffff;}
.af_go a:hover {color:#ffffff;background:url(images/affi_ba_on.jpg) no-repeat;}




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

#top{
	position: absolute;
	top: 0;
	background-color: #bcd764;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
}

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

#top a:link,
#top a:visited{ color: #fff; }
#top a:hover,
#top a:active{ color: #137ca0; }

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

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

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


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

#header{background: url(./images/common/bg-header.jpg) center top repeat-x #fff; font-size: 1.2em;}
#footer_header{ margin-bottom:20px;}


#header-in{ padding:10px 0 1em; }

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{ text-align:center;}
#header #header-title h1{ text-align:left;}

#header .header-logo{font-weight: bold;}
#header .header-logo img{ width:320px;}


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

.header-logo a:link,
.header-logo a:visited{ color: #060; }
.header-logo a:hover,
.header-logo a:active{ color: #9c3; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	color: #333;
}

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


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

#global-nav{
	background: url(./images/common/bg-menu.png) left bottom repeat-x #fff;
}


* html #global-nav{
	background: #fff;/*IE6*/
}

#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: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: 1px solid #e5e5e5; /*右側のボーダーの色*/
	border-left: 1px solid #fff; /*左側のボーダーの色*/
	list-style: none;
	font-weight: bold;
}

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

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

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

#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: 12em;
	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 li a:hover,
#global-nav #menu li li a:active{ background-color: #e8e8e8; }

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

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


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

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


/*●メイン画像*/
#main-image{
	padding-top: 1.5em;
}

#main-image-in{
	position: relative;
	padding-bottom: 1.5em;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #036;
	font-size: 3em;
	text-shadow: #fff 1px 1px 3px;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

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


#breadcrumbs li:last-child a{padding-right: 15px; background:none;}


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

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

#main-contents .contents{
margin-bottom:10px; font-size:14px;
padding: 0 10px;
}


#main-contents .yarpp-related_h3 h3{
border:0px;
color:#444545;
margin:20px 0px -20px 0px;
padding:5px 0px 5px 50px;
background: url(./images/h3.png) left top no-repeat #ffffff;
font-size:24px;
}


#main-contents .top_h2{ min-height:30px;
	color:#a92aa7;
	margin:0px 0px 15px 0px;
	padding:8px 10px 5px 46px;
	border-bottom:3px double #a92aa7;
	border-top:0px solid #419f93;
	border-left:0px solid #419f93;
	border-right:0px solid #419f93;
	background: url(./images/h2_s.png) left top no-repeat #ffffff;
	font-size:22px;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
}

@media only screen and (max-width : 640px){
#main-contents .top_h2{
	color:#a92aa7;
	margin:0px 0px 15px 0px;
	padding:10px 10px 0px 50px;
	border-bottom:3px double #a92aa7;
	border-top:0px solid #419f93;
	border-left:0px solid #419f93;
	border-right:0px solid #419f93;
	background: url(./images/h2.png) left top no-repeat #ffffff; -webkit-background-size:50px 48px;
	font-size:20px;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
}
	}




/*●H2タグ*/
#main-contents h2{ min-height:45px;
	color:#419f93;
	margin:0px -10px 15px -10px;
	padding:10px 10px 5px 64px;
	border:1px solid #419f93;
	background: url(./images/h2.png) left top no-repeat #f1fffd;
	font-size:28px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}


#main-contents .post-title{
	margin:0px 0px 20px 0px;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
	border-right:0px;
	border-left:0px;
	position:relative;
	padding:14px 10px 14px 20px;
	font-size:32px;
	color:#419f93;
	background:#fff;
	/*text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #419f93;*/
	border-top:#419f93 solid 1px;
	border-bottom:#419f93 solid 1px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)),
			color-stop(0.4, rgba(255, 255, 255, 0.0)),
			color-stop(0.4, rgba(65, 159, 147, 0.1)),
			color-stop(0.6, rgba(65, 159, 147, 0.1)),
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
#main-contents .post-title:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#419f93;
}
#main-contents .post-title:after{
	content:" ";
	position:absolute;
	top:100%;
	left:26px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}



@media only screen and (max-width : 640px){
/*.sp_no{ display:none;}*/
#main-contents h2{min-height:45px;
	color:#419f93;
	margin: -50px 0px 15px 0px;
	padding:60px 5px 5px 56px;
	border-top:0px solid #419f93;
	border-left:0px solid #419f93;
	border-right:0px solid #419f93;
	border-bottom:3px double #419f93;

	background:url(./images/h2.png) no-repeat; -webkit-background-size:50px 48px;
	background-position:0px 60px;
	font-size:24px;
	border-radius:0px 0px 10px 10px;        /* CSS3草案 */
	-webkit-border-radius:0px 0px 10px 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px 0px 10px 10px;   /* Firefox用 */
}

#main-contents .post-title{
	margin:0px 0px 5px 0px;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
	border-right:0px;
	border-left:0px;
	position:relative;
	padding:8px 10px 8px 20px;
	font-size:25px;
	color:#419f93;
	background:#fff;
	/* text-shadow:
		1px 1px 0 #ffffff,
		2px 2px 0 #419f93; */
	border-top:#419f93 solid 1px;
	border-bottom:#419f93 solid 1px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)),
			color-stop(0.4, rgba(255, 255, 255, 0.0)),
			color-stop(0.4, rgba(65, 159, 147, 0.1)),
			color-stop(0.6, rgba(65, 159, 147, 0.1)),
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(65, 159, 147, 0.1) 40%,
            rgba(65, 159, 147, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
#main-contents .post-title:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#419f93;
}
#main-contents .post-title:after{
	content:" ";
	position:absolute;
	top:100%;
	left:26px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}

}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #3f9d91; }

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

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


/*●H3タグ*/
#main-contents h3{ min-height:30px;
	border-top:#419f93 1px solid;
	border-bottom:#419f93 1px solid;
	border-left:#419f93 4px solid;
	color:#555555;
	margin: 0 0 15px 0px;
	padding:10px 0px 8px 42px;
	background: url(./images/h4.png) left center no-repeat #f1fffd;
	font-size:20px;
}

@media only screen and (max-width : 640px){
#main-contents h3{
	border-top:#419f93 0px solid;
	border-bottom:#419f93 2px solid;
	border-left:#419f93 0px solid;
	border-right:#419f93 0px solid;
	color:#555555;
	margin:-60px 0px 15px 0px;
	padding:50px 0px 8px 34px;
	background: url(./images/h4.png) no-repeat; -webkit-background-size:32px 28px;
	background-position:0px 50px;
	font-size:20px;
}
}


.yarpp-related-none h3{ color:#3f9d91;
	margin: 0 0 1.5em;
	padding:10px 0px 5px 30px;
	background: url(/img/h3.png) left top no-repeat #eafffc;
	font-size:16px;
}




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

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

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


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding:8px 3px 8px 46px;
    border-top: 3px double #419f93;
    border-bottom: 3px double #419f93;
	background: url(./images/h3.png) left center no-repeat #ffffff;
    color: #555555;
	font-size:18px;
}

@media only screen and (max-width : 640px){
#main-contents h4{
	margin:-60px 0px 1.5em 0px;
	padding:50px 3px 8px 34px;
    border-top: 0px double #419f93;
    border-bottom: 3px double #419f93;
	background: url(./images/h3.png) left center no-repeat; -webkit-background-size:32px 28px;
	background-position:0px 50px;
    color: #419f93;
	font-size:18px;
}
}



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

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

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


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0px 36px;
	border-bottom: 1px solid #419f93;
	background: url(./images/h5.png) left center no-repeat #ffffff;
    color: #555555;
	font-size:18px;
}

#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: #9c3; }


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


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


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

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}

/*●テーブルタグ
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}*/

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

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}*/

/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#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: #bcd764;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

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

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#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: #bcd764;
	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: #68d0ef; }
#main-contents dl.news dd.cat.color02{ background: #f8b551; }
#main-contents dl.news dd.cat.color03{ background: #b3d465; }
#main-contents dl.news dd.cat.color04{ background: #c490bf; }
#main-contents dl.news dd.cat.color05{ background: #ff9da6; }
#main-contents dl.news dd.cat.color06{ background: #b5b5b5; }


/*●定義タグ スタイル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-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_gray.png) 0 7px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l_gray.png) 0 7px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r_green.png) 0 6px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l_green.png) 0 6px 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: #fff;
}

#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: #fff;
}


/*●サイトマップ*/
#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_gray.png) 0 6px 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 li{ font-size:16px;}

.sub-column hr{ clear: both; }

.sub-column h3{
color:#444545;
margin:0px 0px 10px 0px;
padding:5px 0px 5px 45px;
background: url(./images/h3.png) left top no-repeat #ffffff;
font-size:22px;
}




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


.wpp-list{font-size:14px;}

/*●プロフィール*/
.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{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.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_gray.png) 2px 15px no-repeat;
}

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

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


/*●ランキング*/
.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{
	background:/*url(./images/common/bg-header.png) center top repeat-x*/ #eef0d3; font-size: 1.2em;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

@media only screen and (max-width : 640px){
#footer{
	background:/*url(./images/common/bg-header.png) center top repeat-x*/#eef0d3; font-size: 1.2em; -webkit-background-size:auto 60px ;
	clear: both;
	padding-top:15px;
	padding-bottom:20px;
	font-size: 1.2em;
}
}


#footer a:link,
#footer a:visited{ color: #00b2d5; }
#footer a:hover,
#footer a:active{ color: #6f8d0d; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.5em 1em;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

#footer .area01 h3{ background-color: #bcd764; }

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

#footer .area01{float:left; width:33%; padding-bottom:0px;}
#footer .area02{float:left; width:33%; padding-bottom:0px;}
#footer .area03{float:left; width:33%; padding-bottom:0px;}


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

#footer .access p{ margin-bottom: 1em; }

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


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

#footer .footer-menu ul{
	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: 15px;
	background: url(./images/icon/icon-arrow02.png) left 3px no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(./images/icon/icon-arrow01.png) left 4px 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: #eaeaea;
	font-size: 1.2em;
	text-align: center;
}


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

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

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

.page-top a{ width:120px; height:120px;	display: block;}
.page-top span{ display: none; }
.page-top a:link,
.page-top a:visited{background: url(./images/pagetop.png) no-repeat;}

.page-top a:hover,
.page-top a:active {background: url(./images/pagetop_on.png) no-repeat;}



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

#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  h2.post-title{
	margin-bottom: 0.5em;
}

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

.archive-title{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #ccc;
	border-bottom: 2px solid #999;
	color: #fff;
	font-weight: bold;
}

/*●ウィジェットメニュー*/
.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_gray.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_gray.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: #bcd764;
	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 #bcd764; }

.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: #00b2d5; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #9c3; }


/*●メインコンテンツ内での検索*/
#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: right;
}


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

#main-contents p textarea{ width: 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_gray.png) 0 5px no-repeat;
}


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

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

img.aligncenter{
	display: block;
	margin: auto;
}


/*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_gray.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_gray.png) left 5px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(./images/icon/icon-arrow_r_gray.png) right 5px 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; }


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/



/*------------- 記事下SNSボタン -------------*/
.original-sns {display:table; table-layout:fixed; text-align:center; width:100%; margin:0px 0px 0px -30px; border-collapse:separate; border-spacing:3px;}
.original-sns li {display:table-cell; vertical-align:middle; height:40px; border-collapse:separate;}
.original-sns a {color:#fff; display:block; font-size:10px; text-decoration:none; padding:0px 5px 2px 5px;}

.original-sns a, :hover, :focus, input, :before, :after {-webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out; transition:0.2s ease-in-out;}
.original-sns li a:hover {-webkit-transform: translate3d(0px, 5px, 1px); -moz-transform: translate3d(0px, 5px, 1px); transform: translate3d(0px, 3px, 1px); box-shadow:none;}

 ul.original-sns {margin:0; padding: 0;}


/* Twitterボタン */
.twit-btn {padding:0px 0 0; position: relative;}
.twit-btn a{background-color:#00aced; height:36px; line-height:36px; border-radius:5px; box-shadow:0 4px 0 #02658B; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}
.twit-btn a:hover {box-shadow:0 1px 0 #02658B; text-decoration:none;}

/* Facebookボタン */
.face-btn {padding:0px 0 0; position:relative;}
.face-btn a{background-color:#3b5998; height:36px; line-height:36px; border-radius:5px; box-shadow:0 4px 0 #1D315C; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}
.face-btn a:hover {box-shadow:0 1px 0 #1D315C; text-decoration:none;}

/* Google＋ボタン */
.goog-btn {padding:0px 0 0; position: relative;}
.goog-btn a{background-color:#CC3732; height:36px; line-height:36px; border-radius:5px; box-shadow:0 4px 0 #B3291C; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}
.goog-btn a:hover {box-shadow:0 1px 0 #B3291C; text-decoration:none;}

/* はてブボタン */
.hate-btn {padding:0px 0 0; position: relative;}
.hate-btn a{background-color:#008FDE; height:36px; line-height:36px; border-radius:5px; box-shadow:0 4px 0 #2A5684; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}
.hate-btn a:hover {box-shadow:0 1px 0 #2A5684; text-decoration:none;}

/* Pocketボタン */
.pocket-btn {padding:0px 0 0; position: relative;}
.pocket-btn a{background-color:#ee4056; height:36px; line-height:36px; border-radius:5px; box-shadow:0 4px 0 #c72136; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}
.pocket-btn a:hover {box-shadow:0 1px 0 #c72136; text-decoration:none;}


.hate-btn a span.icon-hatebu	  {display:block; position:absolute; bottom:10px; left: 10px; font-size:20px; color:#fff;}
.hate-btn a span.sns_t			  {display:block; position:absolute; bottom: 0px; left: 35px; font-size:14px; color:#fff;}
.hate-btn a span.cnt			  {display:block; position:absolute; top: 4px; right:20px; font-size:16px; color:#fff;}

.face-btn a span.icon-facebook	  {display:block; position:absolute; bottom:10px; left: 10px; font-size:20px; color:#fff;}
.face-btn a span.sns_t			  {display:block; position:absolute; bottom: 0px; left: 35px; font-size:14px; color:#fff;}
.face-btn a span.cnt			  {display:block; position:absolute; top: 4px; right:20px; font-size:16px; color:#fff;}

.twit-btn a span.icon-twitter	  {display:block; position:absolute; bottom:10px; left: 10px; font-size:20px; color:#fff;}
.twit-btn a span.sns_t			  {display:block; position:absolute; bottom: 0px; left: 35px; font-size:14px; color:#fff;}
.twit-btn a span.cnt			  {display:block; position:absolute; top: 4px; right:20px; font-size:16px; color:#fff;}

.goog-btn a span.icon-google-plus {display:block; position:absolute; bottom:10px; left: 10px; font-size:22px; color:#fff;}
.goog-btn a span.sns_t			  {display:block; position:absolute; bottom: 0px; left: 35px; font-size:14px; color:#fff;}
.goog-btn a span.cnt			  {display:block; position:absolute; top: 4px; right:20px; font-size:16px; color:#fff;}

.pocket-btn a span.icon-pocket 	  {display:block; position:absolute; bottom:10px; left: 10px; font-size:20px; color:#fff;}
.pocket-btn a span.sns_t		  {display:block; position:absolute; bottom: 0px; left: 35px; font-size:14px; color:#fff;}
.pocket-btn a span.cnt			  {display:block; position:absolute; top: 4px; right:20px; font-size:16px; color:#fff;}




@font-face {
    font-family: 'icomoon';
    src:url('/img/fonts/icomoon.eot?x3fykb');
    src:url('/img/fonts/icomoon.eot?x3fykb#iefix') format('embedded-opentype'),
        url('/img/fonts/icomoon.ttf?x3fykb') format('truetype'),
        url('/img/fonts/icomoon.woff?x3fykb') format('woff'),
        url('/img/fonts/icomoon.svg?x3fykb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-google-plus:before {content: "\e900";}
.icon-facebook:before {content: "\e901";}
.icon-twitter:before {content: "\e902";}
.icon-hatebu:before {content: "\e905";}
.icon-pocket:before {content: "\e903";}


@media only screen and (max-width : 740px){
/* Twitterボタン */
.twit-btn a{background-color:#00aced; height:26px; line-height:26px; border-radius:5px; box-shadow:0 4px 0 #02658B; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}

/* Facebookボタン */
.face-btn a{background-color:#3b5998; height:26px; line-height:26px; border-radius:5px; box-shadow:0 4px 0 #1D315C; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}

/* Google＋ボタン */
.goog-btn a{background-color:#CC3732; height:26px; line-height:26px; border-radius:5px; box-shadow:0 4px 0 #B3291C; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}

/* はてブボタン */
.hate-btn a{background-color:#008FDE; height:26px; line-height:26px; border-radius:5px; box-shadow:0 4px 0 #2A5684; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}

/* Pocketボタン */
.pocket-btn a{background-color:#ee4056; height:26px; line-height:26px; border-radius:5px; box-shadow:0 4px 0 #c72136; display:block; margin:0 auto; text-decoration:none; text-shadow:0 2px 2px rgba(0, 0, 0, 0.25);}


.hate-btn a span.icon-hatebu	  {display:block; position:absolute; bottom:10px; left:  8px; font-size:20px; color:#fff;}
.hate-btn a span.sns_t			  {display: none; position:absolute; bottom: 0px; left: 48px; font-size:16px; color:#fff;}
.hate-btn a span.cnt			  {display:block; position:absolute; bottom: 0px; right:10px; font-size:16px; color:#fff;}

.face-btn a span.icon-facebook	  {display:block; position:absolute; bottom:10px; left:  8px; font-size:20px; color:#fff;}
.face-btn a span.sns_t			  {display: none; position:absolute; bottom: 0px; left: 41px; font-size:18px; color:#fff;}
.face-btn a span.cnt			  {display:block; position:absolute; bottom: 0px; right:10px; font-size:16px; color:#fff;}

.twit-btn a span.icon-twitter	  {display:block; position:absolute; bottom:10px; left:  8px; font-size:20px; color:#fff;}
.twit-btn a span.sns_t			  {display: none; position:absolute; bottom: 0px; left: 50px; font-size:16px; color:#fff;}
.twit-btn a span.cnt			  {display:block; position:absolute; bottom: 0px; right:10px; font-size:16px; color:#fff;}

.goog-btn a span.icon-google-plus {display:block; position:absolute; bottom:10px; left:  8px; font-size:20px; color:#fff;}
.goog-btn a span.sns_t			  {display: none; position:absolute; bottom: 0px; left: 51px; font-size:18px; color:#fff;}
.goog-btn a span.cnt			  {display:block; position:absolute; bottom: 0px; right:10px; font-size:16px; color:#fff;}

.pocket-btn a span.icon-pocket    {display:block; position:absolute; bottom:10px; left:  8px; font-size:20px; color:#fff;}
.pocket-btn a span.sns_t		  {display: none; position:absolute; bottom: 0px; left: 51px; font-size:18px; color:#fff;}
.pocket-btn a span.cnt			  {display:block; position:absolute; bottom: 0px; right:10px; font-size:16px; color:#fff;}
}




.oc_Menu dl{padding:0px 0px; margin:0px 0px;}
.oc_Menu dt{display:block; margin:0px 0px 10px; padding:10px 0px 5px 0px; width:100%; border-bottom:#9cc5ec 1px solid; cursor:pointer; font-size:18px; background: url(/img/open.png) right 10px center no-repeat;}
.oc_Menu dt.active{background: url(/img/close.png) right 10px center no-repeat;}
.oc_Menu dt div{ margin:0px 0px 0px; padding:0px 42px 0px 0px;}
.oc_Menu dt span{color:#9cc5ec; font-weight:bold; padding-right:3px;}
.oc_Menu dd{width:100%; display:none; padding:10px 0px; margin:0px}


.sub-menu ul{margin:0px 0px 6px 10px; padding:-14px 0px 0px;}
.sub-menu ul li{margin:0px 0px 2px 0px;} 


 

.top_uneisite{margin:10px 0px 20px;}



.talk_all{margin:1.5em 10px 3.5em;}
.talk_all p{margin-left:0; margin-right:0; line-height:1.5!important;}
.talk_all *{line-height:1.5!important;}
.talk_all .talk_left{margin:0 0 0 85px; padding:5px;}
.talk_all .talk_right{margin:0 85px 0 0; padding:5px;}
.talk_all .talk_a{background:url(/img/talk_a.jpg) no-repeat left top; background-size:70px auto; min-height:70px; margin-bottom:1.5em; font-weight:normal;}
.talk_all .talk_b{background:url(/img/talk_b.jpg) no-repeat right top; background-size:70px auto; min-height:70px; margin-bottom:1.5em; font-weight:normal;}

.talk_all .talk_left {position:relative; background:#f1fffd; margin-bottom:20px; padding:1em; border:4px solid #f1fffd; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.talk_all .talk_left:after {content: ""; position:absolute; top:20px; left:-14px; margin-top:-10px; display:block; width:0px; height:0px;
	border-style:solid; border-width:10px 10px 10px 0; border-color:transparent #f1fffd transparent transparent;}

.talk_all .talk_right {position:relative; background:#f1fffd; margin-bottom:20px; padding:1em; border:4px solid #f1fffd; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.talk_all .talk_right:after {content: ""; position:absolute; top:20px; right:-14px; margin-top:-10px; display: block; width:0px; height:0px;
	border-style:solid; border-width:10px 0 10px 10px; border-color:transparent transparent transparent #f1fffd;}