 @charset "utf-8";
/*--------------------------------------------------------------------
▼▼初期化▼▼
---------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
}
b, strong {
	font-weight: bold;
}
body {
	color: #1a1a1a;
	font-size: 14px;
	background-color: #ffffff;
	font-family: 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Mayryo', Arial, Helvetica, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}
/*--------------------------------------------------------------------
▲▲初期化▲▲
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------
▼▼基本プロパティ▼▼
---------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #1a1a1a;
}
span a {
	line-height: 12px;
	text-decoration: underline;
	vertical-align: top;
}
a:visited {
	color: #1a1a1a;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;/*color:#e84737;*/
}
ul, ol {
	list-style: none
}
img {
	max-width: 100%;
	border-style: none;
}
p {
	margin: 0px;
	line-height: 16px;
	font-size: 14px;
}
.single h1.basic, h1.basic {
	border-left: #002f6d solid 5px;
	padding-left: 10px;
	margin: 10px 0;
	font-size: 20px;
}
.single h2.basic, h2.basic {
	border-left: #002f6d solid 5px;
	padding-left: 10px;
	margin: 10px 0;
	font-size: 18px;
}
.single h3.basic, h3.basic {
	border-left: #002f6d solid 5px;
	padding-left: 10px;
	margin: 10px 0;
	font-size: 16px;
}
table {
	border-collapse: collapse;
	border: solid 1px #c9caca;
	font-size: 100%;
	width: 100%;
}
table th, table td {
	border: solid 1px #c9caca;
	padding: 4px 6px;
}
table th {
	width: 25%;
}
table td {
	width: 75%;
}
table th, table.gray th {
	background: #eeeeef;
	text-align: left;
}
table.blue th {
	background: #d5e7f2;
	text-align: left;
}
.ranking table {
	border-collapse: collapse;
	border: solid 1px #c9caca;
	font-size: 100%;
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
}
/*.ranking table th td{
	width:50px;
}*/




/*input[type="text"]{
	width:90%;
	margin:5px 5%;
}
input[type="radio"]{
	margin:0 0 0 5%;
}*/
ul.list-navy {
	list-style-image: url('http://tabizine.jp/wp-content/themes/travel/img/list_style_navy.jpg')
}
ul.list-gray {
	list-style-image: url('http://tabizine.jp/wp-content/themes/travel/img/list_style_gray.jpg')
}
ul.list-navy, ul.list-gray {
	padding-left: 15px;
}
/*フォント*/
.bold {
	font-weight: bold;
}
span.bold {
	font-weight: bold;
}
span.red {
	color: #e84737;
}
span.blue {
	color: #00aeeb;
}
span.navy {
	color: #002f6d;
}
/*--------------------------------------------------------------------
▲▲基本プロパティ▲▲
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------
▼▼デザインプロパティ(基本は視覚的に上から)▼▼
---------------------------------------------------------------------*/

/*▼▼ヘッダセクション▼▼*/
body {
}
.top_txtr {
	display: block;
	width: 100%;
	margin: 3px 0;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/txtr_dot.jpg');
	height: 3px;
	padding: 0;
	z-index: 10000;
}
.top_txtr2 {
	display: block;
	width: 100%;
	padding: 3px 0;
	background: #fff url('http://tabizine.jp/wp-content/themes/travel/img/txtr_dot2.jpg') repeat-x left 3px;
	height: 3px;
	margin: 0;
	z-index: 10000;
}
#header {
	width: 100%;
	border-top: #002f6d 9px solid;
}
.headerInner {
	width: 93.75%;
	margin: 0 auto;
	text-align: left;
	max-width: 960px;
}
#logo {
	margin: 20px 0 34px 0;
	float: left;
}
#header p, #header h1 {
	float: left;
	margin: 70px 0 0 20px;
}
/*gnavi base*/
#header ul#gnavi {
	display: block;
	width: 64.5833333%;/*620/960*/
	max-width: 620px;
	height: 17px;
	background: #fff;
	margin: 0 0 10px 3px;
	clear: both;
}
#header ul#gnavi li {
	display: block;
	height: 17px;
	padding-right: 20px;
	/*width:16.66667%;*/
	float: left;
}
#header ul#gnavi li a {
	display: block;
	height: 17px;
	width: 100%;
	font-size: 16px;
}
/*#header ul#gnavi li a#awesome{
	background-position:0px 0px;
}
#header ul#gnavi li a#cool{
	background-position:-103px 0px;
}
#header ul#gnavi li a#beautiful{
	background-position:-207px 0px;
}
#header ul#gnavi li a#funny{
	background-position:-311px 0px;
}
#header ul#gnavi li a#hmm{
	background-position:-415px 0px;
}
#header ul#gnavi li a#tasty{
	background-position:-519px 0px;
}*/
/*gnavi hover,current*/
#header ul#gnavi li a#awesome:hover, #header ul#gnavi li a#awesome.current {
	background-position: 0px 17px;
}
#header ul#gnavi li a#cool:hover, #header ul#gnavi li a#cool.current {
	background-position: -103px 17px;
}
#header ul#gnavi li a#beautiful:hover, #header ul#gnavi li a#beautiful.current {
	background-position: -207px 17px;
}
#header ul#gnavi li a#funny:hover, #header ul#gnavi li a#funny.current {
	background-position: -311px 17px;
}
#header ul#gnavi li a#hmm:hover, #header ul#gnavi li a#hmm.current {
	background-position: -415px 17px;
}
#header ul#gnavi li a#tasty:hover, #header ul#gnavi li a#tasty.current {
	background-position: -519px 17px;
}
#hd_right {
	width: 200px;
	float: right;
	text-align: right;
	margin: 10px 0;
}
#twitter, #fb, #rss, #feedly {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_icon_hd.jpg');
	display: block;
	width: 30px;
	height: 29px;
	float: right;
	margin: 0 0 0 5px;
}
#fb {
	background-position: -35px 0;
}
#rss {
	background-position: -70px 0;
}
#feedly {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_icon_hd_fdly.jpg');
	background-repeat: no-repeat;
}
#inline_search_mobile, #search {
	display: block;
	max-width: 200px;
	height: 26px;
	margin: 10px 0;
}
#inline_search_mobile input, #search input {
	float: right;
}
#inline_search_mobile input[type="submit"], #search input[type="submit"] {
	display: block;
	width: 29px;
	height: 26px;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_search.jpg');
	border: 0;
}
a#search_mobile {
	display: none;
}
#inline_search_mobile input[type="text"], #search input[type="text"] {
	display: block;
	width: 150px;
	padding: 0 0 0 5px;
	_width: 145px;
	margin: 0 0 0 1px;
	height: 26px;
	background: #f6f6f7;
	border: 0;
}
#search input:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*▲▲ヘッダセクション▲▲*/



