@charset "utf-8";
/* CSS Document */
/*------------------------------------------
basic rule
------------------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-size: 75%;
	color: #333;	/*基本のフォントカラー：デザインに応じて変更*/
        font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
img{
	vertical-align: middle;
}
ul {
	list-style:none;
}

a{
	color:#29ABE9;	/*リンクカラー：デザインに応じて変更*/
}
a:hover {
	text-decoration: none;
}

/*------------------------------------------
PC:display: none;
------------------------------------------*/
.thumnbail, 
#container main section#archive article span, .nextbar, #entry span {
        display: none;
}
/*------------------------------------------
大枠設定
------------------------------------------*/
#wrapper{
	width: 100%;
	margin: 0 auto;
}
#hdr_top {
    position: relative;
}
.header-logo img{
	width:180px;
}
.brand {
    padding: 15px;
}
.brand span {
	display:none;
}

#container {
	margin: 0px auto;	/*dropmenu で使用*/
	padding: 0;		/*dropmenu で使用*/
	background: #FFFFFF;	/*dropmenu で使用*/
	z-index: 1;		/*dropmenu で使用*/
}
#container:after {
	content: "";
	display: block;
	clear: both;
}
#container ul.social_area{
}

#container ul.social_area:after {
	content: "";
	display: block;
	clear: both;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

main {
	border: none;
	margin: 0px;
	padding: 0px 10px;
}

footer {
    background-color: #fafafa;
    border-top: 3px solid #29abe9;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

footer .inner {
    margin: 0 auto;
    padding: 0px 0 30px 0;
}
footer .footer_link {
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    position: relative;
}

footer .footer_link .footer_link_box {
    margin: 0 15px 30px 15px;
}

footer .footer_link p {
    font-size: 1.4em;
    font-weight: bold;
    margin: 30px 0 20px;
}

footer .footer_link .footer_link_box ul{
	padding:0 0 10px 0;
}
footer .footer_link .footer_link_box ul:nth-of-type(odd){
	padding:0 0 0px 0;
}
footer .footer_link ul li {
    font-size: 1.6em;
    padding: 0 0 2px;
    margin: 0 0 10px 0;
}

footer .footer_link ul li a {
    color: #777;
    font-size: 0.8em;
    text-decoration: none;
}

footer .footer_link .footer_link_box:nth-child(2) {
    margin-right: 0;
}

footer .copy {
    bottom: 15px;
    font-size: 1.2em;
    right: 30px;
    text-align: center;
}
.sp_copyright {
    display: block;
    padding: 5px 0 0 0;
}
.under_hdr{
display:none;
}
/*-----------------------------------------------
dropmenu (縦にドロップダウンしてメニューリスト表示)
-------------------------------------------------*/
.block-select-station {
 	width:100%;
   position: absolute;
    bottom: 0;
}
.block-select-station p {
    margin: 0 0 5px 10px;
    color: #fff;
	width:100%;
	display:block;
}
.select-station {
    margin: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    background: #fff url(/assets/caret-gray-09295e5c04238cb3e8add584f8033cdb.svg) right 10px top 50% no-repeat;
    background-size: 10px;
    color: #b5b6b6;
    font-size: 12px;
	display:block;
}

/*----------------------------------------------
パンくず　フリック
-----------------------------------------------*/
#breadcrumbs {
    font-size: 1.2em;
    margin: 0 0 10px;
    padding: 10px 0;
    background-color: #f3f1f1;
    position: absolute;
    top: 70px;
    width: 100%;
}
#breadcrumbs ol {
	text-align: left;
	list-style-type: none;
	display: table;
	margin: 0px 20px 0 0;
}
#breadcrumbs li {
	display: table-cell;
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
#breadcrumbs li:first-child {
    background: url(../img/breadcrumb_home.gif) left top no-repeat;
    padding: 0 0 0 35px;
    background-position: 10px top;
}
#breadcrumbs li:last-child {
         padding: 0 10px 0 0;
}
#breadcrumbs li a {
    background: rgba(0, 0, 0, 0) url("../img/breadcrumb_arrow.png") no-repeat scroll right center;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
}

/*------------------------------------------
コラムナビゲーション設定
------------------------------------------*/
#container aside{
	margin: 30px 0;
        padding: 0px 10px;
}
#container aside h2 {
	background-color: #29abe9;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 10px 0;
        background-image: none;
}
#container aside .menu-category-container ul#menu-category li a {
    color: #333333;
    background: rgba(0, 0, 0, 0) url("../img/ctgr_arrow_l.png") no-repeat scroll 10px center;
    display: block;
}
#container aside .menu-category-container ul#menu-category li a:hover {
    background: rgba(0, 0, 0, 0) url("../img/ctgr_arrow_l.png") no-repeat scroll 15px center;
}
aside ul {
	list-style-type: none;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
aside li {
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
aside li a {
	font-size:1.2em;
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
}
aside li a:hover {
	text-decoration: underline;
	background-color: #faebe3;
}
/*------------------------------------------
コラムナビゲーション設定（アクティブ設定）
------------------------------------------*/
body.column_page .column_nav li a.column_active{
	background-color: #faebe3;
}
/*------------------------------------------
メインコンテンツ設定
------------------------------------------*/
#column {
	margin: 0px;
	padding: 0px;
}
#column a {
	text-decoration:none;
}
#column h1 {
	background-color: #333;
	font-size: 1.6em;
	line-height: 1.3;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 5px;
}
/*メインビジュアル*/
header #hdr_area .inner {
    position: relative;
    background-image: url(../img/hdr_img.png);
    background-repeat: no-repeat;
	background-position: center center;
    color: #fff;
    background-size: cover;
    height: 150px;
    margin: 34px 0 20px 0;
}
header #hdr_area, header #hdr_area p {
    color: #333;
}
header #hdr_area {
    margin: 0 auto;
}

