@charset "utf-8";

/*
	File Name   : layout.css
	Description : 各ブロックのレイアウト
*/

/*
html,
*/
body{
	overflow:hidden !important;
	max-width:100% !important;
}
#header,
#container,
#sidebar,
#main,
#footer {
	max-width:100% !important;
	overflow:hidden !important;
}



/* Container
----------------------------------------------------------- */
#container {
	font-size: 13px;
	line-height: 1.5;
}


/* Header
----------------------------------------------------------- */
#header {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;

}

#header .inner {
	min-height: 70px;
	padding: 10px 0 0 0;
	position: relative;
}

#header #logo {
	margin: 0 0 0 20px;
	top: 35px;
}

#header #logo img {
	width: 70px;
	height: auto;
}

#header h1 {
	position: static;
	font-weight: normal;
	margin: 0 0 0 20px;
	font-size: 9px;
}

#hNav {
	display: none;
}

#gNav {
	display: none;
	position: static;
	height: auto;
	padding: 20px 20px 25px 20px;
	background-color: #dedede;
	border-bottom: 1px solid #cccccc;
}

#gNav ul {
}

#gNav li {
	float: none;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

#gNav li a:hover,
#gNav li.current a {
	background: #fff;
	color: #000;
	/*
	padding: 0;
	*/
}

#gNav li a {
	border: none;
	border-left: none;
	display: block;
	height: auto;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	color: #fff;
	background: #333 url(/img/common/sp_hnav_icon_01.png) 100% 50% no-repeat;
	background-size: 13px auto;
	text-align: left;
}

#gNav li:first-child a span {
	border-left: none;
}

#gNav li a span {
	border: none;
	border-left: none;
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: left;
	text-decoration: none;
}

#gNav li a:hover span,
#gNav li.current a span,
#all #gNav li#nav01 a span,
#travel #gNav li#nav02 a span,
#case #gNav li#nav03 a span,
#planning #gNav li#nav04 a span,
#introduction #gNav li#nav05 a span,
#theory #gNav li#nav06 a span,
#another #gNav li#nav07 a span {
	border: none;
	text-align: left;
	background: #333 url(/img/common/sp_hnav_icon_01.png) 100% 50% no-repeat;
	background-size: 13px auto;
}

#gNav li a:hover,
#gNav li.current a {
	border: none;
	background: #333 url(/img/common/sp_hnav_icon_01.png) 100% 50% no-repeat;
	background-size: 13px auto;
}

#gNav li#nav01 a,
#gNav li#nav07 a {
	background: #333 url(/img/common/sp_hnav_icon_01.png) 100% 50% no-repeat;
	background-size: 13px auto;	
}

#gNav li#nav01 a:hover,
#gNav li#nav07 a:hover {
	background: #333 url(/img/common/sp_hnav_icon_01.png) 100% 50% no-repeat;
	background-size: 13px auto;	
}


#gNav li#nav01 a:hover span,
#gNav li#nav01.current a span,
#gNav li#nav07 a:hover span,
#gNav li#nav07.current a span {
	background: #333 url(/img/common/sp_hnav_icon_01.png) 100% 50% no-repeat;
	background-size: 13px auto;
}

#gNav li ul:before {
	display: none;
}

#gNav li ul {
  display: block;
  position: inherit;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  border: none;
  z-index: 0;
}

#gNav li li {
	float: none;
	height: auto;
	margin-bottom: 1px;
	border-top: 1px solid #dedede;
}

#gNav li li a {
	height: auto;
	width: 100%;
	display: block;
	padding: 10px 5px 10px 10px;
	color: #000;
	background-color: #fff;
	background: #fff url(/img/common/sp_hnav_icon_02.png) 100% 50% no-repeat !important;
	background-size: 13px auto !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
}

#gNav li li a:hover:after {
	content: " ";
}

#gNav ul.spgNav {
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	display: block;
}

#gNav ul.spgNav li {
	margin-bottom: 6px;
	width: 100%;
}