/*▼▼スライド▼▼*/
/*Slider Browser Resets */
/*	.slide a:active,
	.slide a:focus,
	.slide_meta h3,
	.slide_meta p.date,
	.slide_meta p.summary,
	.slide_meta a
	.slide img {outline: none;}
	.slide_meta,
	#slide,
	.slide img {margin: 0; padding: 0; list-style: none;}*/
/*Slider Browser Resets end */


.slide {
	width: 960px;
	height: 360px;
	background: #f6f6f7;
	position: relative;
}
.slide_meta {
	width: 310px;
	height: 350px;
	/*float:right;*/
	background: #f6f6f7;
	text-align: left;
	position: absolute;
	top: 10px;
	right: 10px;
}
.slide_meta p.cat {
	display: block;
	height: 17px;
	width: 100px;
	padding: 0;
	margin: 40px 0 0 25px;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_gnavi.gif');
}
.slide_meta p.cat_awesome {
	background-position: 0px 0px;
}
.slide_meta p.cat_cool {
	background-position: -103px 0px;
}
.slide_meta p.cat_beautiful {
	background-position: -207px 0px;
}
.slide_meta p.cat_funny {
	background-position: -311px 0px;
}
.slide_meta p.cat_hmm {
	background-position: -415px 0px;
}
.slide_meta p.cat_tasty {
	background-position: -519px 0px;
}
.slide_meta h3 {
	font-size: 18px;
	line-height: 140%;
	margin: 10px 25px;
	font-weight: bold;
	border: none;
}
.slide_meta p.date {
	font-size: 10px;
	color: #e84737;
	margin: 0px 25px;
	padding: 0px;
}
.slide_meta p.summary {
	font-size: 14px;
	margin: 10px 25px;
	padding: 0px;
}
.slide_meta a {
	margin: 10px 25px;
	padding: 0px;
}
.slide_btn_more {
	margin: 10px;
}
#slide {
	position: relative;
}
.flexslider {
	position: relative;
}
.flex-control-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	width: 220px;
}
.flex-control-nav a {
	text-indent: -9999px;
	display: block;
	height: 4px;
	width: 40px;
	margin: 0 2px;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/txtr_dot.jpg');
	float: left;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.flex-control-nav a:hover, .flex-control-nav a.flex-active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.flex-prev, .flex-next {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_btn_sld_nxt_prv.png');
	height: 30px;
	width: 30px;
	position: absolute;
	display: block;
	/* z-index: 100; */
    z-index: 45;
	text-indent: -9999px;
}
.flex-next {
	top: 180px;
	right: 0px;
	background-position: 0px -30px;
}
.flex-next:hover {
	background-position: -30px -30px;
}
.flex-prev {
	top: 180px;
	left: 0px;
	background-position: 0px 0px;
}
.flex-preve:hover {
	background-position: -30px 0px;
}
/*▲▲スライド▲▲*/


/*▼▼コンテンツセクション▼▼*/
#wrap {
	width: 93.75%;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
	max-width: 960px;
}
#main {
	width: 64.5833333%;/*620/960*/
	max-width: 620px;
	text-align: left;
	float: left;
	/*margin:0 1.0416667%;/*10/960*/
	margin: 20px 0 0 0;/*20/960*/
}
#main_lp {
	width: 100%;/*620/960*/
	max-width: 960px;
	text-align: left;
	float: left;
	/*margin:0 1.0416667%;/*10/960*/
	margin: 20px 0 0 0;/*20/960*/
}
.single h1 {
	font-size: 24px;
	font-weight: bold;
}
.single h2 {
	font-size: 18px;
	margin: 10px 0;
	border: none;
}
.single img {
	margin: 0 0 10px 0;
}
.single p {
	width: 96%;
	padding: 10px;
	max-width: 620px;
	line-height: 160%;
	font-size: 14px;
}
.single_wide p {
	width: 96%;
	padding: 10px;
	max-width: 940px;
	line-height: 160%;
	font-size: 14px;
}
.single_wide p span {
	max-width: 620px;
}
.single_wide p span .table {
	max-width: 940px;
}
.bcn a, .content a {
	text-decoration: underline;
}
.bcn1 a {
	text-decoration: none;
}
.bcn a:hover, .bcn1 a:hover, .content a:hover {
	text-decoration: none;
	color: #e84737;
}
p.indx_twitter {
	border-top: 1px dotted #1a1a1a;
	margin: 20px 0 0 0;
}
/*pickup_news,article*/
a.article {
	display: block;
	border-top: 1px #1a1a1a dotted;
	margin: 0;
	width: 100%;
	color: #1a1a1a;
}
a.article:hover {
	background: #f6f6f7;
}
.pickup_news {
	display: block;
	width: 100%;
	/*height:242px;*/
	background: #002f6d;
	color: #fff;
}
.article img {
	margin: 15px 15px 15px 0px;
	float: left;
}
.pickup_news img {
	margin: 15px;
	float: left;
}
.article img {
	display: block;
}
.article_meta, .pickup_news_meta {
	float: right;
	margin: 15px 15px 0 0;
	width: 370px;
	text-align: left;
}
.pickup_news_meta {
	width: 250px;
}
.pickup_news_meta img {
	margin: 0;
	background: #ccc;
}
.article_meta h3, .pickup_news_meta h3 {
	font-size: 18px;
	line-height: 140%;
	margin: 10px 0 0 auto;
	border: none;
}
.article_meta p, .pickup_news_meta p {
	font-size: 14px;
}
.pickup_news_meta a {
	color: #fff;
}
p.date {
	font-size: 10px;
	color: #e84737;
	margin: 0;
	padding: 0px;
}
p.pickupdate {
	font-size: 10px;
	color: #e84737;
	margin: 0 0 10px 0;
	padding: 0px;
}
#pager {
	padding: 15px 0;
	text-align: center;
	border-top: 1px #1a1a1a dotted;
	border-bottom: 1px #1a1a1a dotted;
}
#pager span a {
	width: 10px;
	height: 10px;
	padding: 3px 7px;
	color: #1a1a1a;
}
#pager span a:hover {
	background: #ccc;
}
.post_meta_box {
	margin: 10px 0 10px 0;
	/*	border-top:2px solid #002F6D; */
	width: 100%;
	padding: 10px;
}
.post_meta_box ul#tz_similar {
	background: #efefef;
	padding: 10px 20px;
}
.post_meta_box ul#tz_similar li {
	border-left: #002F6D solid 3px;
	margin: 2px 0;
}
.post_meta_box ul#tz_similar li a {
	display: inline-block;
	padding: 3px 10px;
	background: #fff;
}
.post_meta_box ul#tz_similar li:nth-child(1) {
	border-left: #4356c6 solid 3px;
}/*#074394*/
.post_meta_box ul#tz_similar li:nth-child(2) {
	border-left: #23a8ba solid 3px;
}/*#37ac1e*/
.post_meta_box ul#tz_similar li:nth-child(3) {
	border-left: #0b9901 solid 3px;
}/*#e6126a*/
.post_meta_box ul#tz_similar li:nth-child(4) {
	border-left: #99d130 solid 3px;
}/*#e7581c*/
.post_meta_box ul#tz_similar li:nth-child(5) {
	border-left: #ffbb28 solid 3px;
}/*#1aa3c9*/
.post_meta_box ul#tz_similar li:nth-child(6) {
	border-left: #ff6c04 solid 3px;
}
.post_meta_box ul#tz_similar li:nth-child(7) {
	border-left: #fe4540 solid 3px;
}
.post_meta_box ul#tz_similar li:nth-child(8) {
	border-left: #f8479e solid 3px;
}
.post_meta_box h3 {
	font-size: 20px;
	margin: 10px 0;
	border: none;
}
.inner_box {
	width: 140px;
	height: 200px;
	text-align: center;
	float: left;
	margin: 5px 5px 15px 5px;
}
.inner_box img {
	height: 120px;
	width: 120px;
	margin: 10px auto 0 auto;
}
.inner_box h3 {
	margin: 0;
	padding: 0px 0px 0px 7px;
	text-align: left;
	font-size: 14px;
}
.social {
	margin: 10px 0 5px 0;
}
.social span {
	display: inline-block;
	height: 20px;
	margin: 0px 10px 0 0;
}
.social span.social_fb {
	vertical-align: top;
	width: auto !important;
	display: inline-block !important;
}
.social span.social_tw {
	max-width: 90px;
	padding: 0;
	margin: 0;
}
.social span.social_htn {
	max-width: 110px;
	padding: 0;
	margin: 0;
}
.social span.social_ggp {
	max-width: 70px;
	margin: 0;
}
.social span.social_pckt {
	vertical-align: top;
	max-width: 100px;
	padding: 0;
	margin: 0 0 0 0;
}
.social span * {
	margin: 0;
}
/*
.social{
	margin:20px 0 10px;
}
.social div{
	float:left;
	margin:0 2px 0 0;
	width:49px;
	height:33px;
	position:relative;
}
.social div:last-child{
	margin:0;
}
.social div a,
.social div img{
	margin:0;
	padding:0;
}
.social div span.count{
	position:absolute;
	bottom:2px;
	left:0;
	width:49px;
	text-align:center;
	margin:0;
	padding:0;
	font-size:10px;
	vertical-align:bottom;
	height:10px;
}
.social span{
	display:inline-block;
	height:20px;
	margin:0px 10px 0 0;
}
.social span.social_tw{
	max-width:90px;
    padding:0;
	margin:0;
}
.social span.social_htn{
	max-width:110px;
    padding:0;
	margin:0;
}

.social span.social_ggp{
	max-width:70px;
	margin:0;
}

.social span.social_pckt{
    vertical-align:top;
    max-width:100px;
    padding:0;
    margin: 0 0 0 0;
}
.social span *{
	margin:0;
}
*/
/*writer*/
#prof {
	width: 100%;
	max-width: 480px;
}
#prof img {
	width: 21%;
	max-width: 100px;
	margin: 0 0 20px 0;
}
#writer, #writer_discription {
	width: 74.5%;
	max-width: 360px;
	float: right;
	margin: 40px 0 0 0;
	margin-left: 4.5%;
}
#writer_discription {
	margin: 10px 0;
}
#writer h1 {
	font-size: 18px;
	line-height: 25px;
	float: left;
}
#writer span {
	font-size: 12px;
	line-height: 25px;
	vertical-align: bottom;
	margin: 10px 0 0 5%;
}
.italic {
	font-style: italic;
}
a#writer_link_fb, a#writer_link_tw, a#writer_link_ggp, a#writer_link_blg {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_writer_link.jpg');
	width: 21%;
	max-width: 100px;
	height: 20px;
	display: block;
	float: left;
	margin: 20px 0;
	margin-right: 4%;
}
a#writer_link_fb {
	background-position: 0 0;
}
a#writer_link_tw {
	background-position: -100px 0;
}
a#writer_link_ggp {
	background-position: -200px 0;
}
a#writer_link_blg {
	background-position: -300px 0;
}
a#writer_link_fb:hover {
	background-position: 0 20px;
}
a#writer_link_tw:hover {
	background-position: -100px 20px;
}
a#writer_link_ggp:hover {
	background-position: -200px 20px;
}
a#writer_link_blg:hover {
	background-position: -300px 20px;
}
a#btn_feedly_bottom {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/btn_feedly.png');
	background-size: cover;
	height: 20px;
	width: 61px;
}
a#txt_feedly_bottom {
	display: block;
	float: left;
	height: 20px;
}
/*aside*/
#aside {
	/*width:31.25%;*/
	width: 320px;
	float: right;
	margin: 20px 0 0 0;
}
#aside div.block p.navy {
	border-top: solid 5px #002f6d;
}
.block {
	border-left: 1px #1a1a1a dotted;
	border-right: 1px #1a1a1a dotted;
	border-bottom: 1px #1a1a1a dotted;
	margin: 0 0 20px 0;
}
.block a {
	display: block;
	width: 100%;
	height: 130px;
	color: #1a1a1a;
}
.block a img {
	display: block;
	width: 100px;
	height: 100px;
	background: #ccc;
	margin: 15px;
	float: left;
}
.raniking_meta {
	width: 175px;
	float: right;
	margin: 0 10px 0 0;
}
.bg_ranking {
	display: block;
	width: 21px;
	height: 18px;
	padding: 15px 0 0 12px;
	font-size: 16px;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_ranking.jpg');
	color: #fff;
	margin: 15px 0 5px 0;
}
.news_cat {
	display: block;
	margin: 5px;
}
.news_cat a {
	display: block;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_news_cat.jpg');
	height: 23px;
	_height: 33px;
	padding-top: 10px;
	width: 150px;
	float: left;
	background-position: top right;
	margin: 2px;
	text-align: center;
}
.news_cat a:hover {
	background-position: top left;
}
.news_cat a:last-child {
	margin-bottom: 10px;
}
.tagcloud {
	margin: 30px;
	line-height: 200%;
}
.tagcloud a {
	color: #1a1a1a;
	display: inline;
	padding: 0 10px 0 0;
}
p.tag {
	color: #777;
	margin-left: -10px;
}

