@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}

input,
textarea,
select{ font-size: 1em; }
body:first-of-type textarea{ font-size: 12px; }

/*WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }


/*Firefox対策*/
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

body,x:-moz-broken { margin-left:-1px; }

body{
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.8;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", meiryo, Arial,Helvetica;
}

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}

#container{
	position: relative;
}

#global-menu li,
#breadcrumbs li,
#top-menu li,
#sidebar li,
#footer-in li{ list-style: none; }


/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#main,
#footer,
.copyright{
	width: 100%;
	min-width: 960px;
}


#page-top,
#top-in,
#header-in,
#global-menu ul,
#main-in,
#footer-in,
.copyright small{
	margin: auto;
	width: 960px;
}


/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

/*
#container{ background-color: #000; }
*/


/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #2756C2; }
a:visited{ color: #2756C2; }
/*
a:visited{ color: #4753A3; }
*/
a:hover{ color: #3D97F1; }
a:active{ color: #3D97F1; }




/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	height: 20px;
	background-color: #196bb2;
	font-size: 12px;
}

#top-in{ position: relative; }

/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 20px;
	padding-left: 16px;
}

#top-menu li{
	float: left;
	margin-right: 22px;
	line-height: 20px;
}

/*メニューの最後の要素には「end」のクラスを付加し、右からのマージンを0に*/
#top-menu li a{
	color:#fff;
	padding: 4px 0;
	padding-left: 20px;
	background: url(images/icon/icon-arrow-head.gif) left center no-repeat;
	text-decoration: none;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{ font-size: 1.2em; }

/*●ヘッダーロゴ*/
#header-logo{
	float: left;
	margin: 25px 0;
	width: 245px;
	font-size: 1.567em;
	font-weight: bold;
}

/*●ヘッダーロゴテキスト*/
#header-logo a{ text-decoration: none; }
#header-logo a:link{ color: #666; }
#header-logo a:visited{ color: #666; }
#header-logo a:hover{ color: #c60; }
#header-logo a:active{ color: #c60; }

/*●ヘッダーテキスト*/
#header-in #btn-contact{
	float: right;
	margin: 25px 0;
	width: 303px;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: relative;
	padding-top: 0px;
	margin-bottom: 5px;
	height: 51px;
		background: url(images/common/nav-bg.png) left top repeat-x;
}


#global-menu ul{
	position: relative;
	height: 51px;
	margin-bottom: 5px;
}

#global-menu li{
	display:inline;
	list-style-type:none;
}

#global-menu li a{
	height:51px;
	display:block;
	float:left;
	text-indent:-9998em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
#global-menu li.global-menu01 a {
	background: url(images/common/g-menu2.png) no-repeat 0px 0px;
	width:135px;
}
#global-menu li.global-menu02 a {
	background: url(images/common/g-menu2.png) no-repeat -135px 0px;
	width:135px;
}
#global-menu li.global-menu03 a {
	background: url(images/common/g-menu2.png) no-repeat -270px 0px;
	width:135px;
}
#global-menu li.global-menu04 a {
	background: url(images/common/g-menu2.png) no-repeat -405px 0px;
	width:135px;
}
#global-menu li.global-menu05 a {
	background: url(images/common/g-menu2.png) no-repeat -540px 0px;
	width:150px;
}
#global-menu li.global-menu06 a {
	background: url(images/common/g-menu2.png) no-repeat -690px 0px;
	width:135px;
}
#global-menu li.global-menu07 a {
	background: url(images/common/g-menu2.png) no-repeat -825px 0px;
	width:135px;
}

/*------hover*/
#global-menu li.global-menu01 a:hover {
	background: url(images/common/g-menu2.png) no-repeat 0px -51px;
}
#global-menu li.global-menu02 a:hover {
	background: url(images/common/g-menu2.png) no-repeat -135px -51px;
}
#global-menu li.global-menu03 a:hover {
	background: url(images/common/g-menu2.png) no-repeat -270px -51px;
}
#global-menu li.global-menu04 a:hover {
	background: url(images/common/g-menu2.png) no-repeat -405px -51px;
}
#global-menu li.global-menu05 a:hover {
	background: url(images/common/g-menu2.png) no-repeat -540px -51px;
}
#global-menu li.global-menu06 a:hover {
	background: url(images/common/g-menu2.png) no-repeat -690px -51px;
}
#global-menu li.global-menu07 a:hover {
	background: url(images/common/g-menu2.png) no-repeat -825px -51px;
}
/**/
* html #global-menu ul li a{ height: 51; }
* html #global-menu ul li a:hover{ height: 51; }



