/* ヘッダ画像 */
#header{
	background: url("./images/common/bg-header.jpg") repeat-x scroll center top;
}

/* エリアの色  */
#container{
	background-color: #fff;
}

/* リンク文字 */
a:link,
a:visited{ color: #0094ff; }
a:hover,
a:active,
a:focus{ color: #84ccff; }
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/* レスポンシブの各種折りたたみ */
#global-nav .btn-gnav,
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	font-size: 1.4em !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	padding-left: 2.5em !important;
	border-bottom-color: #888 !important;
	background: url("./images/icon/icon-item-down-white.png") no-repeat scroll 1.2em 50% #aaa !important;
	transition: all 0.2s ease-out 0.1s;
	-moz-transition-property: all 0.2s ease-out 0.1s;
	-webkit-transition-property: all 0.2s ease-out 0.1s;
	-o-transition: all 0.2s ease-out 0.1s;
}

#global-nav .btn-gnav{
	font-size: 1.6em !important;
}

#global-nav .btn-gnav:hover,
#global-nav .btn-gnav:active,
#global-nav .btn-gnav:focus,
#sub-contents .sub-contents-btn:hover,
#sub-contents .sub-contents-btn:active,
#sub-contents .sub-contents-btn:focus,
#sidebar .sidebar-btn:hover,
#sidebar .sidebar-btn:active,
#sidebar .sidebar-btn:focus{
	background-position: 1.2em 70% !important;
}

#global-nav .menu-wrap{
	background: transparent;
	border: 1px solid #eee;
	border-bottom: 4px solid #ccc;
	border-right-color: #ddd;
}

#global-nav #menu li a{
	margin-bottom: -4px;
	border-bottom: 4px solid #ccc;
	transition: all 0.5s ease-out 0.2s;
	-moz-transition-property: all 0.5s ease-out 0.2s;
	-webkit-transition-property: all 0.5s ease-out 0.2s;
	-o-transition: all 0.5s ease-out 0.3s;
}

#global-nav #menu li a:hover,
#global-nav #menu li a:active,
#global-nav #menu li a:focus{
	background: #fff;
	color: #0094ff;
	border-bottom-color: #515151;
}

#top{
	background-color: #515151;
	border: 0;
}

#top-menu li a{
	background: url(./images/icon/icon-item-white.png) left 0.4em no-repeat;
	padding-left: 22px;
	text-decoration: underline;
	font-weight: bold;
}


#top-menu li a:hover,
#top-menu li a:active,
#top-menu li a:focus{
	color: #ccc;
	background-position: 3px 0.4em;
	transition: all 0.4s ease-out 0.1s;
	-moz-transition-property: all 0.4s ease-out 0.1s;
	-webkit-transition-property: all 0.4s ease-out 0.1s;
	-o-transition: all 0.4s ease-out 0.1s;
}

#main-and-sub{
	margin-bottom: 3em;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 16px 2px #ddd;
	box-shadow: 0px 0px 16px 2px #ddd;
}

#main-contents{
	margin-top: 0;
	border: none;
	position: relative;
}

#main-contents .contents{
	margin: 2em 0 3.5em;
}


#main-contents .post{
	position: relative;
	margin-bottom: 2em;
	padding-bottom: 1px;
}

.archive-title {
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2em;
	padding: 1em;
	background: url(./images/common/stripe.png) bottom repeat-x;
	-moz-box-shadow: inset 0px 0px 20px 0.5em #fff;
	box-shadow: inset 0px 0px 20px 0.5em #fff;
}

/* アイキャッチ画像 */
#main-contents .contents img.attachment-post-thumbnail{
	padding: 2px;
	border: 1px solid #ccc;
	background: url(./images/common/stripe.png) repeat;
}

/* H2 */
#main-contents h2{
	margin: 0em 0 1em;
	border-bottom: 0;
	background: #ddd;
	color: #000;
	font-size: 1.6em;
	text-shadow: #fff 0.1em 0.1em 0.1em, #fff -0.1em -0.1em 0.1em, #fff -0.1em 0.1em 0.1em, #fff 0.1em -0.1em 0.1em;
}

/* 日付表示のための上マージンを空ける */
#main-contents h2.post-title{
	margin-top: 1.3em;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{
	display: block;
	background-color: #ddd;
	color: #0094ff;
	text-decoration: none;
}

#main-contents h2 a:hover,
#main-contents h2 a:active,
#main-contents h2 a:focus{ color: #000; text-decoration: none }

/* H3 */
#main-contents .contents h3{
	margin: 0 0.4em 1.5em;
	padding: 0.5em 1em 0.5em 21px;
	border: 0;
	border-bottom: 1px dotted #888;
	background: #eee;
	color: #000;
	font-size: 1.2em;
	position: relative;
}

#main-contents h4{
	margin: 0 6em 1em 1em;
	padding: 0.5em 0 0.5em 1.2em;
	position: relative;
	border: 0;
	border-bottom: 1px dotted #888;
	background: url(./images/common/stripe.png) top left repeat-y;
}