/* ページ分割 */

#wp_page_numbers {
  	clear: both;
  	margin:0;
  	background: #FFF;
  	width: 100%;
  	display: inline;
  	text-align: center;
  	background: transparent;
  	padding:0;
}
#wp_page_numbers ul {
	display: block;
	width: 100%;
	margin: 20px auto;
	padding:0;
	overflow: hidden;
	text-align: center;
}
#wp_page_numbers ul li {
	display: inline-block;
}
#wp_page_numbers ul li a {
	background: #fff;
	border: 1px solid #002f6d;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	width: 30px;
	letter-spacing: normal;
	font-size: 1rem;
	margin: 0px 5px;
	vertical-align: middle;
	color: #002f6d;
	text-decoration: none;
}

#wp_page_numbers ul li a:hover {
	text-decoration: none;
	background: #002f6d;
	color: #fff;
	opacity: 1;
}
#wp_page_numbers ul li a:hover span {
	color: #fff;
}
#wp_page_numbers li.active_page a {
	background: #002f6d;
	color: #fff;
}
#wp_page_numbers ul li.active_page a:hover {
	color: black; /* IE fix */
	text-decoration: underline;
	background: #002f6d;
}
#wp_page_numbers ul li.page_info {
	display:none;
}
#wp_page_numbers ul li:first-child span:before {
	font-family: 'fontawesome';
	content: "\f104";
}
#wp_page_numbers ul li:last-child span:before {
	font-family: 'fontawesome';
	content: "\f105";
}

