@charset "UTF-8";


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

#container{ background-color: #fffff1; }


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

body{
	padding-top: 4px;
	background: url(../images/common/topboder.gif) left top repeat-x;
	color: #2f4f4f;
	overflow: hidden;
}

* html body{ background-image: none; }

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

a:link,
a:visited{ color: #8b4513; }
a:hover,
a:active{ color: #9cc; }

img{border:0;}
.clear{clear:both;}
.ondes {color: #999;}

.l { float: left; margin: 0px 10px 10px 0px; }
.r { float: right; margin: 0px 0px 10px 10px; }
.c { text-align: center; }

.imgborder{   
border:1px solid #838B83; 
padding:4px;  
background-color:#ffffff;
}


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

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

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

#header{
	background-color: #fffff1;
	font-size: 1.2em;
	color: #999;
}

#header-in{ padding: 0; }

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

#header .header-logo{
	margin-bottom: 0.2em;
	font-size: 2.5em;
}


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

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


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

#header h1{
	color: #cd5c5c;
	margin-bottom: 0.5em;
	font-size: 1em;
}


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

#top{ 
	position: absolute;
	top: 0;
	background: #fff;
	color: #999;
	font-size: 1.2em;
}

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

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

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

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

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

#global-nav{
	background: url(../images/common/barbg.png) left top repeat-x;
}

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

#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: 0.8em 1.5em;
	color: #000; /* メニューのフォントの色  */
	text-decoration: none;
}

#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #cd5c5c; color:#fff; } /*マウスカーソルを乗せた時の背景色*/

#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;
	border: 1px solid #f0f0ea;
	border-top: 0;
	border-bottom: 1px solid #ccc;
	white-space: normal;
}

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

#global-nav #menu li li a:link,
#global-nav #menu li li a:visited{ background-color: #e8e8e2; }

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


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

#main-contents{ 
	font-size: 1.6em;
	line-height: 1.8em;
 }

#main-contents .contents{
	margin-bottom: 3.5em;
	padding: 0 10px;
}

/*●H2タグ*/
#main-contents h2{
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.5em;
	background: #cd5c5c;
	color: #fff;
	font-size: 1.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 500;
	line-height: 1.5em;
	font-family: Helvetica, '游ゴシック Medium', Meiryo, sans-serif;
}

/*吹き出し IEはIE8以降のみ*/
#main-contents h2:after{
	position: absolute;
	bottom: -15px;
	left: 10%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #cd5c5c;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}

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

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

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

#main-contents h2.img-title:after{
	position: static;
	bottom: auto;
	left: auto;
	z-index: auto;
	margin-left: 0;
	border: 0;
	content: "";
}

/*●H3タグ*/
#main-contents h3{
border: 1px dashed #cd5c5c;
padding: 10px;
line-height: 170%;
margin-top: -2em;
background: #ffffff;
color: #363636;
font-size: 0.8em;
}


/*●H4タグ*/
h4,h5,h6 {
    position: relative;
    color: #9b1f20;
    font-size: 1.2em;
    margin: 2.5em 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid rgba(185, 42, 44, 0.60);
    border-top: 3px solid rgba(185, 42, 44, 0.60);
    font-weight: 600;
    font-family: Helvetica, '游ゴシック Medium', Meiryo, sans-serif;
}
 