#main-contents h4:before{
	content: "";
	position: absolute;
	width: 4px;
	height: inherit;
	left: 0px;
	background: #cebca8;
}

/* 日付とかのための記述 */
#main-contents .post-meta{
	margin: 0;
	padding: 0;
	color: transparent;
}

#main-contents .post-meta span.post-data{
	float: left;
	position: absolute;
	top: -1.6em;
	padding-left: 0.5em;
	text-align: center;
	line-height: 2em;
	font-size: 1.3em;
	font-weight: bold;
	background: #ddd;
	color: #515151;
	z-index: 1;
}

#main-contents .post-meta span.post-data:after{
	display: block;
	content: "";
	position: absolute;
	top: -2em;
	right: -2em;
	width: 0;
	height: 0;
	border: solid 2em;
	border-color: transparent transparent #ddd;
	z-index: -1;
}

#main-contents .post-meta span.post-cat{
	margin: 0 0 -2.5em 2.5em;
	display: block;
	position: relative;
	top: -2.35em;
	line-height: 2em;
	background: #515151;
	text-align: center;
	color: transparent;
	vertical-align: middle;
	z-index: 1;
}

#main-contents .post-meta span.post-cat:before{
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 2em solid;
	z-index: -1;
}

#main-contents .post-meta span.post-cat:before{
	top: 0;
	left: -2em;
	border-color: #515151 transparent transparent;
}

#main-contents .post-meta span.post-cat a:link,
#main-contents .post-meta span.post-cat a:visited{
	color: #fff;
}
#main-contents .post-meta span.post-cat a:hover,
#main-contents .post-meta span.post-cat a:active,
#main-contents .post-meta span.post-cat a:focus{
	color: #eee;
	text-decoration: underline;
}

#main-contents p{
	margin: 0 1em 1.5em 1em;
}

#main-contents blockquote{
	text-shadow: 0 1px 0 #fff;
	padding: 15px;
	border: 1px solid #ccc;
	background-image: -ms-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.9, #fff), color-stop(1, #eee));
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	background-image: linear-gradient(bottom, #fff 0%, #fff 90%, #eee 100%);
	-moz-box-shadow: 0px 0px 4px 2px #ddd, inset 0px 0px 1px 1px #fff;
	box-shadow: 0px 0px 4px 2px #ddd, inset 0px 0px 1px 1px #fff;
}

#main-contents blockquote p{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.post .contents{
	position: relative;
}

#main-contents p.link-next{
	margin: 0 -10px 0.5em -10px !important;
	text-align: center;
}

.link-next a{
	display: block;
	padding-top: 0.2em;
	padding-right: 32px;
	font-size: 1.3em;
	width: inherit;
	border-bottom: 2px solid #aaa;
	background: center no-repeat #eee;
	color: #0094ff;
	text-decoration: none;
	transition: all 0.5s ease-out 0.2s;
	-moz-transition-property: all 0.5s ease-out 0.2s;
	-webkit-transition-property: all 0.5s ease-out 0.2s;
	-o-transition: all 0.5s ease-out 0.2s;
}

.link-next a:hover,
.link-next a:active,
.link-next a:focus{
	background: url(./images/icon/more.png) right no-repeat #aaa;
	color: #fff;
	text-decoration: underline;
}

.link-next a:after{
	content: "…"
}

/* 最新情報 */
#main-contents h2.news{
	padding: 0.5em 0 0.1em;
	background: url(./images/common/stripe.png) top repeat-x #fff;
	text-align: center;
	color: #000;
	text-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#main-contents dl.news dd{
	border-bottom-color: #cebca8;
}

#sidebar-in{
}

#sidebar .contents{
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
	font-size: 1.2em;
	color: #777;
	background: #fff;
	-moz-box-shadow: 0px 0px 16px 2px #ddd;
	box-shadow: 0px 0px 16px 2px #ddd;
}

.sub-column .contents h3{
	border: inherit;
	margin: 0 1em 0.5em;
	padding: 0.1em 1em 0.3em;
	color: #000; /*見出し文字の色*/
	font-size: 1.1em;
	font-weight: normal;
	line-height: 2em;
	background: url(./images/common/stripe.png) bottom repeat-x;
	-moz-box-shadow: inset 0px 0px 20px 0.5em #fff;
	box-shadow: inset 0px 0px 20px 0.5em #fff;
}

#sidebar .widget_recent_entries h3:before,
#sidebar .widget_categories h3:before,
#sidebar .widget_recent_comments h3:before,
#sidebar .widget_archive h3:before{
	padding-right: 10px;
}

#sidebar .widget_recent_entries h3:before{
	content: url(./images/widget/recent-entries.png);
}

#sidebar .widget_categories h3:before{
	content: url(./images/widget/categories.png);
}

#sidebar .widget_recent_comments h3:before{
	content: url(./images/widget/recent-comments.png);
}

#sidebar .widget_archive h3:before{
	content: url(./images/widget/archives.png);
}