/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{ margin-bottom: 15px; }

#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	background: url(images/icon/icon-breadcrumbs.gif) left 5px no-repeat;
	font-size: 1.2em;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{ padding-left: 0; background: none; }

.main-image{ margin-bottom: 20px; }

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
	width: 630px;
	font-size: 1.5em;
}

/*H1、H2*/
#main-contents h1{
	clear: both;
	margin-bottom: 25px;
	padding: 25px 10px 22px 5px;
	background: url(images/title/bg-contents-h1.gif) left top repeat-x;
	border-bottom: 1px solid #dbdbdb;
	font-size: 1.6em;
	line-height: 1.3;
	color: #464646;
	font-weight: bold;
}

#main-contents #archive{
	clear: both;
	margin-bottom: 25px;
	padding: 8px 12px;
	background: #1a45ab;
	font-size: 1.143em;
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
}

#main-contents h2{
	clear: both;
	margin-bottom: 14px;
	padding: 5px 10px 5px 20px;
	background: url(images/title/bg-contents-h3.jpg) left top no-repeat;
	border: 1px solid #999;
	font-size: 1.1em;
	font-weight: bold;
}


#main-contents h1 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h1 a:hover,
#main-contents h2 a:active{ color: #c60; }

/*H3*/
#main-contents h3{
	clear: both;
	margin-bottom: 14px;
	padding: 4px 10px 4px 12px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom:1px solid #62A2D4;
	border-left: 8px solid #62A2D4;
	background: #E6F2F7;
}

/*H4*/
#main-contents h4{
	clear: both;
	margin-bottom: 14px;
	padding: 5px 10px 5px 12px;
	background: url(images/title/bg-contents-h3.gif) left top no-repeat;
	font-size: 1.1em;
	font-weight: bold;
}
/*H5*/
#main-contents h5{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 0.9em;
	font-weight: bold;
}


/*●コンテンツ*/
#main-contents .contents{
	padding: 0 0px;
	margin-bottom: 55px;

}

#main-contents .contents p{
	margin-bottom: 1.4em;
	line-height: 1.8;
}

.post_info{
	margin: -10px 0 10px;
	font-size:85%;
	color:#666;
}

.post_info li{
	display: inline;
	list-style-type: none;
}

/* 太字 */
strong {
	color:#FF3300;
}

/*線*/
#main-contents hr{
	clear: both;
	margin: 1.5em 0 2em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ddd;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }

/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 20px;
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.7em; }
#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}

/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}

/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
}
.link-back{ text-align: left; }
.link-next{ text-align: right; }
.link-next a,
.more-link{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 1px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 1px no-repeat;
}

#main-contents .trackback-url{ width: 500px!important; }
#main-contents p textarea{ width: 500px; }
#main-contents #submit{ padding: 5px 10px; }
#main-contents #author,
#main-contents #email,
#main-contents #url{ padding: 2px 5px; width: 300px; }

.reply{ clear: both; }

.reply a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) 0 1px no-repeat;
}

/*コンテンツナビ*/
.posts-link{
	margin-bottom: 15px;
	padding: 5px 10px;
}

.posts-link .nav-previous{
	float: right;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 3px no-repeat;
}

.posts-link .nav-next{
	float: left;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 3px no-repeat;
}

