@charset "utf-8";
/* layout.css */

/* general-purpose class =============== */
.lsslim {letter-spacing: -0.1em !important;}

.m5  {margin:  5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}

.p5  {padding:  5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}


/* ============================== */
/* common */
html,body{
	height: 100%;
	min-width: 950px;
}
body {
	background-color: #fff;
}

#wrapper {
	min-width: 320px;
	word-wrap: break-word;
	word-break: normal;
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.cf {width:100%;}.cf:after{content: "";display: block;clear: both;}

.sponly {display: none;}

/* ============================== */
/* ヘッダー(header) */
#header {
	height: 94px;
	background-color: #fff;
	background-image: url(../img/header_bg01.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom: 1px solid #ccc;
}
#header .inner {
	width: 950px;
	margin: 0 auto;
}

/* logo */
#header .logo {
	padding-top: 22px;
	float: left;
}
#header .sitename.otenki {
	display: inline-block;
	width: 186px;
	height: 50px;
	background-image: url(../img/cmn_header_logo01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header .sitename a {
	display: block;
	text-decoration: none;
	height: 72px;
	font-weight: normal;
	text-indent: -9999px;
}

/* gnavi */
#gnavi {
	float: right;
	width: 730px;
}

#menu-gnavi {
	text-align: right;
	padding-top: 34px;
}
#menu-gnavi li {
	display: inline-block;
}
#menu-gnavi a {
	display: block;
	padding: 20px 10px;
	color: #333;
	font-size: 131%;
	font-weight: bold;
	text-decoration: none;
}
#menu-gnavi a:hover,
#menu-gnavi .current_page_item a,
.single-results #menu-gnavi .menu-item-22 a,
.category-event #menu-gnavi .menu-item-39 a,
.category-knowledge #menu-gnavi .menu-item-40 a,
.category-term #menu-gnavi .menu-item-41 a,
.parent-category-event #menu-gnavi .menu-item-39 a,
.parent-category-knowledge #menu-gnavi .menu-item-40 a,
.parent-category-term #menu-gnavi .menu-item-41 a {
	background-image: url(../img/gnavi_bg01.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

/* ============================== */
/* パンくずリスト */
.topic_path {
	background-color: transparent;
	padding-top: 17px;
}
.topic_path li {
	display: inline-block;
	max-width: none;/* 最大幅を指定しない */
	font-size: 100%;/* 13px */
	color: #333;
	line-height: 1;
}
.topic_path li:nth-last-of-type(1) {
	display: inline-block;
}
.topic_path li:after {
	content: "＞";
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	border: 0 solid transparent;
	font-size: 93%;
	color: #453824;
	line-height: 1;
	margin-right: 3px;
}
.topic_path li:last-child:after {
	content: "";
}
.topic_path a {
	display: inline-block;
	padding: 0 3px 2px 0;
	color: #333;
	text-decoration: none;
}
.topic_path a:hover {
	text-decoration: underline;
}


/* ============================== */
/* basic layout */
#container {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	margin-bottom: 165px;/* フッターのページ最下部固定のため。フッター全体のheightと同じ値 */
}
.contents {width:100%;}.contents:after{content: "";display: block;clear: both;}/* clearfix */

#main {
	width: 617px;
	float: left;
}

#sub {
	width: 305px;
	float: right;
	padding-top: 17px;
}

#content01 {
	padding-top: 17px;
	padding-bottom: 20px;
}
#content01_col01 {
	width: 584px;
	float: left;
}
#content01_col02 {
	width: 340px;
	float: right;
}

#content05 {
	padding-bottom: 15px;
}


/* heading */
.cmn_title01 {
	background-color: #1356e7;
	font-size: 146.5%;/* 19px */
	color: #fff;
	line-height: 1.2;
	border-radius: 8px;
	margin-bottom: 8px;
	padding: 15px 18px 14px;
}

.cmn_title02 {
	font-size: 146.5%;/* 19px */
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	padding: 8px;
	border-left: 20px solid #1356e7;
}

.cmn_title03 {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.2;
	padding: 7px 2px 6px;
	border-bottom: 2px solid #333;
}

/* link */
.cmn_morelink01 {
	text-align: right;
}
.cmn_morelink01 +.cmn_morelink01 {
	margin-top: 8px;
}
.cmn_morelink01 a {
	font-size: 131%;/* 17px */
	color: #1356e7;
	line-height: 1.1;
	text-decoration: none;
}
.cmn_morelink01 a:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../img/cmn_material_icon01.png);
	background-repeat: no-repeat;
	background-position: -60px -80px;
	vertical-align: middle;
	margin-right: 5px;
}
.cmn_morelink01 a:hover {
	text-decoration: underline;
}


/* ============================== */
/* 今日の天気/明日の天気/雨雲レーダー/衛星雲画像 */
#otenkimap {
	border: 1px solid #8e8e8e;
	width: 582px;
	background-color:#fff;
}
#otenkimap ul {
	list-style-type: none;
}
#otenkimap_nav {
	background-color: #e5e5e5;
}
#otenkimap_nav li {
	display: block;
	vertical-align: bottom;
	text-align: center;
	background-color: #c3c3c3;
	padding: 16px 0 13px;
	font-size: 131%;
	font-weight: normal;
	color: #1356e7;
	line-height: 1;
	width: 144px;
	border-bottom: 1px solid #8e8e8e;
	float: left;
	cursor: pointer;
}
:root *> #otenkimap_nav li {/* IE6-IE8以外に適用 */
	border-right: 1px solid #8e8e8e;
}
#otenkimap_nav li:first-child {padding-left: 1px;/*割り切れないので足す*/}
#otenkimap_nav li:last-child  {border-right: 0px solid transparent;padding-right: 2px;/*割り切れないので足す*/}