/*▲▲コンテンツセクション▲▲*/


/*▼▼フッタセクション▼▼*/
#footer {
	background: #002f6d;
	padding: 30px 0;
	color: #ffffff;
	text-align: center;
}
#footer * {
	font-size: 12px;
}
#footer a {
	color: #ffffff;
}
#footer #ft_inner {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#footer ul {
	display: inline-block;
	margin: 28px 0 0;
	float: left;
}
#footer p {
	display: inline-block;
	float: right;
	text-align: right;
	line-height: 24px;
}
#footer ul li {
	float: left;
}
/*pagetop*/
.go-top {
	position: fixed; /*固定表示*/
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none; /*通常は非表示に*/
}
/*▲▲フッタセクション▲▲*/

.mobile_show {
	display: none !important;
}

@media screen and (max-width : 1024px) {
.headerInner, #wrap {
	width: 100%;
	max-width: 960px;
}
}

@media screen and (max-width : 960px) {
.headerInner, #wrap {
	width: 95%;
	max-width: 640px;
	margin: 0 auto;
}
#logo {
	max-width: 44.5%;
}
#logo img {
	max-width: 100%;
}
#header p, #header h1 {
	margin: 60px 0 0 20px;
}
#header ul#gnavi {
	display: block;
	width: 100%;/*620/960*/
	max-width: 660px;
}
#header ul#gnavi li a {
	max-width: 100px;
}
a#cool, a#funny, a#hmm, a#tasty {
	min-width: 60px;
}
#hd_right {
	width: 150px;
}
#search {
	width: 150px;
	float: right;
}
#search input[type="text"] {
	width: 100px;
}
/*スライドショー*/
.slide .main_visual img {
	width: 100%;
}
.flex-prev, .flex-next {
	top: 150px;
}
.slide {
	width: 100%;
	max-width: 660px;
	height: 540px
}
.slide_meta {
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0px;
	top: 330px;
}
.slide_meta p.cat {
	margin-top: 10px;
}
.slide_meta a {
	margin-top: 0;
	margin-bottom: 0;
}
a.slide_text_more {
	display: inline;
	color: #e84737;
	margin: 0 !important;
}
.slide_btn_more {
	display: none;
}
.slide_meta p.summary {
	margin-top: 0 !important;
}
.pickup_news {
	text-align: center;
}
.pickup_news img {
	max-width: 90%;
	margin-left: 10%;
}
.pickup_news_meta img {
	margin-left: 0;
}
.pickup_news_meta {
	display: block;
	clear: both;
	float: none;
	width: 90%;
	margin: 10px auto;
}
.tab_mob_hide {
	display: none;
}
.social span.social_lp {
	display: none !important;
}
#aside {
	width: 31.25%;
}
#aside .block {
	border: 0;
	border-top: solid 5px #002f6d;
	text-align: center;
}
.bg_ranking, #aside .block img {
	float: none;
	margin: 0 auto;
}
.raniking_meta {
	margin-bottom: 20px;
	max-width: 90%;
}
.news_cat {
	text-align: center;
}
.news_cat a {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.article img {
	width: 40%;
	margin: 10px 5%;
}
.article_meta {
	width: 50%;
	margin: 10px 0;
}
.article h3 {
	font-size: 16px;
	border: none;
}
#footer #ft_inner {
	width: 100%;
	max-width: 660px;
}
#footer ul {
	display: block;
	height: 20px;
	float: none;
	margin: 0 auto;
	width: 500px;
}
#footer p {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.raniking_meta h3, .news_cat a, .tagcloud a {
	font-size: 12px;
	border: none;
}
}

@media screen and (max-width : 600px) {
#logo {
	margin-top: 30px;
}
/*スライドショー*/
#operation {
	position: relative;
}
#nav {
	position: absolute;
	right: 10px;
	top: 410px;
	z-index: 10;
}
#next, #prev {
	top: 120px;
}
.slide {
	width: 100%;
	max-width: 660px;
	height: 430px
}
.slide_meta {
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0px;
	top: 250px;
}
.social div {
	margin: 0 1px 2px 0;
}
.social span.social_lp {
	display: none !important;
}
/*writer*/
#writer_discription {
	width: 100%;
	float: none;
	clear: both;
	padding: 0;
}
#writer_link {
	width: 220px;
	margin: 0 auto;
}
a#writer_link_fb, a#writer_link_tw, a#writer_link_ggp, a#writer_link_blg {
	width: 100px;
	margin: 5px;
}
}