h4:before,h5:before,h6:before {
    content: "";
    position: absolute;
    background: #d48789;
    top: 0.5em;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h4:after,h5:after,h6:after {
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.2em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.danraku,
.danraku2,
.danraku3,
.danraku4,
.topic{
	margin-top: 2.3em;
	padding: 0.4em;
	font-size: 1.2em;
	overflow: hidden;
	background: url(../images/title/bg-danraku.png)left bottom no-repeat;
	color: #B92A2C; /*見出し文字の色*/
	font-weight: 600;
	font-family: Helvetica, '游ゴシック Medium', Meiryo, sans-serif;
}


/*●段落タグ*/
#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;
}

/* 引用枠の設定 */

blockquote, .waku, .waku-o1, .waku-o2, .waku-o3, .waku-o4,
.waku1, .waku-d1, .waku-d2, .waku-d3, .waku-d4,
.waku2, .waku-g1, .waku-g2, .waku-g3, .waku-g4
 {
font-size: 14px;
background-color : #fdfcf9;
line-height: 1.8;
padding-top : 10px; padding-left : 15px; padding-right : 15px;
padding-bottom: 10px;
margin : 5px 5px 20px 5px; 
border-width : 1px 1px 1px 1px; border-style : solid solid solid solid;
border-color : #bfb6ab #bfb6ab #bfb6ab #bfb6ab;
 }

blockquote p, .waku p, .waku-o1 p, .waku-o2 p, .waku-o3 p, .waku-o4 p,
.waku1 p, .waku-d1 p, .waku-d2 p, .waku-d3 p, .waku-d4 p,
.waku2 p, .waku-g1 p, .waku-g2 p, .waku-g3 p, .waku-g4 p
{
display: block;
line-height: 1.8;
margin : 5px 0px 15px 0px;
}

blockquote cite, .waku cite, .waku-o1 cite, .waku-o2 cite, .waku-o3 cite, .waku-o4 cite,
.waku1 cite, .waku-d1 cite, .waku-d2 cite, .waku-d3 cite, .waku-d4 cite,
.waku2 cite, .waku-g1 cite, .waku-g2 cite, .waku-g3 cite, .waku-g4 cite
{
font-size: 12px;
text-align: right;
display: block;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 7px;
padding-left: 10px;
margin: 0px;
}

blockquote cite a, .waku cite a, .waku-o1 cite a, .waku-o2 cite a, .waku-o3 cite a, .waku-o4 cite a,
.waku1 cite a, .waku-d1 cite a, .waku-d2 cite a, .waku-d3 cite a, .waku-d4 cite a,
.waku2 cite a, .waku-g1 cite a, .waku-g2 cite a, .waku-g3 cite a, .waku-g4 cite a
{ text-decoration:underline; }

blockquote cite a:link, .waku cite a:link, .waku-o1 cite a:link, .waku-o2 cite a:link, .waku-o3 cite a:link, .waku-o4 cite a:link,
.waku1 cite a:link, .waku-d1 cite a:link, .waku-d2 cite a:link, .waku-d3 cite a:link, .waku-d4 cite a:link,
.waku2 cite a:link, .waku-g1 cite a:link, .waku-g2 cite a:link, .waku-g3 cite a:link, .waku-g4 cite a:link,
blockquote cite a:visited, .waku cite a:visited, .waku-o1 cite a:visited, .waku-o2 cite a:visited, .waku-o3 cite a:visited, .waku-o4 cite a:visited,
.waku1 cite a:visited, .waku-d1 cite a:visited, .waku-d2 cite a:visited, .waku-d3 cite a:visited, .waku-d4 cite a:visited,
.waku2 cite a:visited, .waku-g1 cite a:visited, .waku-g2 cite a:visited, .waku-g3 cite a:visited, .waku-g4 cite a:visited,
blockquote cite a:active, .waku cite a:active, .waku-o1 cite a:active, .waku-o2 cite a:active, .waku-o3 cite a:active, .waku-o4 cite a:active,
.waku1 cite a:active, .waku-d1 cite a:active, .waku-d2 cite a:active, .waku-d3 cite a:active, .waku-d4 cite a:active,
.waku2 cite a:active, .waku-g1 cite a:active, .waku-g2 cite a:active, .waku-g3 cite a:active, .waku-g4 cite a:active
{ color: #808080; }

blockquote cite a:hover, .waku cite a:hover, .waku-o1 cite a:hover, .waku-o2 cite a:hover, .waku-o3 cite a:hover, .waku-o4 cite a:hover,
.waku2 cite a:hover, .waku-g1 cite a:hover, .waku-g2 cite a:hover, .waku-g3 cite a:hover, .waku-g4 cite a:hover
{ color: #daa520; }


/*●テーブルタグ*/
#main-contents table{
	width: 100%;
	font-size : 13px;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #b48f43;
	border-left: 1px solid #b48f43;
	table-layout: auto;
}

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

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

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

#main-contents td{ background-color: #ffffff; }

#main-contents table caption {
text-align: center;
font-size : 16px;
padding-bottom: 10px;
font-weight: bold;
}

#main-contents thead th{
	background: url(../images/common/bg-moca.jpg) ;
	font-size : 1.2em;
	color: #62481C;
	text-align: center;
}

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

table.table-style01 td{ background-color: #ffffff; }

#main-contents table.table-style01 thead th{
	background: url(../images/common/bg-moca.jpg) ;
	font-size : 1.2em;
	color: #62481C;
	text-align: center;
}

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

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

/*●最新情報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.7em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

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

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/

#main-contents dl.news dd.cat,
#main-contents dl.news02 dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01,
#main-contents dl.news02 dd.cat .color01{ background: #68d0ef; }
#main-contents dl.news dd.cat.color02,
#main-contents dl.news02 dd.cat .color02{ background: #f8b551; }
#main-contents dl.news dd.cat.color03,
#main-contents dl.news02 dd.cat .color03{ background: #b3d465; }
#main-contents dl.news dd.cat.color04,
#main-contents dl.news02 dd.cat .color04{ background: #c490bf; }
#main-contents dl.news dd.cat.color05,
#main-contents dl.news02 dd.cat .color05{ background: #ff9da6; }
#main-contents dl.news dd.cat.color06,
#main-contents dl.news02 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: 10em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 11.3em;
	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;
	background-color: #fff;
}

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

/*●コメントリスト（リストタグ）*/
#main-contents ul.comment{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
	background-color: #fff;
}

