@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	box-sizing: border-box;
}
body {
	font: 0.8125em/1.6em "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #252525;
	-webkit-text-size-adjust: none;
	background: #fff;
}
/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #777;
}
#header .bg a {
	color: #fff;
	-webkit-transition: color 0.3s linear;
}
a:hover, a:active {
	outline: none;
	color: #999;
}
#header a:hover, #header a:active {
	outline: none;
	color: #CBC1BC;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, #sidebar:after, #side_bar:after, .clr:after, #post-list article:after,#under #col_left ul,#under_post_list article,#at_post_list article, #post_list article, .rank_post article {
	content: "";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post {
	zoom: 1;
}
/* 画像, H1~5
------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	vertical-align: bottom;
}
a.link img, a img.link {
	margin: 0;
	overflow: hidden;
}
a:hover.link img, a:hover img.link, #foot_slider a:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
h1, H2, H3, H4, H5 {
	margin: 0;
	padding: 0.4em 0;
	font-size: 114%;
	font-weight: 600;
	line-height: 1.3em;
}
/* ヘッダー
------------------------------------------------------------*/
#header {
	overflow: hidden;
	background:  #F5F5F5;
	text-align: center;
	z-index: 0;
	clear: both;
}
#header .bg {
	position: relative;
	width: 100%;
	height: 450px;
	background: url(images/banners/mainimage.jpg) center;
	background-size: cover;
}
#header > .bg > .inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.5);
	padding: 0;
}
#header h1 {
	clear: both;
	padding: 30px 20px;
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
}
#mainNav > .inner > div:nth-of-type(1) {
	font-weight: bold;
	font-size: 150%;
}
/* ヘッダーメニュー
------------------------------------------------------------*/
#mainNav {
	border-top: #FAAA00 4px solid;
	color: #333;
}

#mainNav .inner {
	margin: 10px auto;
}
#mainNav .inner > div {
	width: 50%;
	text-align: left;
	float: left;
}
#mainNav .inner > div:nth-child(2) {
	text-align: right;
}

#searchform #s {
	width: 250px;
	height: 30px;
	padding-left: 5px;
	font-size: 92%;
	border-radius: 0;
	border: 1px solid #CCC;
}
#searchsubmit {
	width: 60px;
	height: 30px;
	margin: 0 0 0 -5px;
	font-size: 92%;
	border: none;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	background-color: #CCC;
	color: #FFF;
}
#sp_menu {
	display: none;
}
.panel {
	display: none;
}
@media only screen and (min-width: 1120px) {
#mainNav .inner {
	width: 1120px;
}

nav#mainNav {
	clear: both;
	width: 100%;
	z-index: 200;
	text-align: center;
}
}
@media only screen and (max-width: 1160px) {
#mainNav .inner {
	width: 95%;
}
}
@media only screen and (max-width: 700px) {
#mainNav .inner {
	width: 100%;
}
#mainNav .inner > div { width: 70%; margin: 0 0 8px 5%;}
#searchform { display: none;}
#sp_menu {display: inline-block;}
#mainNav .inner { margin: 10px 0 0 0;}
#mainNav .inner > div.panel { width: 100%; margin: 0;}
.panel ul {
	width: 100%;
	background-color: #fff;
}
.panel ul li {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #BBBBBB;
}
.panel ul li:first-child {
	border-top: 1px solid #BBBBBB;
}
}
/* コンテンツ　全体レイアウト
------------------------------------------------------------*/

#wrapper {
	width: 1160px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	z-index: 20;
}
#content {
	width: 1120px;
	margin: 0 auto;
}
#col_left {
	width: 161px;
	float: left;
	overflow: hidden;
}
#col_right {
	width: 940px;
	float: right;
}
#main_contents {
	width: 620px;
	float: left;
}
#side_bar {
	float: right;
	width: 301px;
}
#side_bar .textwidget img {
	max-width: 300px;
}
/* 下層 */
#under #wrapper,#under #content {
	width: 100%;
}
#under #wrapper {
	padding-top: 0;
}