#gNav ul.spgNav li a {
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	padding: 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#gNav ul.spgNav li img {
	width: auto;
	height: 40px;
}

#gNav ul.spgNav li:nth-child(2) {
	width: 50%;
	float: left;
	padding-right: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#gNav ul.spgNav li:nth-child(2) a {
}

#gNav ul.spgNav li:nth-child(3) {
	width: 50%;
	float: right;
	padding-left: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#gNav ul.spgNav li:nth-child(3) a {
}

#gNav li a:hover ul.spgNav li a span {
	background: none;
}


#gNav ul.spgNav li a span {
	text-align: center;
	line-height: 1;
}

.spgNavClose {
	display: table;
	border: 1px solid #0e050a;
	border-radius: 5px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	cursor: pointer;
}

.spgNavClose img {
	width: auto;
	height: 45px;
}

#sphNav {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
}

#sphNav ul {
	overflow: hidden;
}

#sphNav li {
	width: 50px;
	height: 47px;
	float: left;
	text-indent: -9999px;
}

#sphNav li a {
	display: block;
	width: 50px;
	height: 47px;
}

#sphNav li:first-child {
}

#sphNav li#sphNav01 {
	background: url(/img/common/sp_hnav_01.png) 50% 50% no-repeat;
	background-size: auto 47px;
}

#sphNav li#sphNav01.open {
	background: url(/img/common/sp_hnav_01_on.png) 50% 50% no-repeat;
	background-size: auto 47px;
	width: 51px;
}

#sphNav li#sphNav02 {
	background: url(/img/common/sp_hnav_02.png) 50% 50% no-repeat;
	background-size: auto 47px;
}
    #page_myclip #sphNav li#sphNav02 {
        background: url(/img/common/sp_hnav_02_on.png) 50% 50% no-repeat;
        background-size: auto 47px;
    }


#sphNav li#sphNav03 {
	background: url(/img/common/sp_hnav_03.png) 50% 50% no-repeat;
	background-size: auto 47px;
}
    #page_ranking #sphNav li#sphNav03 {
        background: url(/img/common/sp_hnav_03_on.png) 50% 50% no-repeat;
        background-size: auto 47px;
    }


#sphNav li#sphNav05 {
	background: url(/img/common/sp_hnav_05.png) 50% 50% no-repeat;
	background-size: auto 47px;
}
    #page_writer #sphNav li#sphNav05 {
        background: url(/img/common/sp_hnav_05_on.png) 50% 50% no-repeat;
        background-size: auto 47px;
    }


#sphNav li#sphNav06 {
	background: url(/img/common/sp_hnav_06.png) 50% 50% no-repeat;
	background-size: auto 47px;
}
    #page_about #sphNav li#sphNav06 {
        background: url(/img/common/sp_hnav_06_on.png) 50% 50% no-repeat;
        background-size: auto 47px;
    }

#sphNav li#sphNav04 {
	background: url(/img/common/sp_hnav_04.png) 50% 50% no-repeat;
	background-size: auto 47px;
	width: 51px;
}

#sphNav li#sphNav04.open {
	background: url(/img/common/sp_hnav_04_on.png) 50% 50% no-repeat;
	background-size: auto 47px;
	width: 51px;
}

.spgNavSearch {
	display: none;
	position: static;
	height: auto;
	padding: 20px;
	background-color: #dedede;
	border-bottom: 1px solid #cccccc;
}

.spgNavSearch input[type="text"] {
	width: 100%;
	border: none;
	height: 35px;
	line-height: 35px;
	color: #666666;
	padding: 0 60px 0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#search_form {
	position: relative;
}

.searchBtn input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 35px;
	margin-bottom: 0;
    border: 0px;
    background: url(/img/common/sp_search_btn.png) 0 0 no-repeat;
	background-size: 50px auto;
	cursor: pointer;
	text-indent: -9999px;
}