#otenkimap_nav li.currentbtn {
	background-color: #fff;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #fff;
}
#otenkimap_nav li:hover {
	text-decoration: underline;
}

#otenkimap > .list01 > li {
/*background-color:orange;*/
	position: relative;
	height: 529px;
}
#otenkimap > .list01 > li .img01 {
	text-align: center;
	padding: 8px 0 0;
	vertical-align: top;
	line-height: 0;
}
#otenkimap > .list01 > li .img01 img {
	max-width: 540px;
	height: auto;
}
#otenkimap > .list01 > li > .btn01_wrap {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: right;
}
#otenkimap > .list01 > li > .btn01_wrap a {
	display: inline-block;
	border: 2px solid #1356e7;
	border-radius: 7px;
	background-color: #fff;
	font-size: 131%;/* 17px */
	font-weight: bold;
	color: #1356e7;
	line-height: 1.2;
	margin-right: 21px;
	padding: 12px 16px 9px 16px;
	text-decoration: none;
}
#otenkimap > .list01 > li > .btn01_wrap a:hover {
	background-color: #d9d9d9;
	color: #1049c5;
}
#otenkimap > .list01 > li > .btn01_wrap a:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 26px;
	background-image: url(../img/cmn_material_icon01.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	vertical-align: middle;
	margin: -1px 6px 0 0;
}

/* ============================== */
/* 季節のトピック */
#event {
	padding-bottom: 8px;
/*background-color:orange;*/
}
#event ul {list-style-type: none;}

#event ul a {
	display: block;
	background-color: #eee;
	text-decoration: none;
	margin-bottom: 8px;
	padding: 16px 18px 15px;
	border-radius: 8px;
	color: #333;
	line-height: 1.7;
}
#event a:hover {
	background-color: #cbcbcb;
	color: #2b2b2b;
}

#event a .title03 {
	font-size: 131%;/* 17px */
	font-weight: bold;
}
#event a .text01 {
	font-size: 116%;/* 15px */
}

#event a .text01 .readmore {
	display: block;
	text-align: right;
	color: #1356e7;
}

/* ============================== */
/* 注目キーワード */
#searchword {
	padding-bottom: 12px;
}
.searchword {
	position: relative;
}
.searchword .list01 {
	overflow: hidden;
	list-style-type: none;
}

.searchword .list01 li {
	display: inline-block;
	float: left;
	padding: 4px 5px;
}
.searchword .list01 li a {
	display: block;
	background-color: #c6def2;
	border-radius: 4px;
	padding: 6px 8px;
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}
.searchword .list01 li a:hover {
	background-color: #a8bdce;
	color: #2b2b2b;
}

#sub .searchword .list01 {
	padding-bottom: 7px;
}
#sub .searchword .list01 li {
	padding: 0 8px 8px 0;
}

#sub .searchword .link01_wrap {
	padding: 0 10px 15px 0;
	min-height: 17px;
}


/* ============================== */
/* モバイルサイトの案内 */
#mobilesiteinfo {
	width: 460px;
	float: left;
	border-radius: 8px;
	margin-bottom: 27px;
	padding: 14px 0 0;
	background-color: #eee;
}
#mobilesiteinfo .inner {
	padding-top: 25px;
}
#mobilesiteinfo .img01 {
	float: left;
	width: 173px;
	padding-left: 20px;
}
#mobilesiteinfo .img01 img {
	vertical-align: top;
}
#mobilesiteinfo .text01 {
	float: left;
	width: 249px;
	padding-left: 18px;
/*background-color:rgba(255,255,0,0.5);*/
}
#mobilesiteinfo .text01 p {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.7;
	padding: 0 19px 5px 3px;
}
#mobilesiteinfo .btn01_wrap span,
#mobilesiteinfo .btn01_wrap a {
	display: inline-block;
	border: 2px solid #1356e7;
	border-radius: 7px;
	background-color: #fff;
	font-size: 116%;/* 15px */
	font-weight: bold;
	color: #1356e7;
	line-height: 1.4;
	text-decoration: none;
	margin-bottom: 4px;
	padding: 8px 0 6px 8px;
	width: 223px;
	cursor: pointer;
}
#mobilesiteinfo .btn01_wrap span:hover,
#mobilesiteinfo .btn01_wrap a:hover {
	background-color: #d9d9d9;
	color: #1049c5;
}

#mobilesiteinfo .btn01_wrap span:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 31px;
	background-image: url(../img/cmn_material_icon01.png);
	background-repeat: no-repeat;
	background-position: -30px -80px;
	vertical-align: middle;
	margin-right: 6px;
}
#mobilesiteinfo .btn01_wrap a:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../img/cmn_material_icon01.png);
	background-repeat: no-repeat;
	background-position: -60px -80px;
	vertical-align: middle;
	margin-right: 5px;
}

/* modalbox */
#mobilesiteinfo_modalbox01 > .inner {
	width: 279px;/* 323-22*2 */
	margin: 0 auto;
	padding: 22px 22px 26px;
}
#mobilesiteinfo_modalbox01 .title03 {
	font-size: 131%;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	padding: 2px 4px;
	border-left: 11px solid #1356e7;
}
#mobilesiteinfo_modalbox01 .text02 {
	font-size: 108%;
	color: #333;
	line-height: 1.6;
	padding: 6px 0 14px;
}
#mobilesiteinfo_modalbox01 .img02 {
	text-align: center;
	vertical-align: top;
}
#mobilesiteinfo_modalbox01 .img02 img {
	border: 2px solid #ccc;
	margin: 0 auto;
}