#under #col_left {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color: rgba(237,237,237,1.00);
}
#under #col_right {
	width: 1100px;
	float: none;
	margin: 20px auto 0 auto;
}
#under #main_contents {
	width: 780px;
}
@media only screen and (max-width: 1160px) {
	#wrapper {	width: 100%;}
	#content { width: 95% !important;}
	#col_left { display: none !important;}
	#col_right { width: 100% !important;}
	#main_contents { width: calc(100% - 320px) !important; }
	
}
@media only screen and (max-width: 750px) {
	#main_contents { width: 100% !important; }
	#side_bar { width: 100%;}
}
@media only screen and (max-width: 500px) {
	#post_list article:nth-of-type(1) p { display: none;}
	#at_post_list article { width: 100% !important;}
}
/* 見出し・文章
------------------------------------------------------------*/
h4 {
	display: block;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
.nav h4 {
	position: relative;
	margin: 0;
	padding: 4px 5px 4px 10px;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	font-weight: bold;
	border-left: 6px solid #00B1EA;
	background-color: #F5F5F5;
}
.nav h4::after, .main_title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #CCC;
}
.main_title {
	position: relative;
	padding: 0.2em 0.5em;
	font-size: 128%;
	font-weight: bold;
	line-height: 1.4em;
	color: #414444;
	border-left: 6px solid #00B1EA;
	background-color: #F5F5F5;
	display: block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* 左メニュー
------------------------------------------------------------*/

#col_left h4 {
	border-color: #00B1EA;
}
#col_left ul {
	font-size: 0.92em;
	padding: 0 0 25px 0;
	float: left;
	width: 161px;
}
#col_left nav > ul {
	position: relative;
	display: block;
}
#col_left ul > li {
	margin: 0;
	font-size: 92%;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
#col_left ul > li > a {
	display: inline-block;
	height: 100%;
	padding: 4px 5px;
}

#col_left ul li:hover {
	background-color: #F6F6F6;
}
#col_left ul li > ul {
	display: none;
	margin: 0;
	padding: 0;
}
#col_left nav > ul > li > ul li a {
	padding-left: 15px;
}
#col_left nav > ul > li > ul li a:before {
	content:"> ";
	left: -15px !important;
}
/* 下層 */

#under #col_left {
	padding: 0;
}

#under .ad_col_left {
	display: none;
}
#under #col_left h4 {
	display: none;
}
#under #col_left nav {
	width: 1100px;
	margin: 0 auto;
	height: 40px;
	display: block;
	clear: both;
}

#under #col_left nav > ul {
	width: 1100px;
	margin: 0 auto;
	position: absolute;
	float: none;
	height: 40px;
	padding: 0;
	overflow: hidden;
}
#under #col_left nav > ul > li {
	display: block;
	float: left;
	border: 0;
	width: 10%;
	text-align: center;
}
#under #col_left nav > ul > li > a {
	height: 40px;
	margin: 0;
}
#under #col_left nav > ul > li > ul {
	display: none;
	width: 100%;
	z-index: 1000;
}
#under #col_left nav > ul > li > ul {
	background-color: #fff;
	position: relative;
	z-index: 800 !important;
}