.searchBtn input[type="submit"]:hover {
    background: url(/img/common/sp_search_btn.png) 0 0 no-repeat;
	background-size: 50px auto;
}

.searchBox input[type="text"] {
	width: 100%;
	border: none;
	height: 35px;
	line-height: 35px;
	color: #666666;
	padding: 0 70px 0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.spgNavSearch .searchBtn  {
	position: absolute;
	right: 0;
	top: -1px;
}

.spgNavSearch .searchBtn input {
	height: 35px;
}

.sphNav_contents {
	display: none;
}



/* Main
----------------------------------------------------------- */
#main {
	width: 100%;
	padding: 0;
	position: relative;
}

#contents {
	line-height: 1.6;
	font-size: 16px;
	width: 100%;
	padding: 0 20px 20px;
	margin-bottom: 20px;
	border-right: none;
	float: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
}

#subPage #contents {
	padding-bottom: 0;
}

.subContents h2,
.subContents h3,
.subContents p,
.subContents div,
.subContents ul {
	margin-bottom: 20px;
}

.subContents p.text {
	margin-bottom: 30px;
}

#pageTop {
	display: none;
}

#spPageTop {
	display: none !important;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000 !important;
}
#spPageTop a{
	display:block;
	width:70px;
	position:relative;
	z-index: 10000 !important;
}
#spPageTop img {
	width: 70px;
	height: auto;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; 
}


/* Side
----------------------------------------------------------- */
#sidebar {
	width: 100%;
	float: none;
}

#sidebar .s_ttl img {
	width: 115px;
	height: auto;
}

#sidebar .sideBnr01 {
	padding: 0 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: none;
}

#sidebar .sideBnr01 img {
	width: 100%;
	height: auto;
}

#sidebar .sideBnr02 {
	padding: 0 10px;
	margin-bottom: 10px;
	background: none;
}

#sidebar .sideBnr02 img {
	width: 100%;
	height: auto;
}

.sideBnr {
	padding: 0 10px;
}

.sideBnr img {
	width: 100%;
	height: auto;
}

#sideCategory {
	padding: 0 20px;
	margin-bottom: 20px;
}

#sideCategory ul {
	overflow: hidden;
	margin-left: 0;
}

#sideCategory li {
	margin: 0;
	float: left;
	width: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#sideCategory li a {
	background: #f4f4f4 url(/img/common/sp_side_cate_icon.png) 100% 50% no-repeat;
	background-size: 11px auto;
	width: 100%;
	padding: 10px 15px 10px 10px;
	display: block;
	border: 1px solid #eeeeee;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#sideCategory li a:hover {
	background: #ffff00 url(/img/common/sp_side_cate_icon.png) 100% 50% no-repeat;
	background-size: 11px auto;
	border: 1px solid #eeee11;
}

#sideSearchBox {
	display: none;
}

#sideTag {
	padding: 0 20px;
	margin-bottom: 20px;
}

#sideSns {
	display: none;
}

#sideRanking,
#sideRanking_month {
	margin-bottom: 10px;
}

#sideRanking .s_ttl,
#sideRanking_month .s_ttl {
	padding: 0 20px;
}

#sideRanking div.inner,
#sideRanking_month div.inner {
	background-color: #f4f4f4;
	padding: 20px;
}

#sideRanking ul {
}

#sideRanking ul + p img,
#sideRanking_month ul + p img {
	width: 100%;
	height: auto;
}

#sideRanking li,
#sideRanking_month li {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	margin-bottom: 20px;
	position: relative;
}

#sideRanking li a,
#sideRanking_month li a {
	text-decoration: none;
}

#sideRanking li:first-child,
#sideRanking_month li:first-child {
	padding-top: 0;
}

#sideRanking li img,
#sideRanking_month li img {
	width: 100%;
	height: auto;
}

#sideRanking li a:hover span,
#sideRanking_month li a:hover span {
	display: none;
}