#main-contents ul.comment li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 28px;
	background: url(../images/icon/icon-comment.png) left 0.5em 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 20px 3px 0px;
	background: url(../images/icon/icon-arrow_r.png) no-repeat 100% 50%;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_l.png) no-repeat 0 50%;
}

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

/* --------- sharebtn --------- */
.post-sharebtn { margin-top: 0px; }
.sharebtn { width: 50%; float: left; font-size:16px; }
.sharebtnline { float: left; height:45px; }
/*.sharebtn .box { display: block; padding: 0px; border-top: 1px solid #ccc; }*/
.sharebtn .count { width: 50%; background: #eee; color: #fff; display: block; font-size: 15px; font-weight: 900; line-height: 30px; position: relative; text-align: center; border-radius: 6px; }
.sharebtn .count:after { content:''; display: block; position: absolute; right: -12px; width: 0; height: 0; border: solid 6px transparent; border-left-color: #eee; bottom: 9px; }
.sharebtn .share { width: 100%; margin-left: 25%; display: block; font-size: 24px; font-weight: 600; line-height: 50px; padding: 0; text-align: center; text-decoration: none; }
.sharebtn .share,
.sharebtn .count,
.sharebtn .count:after { float: left; -webkit-transition: all .3s ease; transition: all .3s ease; }
.sharebtn .box:hover .share {}
.sharebtn .box:hover .count { color: #fff!important; }
.sharebtnline .box#line a {
	width:100px;
	height:45px;
	background:#00c300;
}
.sharebtnline .box#facebook a {
	width:100px;
	height:45px;
	background:#3a5394;
}
.sharebtnline .box#twitter a {
	width:100px;
	height:45px;
	background:#28aae1;
	clear:left;
}
.sharebtn .box#facebook a {
	padding-top: 25px;
	display:block;
	color:#fff;
	background:#3b5998;
	height:50px;
}
.sharebtn .box#facebook a:hover {
	color:#3b5998;
	background:#cee3f6;
}
.sharebtn .box#twitter a {
	padding-top: 25px;
	display:block;
	color:#fff;
	background:#4099FF;
	height:50px;
	clear:left;
}
.sharebtn .box#twitter a:hover {
	color:#4099FF;
	background:#cef6f5;
}
.sharebtn .box#line a {
	padding-top: 25px;
	display:block;
	color:#fff;
	background:#00c300;
	height:50px;
	clear:left;
}
.sharebtn .box#line a:hover {
	color:#008e00;
	background:#d8f6ce;
}
.sharebtn .box#bookmark a {
	padding-top: 25px;
	display:block;
	color:#fff;
	background:#cd483c;
	height:50px;
	clear:left;
}
.sharebtn .box#bookmark a:hover {
	color:#cd483c;
	background:#f8e0e6;
}

.sharebtn#twitter .box:hover { background: #eef6f9; }
.sharebtn#twitter .box { border-top-color: #24a5db; }
.sharebtn#twitter .box:hover .count:after { border-left-color: #24a5db; }
.sharebtn#twitter .count,
.sharebtn#twitter .share,
.sharebtn#twitter .box:hover .count { color: #24a5db; }
.sharebtn#twitter .box:hover .count { background: #24a5db; }

.sharebtn#facebook .box:hover { background: #0f2f7; }
.sharebtn#facebook .box { border-top-color: #3b5998; }
.sharebtn#facebook .box:hover .count:after { border-left-color: #3b5998; }
.sharebtn#facebook .count,
.sharebtn#facebook .share,
.sharebtn#facebook .box:hover .count { color: #3b5998; }
.sharebtn#facebook .box:hover .count { background: #3b5998; }

.sharebtn#bookmark .box:hover { background: #fbf1f0; }
.sharebtn#bookmark .box { border-top-color: #cd483c; }
.sharebtn#bookmark .box:hover .count:after { border-left-color: #cd483c; }
.sharebtn#bookmark .count,
.sharebtn#bookmark .share,
.sharebtn#bookmark .box:hover .count { color: #cd483c; }
.sharebtn#bookmark .box:hover .count { background: #cd483c; }