/*メインコンテンツ
------------------------------------------------------------*/
#at_post_list {
	padding: 10px 0;
}
#at_post_list article {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48.4%;
	height: auto;
	margin: 0 0.5% 10px;
	padding: 0;
	border: 1px solid #CCC;
	overflow: hidden;
	z-index: 100;
}
#at_post_list article .h_back {
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 25%;
	background-color: #00B1EA;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-filter: "alpha( opacity=50 )";
	opacity: 0.5;
	z-index: 500;
	-webkit-transition: color 0.3s linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#at_post_list article a {
	color: #FFF;
	text-decoration: none;
}
#at_post_list article h4 {
	position: absolute;
	top: 78%;
	left: 0;
	margin: 0;
	padding: 0 15px;
	font-size: 92%;
	line-height: 1.1em;
	color: #FFF;
	z-index: 600;
}
#under_post_list,#post_list {
	margin: 0 auto;
	padding-bottom: 10px;
}
#under_post_list article,#post_list article {
	padding: 10px 0;
	border-top: 1px dotted #CCC;
}
#post_list article:nth-of-type(1) {
	position: relative;
	padding: 0;
	margin: 10px 0;
	width: 100%;
}
#under_post_list article:nth-of-type(1) ,#post_list article:first-child {
	border-top: none !important;
	overflow: hidden;
}
#under_post_list .img_set,#post_list article .img_set {
	float: left;
	display: block;
	margin: 5px 10px 5px 0;
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
	overflow: hidden;
}
#post_list article:nth-of-type(1) .img_set {
	float: none;
	margin: 0;
	width: 100%;
	height: auto;
	max-width: none;
}
#under_post_list article h4 ,#post_list article h4 {
	margin: 0;
	padding: 0.2em 0 0.5em;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.4em;
	vertical-align: baseline;
}
#post_list article:nth-of-type(1) h4 {
	position: absolute;
	top: 77%;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
	z-index: 110;
	text-shadow: 2px 2px 5px #00B1EA, -2px 2px 5px #00B1EA, 2px -2px 5px #00B1EA, -2px -2px 5px #00B1EA;
}
#post_list article:nth-of-type(1) h4 a {
	margin: 0;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#post_list article:nth-of-type(1) h4 a:hover {
	margin: 0;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#post_list article:nth-of-type(1) p {
	position: absolute;
	top: 89%;
	left: 0;
	font-size: 85%;
	color: #FFF;
	line-height: 1.1em;
	padding: 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
	z-index: 120;
}
#under_post_list article p ,#post_list article p {
	font-size: 85%;
	color: #666;
	line-height: 1.4em;
	padding: 0 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
}
#post_list article:nth-of-type(1) .h_back {
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 25%;
	background-color: #00B1EA;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-ms-filter: "alpha( opacity=40 )";
	opacity: 0.40;
	z-index: 100;
	-webkit-transition: color 0.3s linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#under_post_list article .joho,#post_list article .joho {
	margin-top: 20px;
	padding: 0 10px;
	font-size: 76%;
	line-height: 1.3em;
	color: #999;
}
#under_post_list article .joho .view,#post_list article .joho .view {
	float: left;
	margin-left: 10px;
}
#under_post_list article .joho .eday,#post_list article .joho .eday {
	float: right;
}
#post_list article:nth-of-type(1) .joho {
	display: none;
}
#under_post_list article .img_set a,#post_list article .img_set a {
	clear: both;
	position: relative;
	width: 118px;
	height: 118px;
	overflow: hidden;
}
#under_post_list article .img_set a img,#post_list article .img_set a img {
	position: relative;
	width: auto;
	max-width: none;
	height: 100%;
	left: -50%;
}
#post_list article:nth-of-type(1) .img_set a img {
	width: 100%;
	height: auto;
	left: 0;
}
#under_post_list article h4 a,#post_list article h4 a {
	margin: 0;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#ads-parallel {
	max-width: 660px;
	margin: 0 auto;
}
.ads-res {
	margin: 25px 0;
}
.ad_left {
	float: left;
}
.ad_right {
	float: right;
}
.ad_left img,.ad_right img {
	max-width: 300px;
}
.info {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.info >span {
	font-weight: bold;
	font-size: 110%;
}
.info ul {
	border-top: 1px solid #E2E2E2;
	margin: 10px 0;
	
}
.info ul li {
	width: 100%;
	display: inline-block;
	border-bottom: 1px dashed #E2E2E2;
	padding: 5px 0;
}
.info ul li > span:nth-child(2n+1) {
	display: block;
	float: left;
	width: 30%;
}
.info ul li > span:nth-child(2n) {
	float: left;
	display: block;
	width: 70%;
}
.map {
	width: 48%;
	margin-left: 0%;
	float: left;
}
/* 下層 */
#under .article_img {
	margin: 0 0 15px 0;
	text-align: center;
}
#under .pan_list {
	font-size: 11px;
}