@media screen and (max-width : 500px) {
#wrap {
	width: 95%;
	max-width: 300px;
	text-align: center;
}
#header_space {
	height: 76px;
}
#header {
	position: fixed;
	top: 0;
	/* z-index: 10000; */
    z-index: 100;
	height: 50px;
}
.headerInner {
	width: 300px;
	width: 320px;/*2016.3.22 tamura*/
	position: relative;
	background: #fff;
	height: 40px;/*32px*/
}
#logoWrapper {
	text-align: center;
}
#twitter, #fb, #rss, #feedly {
	display: none;
}
#wrap {
	width: 95%;
	max-width: 300px !important;
	max-width: 320px !important;/*2016.3.22 tamura*/
	margin: 0 auto;
}
#header p, #header h1 {
	display: none;
}
#logo {
 display;
inline-block;
	height: 38px;
	max-width: 170px;
	margin: 10px 0 0;
	float: none;
}
#logo img {
	max-width: 260px;
}
#search input[type="text"] {
	display: none;
}
a#search_mobile, #twitter, #fb, #rss, #feedly, #search input[type="submit"], #header p, #header h1 {
	margin: 0;
	position: absolute;
}
#header p, #header h1 {
	display: none;
}
#twitter, #fb, #rss, #feedly {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_icon_hd_mobile.jpg');
	width: 22px;
	height: 22px;
	top: 10px;
}
.single h1 {
	font-size: 22px;
}
#twitter {
	right: 98px;
	background-position: -1px 0;
}
#fb {
	right: 72px;
	background-position: -28px 0;
}
#rss {
	right: 48px;
	background-position: -53px 0;
}
#feedly {
	width: 20px;
	height: 20px;
	top: 11px;
	right: 24px;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_icon_hd_fdly_mobile.jpg');
	background-repeat: no-repeat;
}
#search input[type="submit"] {
	/*
		top:5px;
		right:0px;
		*/
	display: none;
}
a#search_mobile {
	display: block;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_search_mobile.jpg');
	width: 22px;
	height: 19px;
	top: 12px;
	right: -1px;
}
#search, #hd_right {
	margin: 0;
	height: 0;
}
#header ul#gnavi {
	display: none;
}
.bcn {
	display: none;
}
/*#header ul#gnavi{
		display:block;
		width:260px;
		height:17px;
		background:#fff;
		margin:10px auto;
	}
	#header ul#gnavi li{
		display:block;
		height:17px;
		width:125px;
		float:left;
		margin:1px;
	}
	#header ul#gnavi li a{
		display:block;
		height:17px;
		width:100%;
		max-width:125px;
		background:url('http://tabizine.jp/wp-content/themes/travel/img/bg_gnavi_mobile.jpg');
	}
	#header ul#gnavi li a#awesome,
	#header ul#gnavi li a#awesome:hover,
	#header ul#gnavi li a#awesome.current{
		background-position:0px 0px;
		
	}
	#header ul#gnavi li a#cool,
	#header ul#gnavi li a#cool:hover,
	#header ul#gnavi li a#cool.current{
		background-position:-140px 0px;
		margin-left:10px;
	}
	#header ul#gnavi li a#beautiful,
	#header ul#gnavi li a#beautiful:hover,
	#header ul#gnavi li a#beautiful.current{
		background-position:0px -20px;
	}
	#header ul#gnavi li a#funny,
	#header ul#gnavi li a#funny:hover,
	#header ul#gnavi li a#funny.current{
		background-position:-140px -20px;
		margin-left:10px;
	}
	#header ul#gnavi li a#hmm,
	#header ul#gnavi li a#hmm:hover,
	#header ul#gnavi li a#hmm.current{
		background-position:0px -38px;
	}
	#header ul#gnavi li a#tasty,
	#header ul#gnavi li a#tasty:hover,
	#header ul#gnavi li a#tasty.current{
		background-position:-140px -38px;
		margin-left:10px;
	}*/
	/*gnavi hover,current*/
	