header #hdr_area span {
    color: #333;
    font-size: 1.7em;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 0 0 120px;
    line-height: 1.3;
}
header #hdr_area h1{
    font-size:1.7em;
    font-weight: normal;
    color: #fff;
    position: absolute;
    bottom:20px;
    left: 15px;
}

/*記事一覧の大枠*/
#container main section#archive article {
    background: rgba(0, 0, 0, 0) url("../img/hr.png") repeat-y scroll left center;
    border-left: medium none;
    padding: 10px 5px 10px 20px;
    margin: 0 0 25px 0;
}
#container main section#archive article time {
    margin: 0 10px 10px 0;
    font-size: 1.2em;
	display:block;
}

#container main section#archive article a.wrap {
    line-height: 1.5;
    background: url(../img/sp_link_arrow.png) right 50% no-repeat;
    background-size: 18px auto;
    color: #333;
    float: inherit;
    margin: 10px 0 0 0;
    padding: 0px;
    text-decoration: none !important;
	display:block;
	}
section#archive article a.wrap h2, section#archive article a.wrap h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 10px;
    padding: 0 20px 0 0;
    color: #29abe9;
}
section#archive article p{
    font-size: 1.3em;
    padding: 0 30px 0 0;
    clear: both;
}
.article_inner {
    line-height: 1.5;
    background: url(../img/sp_link_arrow.png) right 50% no-repeat;
    background-size: 18px auto;
    color: #333;
    float: inherit;
    margin: 10px 0 0 0;
    padding: 0px;
    text-decoration: none !important;
}
.article_inner p {
    font-size: 1.3em;
    padding: 0 30px 0 0;
clear: both;
}
/*記事一覧のタイトル*/

#container h1, #container h2 {
  background: rgba(0, 0, 0, 0) url("../img/hr.png") repeat-x scroll center bottom;
    font-size: 2em;
    font-weight: normal;
    padding: 0px 0 15px 0;
margin: 0 0 30px 0;
    line-height: 1.3;
}
/*記事のテキスト部分*/
#column .inner {
	font-size: 1.2em;
	line-height: 1.5;
	background: url("../img/sp_link_arrow.png") right 40% no-repeat;
	background-size:15px auto;	/*デザインに応じて変更*/
	color:#333;
	float: inherit;
	margin: 0px;
	padding: 0px;
	text-decoration:none !important;
}
#column .inner .time {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	line-height: 1.5;
}
#column .inner p {
	width: 90%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#column .inner p.more {
	display: none;
	text-decoration:none !important;
}
#column .column_article .inner p a {
	text-decoration:none !important;
}

/*記事の画像*/
#column .column_article .image {
	display: none;
}
/*リード文*/
#container main section#archive div.read p {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    font-size: 1.2em;
    margin: 20px 0;
    padding: 10px 20px;
    line-height: 1.6;
}
.category h1 {
    margin: 60px 0 0 0 !important;
}

/*バナー部分*/
div.banner{
	max-width:100%;
}
.category-banner{
	margin:30px 0px 0px 0px;
}
.category-banner a{
	max-width:100%;
	display:block;
	text-align:center;
	margin:0px auto;
}
.category-banner a img{
	width:100%;
}
div.banner p img{
	max-width:100%;
}

.banner_cate_detail{
margin-bottom:25px;
}

/*------------------------------------------
詳細記事ページ設定
------------------------------------------*/

#container main section#entry .summary, #container aside nav#post ul li a:hover {
    border-left: 5px solid #29abe9;
}
#container main section#entry .summary {
    padding: 0 0 0 15px;
    position: relative;
    margin: 50px 0 0 0;
}
#container main section#entry .summary h1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0;
 color: #29abe9;
margin: 0;
line-height: 1.4;
}

#container main section#entry .detail {
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 20px 0;
	
}
#container main section#entry .detail p {
    font-size: 1.3em;
    margin: 20px 0 0;
    line-height: 1.7;
	word-wrap: break-word;
}

#container main section#entry .detail img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#container main section#entry .detail h2 {
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0;
    margin: 40px 0 0;
    padding: 0 0 15px;
    background: rgba(0, 0, 0, 0) url("../img/hr.png") repeat-x scroll center bottom;
    color: #29abe9 !important;
}
#container main section#entry .detail h3 {
    color: #999;
    margin: 30px 0 0 0;
    padding: 0 0 0 25px;
    font-size: 1.5em;
    background: url(../img/h3_icon.png) 5px 4px no-repeat;
	background-size: 15px 15px;
}