#under #main_contents h1 {
	position: relative;
	font-size: 200%;
	border-bottom: 3px solid #E2E2E2;
	padding: 20px 0 5px 0;
	margin: 0 0 20px 0;
}
#under #main_contents h1:before {
	content:"";
	display:block;
	width:30%;
	border-bottom: 3px solid #00B1EA;
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
}
#under #main_contents under_text h4 {
	font-size: 120%;
	padding: 0;
	margin: 20px 0;
}
#under .under_text {
	line-height: 2;
	font-size: 115%;
	margin: 0 0 50px 0;
		
}
.sns_btn {
	width: 90%;
	display: block;
	margin: 0 auto 50px auto;
}
.sns_btn li {
	text-align: center;
	float: left;
	width: 22%;
	margin-right: 4%;
}
.sns_btn li:last-child {
	margin: 0;
}
.sns_btn li a {
	color: #fff;
	display: block;
	padding: 10px 0;
	background-color: #00B1EA;
}
.sns_btn li .twitter { background-color:#00B1EA;}
.sns_btn li .facebook { background-color: #374392;}
.sns_btn li .google {background-color: #B42B2B;}
.sns_btn li .hatena {background-color: #374392;}
.sns_btn li:hover {
	opacity: 0.7;
}
#under_post_list {
	margin: 30px 0;
}
#under_post_list .sns_btn {
	margin-top: 40px;
}
#under_post_list > h4 {
	position: relative;
	border-bottom: 3px solid #E2E2E2;
	padding: 20px 0 5px 0;
	margin: 0 0 20px 0;
}
#under_post_list > h4:before {
	content:"";
	display:block;
	width:30%;
	border-bottom: 3px solid #00B1EA;
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
}
@media only screen and (max-width: 1000px) {
	.ad_left { display: none;}
	.ad_right { float: none; width:100%; text-align: center; }
	#under_post_list art h4 { padding:0 !important; margin: 0 !important;}
	.info,.map {
		max-width: 400px;
		width: 100%;
		float: none;
		margin: 10px auto;
}
}
/* ページナビ
------------------------------------------------------------*/
.page_navi {
	padding: 20px 0;
	text-align: center;
	font-size: 100%;
	line-height: 1.6em;
	border-top: 1px dotted #CCC;
}
.page_navi li {
	display: inline;
	list-style: none;
}
.page_navi li.current span {
	color: #666;
	font-weight: bold;
	border: solid 1px #CCC;
	background-color: #F5F5F5;
	display: inline-block;
	padding: 6px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page_navi li a {
	padding: 6px 10px;
	border: solid 1px #CCC;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page_navi li a:hover {
	color: #666;
	background-color: #EFEFEF;
}
.page_navi li.page_nums span {
	padding: 6px 10px;
	display: inline-block;
	color: #666;
	background-color: #FFF;
	border: solid 1px #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#sp_menu > span img {
	max-width: 25px;
}
/* 右メニュー
------------------------------------------------------------*/
.sidebar_wrapper {
	margin-bottom: 20px;
}
.sidebar_wrapper h4 {
	position: relative;
	margin: 0;
	padding: 4px 5px 4px 10px;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	font-weight: bold;
	border-left: 6px solid #00B1EA;
	background-color: #F5F5F5;
}
.sidebar_wrapper h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #CCC;
}
.rank_post {
	margin-top: 0;
	padding: 0;
	overflow: hidden;
}
.rank_post .p_post {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #D5D5D5;
}
.rank_post .p_post a {
	color: #444;
	text-decoration: none;
}
.rank_post .p_post .img_set {
	float: left;
	margin-right: 8px;
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.rank_post .p_post .img_set a img {
	position: relative;
	width: auto;
	max-width: none;
	height: 100%;
	left: -50%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.rank_post h5 {
	display: block;
	padding: 0 0 10px;
	font-size: 92%;
	line-height: 1.2em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
.rank_post .p_post a {
	color: #444;
	text-decoration: none;
}
.rank_post .p_post p {
	font-size: 77%;
	line-height: 1.2em;
	color: #666;
	text-align: justify;
	text-justify: inter-ideograph;
}
.rank_post .p_post .num {
	position: absolute;
	top: 15px;
	left: 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 6px;
	background-color: #39F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.txtcenter {
	text-align: center;
}
#sidebar_01 a.link {
	clear: both;
}
/* フッターカルーセル
------------------------------------------------------------*/
#foot_slider {
	width: 100%;
	background-color: #00B1EA;
	background-image: url(images/slider_bg.png);
	padding: 20px 0;
}
#foot_slider .inner {
	width: 100%;
}
#foot_slider .inner ul {
	width: 1100px;
	margin: 0 auto;
}
#foot_slider .inner ul li {
	display: inline-block;
	height: 150px;
	margin: 0 5px;
	overflow: hidden;
}
#foot_slider .inner ul li .slide_title {
	position: relative;
	overflow: hidden;
	height: 150px;
}
#foot_slider .inner ul li .h_back {
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 25%;
	background-color: #00B1EA;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	z-index: 300;
}
#foot_slider .inner ul li .index {
	position: absolute;
	top: 80%;
	left: 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	z-index: 400;
}
/* フッター
------------------------------------------------------------*/
#footer {
	background-color: #F5F5F5;
}
#footer .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer h4 {
	margin: 0;
	padding: 2px 10px;
	background-color: #00B1EA;
	color: #fff;
	width: 95%;
	font-size: 100%;
	font-weight: normal;
}
#f_left, #f_right {
	width: 50%;
	float: left;
}
#f_right > div {
	width: 50%;
	float: left;
}
#footer .inner ul {
	width: 100%;
	margin: 5px auto;
}
#footer .inner li {
	font-size: 100%;
	padding: 0 15px;
	line-height: 2.0em;
}
#copyright {
	text-align: center;
	padding: 5px 0;
	font-size: 10px;
	color: #fff;
}
@media only screen and (max-width: 1160px) {
	#footer .inner { width: 95%;}
	#foot_slider .inner ul { width: 85%;}
}
@media only screen and (max-width: 800px) {
	#f_left, #f_right { width: 100%; float: none; margin: 0 auto 20px auto;}
}