#mobilesiteinfo_modalbox01 .modalbox01_closebtn {
	display: inline-block;
	background-color: #1356e7;
	background-image: url(../img/cmn_material_icon01.png);
	background-repeat: no-repeat;
	background-position: -90px -80px;

	border-radius: 17px;
	width: 34px;
	height: 34px;
	position: absolute;
	right: -11px;
	top:   -11px;
	cursor: pointer;
}



/* ============================== */
/* 気象データの提供と導入実績 */
#btobinfo {
	width: 460px;
	float: right;
	border-radius: 8px;
	margin-bottom: 27px;
	padding: 14px 0 20px;
	background-color: #eee;
}

#btobinfo .inner {
	padding-top: 25px;
}
#btobinfo .img01 {
	float: left;
	width: 184px;
	padding-left: 20px;
}
#btobinfo .img01 img {
	vertical-align: top;
}
#btobinfo .text01 {
	float: left;
	width: 238px;
	padding-left: 18px;
/*background-color:rgba(255,0,0,0.5);*/
}
#btobinfo .text01 p {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.7;
	padding: 0 19px 10px 3px;
}

#btobinfo .link01_wrap {
	padding-right: 18px;
}


/* ============================== */
/* 関連アプリ */
#appinfo {
	margin-bottom: 10px;
	padding: 14px 0 0;
	border-radius: 8px;
	background-color: #eee;
}

#appinfo > .list01_wrap {
	padding: 0 0 7px 0;
}
#appinfo ul {list-style-type: none;}
#appinfo .list01>li {
	width: 440px;
	float: left;
	padding: 17px 10px 17px 20px;
}

.title03_wrap {
	overflow: hidden;
}
#appinfo .list01 > li .title03 {
	font-weight: bold;
	float: left;
}
#appinfo .list01 > li .price {
	font-weight: normal;
	float: right;
	font-size: 93%;/* 15px→14px */
	padding-top: 1px;
}

#appinfo .list01 > li .inner {
	padding-top: 10px;
}
#appinfo .list01 > li .icon01 {
	float: left;
}
#appinfo .list01 > li .icon01,
#appinfo .list01 > li .icon01 img {
	width: 128px;
	height: auto;
	border-radius: 32px;
}
#appinfo .list01 > li .text01 {
	float: right;
	width: 312px;
}
#appinfo .list01 > li .text01 p {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.7;
	padding: 0 18px 5px 22px;
}
#appinfo .list01 > li .btn01_wrap {
	text-align: right;
	padding: 0 14px 10px 0;
}

#appinfo > .btn01_wrap {
	padding: 0 20px 20px 0;
}
#appinfo .appstore,
#appinfo .googleplay {
	display: inline-block;
	width: 119px;
	height: 35px;
	margin-left: 20px;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	background-image: url(../img/cmn_appdl_btn01.png);
	background-repeat: no-repeat;
}
#appinfo .appstore   {background-position: 0 0;margin-left: 0;}
#appinfo .googleplay {background-position: 0 -35px; width: 102px;}



/* ============================== */
/* コラム一覧 */
#column {
}

#column ul {list-style-type: none;}
.column_box01 {
	width: 460px;
	padding-bottom: 15px;
}
#gyoji,#yougo {
	float: left;
}
#mamechishiki {
	float: right;
}

.column_box01 > .list01 {
	background-color: #eee;
	border-radius: 8px 8px 0 0;
}
.column_box01 > .list01 li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #b2b2b2;
}
.column_box01 > .list01 a {
	display: block;
	text-decoration: none;
	background-image: url(../img/cmn_link_arrow_right_icon01.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.2;
	padding: 15px 18px 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
:root *> .column_box01 > .list01 a  {/* IE6-IE8以外に適用 */
	background-image: url(../img/cmn_link_arrow_right_icon02.png);
	-webkit-background-size: 19px 15px;
	-moz-background-size: 19px 15px;
	background-size: 19px 15px;
}
.column_box01 > .list01 li:nth-child(2n-1) a,
.column_box01 > .list01 li.odd a {
	border-right: 1px solid #b2b2b2;
}
.column_box01 > .list01 a:hover {
	text-decoration: underline;
}

.column_box01 > .btn01_wrap {
	background-color: #eee;
	border-radius: 0 0 8px 8px;
	padding: 11px 18px 9px;
}
.column_box01 > .btn01_wrap a {
	margin-right: 20px;
}
.column_box01 > .btn01_wrap a:last-of-type {
	margin-right: 0;
}

#column.column_box_area {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#column.column_box_area #gyoji,
#column.column_box_area #yougo,
#column.column_box_area #mamechishiki {
	float: none;
}

.column_box_area .column_box01 {
	width: 49%;
}

.column_box_area .column_box01:nth-of-type(even) {
	padding-left: 2%;
}

.column_special_banner_url {
	padding: 3.125%;
	background-color: #eee;
	border-radius: 8px 8px 0 0;
	text-align: center;
	/* border-bottom: 1px solid #b2b2b2; */
}
.column_special_banner_url a:hover { opacity: .8; }
.column_special_banner_img {
	width: 300px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* ============================== */
/* Facebook Like Box */
/* Twitter @terunekootenki */
#fb_likebox,
#tw_terunekootenki {
	width: 460px;
	height: 390px;
}
#fb_likebox {
	float: left;
}
#tw_terunekootenki {
	float: right;
}