#main, #main_lp, #aside {
	width: 100%;
	max-width: 300px;
}
#main {
	margin-top: 0;
}
/*スライドショー*/
.flex-control-nav {
	display: none;/*
		モバイルナビ使う場合は下のプロパティを調整
		position:absolute;
		right:10px;
		top:430px;
		z-index:10;
		*/
}
.flex-prev, .flex-next {
	top: 70px;
}
.slide {
	width: 100%;
	max-width: 660px;
	height: 330px
}
.slide_meta {
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0px;
	top: 175px;
}
.slide_meta h3 {
	font-size: 14px !important;
	margin-top: 0;
	margin-bottom: 0;
}
.slide_meta p.summary {
	font-size: 12px;
}
.pickup_news_meta {
	margin-bottom: 0;
}
.pickup_news_meta h3 {
	font-size: 14px !important;
	margin: 0;
}
.pickup_news_meta p.summary {
	font-size: 12px;
}
.pickup_news img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.article img, .article_meta {
	width: 100% !important;
	max-width: 270px;
	float: none;
	margin: 10px auto 0;
}
.article_meta h3 {
	font-size: 18px !important;
}
p.date {
	margin: 0 0 -10px;
}
.social span.social_lp {
	display: inline-block !important;
}
.block {
	border: 1px #1a1a1a dotted;
	border-top: solid 5px #002f6d;
	margin: 0 0 20px 0;
	text-align: center;
}
.block a {
	display: block;
	width: 100%;
	height: 130px;
	color: #1a1a1a;
}
.block a img {
	display: block;
	width: 100px;
	height: 100px;
	background: #ccc;
	margin: 15px;
	float: left !important;
}
.raniking_meta {
	width: 175px;
	float: right;
	margin: 0 10px 0 0;
}
.bg_ranking {
	display: block;
	width: 21px;
	height: 18px;
	padding: 15px 0 0 12px;
	font-size: 16px;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_ranking.jpg');
	color: #fff;
	margin: 0 0 5px 0;
}
.news_cat {
	display: block;
	margin: 5px;
}
.news_cat a {
	display: block;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_news_cat.jpg');
	height: 23px;
	_height: 33px;
	padding-top: 10px;
	width: 140px;
	float: left;
	background-position: top right;
	margin: 2px;
	text-align: center;
}
.news_cat a:hover {
	background-position: top left;
}
.news_cat a:last-child {
	margin-bottom: 10px;
}
.tagcloud {
	margin: 30px;
	line-height: 200%;
}
.tagcloud a {
	color: #1a1a1a;
	display: inline;
	padding: 0 10px 0 0;
}
.raniking_meta h3, .news_cat a, .tagcloud a {
	font-size: 14px;
}
#footer #ft_inner {
	width: 100%;
	max-width: 320px;
}
#footer ul {
	height: auto;
	margin: 0 0 10% 0;
	width: 90%;
	max-width: 320px;
}
#footer ul li {
	float: none;
	width: 100%;
}
#footer p {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.mobile_show {
	display: block !important;
}
.mobile_hide {
	display: none !important;
}
.go-top {
	bottom: 0.5em;
	right: 0.5em;
	padding: 0.5em;
}
/*writer*/
#prof img {
	width: 33%;
	padding: 0 33.5%
}
#writer {
	margin: 0;
	float: none;
	width: 100%;
}
table th, table td {
	display: inline-block;
	width: 95%;
}
table th {
	border-right: solid 1px #c9caca;
	margin: 10px 0 0 0;
}
table, table td {
	border: none;
}
}
/*--------------------------------------------------------------------
▼▼エイリアス▼▼
---------------------------------------------------------------------*/
/*font*/
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
/*margin*/
.mL0 {
	margin-left: 0 !important;
}
.mL5 {
	margin-left: 5px !important;
}
.mL10 {
	margin-left: 10px !important;
}
.mL20 {
	margin-left: 20px !important;
}
.mL30 {
	margin-left: 30px !important;
}
.mL35 {
	margin-left: 35px !important;
}
.mL40 {
	margin-left: 40px !important;
}
.mR5 {
	margin-right: 5px !important;
}
.mR10 {
	margin-right: 10px !important;
}
.mR20 {
	margin-right: 20px !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT8 margin-top:8px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mT40 {
	margin-top: 40px !important;
}
.mT50 {
	margin-top: 50px !important;
}
.mB0 {
	margin-bottom: 0px !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mB30 {
	margin-bottom: 30px !important;
}
.mB40 {
	margin-bottom: 40px !important;
}
.mB50 {
	margin-bottom: 50px !important;
}
.m30 {
	margin: 30px !important;
}
.mLR {
	margin: 0 auto;
}
/*padding*/
.pL0 {
	padding-left: 0 !important;
}
.pL10 {
	padding-left: 10 !important;
}
.pR10 {
	padding-right: 10 !important;
}
.pR20 {
	padding-right: 20 !important;
}
.pT5 {
	padding-top: 5px !important;
}
.pT10 {
	padding-top: 10px !important;
}
.pT20 {
	padding-top: 20px !important;
}
.pT30 {
	padding-top: 30px !important;
}
.pT40 {
	padding-top: 40px !important;
}
.pT50 {
	padding-top: 50px !important;
}
/*float*/
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
.clrfx {
	clear: both !important;
}
/*text-align*/
.taL {
	text-align: left !important;
}
.taR {
	text-align: right !important;
}
.taC {
	text-align: center !important;
}
.line_spacing {
	line-height: 150% !important;
}
/*改行禁止指定*/
.nowrap {
	white-space: nowrap;
}
/*各種アイコン*/
span.icon_blank_gray, span.icon_blank_navy, span.icon_blank_red {
	display: inline-block;
	min-width: 18px;
	height: 16px;
	text-indent: 25px;
	background-repeat: none;
}
span.icon_down_gray, span.icon_down_navy, span.icon_down_red, span.icon_left_gray, span.icon_left_navy, span.icon_left_red, span.icon_right_gray, span.icon_right_navy, span.icon_right_red, span.icon_up_gray, span.icon_up_navy, span.icon_up_red {
	display: inline-block;
	min-width: 17px;
	height: 17px;
	text-indent: 25px;
	background-repeat: none;
}
span.list_style_gray, span.list_style_navy {
	display: inline-block;
	min-width: 18px;
	height: 16px;
	text-indent: 25px;
	background-repeat: none;
}
span.icon_mail_gray, span.icon_mail_navy, span.icon_mail_red {
	display: inline-block;
	min-width: 19px;
	height: 15px;
	text-indent: 25px;
	line-height: 100%;
	background-repeat: none;
}
/*xhrが多くなるのでスプライトしたいところ*/
span.icon_blank_gray {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_blank_gray.jpg') no-repeat;
}
span.icon_blank_navy {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_blank_navy.jpg') no-repeat;
}
span.icon_blank_red {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_blank_red.jpg') no-repeat;
}
span.icon_down_gray {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_down_gray.jpg') no-repeat;
}
span.icon_down_navy {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_down_navy.jpg') no-repeat;
}
span.icon_down_red {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_down_red.jpg') no-repeat;
}
span.icon_left_gray {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_left_gray.jpg') no-repeat;
}
span.icon_left_navy {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_left_navy.jpg') no-repeat;
}
span.icon_left_red {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_left_red.jpg') no-repeat;
}
span.icon_right_gray {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_right_gray.jpg') no-repeat;
}
span.icon_right_navy {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_right_navy.jpg') no-repeat;
}
span.icon_right_red {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_right_red.jpg') no-repeat;
}
span.icon_up_gray {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_up_gray.jpg') no-repeat;
}
span.icon_up_navy {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_up_navy.jpg') no-repeat;
}
span.icon_up_red {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_up_red.jpg') no-repeat;
}
span.list_style_gray {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/list_style_gray.jpg') no-repeat;
}
span.list_style_navy {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/list_style_navy.jpg') no-repeat;
}
span.icon_mail_gray {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_mail_gray.jpg') no-repeat;
}
span.icon_mail_navy {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_mail_navy.jpg') no-repeat;
}
span.icon_mail_red {
	background: url('http://tabizine.jp/wp-content/themes/travel/img/icon_mail_red.jpg') no-repeat;
}
/*border*/
.solid {
	border: #1a1a1a solid 1px;
}
.dotted {
	border: #1a1a1a dotted 1px;
}
.gray {
	border-color: #666464 !important;
}
.lightgray {
	border-color: #c9cacb;
!important
}
.navy_line {
	border: #002f6d solid 5px;
	border-color: #002f6d;
!important border-top:0;
	border-left: 0;
	border-right: 0;
	border-radius: 0px;
	margin-bottom: 10px;
}
.popular_blue {
	background: #edfcff;
}
span.solid, span.dotted, hr.solid, hr.dotted {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
/*box*/
.box {
	width: 90%;
	margin-left: 10px;
	padding: 10px;
}

@media screen and (max-width : 500px) {
.box {
	width: 90%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding: 10px 2.5%;
}
}
/*controll display pc tab mobile*/
.show100 {
	display: block;
}
.show110 {
	display: block;
}
.show101 {
	display: block;
}
.show010 {
	display: none;
}
.show011 {
	display: none;
}
.show001 {
	display: none;
}
.inline100 {
	display: inline;
}

@media screen and (max-width : 960px) {
.show100 {
	display: none;
}
.show101 {
	display: none;
}
.show010 {
	display: block;
}
.show011 {
	display: block;
}
.inline100 {
	display: none;
}
}

@media screen and (max-width : 500px) {
.show101 {
	display: block;
}
.show110 {
	display: none;
}
.show010 {
	display: none;
}
.show001 {
	display: block;
}
}
/*single_wide_display_control*/
.show_pc {
	display: block;
}
.show_tbsp {
	display: none;
}

@media screen and (max-width : 600px) {
.show_pc {
	display: none;
}
.show_tbsp {
	display: block;
}
}
/*tab banner width*/
.tab_ban_w {
	width: 48%;
}

/*other*/

@media screen and (min-width : 960px) {
.taR_pc {
	text-align: right !important;
}
}
/*share button*/
.snsshare {
	width: 100%;
	height: 50px;
}
.snsshare a {
	width: 50%;
	height: 20px;
	padding: 14px 0;
	float: left;
	font-size: 14px;
	font-weight: lighter;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
	display: inline-block;
	font-family: 'Avenir', 'Helvetica neue';
	text-decoration: none;
}
.snsshare a:hover {
	color: #dd3333;
}
.snsshare a#share_fb {
	background-color: #3b5998;
	border-bottom-color: #314a7f;
}
.snsshare a#share_tw {
	background-color: #00acee;
	border-bottom-color: #007fb2;
}
/*地名検索エリア*/
#mainBottom {
	margin-bottom: 30px;
}
#mainBottom h3 {
	clear: both;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 3px #002f6d;
}
#mainBottom .popsight {
	padding: 15px;
	border: solid 1px #e4e4e4;
	margin-bottom: 20px;
}
#mainBottom .popsight a {
	margin-right: 5px;
}
#mainBottom .searchArea {
	margin-bottom: 20px;
}
#searchcat {
	margin-top: 15px;
}
#mainBottom select.searchCat {
	display: block;
	width: 200px;
	padding: 0 0 0 5px;
	_width: 145px;
	margin: 0 0 10px 1px;
	height: 26px;
	background: #f6f6f7;
	border: 0;
	font-family: 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Mayryo', Arial, Helvetica, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#mainBottom .searchCatbtn {
	width: 200px;
	background: url('http://tabizine.jp/wp-content/themes/travel/img/bg_areasearch.png') no-repeat center #6fd4f6;
	height: 30px;
	padding: 0;
	cursor: pointer;
	border: none;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#mainBottom .searchCatbtn:hover {
	background-color: #00b0ed;
}
/* 横並び */
ul.inl_block li {
	color: #000000;
	display: inline-block; /* 横並び */
	width: 300px;
	float: left;
	vertical-align: top; /* li要素を上端揃えに */
	margin: 0px 5px 10px 0;
	padding: 0;
}