.sharebtn#line .box:hover { background: #d8f5d7; }
.sharebtn#line .box { border-top-color: #00c300; }
.sharebtn#line .box:hover .count:after { border-left-color: #00c300; }
.sharebtn#linet .count,
.sharebtn#line .share,
.sharebtn#line .box:hover .count { color: #00c300; }
.sharebtn#line .box:hover .count { background: #00c300; }


/*分割ページリスト*/

p.pagelist {
font-size:13px;
width: 600px;
clear:both;
padding-top:10px;
text-align:right;
}

p.pagelist a{
text-decoration:none;
padding:4px;
border:1px solid #8B4513;
background:#EEE8CD;
color:#8B4513;
}

p.pagelist a:hover{
text-decoration:none;
padding:4px;
background:#8B4513;
color:#fff;
}

p.pagelist b{
font-weight:bold;
text-decoration:none;
padding:4px;
border:1px solid #8B4513;
background:#8B4513;
color:#fff;
}


/*新着画像エントリ*/

#whats-news ul,
#whats-news2 ul,
#whats-news3 ul { 
margin:0;
padding:0;
list-style:none;
width:100%;
}

#whats-news ul li,
#whats-news2 ul li,
#whats-news3 ul li {
margin:0px;
padding: 10px 5px 10px 0px;
line-height:1.8em;
border-bottom:1px dotted #999999;
vertical-align:middle;
font-size: 13px;
margin-left: 1em;
margin-right: 1em;
}

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

.clearfix {
display: inline-block;
}

.class_box_shadow{
    float: left;
    width: 90px;
    height: 90px;
    margin: 0px 10px 10px 10px;
    background: #fff;
    border: 3px solid white;
    position:relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.60);
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.entry-tag { margin : 5px 20px 5px 0px; padding : 20px; display: inline; }
.entry-tag ul { list-style-type: none; }
.entry-tag li { display : inline; font-size: 15px; padding-right : 10px; }


hr.type1 {
border: none;
height: 0.5px;
border-bottom: 0.5px dashed #999999;
margin-bottom: 1em;
}

hr.type2 {
    border: 0;
    border-bottom: 0.5px dashed #ccc;
    background: #999;
    margin-bottom: 1em;
}

hr.type3 {
    border: 0;
    height: 0.5px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
    margin-bottom: 1em; 
}

hr.type4 {
    border: none;
    height: 0.5px;
    border-bottom: 0.5px dotted #999999;
    margin-bottom: 1em;
}

.interval img {
    display: block;
    margin: 45px auto;
}

.imgborder{   
    border:1px solid #838B83; 
    padding:4px;  
    background-color:#ffffff;
}

.ondes {color: #999;}


/* プレゼント */
div.section {
padding: 8px;
background: #aed5f6;
font-size: 90%;
}

div.section div.inner {
padding: 10px 10px 10px;
background-color: #ffffff;
}

div.section p {margin: 1em 0;}

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

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

.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;
	background: url(../images/title/bg-sub-h3.png) #ebeaea;
	border-top: 1px solid #fff; /*見出しの上部の線*/
	color: #454545; /*見出し文字の色*/
	font-weight: bold;
}

* html .sub-column h3{ background: #ebeaea; } /* IE6 */

.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{
	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 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-yellow.png) 2px 15px no-repeat;
	color: #8b4513;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #9cc;
	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 #9cc; }

/*●月別アーカイブ*/
.archives,.archives dt,.archives dd,.archives ul { margin:0; padding:0; }  
.archives li { list-style-type: none; }  
.archives { padding: 5px; }  
.archives dt { padding: 3px 0; }  
.archives dd { padding: 0 0 5px 10px; }


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

#footer{
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #cd5c5c; /*フッター全体の背景色を指定*/
	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #000; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	color: #fff;
	font-weight: bold;
	border-bottom: 3px dotted #fff;
}

#footer .area01 h3{ border-bottom: 3px dotted #fff; }

#footer .area02 h3{ border-bottom: 3px dotted #fff; }

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

#footer .area01{
	float: left;
	width: 60%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 39%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#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 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: #eaeaea;
	font-size: 1.2em;
	text-align: center;
}


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

.page-top { position:fixed; right:20px; bottom:20px; }
.page-top img { opacity:0.6; display:block; }
.page-top:hover img { opacity:1; }

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

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


/*コメントナビ*/
.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; }

/*------------ 目次 -------------*/

.contents-list-box {
    position: relative;
    margin: 2em 0 1em 0;
    padding: 0em 1em;
    border: solid 3px #f5a9a9;
    background: #FFF;
    border-radius: 8px;
}
.contents-list-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #f5a9a9;
    font-weight: bold;
}
.contents-list-box p {
    margin: 0; 
    padding: 0px;
}