/*#fb_likebox .fb-like-box > span,*/
#fb_likebox iframe {
/*	width: 100% !important;*/
	width: 460px !important;
}
#fb_likebox .sponly {
	text-align: center;
}

/* ============================== */
/* 固定ページ-アプリ一覧 */
.page-template-page-app-php .article_text01 p {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.7;
	padding-bottom: 20px;
}
.page-template-page-app-php #appinfo {
	border-radius: 0;
	background-color: inherit;
}
.page-template-page-app-php #appinfo .list01>li {
	width: 283px;
	padding: 0 50px 20px 0;
}
.page-template-page-app-php #appinfo .list01>li:nth-child(3n) {
	padding-right: 0;
}
.page-template-page-app-php #appinfo .list01>li:nth-child(3n+1) {
	clear: both;
}
.page-template-page-app-php #appinfo .list01 > li .icon01,
.page-template-page-app-php #appinfo .list01 > li .icon01 img {
	width: 88px;
}
.page-template-page-app-php #appinfo .list01 > li .icon01 img {
	border: 1px solid #999999;
	width: 86px;
	border-radius: 21px;
}
.page-template-page-app-php #appinfo .list01 > li .text01 {
	width: 176px;
}
.page-template-page-app-php #appinfo .list01 > li .text01 p {
	font-size: 100%;/* 13px */
	color: #333;
	line-height: 1.7;
	padding: 0 6px 5px 0;
}
.page-template-page-app-php #appinfo .list01 > li .btn01_wrap {
	padding-right: 0;
}

.page-template-page-app-php #appinfo > .btn01_wrap {
	padding: 0 20px 20px 0;
}
.page-template-page-app-php #appinfo .appstore,
.page-template-page-app-php #appinfo .googleplay {
	display: inline-block;
	width: 88px;
	height: 26px;
	margin-left: 6px;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	background-image: url(../img/cmn_appdl_btn03.png);
	background-repeat: no-repeat;
}
.page-template-page-app-php #appinfo .appstore   {background-position: 0 0;margin-left: 0;}
.page-template-page-app-php #appinfo .googleplay {background-position: 0 -26px; width: 75px;}


/* ============================== */
/* 記事 */
.single .category_title01 {
	margin-bottom: 0;
}
.single .category_title01 a {
	color: #fff;
	text-decoration: none;
}
.single .category_title01 a:hover {
	text-decoration: underline;
}
.single .article_title01 {
	font-size: 215.38%;
	font-weight: bold;
	color: #333;
	line-height: 1.34;
	padding: 13px 0;
}

.article_text01 > .inner h2 {
	font-size: 138.5%;/* 18px */
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 2px solid #333;
}

.article_text01 > .inner h3 {
	font-size: 123.1%;/* 16px */
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	margin-bottom: 15px;
	padding: 3px 4px 2px;
	border-left: 10px solid #1356e7;
}

.article_text01 > .inner h4 {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.5;
	padding: 2px 10px 0;
}
.article_text01 > .inner h4:before {
	content: "・";
	margin-right: 3px;
}