/* ======================================
▼2015.07▼
====================================== */
/* -----------------------
common
----------------------- */
#logo {
	margin: 20px 0 18px 0;
	float: left;
}
.headerInner {
	position: relative;
}

@media screen and (max-width : 960px) {
#logo {
	margin: 20px 0 13px 0;
	float: left;
}
}

@media screen and (max-width : 500px) {
#wrap {
	/* padding-top: 65px; */
}
#header {
	height: 117px;
}
.headerInner {
	/* height: 117px; */
}
#logo {
	height: 38px;
	max-width: 170px;
	margin: 10px 0 0;
	float: none;
}
}
/* -----------------------
#rn_search
----------------------- */
#rn_search {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 2px;
	clear: both;
	display: table;
}
#rn_search .rn_tag {
	padding-right: 8px;
	padding-bottom: 2px;
	color: #666;
	font-size: 12px;
	display: table-cell;
	vertical-align: bottom;
}
#rn_search .rn_support_area {
	display: table-cell;
	vertical-align: bottom;
}
#rn_search .rn_support {
	padding-left: 8px;
	padding-bottom: 2px;
	color: #79c1e3;
	font-size: 12px;
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.3;
}
#rn_search .rn_support span {
	font-size: 85%;
}
/* .rn_form */
#rn_search .rn_form {
	width: 425px;
	height: 28px;
	display: table-cell;
	position: relative;
}
#rn_search .rn_form .rn_select {
	width: 117px;
	padding-left: 7px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: #e2f1f9 url(img/icn_arrow.png) no-repeat;
	background: url(img/icn_arrow.png) no-repeat, -webkit-linear-gradient(top, #fff 0%, #e2f1f9 100%);
	background: url(img/icn_arrow.png) no-repeat, linear-gradient(to bottom, #fff 0%, #e2f1f9 100%);
	background-position: 100px center;
	color: #666;
	height: 28px;
	line-height: 1.2;
	font-size: 13px;
	vertical-align: middle;
	border: #bbb solid 1px;
	border: #79c1e3 solid 1px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
}
 #rn_search .rn_form .rn_select::-ms-expand {
 display: none;
}
#rn_search .rn_form .rn_select option {
	color: #666;
}
#rn_search .rn_form .rn_text {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
#rn_search .rn_form .rn_text:focus {
	outline-offset: -2px;
}
#rn_search .rn_form .rn_text::-webkit-search-decoration {
 display: none;
}
#rn_search .rn_form .rn_text::-webkit-search-decoration {
 display: none;
}
#rn_search .rn_form .rn_text {
	height: 28px;
	width: 276px;
	padding-left: 7px;
	padding-right: 5px;
	line-height: 1.3;
	border-left: #79c1e3 solid 1px;
	border-right: none;
	border-top: #79c1e3 solid 1px;
	border-bottom: #79c1e3 solid 1px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	position: absolute;
	top: 0;
	right: 28px;
	font-size: 13px;
	border-radius: 2px 0 0 2px;
	-webkit-appearance: none;
}
#rn_search .rn_form .rn_submit {
	width: 28px;
	height: 28px;
	background: #79c1e3 url(img/icn_search.png) no-repeat;
	background: url(img/icn_search.png) no-repeat, -webkit-linear-gradient(top, #b0e0f7 0%, #79c1e3 100%);
	background: url(img/icn_search.png) no-repeat, linear-gradient(to bottom, #b0e0f7 0%, #79c1e3 100%);
	background-position: center center;
	border: #79c1e3 solid 1px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border-radius: 0 2px 2px 0;
	-webkit-appearance: none;
	background-repeat: no-repeat;
}

@media screen and (max-width : 960px) {
#rn_search {
	margin-left: 0;
	margin-right: 0;
	position: static;
	display: block;
}
#rn_search .rn_tag {
	padding-right: 0;
	display: block;
}
}