#entry time {
    font-weight: bold;
    font-size: 1.2em;
}
#container main section#entry .detail ol, #container main section#entry .detail ul {
    margin: 20px 0 0 0;
}
#container main section#entry .detail ol li {
    font-size: 1.4em;
    list-style: outside decimal;
    margin: 5px 0 0 25px;
}
#container main section#entry .detail ul li {
    font-size: 1.2em;
    list-style: outside disc;
    margin: 5px 0 0 25px;
}
/*------------------------------------------
ページャー設定
------------------------------------------*/
div.paging {
    clear: both;
	padding:0 0 30px 0;
}

.paging ul {
	display: table;
	margin: 0 auto !important;
	padding: 0 !important;
}
.paging ul li {
	font-size: 1.2em;
	display: block;
	float: left;
}
.paging ul li a:hover {
}
.paging ul li a {
	background: #fff;		/*リンク有の背景色*/
	border-radius: 3px;
	color: #333;			/*リンク有のテキスト色*/
	font-weight: bold;
	margin: 0px;
	padding: 8px 12px 8px 12px;
	text-decoration: none !important;
}
.paging ul li a {
	display: none;
}
.paging ul li a.prev {
	border-right: none;
	display: block;
}
.paging ul li a.column_active {
	display: block;
}
.paging ul li a.next {
	border-left: none;
	display: block;
}
.paging ul li a.column_active {
	font-weight: bold;
	color: #FFF;			/*現在のページのテキスト色*/
	background: #29abe9;		/*現在のページの背景色*/
	border: 1px solid #29abe9; 	/*現在のページの枠線の色*/
}
.paging .sp_text_prev {
        padding: 0 0 0 10px;
}
.paging .sp_text_next {
        padding: 0 10px 0 0;
}
/*------------------------------------------
ページャー設定（記事詳細）
------------------------------------------*/
/********** paging_detail **********/
.next_prev{
	display:table;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:10px 0px 0px 0px;
}
.next_prev .prev{
border:1px solid #eeeeee;
width:40%;
display:table-cell;
padding:18px;
}
.next_prev .next{
border:1px solid #eeeeee;
width:40%;
display:table-cell;
padding:15px;
}
.next_prev dt{
	font-size:1.1em;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.next_prev .next dt{
	text-align:right;
}
.next_prev dt a{
	color:#333;
	text-decoration:none;
}
.next_prev dd{
	font-weight:bold;
	font-size:1.3em;
	line-height:1.35;
	margin:0px;
	padding:0px;
}
.next_prev dd a{
	text-decoration:none;
}


.sp_main_img, .pc_category_name {
    display: none;
}





/*---------------------------------------------
ソーシャルボタン部分(左配置Ver)
---------------------------------------------*/
.sns_btn {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.sns_btn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.sns_btn li {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px;
	display: block;
	text-align: right;
}
.sns_btn li.hatena {
width:40px !important;
}
.sns_btn li.twitter {
}
.sns_btn li.google {
}
.sns_btn li.facebook {
}
.error-message {
	color: #ff0000;
}
#flashMessage {
	padding: 20px 30px 18px;
	margin-bottom: 10px;
	margin-right: 18px;
	background: #FDF5F5;
	border: 1px solid #F03;
	color: #FF0000;
	font-weight: bold;
}
/*Google+1*/
#___plusone_0, #___plusone_1 {
	width: 60px !important;
	display: inline-block !important;
 *display:inline !important;
 *zoom: 1;
	margin: 0px !important;
	padding: 0px !important;
}


/*------------------------------------------
ページトップへのリンク
------------------------------------------*/
a#pagetop {
    border-radius: 3px;
    bottom: 10px;
    display: block;
    opacity: 0.8;
    padding: 10px 10px 10px;
    position: fixed;
    right: 10px;
    background: #29abe9 none repeat scroll 0 0;
    z-index: 1;
}

/*PC用フッター*/
.footer{
	display:none;
}
.footer_logo{
	max-width:111px;
	margin:0px 0px 30px 15px;
}
.footer_logo img{
	width:100%;
}
.sp_footer {
    background-color: #575555;
    color: #fff;
    font-size: 1.0em;
	padding:50px 25px 50px 25px;
}
.sp_footer a{
	color:#fff;
	text-decoration: none;
}
.sp_footer ul{
	width:50%;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.sp_footer li{
	margin:0px 0px 15px 0px;
}
.sp_footer li img{
padding:0px 8px 0px 0px;
}

.footer_link{
	clear:both;
	padding:30px 0px 0px 0px;
}
.footer_link ul{
	width:80%;
	float:inherit;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.footer_link ul li{
	display:inline-block;
	margin:0px 0px 5px 0px;
}
.footer_link ul li:after{
	content: "｜";
	padding:0px 7px 0px 7px;
}
.footer_link ul li:first-child{
	padding-left:0px;
}
.footer_link ul li:last-child{
	content:none;
	content: inherit;
}





/*------------------------------------------
クリア設定
------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