.article_text01 > .inner p,
.article_text01 > .inner dl,
.article_text01 > .source {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.7;
	padding: 0 17px 1em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

.article_text01 > .inner img {
	max-width: 100%;
	height: auto;
}

.article_text01 > .inner > ul,
.article_text01 > .inner > ol {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.5;
}
.article_text01 > .inner ul,
.article_text01 > .inner ol {
	padding: 0 10px 10px 35px;
}
.article_text01 > .inner ul {list-style-type: disc;}
.article_text01 > .inner ol {list-style-type: decimal;}

.article_text01 > .inner a,
.article_text01 > .source a {
	color: #333;
	text-decoration: underline;
}

.article_text01 > .inner table {
	clear: both;
/*	margin: 0 17px 1em;*/
	margin: 0 0 1em;
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	font-size: 116%;/* 15px */
}

.article_text01 > .inner th {
	text-align: left;
	background-color: #eee;
	padding: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.article_text01 > .inner td {
	padding: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

.article_text01 > .inner .bigtable01 {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	overflow-scrolling: touch;
	margin-bottom: 1em;
}

.article_text01 > .inner .bigtable01 table {
	margin: 0;
	font-size: 93%;/* 12px */
}
.article_text01 > .inner .bigtable01 th,
.article_text01 > .inner .bigtable01 td {
	padding: 8px;
}
.article_text01 > .inner .bigtable01 th {
	text-align: center;
	white-space: nowrap;
}
.article_text01 > .inner .bigtable01 td {
	background-color: #fff;
}
.article_text01 > .inner .bigtable01 .term {white-space: nowrap;}
.article_text01 > .inner .bigtable01 .windspeed{
	vertical-align: bottom;
	/*border-bottom:0;*/
	text-align: center;
	padding: 0;
}
.article_text01 > .inner .bigtable01 .windspeed span {
	display: block;
	position: relative;
	bottom: -9px;
	background-color: #fff;
	padding: 0 8px;
}

.article_text01 p.release_date {
	font-size: 85%;/* 11px */
	color: #333;
	line-height: 1.9;
	text-align: right;
	padding-right: 10px;
}


/* 記事のタグ(article_tag) */
.article_tag {
	padding: 5px 0;
}
.article_tag .title01 {
	font-size: 116%;/* 15px */
	font-weight: normal;
	color: #333;
	line-height: 1.5;
	padding: 0 5px;
}
.article_tag .list01 {
	overflow: hidden;
	list-style-type: none;
}
.article_tag .list01 li {
	display: inline-block;
	float: left;
	padding: 3px 5px;
}
.article_tag .list01 li a {
	display: block;
	background-color: #fff;
	border: 1px solid #999999;
	border-radius: 4px;
	padding: 8px;
	font-size: 100%;/* 13px */
	color: #333;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}
.article_tag .list01 li a:hover {
	background-color: #d9d9d9;
	color: #2b2b2b;
}


/* 前後の記事へ(entry_footer_nav) */
.entry_footer_nav {
	overflow: hidden;
	list-style-type: none;
	padding: 10px;
 	height: 68px;
}
.entry_footer_nav li {
	width: 50%;
	height: 46px;
}
.entry_footer_nav li.prev { float: left;}
.entry_footer_nav li.next { float: right;}

.entry_footer_nav a {
	display: block;
	width: 205px;
	height: 44px;
	font-size: 123.1%;/* 16px */
	background-color: #fff;
	color: #333;
	line-height: 1.3;
	text-decoration: none;
	border: 2px solid #cbcac3;
	border-radius: 3px;
	padding: 10px;
	z-index: 10;
	position: relative;
}
:root *> .entry_footer_nav a span {/* IE6-IE8以外に適用 */
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entry_footer_nav li.prev a {
	margin: 0 30px 0 10px;
	float: right;
}
.entry_footer_nav li.prev a:before {
	content: "";
	display: block;
	position: absolute;
	left: -24px;
	top: -1px;
	width: 3px;
	height: 3px;
	border-width: 32px 19px 32px 1px;
	border-color: transparent #cbcac3 transparent transparent;
	border-style: solid;
	z-index: 11;
}
.entry_footer_nav li.prev a:after {
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	top: 0px;
	width: 1px;
	height: 1px;
	border-width: 32px 19px 32px 1px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	z-index: 12;
}

.entry_footer_nav li.next a {
	margin: 0 10px 0 30px;
}
.entry_footer_nav li.next a:before {
	content: "";
	display: block;
	position: absolute;
	right: -24px;
	top: -1px;
	width: 3px;
	height: 3px;
	border-width: 32px 1px 32px 19px;
	border-color: transparent transparent transparent #cbcac3;
	border-style: solid;
	z-index: 11;
}
.entry_footer_nav li.next a:after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 0px;
	width: 1px;
	height: 1px;
	border-width: 32px 1px 32px 19px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	z-index: 12;
}

.entry_footer_nav a:hover,
.entry_footer_nav a:active {/* タップ時の色対策 */
	background-color: #cbcac3;
}
.entry_footer_nav li.prev a:hover:after,
.entry_footer_nav li.prev a:active:after {/* タップ時の色対策 */
	border-right-color: #cbcac3;
}
.entry_footer_nav li.next a:hover:after,
.entry_footer_nav li.next a:active:after {/* タップ時の色対策 */
	border-left-color: #cbcac3;
}

/* 導入実績のsingle(single-results) */
.results_contact_btn01_wrap {
	margin: 20px 0;
	text-align: center;
}
.results_contact_btn01_wrap a {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #1356e7;
	border-radius: 7px;
	margin: 0 auto;
	padding: 17px 36px 15px;
	font-size: 116%;/* 15px */
	font-weight: bold;
	color: #1356e7;
	line-height: 1.3;
	text-decoration: none;
}
.results_contact_btn01_wrap a:hover {
	background-color: #cbcbcb;
	color: #1049c5;
}
.results_contact_btn01_wrap a:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url(../img/cmn_material_icon01.png);
	background-repeat: no-repeat;
	background-position: -130px -80px;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 6px;
}
.results_contact_btn01_wrap a br {
	display: none;
}

/* 記事内のリンクを装飾 */
.article_text01 > .inner a.cmn_btn01 {
	display: block;
	background-color: #fff;
	border: 2px solid #1356e7;
	border-radius: 7px;
	width: 70%;
	margin: 0 auto;
	padding: 17px 0 15px;
	font-size: 116%;
	font-weight: bold;
	color: #1356e7;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
}
.article_text01 > .inner a.cmn_btn01:hover {
	background-color: #cbcbcb;
	color: #1049c5;
}

.article_text01 > .inner a.cmn_btn02 {
	display: block;
	background-color: #eee;
	border-radius: 8px;
	width: 70%;
	margin: 0 auto;
	padding: 16px 0 15px;
	font-size: 116%;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
}
.article_text01 > .inner a.cmn_btn02:hover {
	background-color: #cbcbcb;
	color: #2b2b2b;
}

.article_text01 > .inner .cmn_morelink01 a {
	color: #1356e7;
	text-decoration: none;
}
.article_text01 > .inner .cmn_morelink01 a:hover {
	text-decoration: underline;
}

/* ============================== */
/* リンクユニット(linkunit) */
.article_text01 + .linkunit {
/*	border-top: 1px solid #b6b6b6;*/
}
.linkunit ul,
.linkunit ol {
	list-style-type: none;
	background-color: #eee;
	border-radius: 8px;
}
.linkunit li {
	border-top: 1px solid #b6b6b6;
}
.linkunit li:first-child {
	border-top: 0px solid transparent;
}
.linkunit li.notfound {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.5;
	padding: 10px;
}
.linkunit li a {
	display: block;
	text-decoration: none;
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.25;
	padding: 15px 23px 15px 18px;
	background-image: url(../img/cmn_link_arrow_right_icon01.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.linkunit li a:hover {
	text-decoration: underline;
}
.linkunit li:first-child a {border-radius: 8px 8px 0 0;}
.linkunit li:last-child a  {border-radius: 0 0 8px 8px;}

.linkunit ul + .cmn_title02,
.linkunit ol + .cmn_title02 {
	margin: 8px 0;
}

.page-template-page-results .linkunit .title02,
.category .linkunit .title02 {
	margin-bottom: 8px;
}

.linkunit + .inner {
	margin-top: 15px;
}


#sub .categorylist,
#sub .relatedlist {
	margin-bottom: 8px;
}


/* ============================== */
/* 導入実績 */
/* 導入をお考えの方へ */
/*#sub .gettingstarted {
	padding-bottom: 15px;
}*/


#sub .linkunit + .linkunit {
	margin-top: 15px;
}

/* ============================== */
/* 検索結果(search_result) */
.search_result {
	margin-bottom: 20px;
}
.search_result .title01 {
	background-color: #bdb4a7;
	font-size: 123.1%;/* 16px */
	font-weight: bold;
	color: #fff;
	line-height: 1.25;
	padding: 10px;
}

.search_result .search_result_total {
	font-size: 108%;/* 14px */
	color: #333;
	line-height: 1.25;
	padding: 0 10px 10px;
}


.search_result li.notfound {
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1.5;
	padding: 10px;
}

.search_result li .text01 {
	display: block;
}
.search_result li .text01 .category01 {/* カテゴリー表示 */
	display: block;
	font-size: 85%;
	font-style: normal;
	line-height: 1.25;
	color: #777;
}


/* ============================== */
/* pagination */
.pagination_area {
	margin-top: 35px;
	padding: 15px 0;
	text-align: center;
}

.pagination a {
	text-decoration: none;
}
.pagination a,
.pagination span {
	border-radius: 4px;
}

.pagination .page-numbers,
.pagination .current {
	display: inline-block;
	margin: 0 0 0px 4px;
	min-height: 0;
	width: 23px;
	height: 30px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	font-size: 93%;
	border: 1px solid #b6b6b6;
}
.pagination .next, 
.pagination .prev {
	font-size: 108%;
}
.pagination .current {
	color: #fff;
	background-color: #b6b6b6;
}

.page-numbers {
	color: #999;
}

.pagination .dots {
	border: none;
	background: #fff;
	margin: 0 -4px 5px 0;
	border: 0px solid transparent;
	width: auto;
	height: auto;
}

#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}


/* ============================== */
/* ソーシャルボタン(social) */
.social {
	display: inline-block;
	min-height: 20px;
	text-align: left;
	vertical-align: bottom;
/*	overflow: hidden;*//* いいねボタンのコメント欄が途切れてしまうのでclearfixする */
	padding: 10px 10px 0;
}
/* ▽.socialのclearfix */
.social:before,.social:after {content:"";display:table;}.social:after {clear:both;}.social {zoom:1;}/* For IE 6/7 (trigger hasLayout) */

.article_title01 +.social {
	padding-top: 0;
}

.social > li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.social .twitter_btn { 
	width: 90px;
	height: 21px;
}
.social .facebook_btn {
	width: 100px;
	height: 21px;
	line-height: 20px;
}
.social .hatena_btn {
	width: 50px;/* simple-balloon */
/*	width: 110px;*//* standard-balloon */
	height: 21px;
}
.social .line_btn {
	width: 88px;
	height: 21px;
}
.social .mixi_btn {
	width: 88px;
	height: 21px;
}


/* ============================== */
/* modalbox01 */
.modalbox01_base {
	display: none;/* 初期非表示 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.45);
	z-index: 500;
	padding: 15px;
}

.modalbox01_main {
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}


/* ============================== */
/* フッターのサブ要素を一定幅以上にしない */
#footer_sub {
	width: 950px;
	margin: 0 auto;
}

/* ページ上部へ(TOPへ)(page_top) */
.page_top {
	text-align: right;
	padding: 10px 0;
}
.page_top a {
	display: inline-block;
	background-color: #eeeeee;
	border-radius: 4px;
	font-size: 116%;/* 15px */
	color: #333;
	line-height: 1;
	text-decoration: none;
	padding: 10px 12px 10px 15px;
}
.page_top a:before {
	content: "▲";
	display: inline-block;
	color: #1356e7;
	padding-right: 4px;
}
.page_top a:hover {
	background-color: #cbcbcb;
	color: #2b2b2b;
}

/* インフォメーション(information) */
.information {
	clear: both;
	text-align: right;
	padding: 15px 0;
}
.information li {
	display: inline-block;
	padding-left: 15px;
	background-image: none;
}
.information li:before {
	content: "・";
}
.information li a {
	display: inline-block;
	background-image: none;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	color: #333;
	line-height: 1.25;
}
.information li a:hover {
	text-decoration: underline;;
}

/* ============================== */
/* フッター(footer) */
#footer_wrap {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#footer {
	clear: both;
	padding: 25px 0 24px;
	background-color: #d9d9d9;
}


/* - - - -- - - - - - - - - - - - */
/* コピーライト(copyright) */
#footer .copyright {
	display: block;
	text-align: center;
	font-size: 100%;/* 13px */
	color: #333;
	line-height: 1.2;
}


/* ============================== */
/* IE7以下への表示(for_legacybrowser) */
.for_legacybrowser {
	margin: 0;
	padding: 20px;
	background-color: #1356e7;
	text-align: center;
	color: #fff;
}
.for_legacybrowser .title01 {
	font-size: 116%;/* 15px */
	font-weight: bold;
	line-height: 1.3;
}
.for_legacybrowser p {
	line-height: 1.3;
}

/* ============================== */
/* 特集一覧 */

.special-banner { margin-top: 20px; }
.special-banner_block { margin-bottom: 20px; }
.special-banner_text {
	margin-bottom: 5px;
	font-size: 16px;
}
.special-banner_url { }
.special-banner_url:hover { opacity: .8; }
.special-banner_img { width: 100%; }


/* =========================================== */
/* smartphone */
/* =========================================== */
@media (min-width: 668px) {/* 矯正用 */
.sponly {display: none;}
.pconly {display: block;}
#gnavi {
	display: block !important;
}
}
@media (max-width: 667px) {
.sponly {display: block;}
.pconly {display: none;}
html,body{
	min-width: 0;
}
#header {
	-webkit-background-size: 1px 11px;
	-moz-background-size: 1px 11px;
	background-size: 1px 11px;
	height: auto;
}
#header .inner {
	width: auto;
}
#header .logo {
	padding-top: 12px;
}
#header .sitename.otenki {
	width: 130px;
	height: 43px;
	-webkit-background-size: 128px auto;
	-moz-background-size: 128px auto;
	background-size: 128px auto;
	margin-left: 10px;
}
#header .sitename a {
	height: 43px;
}
#gnavi {
	display: none;
	float: none;
	width: auto;
}