@media screen and (max-width : 600px) {
#rn_search {
	width: 425px;
}
#rn_search .rn_support_area {
	display: block;
}
#rn_search .rn_support {
	padding-top: 2px;
	text-align: right;
	display: block;
}
/* .form */
#rn_search .rn_form {
	display: block;
}
}

@media screen and (max-width : 500px) {
#rn_search {
	width: 100%;
	background-color: #fff;
}
#rn_search .rn_tag {
	font-size: 12px;
	padding-bottom: 3px;
	text-align: center;
}
#rn_search .rn_support {
	padding-top: 2px;
	font-size: 11px;
	text-align: right;
	display: block;
}
/* .form */
#rn_search .rn_form {
	width: 100%;
	height: 36px;
	display: block;
}
#rn_search .rn_form .rn_select {
	width: 89px;
	height: 36px;
	background-position: 74px center;
}
#rn_search .rn_form .rn_text {
	height: 36px;
	width: 171px;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px inset;
	right: 36px;
}
#rn_search .rn_form .rn_submit {
	height: 36px;
	width: 36px;
	background: url(img/icn_search.svg) no-repeat, -webkit-linear-gradient(top, #b0e0f7 0%, #79c1e3 100%);
	background: url(img/icn_search.svg) no-repeat, linear-gradient(to bottom, #b0e0f7 0%, #79c1e3 100%);
	background-position: center center;
}
}
/* ======================================
 ▲2015.07▲ 
====================================== */
/* add 2015 08 */
ul.ui-menu li.ui-menu-item {
    text-align: left;
    z-index: 999999;
    
}

#ui-id-1 {
    z-index: 999999;
}

/* AdWordsレクタングル */
.adsArea {
	text-align: center;
}

/* ======================================
▼応募フォーム▼
====================================== */
.entry {
    margin: 30px 0;
    text-align: center;
}
.entry input[type="submit"], .entry input[type="button"] {
    width: 140px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #002f6d;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    margin: 0 10px;
}
.formTable th {
	width: 30%;
	padding-right: 50px;
}
.formTable th.hissu {
	background: #eeeeef url('./img/hissu.jpg') no-repeat right center;
}
.mw_wp_form_confirm .formTable th.hissu {
	background-image: none;
}
.formTable textarea {
	border: 1px solid rgb(238, 238, 238);
	width: 100%;
}
.formTable {
	width: 100%;
	box-sizing: border-box;
}
.formTable input {
	width: 100%;
	box-sizing: border-box;
}
.formTable input[name="age"] {
	width: 50px;
}

@media screen and (max-width : 500px) {
	.formTable th,
	.formTable td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

/* add */

.news_area h3 {
    clear: both;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 3px #002f6d;
}

.news_area ul {

}

.news_area ul li {
	border-bottom: 1px dotted #1a1a1a;
	padding: 3px 0px;
}

/* add 20170508 */
.sns {
	margin: 50px auto;
}
.sns,.snswide a {
	text-decoration: none;
}
.sns a:visited {
	color: #ffffff;
}

.snswide a:visited {
	color: #ffffff;
}

.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 10px 25px;
}
.facebook:hover {
  background-color: #354F84;
}
.facebook:active {
  top: 2px;
  box-shadow: 0 2px 0 #1B3D82;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 10px 25px;
}
.twitter:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078BD;
}
#main .twitter:hover {
  background-color: #1397D8;
  color: #ffffff;
}
.google {
  background-color: #CC3622;
  box-shadow: 0 4px 0 #BA2714;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 10px 25px;
}
.google:active {
  top: 2px;
  box-shadow: 0 2px 0 #BA2714;
}
.google:hover {
  background-color: #D04829;
}

.hatena {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 10px 25px;
}
.hatena:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078BD;
}
.hatena:hover {
  background-color: #1397D8;
}


.pocket {
  background-color: #ED4055;
  box-shadow: 0 4px 0 #ed253e;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 10px 25px;
}
.pocket:active {
  top: 2px;
  box-shadow: 0 2px 0 #ed253e;
}
.pocket:hover {
  background-color: #ea596a;
}

.sns .snstitle {
	margin-left: 2px;
}

.snswide {
	margin: 10px 5px 30px 5px;
}

.snswide .twitter {
	padding: 10px 185px;
}

#main .fb-page {
	margin: 20px auto;
}

.tabizine-fb-block {
	width: 500px;
	margin: 10px auto;
}

.tabizine-fb-block h3 {
	font-size: 16px;
	border-bottom: 3px solid #002f6d;
	margin-bottom: 5px;
	
}

#sns-btn-table {
	border: none;
	margin: 5px auto;
	width: initial;
}

#sns-btn-table td {
	border: none;
}

#sns-btn-table td.do-share {
	width: 20%;
	padding: 5px;
	text-align: center;
}



table#sns-btn-table td.sns-btns {
	padding: 15px 5px;
	
	
}

.do-share-text {
	background-color: #cccccc;
	text-align: center;
	color: #5e5e5e;
	border-radius: 5px;
	padding: 18px 10px;
}


.tabizine-fb-block {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 5px 0px;
}
@media screen and (max-width : 960px) {
	.sns .facebook, .twitter {
		padding: 5px 20px;
	}

	.sns .hatena, .google, .pocket {
		padding: 5px 18px;
	}
	.sns .snstitle {
		display: none;
	}

	.snswide .twitter {
		/* margin: 10px 5px 30px 5px; */
		padding: 10px 80px;
	}
	
	.tabizine-fb-block {
		width: 100%;
		overflow: hidden;
	}

}

@media screen and (max-width : 500px) {
	#sns-btn-table td.do-share {
		width: 100%;
	}
	.do-share-text {
		padding: 5px 10px;
		margin: 0px 20px;
	}

	table#sns-btn-table td.sns-btns {
		padding: 10px 5px;
		text-align: center;
	}
	
}