.posts-link a:link,
.posts-link a:visited{ color: #666; }
.posts-link a:hover,
.posts-link a:active{ color: #c60; }

#main-contents ul.social-button{
	margin:0 0 10px 0!important;
	padding: 0!important;
	text-align: right;
}
.social-button li{
	display: inline;
	list-style: none;
	margin-left: 5px;
}
.tag{
	clear: both;
	margin-bottom: 10px;
	text-align: right;
}
.banner-area{
	margin-left: 0!important;
	padding: 0!important;
}
.banner-area li{
	margin-bottom: 45px;
	list-style: none;
}
.banner-area li textarea{
	width: 500px;
	height: 80px;
	font-size: 14px;
}
.banner-area li .src-box{ width: 530px; }
.banner-area li .img-box{ width: 470px; }
.banner-area li .img-box p{ margin: 5px 0; }

#main-contents .contents dl.dl-style{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}

#searchsubmit{ padding: 2px 5px; }
#si_contact_form1 span input{ vertical-align: middle!important; }
#dsq-account-dropdown,
#dsq-sort-by{ float: right;}
#dsq-sort-by{ padding-top: 10px; }
#dsq-comments{ clear: both; }


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	overflow: hidden;
	float: right;
	width: 290px;
	font-size: 1.3em;
}
/*H3*/
#sidebar h3{
	clear: both;
	padding: 2px 8px;
	background: url(images/title/bg-sidebar-h3.png) left center no-repeat #1a45ab;
	border: 1px solid #196bb2;
	border-bottom: none;
	color: #fff;
}
#sidebar h3 img{ vertical-align: middle; }
#sidebar h3 a:link,
#sidebar h3 a:visited{ color: #fff; }
#sidebar h3 a:hover,
#sidebar h3 a:active{ color: #c60; }
#sidebar div h3{
	margin: -8px;
	margin-bottom: 8px;
}
#sidebar p{ margin-bottom: 10px; }
#sidebar li ul,
#sidebar li div{
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #196bb2;
}
#sidebar li ul ul,
#sidebar li div div,
#sidebar li ul div,
#sidebar li div ul,
#sidebar li div ul ul,
#sidebar li ul ul ul{
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
}

/*●サイドメニュー*/
#sidebar ul ul li{
	margin-bottom: 4px;
	padding: 5px 10px 5px 20px;
	background: url(images/icon/icon-menu01.png) 4px 11px no-repeat;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

#sidebar ul ul li li{
	margin-bottom: 0;
	padding: 5px 6px 5px 10px;
	background: url(images/icon/icon-menu02.png) 0px 13px no-repeat;
	border: 0;
}

#sidebar #s{ padding: 2px 5px; width: 120px; }

#sidebar .rssSummary{
	overflow: hidden;
	margin-bottom: 0;
	padding: 8px 0;
	width: 212px;
	border: 0;
}

#sidebar cite,
#sidebar .screen-reader-text{ font-weight: bold; }

#sidebar #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 5px no-repeat;
}
#sidebar .follow-button{
	overflow: hidden;
	width: 242px;
}


/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 36px;
	margin-left: auto;
	width: 162px;
	height: 34px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	margin-top: -4px;
	background: url(images/common/bg-footer.gif) center top repeat-x;
}
#footer-in{
	padding: 4px 0 0px 0;
	font-size: 1.2em;
}
/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-left: 4px solid #0033aa;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}
#footer-in h3 img{ vertical-align: middle; }

/*●フッターメニュー*/
#footer-widget{
}
#footer .widget-area{
	float: left;
	margin-bottom: 25px;
	margin-right: 16px;
	width: 300px;
}
#footer .widget-area ul ul li{
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
	background: url(images/icon/icon-menu01.gif) 4px 4px no-repeat #fff;
}
#footer .widget-area ul ul ul{
	margin-bottom: 0;
	padding: 0;
	background: none;
}
#footer .widget-area ul ul li li{
	margin-bottom: 5px;
	padding: 0 10px 0 20px;
	background: url(images/icon/icon-menu02.gif) 4px 9px no-repeat #fff;
	border: 0;
}
#footer #s{ padding: 2px 5px; width: 120px; }
#footer cite,
#footer .screen-reader-text{ font-weight: bold; }

/*●コピーライト*/
.copyright{
	padding: 18px 0;
	background: url(images/common/bg-copyright.gif) left top repeat-x #196bb2;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}

.copyright a:link,
.copyright a:visited{ color: #fff; }

.copyright a:hover,
.copyright a:active{ color: #c60; }

.wp-pagenavi{ padding-bottom: 5px; text-align: center; }

#footer-in #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 1px no-repeat;
}

/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-menu ul:after,
#header-in:after,
#global-menu ul:after,
#breadcrumbs ol:after,
#main-in:after,
#footer-widget:after,
.posts-link:after,
.social-button-top:after,
.social-button-bottom:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-menu ul,
header-in,
#global-menu ul,
#breadcrumbs ol,
#main-in,
#footer-widget,
.posts-link,
.social-button-top,
.social-button-bottom,
.clearfix{ /zoom : 1; }

/* 画像 */
#main-contents a:hover img,#sidebar a:hover img{ 
opacity:0.6;
filter: alpha(opacity=60);
}

#main-contents img {
    max-width: 100%;
    height: auto;
}