#mobilenavi {
	font-size: 93%;
	line-height: 1.3;
	padding: 18px 10px 0;
	text-align: right;
	vertical-align: bottom;
}
#mobilenavi a {
	color: #333;
}
#mobilenavi em {
	display: inline-block;
	font-style: normal;
	text-decoration: underline;
}


/* -------------------- */
.topic_path {
	display: none;
}

/* -------------------- */
#container {
	width: auto;
	margin-bottom: 0;
}

#main {
	width: auto;
	float: none;
}

#sub {
	width: auto;
	float: none;
	padding: 0 10px 10px;
}

.contents {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
#content01 {
	padding-top: 16px;
}
.category #content01 {
	padding-bottom: 15px;
}
.page-template-page-searchkeywordranking #content01 {
	padding-bottom: 15px;
}

#content01_col01,
#content01_col02 {
	width: auto;
	float: none;
}


/* heading */
.cmn_title01 {
	font-size: 131%;/* 17px */
	margin-bottom: 6px;
	padding: 14px 16px 13px;
}

.cmn_title02 {
	font-size: 123.1%;/* 16px */
	padding: 4px 6px;
	border-left: 12px solid #1356e7;
}

.cmn_title03 {
	font-size: 108%;/* 14px */
	padding: 7px 1px 4px;
}