#sidebar a{
	text-decoration: none;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#sidebar a:link,
#sidebar a:visited{ color: #000; }
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:focus,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus{ color: #0094ff; }

/* ページ先頭へのボタン */
.page-top{
	width: 70px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.0;
	text-align: left;
}

.page-top a{
	display: block;
	padding: 40px 20px 0;
	border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-width: 2px;
	transition: all 0.5s ease-out 0.1s;
	-moz-transition-property: all 0.5s ease-out 0.1s;
	-webkit-transition-property: all 0.5s ease-out 0.1s;
	-o-transition: all 0.5s ease-out 0.1s;
}

.page-top a:link,
.page-top a:visited{
	background: url(./images/common/bg-pagetop.png) center center no-repeat #aaa !important;
}

.page-top a:hover,
.page-top a:active,
.page-top a:focus{
	background: url(./images/common/bg-pagetop.png) center center no-repeat #888 !important;
	padding-bottom: 10px;
}

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	margin-top: 1em;
}

.sub-column .widget-conts ul li,
.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 .banner li,
.sub-column .widget-conts .banner li li{
	padding: 3px 10px 3px 25px;
	background: url(./images/icon/icon-item-charcoal.png) left 0.6em no-repeat;
	transition: all 0.4s ease-out 0.1s;
	-moz-transition-property: all 0.4s ease-out 0.1s;
	-webkit-transition-property: all 0.4s ease-out 0.1s;
	-o-transition: all 0.4s ease-out 0.1s;
}

.sub-column .widget_recent_entries ul li:active,
.sub-column .widget_recent_entries ul li:hover,
.sub-column .widget_recent_entries ul li:focus,
.sub-column .widget_pages ul li:active,
.sub-column .widget_pages ul li:hover,
.sub-column .widget_pages ul li:focus,
.sub-column .widget_nav_menu ul li:active,
.sub-column .widget_nav_menu ul li:hover,
.sub-column .widget_nav_menu ul li:focus,
.sub-column .widget-conts .banner li:active,
.sub-column .widget-conts .banner li:hover,
.sub-column .widget-conts .banner li:focus,
.sub-column .widget-conts ul li:active,
.sub-column .widget-conts ul li:hover,
.sub-column .widget-conts ul li:focus{
	background: url(./images/icon/icon-item-charcoal.png) 4px 0.6em no-repeat;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: inline;
	padding: 0;
	background: transparent;
}

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

#header #header-in{
	position: relative;
}

#header #searchform{
	float: right;
}

/* ボタンが右にはみ出るのを防止 */
#header #gsc{
	position: absolute;
	width: 240px;
	right: 28px !important;
	bottom: 2px !important;
}

/* グーグルカスタム検索 */
#gsc{
	margin: 0 auto;
}

#gsc .gsc-control-cse{
	margin: 0 auto;
	background-color: transparent !important;
	border: none !important;
}

#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc form.gsc-search-box,
#gsc .gsib_a{
	margin: 0 !important;
}

#gsc td.gsc-input {
	padding: 0 !important;
}

#gsc .gsc-input-box {
	border: 1px solid #ccc !important;
}

/* Firefox での文字入力欄のズレを解消 */
#gsc td.gsib_a input[type="text"]{
	font-size: inherit !important;
}

#gsc td.gsib_a input[type="text"]:focus{
	background-color: inherit !important;
	outline: 0;
}

#gsc input.gsc-search-button{
	margin: 0 0 0 0px !important;
	background-color: #aaa !important;
	border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border: 1px solid #ccc !important;
	border-left: none !important;
	padding: 5px 8px !important;
	height: 15px;
	width: 15px;
	transition: all 0.5s ease-out 0.2s;
	-moz-transition-property: all 0.5s ease-out 0.2s;
	-webkit-transition-property: all 0.5s ease-out 0.2s;
	-o-transition: all 0.5s ease-out 0.2s;
}

#gsc input.gsc-search-button:hover,
#gsc input.gsc-search-button:active,
#gsc input.gsc-search-button:focus{
	background: #515151 !important;
}

ul#npcatch li {
    padding:0px;
    backgroud:none;
    overflow:hidden;
    clear:both;
    margin:0px;
    list-style: none;
}

ul#npcatch img{
    float:left;
    padding:5px 10px 5px 0px;
}
ul#npcatch .title{
    width:140px;
    float:left;
    padding:5px 0px;
    line-height:140%;
    font-size:14px;
    text-decoration:none;
}
ul#npcatch li a{
    text-decoration:none;
    list-style: none;
}
ul#npcatch li:hover{}
ul#npcatch li:hover .title{}
ul#npcatch li:hover .title a{}
ul#npcatch li:hover .date{}

ul#wpp li {
    padding:0px;
    backgroud:none;
    overflow:hidden;
    clear:both;
    margin:0px;
    list-style: none;
}

.box {
	float: left;
	width:200px;
	height:160px;
	padding:10px 7px 0 7px;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}