#sideRanking li.rank01,
#sideRanking_month li.rank01 {
	background: url(/img/common/sp_icon_rank1.png) 0 0 no-repeat;
	background-size: auto 20px;
	padding-top: 25px;
}

#sideRanking li.rank02,
#sideRanking_month li.rank02 {
	background: url(/img/common/sp_icon_rank2.png) 0 0 no-repeat;
	background-size: auto 20px;
	padding-top: 25px;
}

#sideRanking li.rank03,
#sideRanking_month li.rank03 {
	background: url(/img/common/sp_icon_rank3.png) 0 0 no-repeat;
	background-size: auto 20px;
	padding-top: 25px;
}

#sideRanking li.rank04,
#sideRanking_month li.rank04 {
	background: url(/img/common/sp_icon_rank4.png) 0 0 no-repeat;
	background-size: auto 20px;
	padding-top: 25px;
}

#sideRanking li.rank05,
#sideRanking_month li.rank05 {
	background: url(/img/common/sp_icon_rank5.png) 0 0 no-repeat;
	background-size: auto 20px;
	padding-top: 25px;
}

#sideRanking li h3,
#sideRanking_month li h3 {
	margin-bottom: 10px;
}


#sidebar .side_layerBox .articleSns li.totalcount {
    font-size: 14px;
    font-weight:bold;
}


/* Footer
----------------------------------------------------------- */
#footer {
	clear: both;
	font-size: 16px;
}

#footer .footerwrapper {
	background: url(/img/common/bnr_bg.png) 0 0 repeat;
	border-top: 2px solid #cccccc;
	padding-top: 0;
	width: 100%;
	min-width: 300px;
}

#footer .inner {
	width: 100%;
	margin: 0 auto;
}

.footerBtm {
	background-color: #000;
	padding: 15px 100px;
	color: #999999;
	text-align: center;
	font-size: 71%;
}

.footerBtm span {
	line-height: 46px;
	height: 46px;
	padding: 0;
}

.fb_iframe_widget.fb-like-box {
	display: none !important;
}


#footer .sitemapBox:first-child {
	display: none;
}

#footer .sitemap01 {
	display: none;
}

#footer .sitemap02 {
	padding: 0;
	overflow: hidden;
}

#footer .sitemap02 li {
	border-top: 1px solid #cccccc;
}

#footer .sitemap02 li:first-child {
	border: none;
}

#footer .sitemap02 li a {
	float: none;
	padding: 10px 0 10px 40px;
	margin: 0;
	background: url(/img/common/sp_icon_ft.png) 20px 50% no-repeat;
	background-size: 14px auto;
	display: block;
}

.footerBtm {
	padding: 0;
	text-align: center;
	font-size: 71%;
	position: relative;
	height: 60px;
	line-height: 60px;
}

.footerBtm span {
	display: none;
}

.footerBtm span.copyright {
	display: block;
	float: left;
	line-height: 60px;
	padding-left: 80px;
}

#footer .snsList {
	text-align: center;
	padding: 5px 0px 10px 33px;
	overflow: visible;
}

#footer .snsList li {
	display: block;
	float:left;
	text-align: center;
	margin: 10px 10px 5px 0;
	height: 22px;
	overflow: visible;
}

#footer .snsList li img {
	height: 20px;
	width: auto;
}

#footer .snsList li .twitter-follow-button{
	width:100px !important;
}

#footer .snsList li iframe {
	margin: 0 !important;
	vertical-align:top;
}

#footer .snsList .pcNone {
	display:block !important;
	height:20px;
}

#footer .snsList a.spNone {
	/*
	display:inline-block !important;
	*/
}


/* main slider
----------------------------------------------------------- */
.bx-wrapper .bx-prev {
	left: 5px;
	background-size: 25px auto;
}

.bx-wrapper .bx-next {
	right: 5px;
	background-size: 25px auto;
}
.bx-wrapper .bx-controls-direction a {
	margin-top: -23px;
	width: 40px;
	height: 40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border:1px solid #000;
}