/* link */
.cmn_morelink01 a {
	font-size: 108%;/* 14px */
	text-decoration: underline;
}
.cmn_morelink01 a:before {
	width: 17px;
	height: 17px;
	background-position:  -39px -52px;
	-webkit-background-size: 144px auto;
	-moz-background-size: 144px auto;
	background-size: 144px auto;
	margin-right: 4px;
}

/* -------------------- */
#otenkimap {
	width: auto;
	margin-bottom: 10px;
}
#otenkimap_nav > ul {
	display: table;
	width: 100%;
}
#otenkimap_nav li {
	display:table-cell;
	vertical-align: top;
	width: 25%;
	float: none;
	padding: 11px 0;
	font-size: 93%;
	font-weight: bold;
box-sizing:border-box;
}
#otenkimap_nav li:hover {text-decoration: none;}

#otenkimap > .list01 > li {
	height: auto;
	padding-bottom: 8.5%;
}
#otenkimap > .list01 > li .img01 {
	text-align: center;
	padding: 8px 13px;
}
#otenkimap > .list01 > li .img01 img {
	max-width: 100%;
}

#otenkimap > .list01 > li > .btn01_wrap a,
#otenkimap > .list01 > li > .btn01_wrap a:hover {
	display: inline-block;
	border-radius: 5px;
	background-color: #fff;
	font-size: 100%;/* 13px */
	color: #1356e7;
	margin-right: 13px;
	padding: 6px 11px 5px 10px;
}

/* -------------------- */
#event {
	padding-bottom: 0;
}
#searchword {
	padding-bottom: 9px;
}
.searchword .list01 li a {
	font-size: 108%;/* 14px */
}
.searchword .list01 li a,
.searchword .list01 li a:hover {
	background-color: #c6def2;
	color: #333;
}

/* -------------------- */
#event ul a {
	padding: 10px 10px 9px;
}
#event a:hover {background-color: #eee; color: #333;}
#event a .title03 {
	font-size: 123.1%;/* 16px */
}
#event a .text01 {
	font-size: 108%;/* 14px */
}

/* -------------------- */
#mobilesiteinfo {
	width: auto;
	float: none;
	margin-bottom: 10px;
	padding-top: 8px;
}
#mobilesiteinfo .inner {
	display: table;
	width: 100%;
	padding-top: 18px;
}
#mobilesiteinfo .img01,
#mobilesiteinfo .text01 {
	display:table-cell;
	vertical-align: top;
	float: none;
}
#mobilesiteinfo .img01 {
	padding-left: 8px;
}
#mobilesiteinfo .img01,
#mobilesiteinfo .img01 img {
	width: 112px;
}
#mobilesiteinfo .text01 {
	width: auto;
	padding: 0 10px;
}
#mobilesiteinfo .text01 p {
	font-size: 93%;
	padding: 0 0 3px;
}

/* -------------------- */
#btobinfo {
	width: auto;
	float: none;
	margin-bottom: 10px;
	padding-top: 8px;
}

#btobinfo .inner {
	display: table;
	width: 100%;
	padding-top: 18px;
}
#btobinfo .img01,
#btobinfo .text01 {
	display:table-cell;
	vertical-align: top;
	float: none;
}
#btobinfo .img01 {
	padding-left: 11px;
}
#btobinfo .img01,
#btobinfo .img01 img {
	width: 120px;
}
#btobinfo .text01 {
	width: auto;
	padding: 0 10px;
}
#btobinfo .text01 p {
	font-size: 93%;
	padding: 0 0 3px;
}
#btobinfo .link01_wrap {
	padding-right: 0; 
}

/* -------------------- */
#appinfo {
	padding-top: 8px;
}
#appinfo .list01 > li {
	width: auto;
	float: none;
	padding: 13px 10px 0;
}

#appinfo .list01 > li .inner {
	display: table;
	width: 100%;
}
#appinfo .list01 > li .icon01,
#appinfo .list01 > li .text01 {
	display:table-cell;
	vertical-align: top;
	float: none;
}
#appinfo .list01 > li .icon01,
#appinfo .list01 > li .icon01 img {
	width: 80px;
	border-radius: 19px;
}
#appinfo .list01 > li .text01 {
	width: auto;
}
#appinfo .list01 > li .text01 p {
	font-size: 93%;
	padding: 0 0 5px 13px;
}
#appinfo .list01 > li .btn01_wrap {
	padding-right: 0;
}

#appinfo > .btn01_wrap {
	padding: 0 10px 12px 0;
}

#appinfo .appstore,
.page-template-page-app-php #appinfo .appstore,
#appinfo .googleplay,
.page-template-page-app-php #appinfo .googleplay {
	width: 88px;
	height: 26px;
	margin-left: 12px;
	background-image: url(../img/cmn_appdl_btn02.png);
	-webkit-background-size: 88px auto;
	-moz-background-size: 88px auto;
	background-size: 88px auto;
}
#appinfo .appstore,
.page-template-page-app-php #appinfo .appstore { background-position: 0 0;margin-left: 0;}
#appinfo .googleplay,
.page-template-page-app-php #appinfo .googleplay { background-position: 0 -26px; width: 75px;}

/* -------------------- */
#column {
	padding-bottom: 8px;
}
.column_box01 {
	width: auto;
	padding-bottom: 10px;
}
.column_box01 > .list01 a:hover {text-decoration: none;}
#gyoji,#yougo {
	float: none;
}
#mamechishiki {
	float: none;
}

.column_box01 .btn01_wrap {
	padding: 0;
}
.column_box01 .btn01_wrap a {
	display: block;
	margin: 0;
	padding: 11px 18px 9px;
	border-bottom: 1px solid #b2b2b2;
}
.column_box01 .btn01_wrap a:last-of-type {
	border: 0;
	border-radius: 0 0 8px 8px;
}

#fb_likebox,
#tw_terunekootenki {
	width: auto;
	float: none;
	padding-bottom: 15px;
}
#fb_likebox iframe,
.fb-like-box > span {
	width: 100% !important;
}

#column.column_box_area {
	display: block;
}
.column_box_area .column_box01 {
	width: auto;
	padding-bottom: 10px;
}
.column_box_area .column_box01:nth-of-type(even) {
	padding-left: 0;
}
.column_special_banner_img {
	width: auto;
}

/* -------------------- */
.page-template-page-app-php #appinfo .list01>li {
	width: auto;
	padding-right: 0;
}
.page-template-page-app-php #appinfo .list01 > li .text01 {
	width: auto;
}
.page-template-page-app-php #appinfo .list01 > li .text01 p {
	padding-left: 10px;
}

/* -------------------- */
.article_text01 > .inner p,
.article_text01 > .inner dl,
.article_text01 > .source {
	padding-right: 0;
	padding-left: 0;
}
.article_text01 > .inner table {
	margin-right: 0;
	margin-left: 0;
}

/* -------------------- */
.entry_footer_nav li {
	height: auto
}
.entry_footer_nav a {
	width: auto;
	height: 22px;/* padding: 10px */
	font-size: 77%;/* 10px */
}
.entry_footer_nav li.prev a { float: none; margin-right: 10px;}
.entry_footer_nav li.next a { float: none; margin-left:  10px;}

.entry_footer_nav li.prev a:before {
	border-width: 20px 10px 20px 1px;
	left: -16px;
}
.entry_footer_nav li.prev a:after {
	border-width: 20px 10px 20px 1px;
	left: -12px;
}
.entry_footer_nav li.next a:before {
	border-width: 20px 1px 20px 10px;
	right: -16px;
}
.entry_footer_nav li.next a:after {
	border-width: 20px 1px 20px 10px;
	right: -12px;
}

/* -------------------- */
.results_contact_btn01_wrap a br {
	display: inline;
}

/* -------------------- */
.social {
	padding-right: 0;
	padding-left: 0;
}

/* -------------------- */
.linkunit li a {
	padding: 15px 23px 15px 10px;
	background-image: url(../img/cmn_link_arrow_right_icon02.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 19px 15px;
	-moz-background-size: 19px 15px;
	-o-background-size: 19px 15px;
	-ms-background-size: 19px 15px;
	background-size: 19px 15px;
}
.linkunit li a,
.linkunit li a:hover {
	text-decoration: none;
}

.category .linkunit .title02 {
	margin-bottom: 6px;
}
#sub .categorylist,
#sub .relatedlist {
	margin-bottom: 6px;
}

/* -------------------- */
#footer_wrap {
	position: relative;
}
#footer_sub {
	display: none;
}
#footer .copyright {
	font-size: 61.54%;/* 8px */
}

}

