/*
Theme Name: TANTEIDAN2
Theme URI:
Description: CO-TONE.JP
Version: 2.0
Author: C.HIGASHI
Author URI: http://co-tone.jp/
*/


@charset "UTF-8";

/* ===================================================================
FONT SIZE
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 124%    17px = 131%
 18px = 139%    19px = 147%    20px = 154%    21px = 162%
 22px = 170%    23px = 177%    24px = 185%    25px = 193%
 26px = 200%

COLOR
#444 - BLACK
#CF6430 - ORANGE
#F4F4F4 - -Gray - blog social bg ページネーション
#e3e3e3 - Gray - border-gray
#dddddd - Gray -  page contents, blog page contents border
#bfbfbf  - Gray - main border
#aaaaaa - Gray - (old)hover時の色
#bbbbbb - Gray - コンテンツ文字の色(WLJ HV)
#999999 - Gray - hover時の色main selection
#606060 - Black-Gray - 控えめの黒 ページネーション
#090909 - Black - Header下ライン、WLJ背景色 page titem background

#222222 - Black リンク


F8ECD6 - 薄いオレンジ - main ul background

=================================================================== */



/* ===================================================================
base style
=================================================================== */
body{
	font: 13px "���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	color: #444;
	padding-top: 0px;
	-webkit-text-size-adjust: 100%;
}


a{ outline: none; }

p {
	line-height: 1.7em;
  font-size: 100%;
}

ol {
  list-style: decimal;
}

ul {
	list-style: none;
}

li {
  margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

hr {
  clear: both;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding:10px 10px;
}

blockquote{
background-color:#e3e3e3;
margin: 20px;
padding:20px 0 10px 0;
position:relative;
z-index:1;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#fff;
position:absolute;
left:0;
top:0;
z-index:-1;
}

img{
	max-width:100%;
}

.wp-block-image img {
    height: auto;
}

.wp-block-image .alignright {
    max-width: 50%;
}

/* link　---------------------------- */
a {
	color:#000000;
  text-decoration:none;
}
a:link {
	color:#000000;
}
a:visited {
}
a:hover {
	color:#999999;
  text-decoration:underline;
}
p a{
	color: #213B9D;
}
p a:hover{
	color: #619FFF;
}

a img:hover{
   filter: alpha(opacity=90);
   opacity: .9;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
}





/* ===================================================================
Custom Parts
=================================================================== */
.hide {
	display:none !important;
}
.clear {
	clear:both;
}
.margin-reset {
	margin:0 0 5px 0 !important;
}
.width-full{
	width: 100%;
	padding: 0;
	margin:0;
}
.blog-width-full img{
	margin:0 0 5px 0 !important;
	width:100%;
}
.orange {
	color:#CF6430;
}
.color-orange {
	color:#CF6430;
}

.white-box{
	border: #606060 2px solid;
	margin: 20px 40px 20px 20px;
	padding:10px;
}
.gray-box{
	background-color: #F4F4F4;
	margin: 20px 40px 20px 20px;
	padding:10px;
}
.align-center{
	text-align: center;
}


/* 文字サイズ装飾　---------------------------- */
.small-font {
	font-size:85% !important;
	line-height:1.5em !important;
}
h2 .small-font {
	font-size:0.5em !important;
	line-height:1.5em !important;
}
h2 .large-font {
	font-size:1.5em !important;
	line-height:1.5em !important;
}
.small-font {
	font-size:85% !important;
	line-height:1.5em !important;
}
#cookie-law-info-bar{
	font-size: 13px !important;
}
#cookie_hdr_showagain{
	font-size: 12px !important;
}

/* リンクをBOXで選択　---------------------------- */
.span-box {
	padding:8px 0;
	display:block;
}
// リンクの見栄えを設定します。
a .span-box {
	background-color:#fff;
}
a:hover .span-box {
	background-color:#e3e3e3;
}


.span-box-list a{
	padding:10px 5px 7px 20px;
	display:block;
}
.span-box-list a:hover {
	background:url(img/list.gif) 6px 13px no-repeat #e3e3e3;
	color:#222222;
}
.span-box-list li ul a{
	padding:5px 5px 2px 22px;
	display:block;
}
.span-box-list li ul a:hover {
	background:url(img/list-child.gif) 8px 7px no-repeat #e3e3e3;
	color:#222222;
}



/* TABLE　---------------------------- */
table {
	border-collapse: collapse;
	margin-left:20px;
	margin-right:20px;

}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}


/* ===================================================================
Global-Head
=================================================================== */

#global-head{
  border-bottom: #090909 5px solid;
  background-color: #ffffff;
	height:140px;
	margin:0 0 0px 0;
	padding:0;
}

#global-head .logo{
	margin:10px 0 5px 0;
	padding:0;
}

#global-head a {
  text-decoration:none;
}
#global-head a:link {
}
#global-head a:visited {
}
#global-head a:hover {
	color:#999999;
  text-decoration:underline;
}


/* ===================================================================
Header-Navi
=================================================================== */
#header-navi{
	font-size: 100%;
  list-style-type: none;
	margin:10px 0 0px 0;
  padding: 0;
  float: right;
}

.menu-navi{
	float: left;
}
.menu-navi ul{
	margin:3px 15px 15px 0;
  padding: 0;
}
.menu-navi li{
	display:inline;
  margin: 0 0 0 5px;
	padding:0px 0 0 12px;
	background:url(img/arrow_right_grey.png) 0px 2px no-repeat;
}
.menu-navi li a{
  color: #444;
}
.menu-navi li a:hover{
  color: #aaaaaa;
  text-decoration:underline;
}

.bogo-navi{
	margin-bottom: 15px;
	float: right;
}
.bogo-navi ul{
	margin:2px 0 8px 0;
  padding: 0;
}
.bogo-navi li{
	float:right;
  margin: 0 0 0 0px;
  padding:0 !important;
  width: 46px !important;
  height: 20px !important;
  text-indent: -9999px;
}

.bogo-navi li.ja{
  background: url("img/lang-jp-none-l.gif") 0 0 / 46px 20px no-repeat !important;
}
.bogo-navi li.en{
  background: url("img/lang-en-none-l.png") 0 0 / 46px 20px no-repeat !important;
}

.bogo-navi .bogoflags{
	display: none;
}

.bogo-navi li.ja a{
	display:block;
  background: url("img/lang-jp-off-l.gif") 0 0 / 46px 20px no-repeat !important;
  height: 20px !important;
}
.bogo-navi li.en a{
	display:block;
  background: url("img/lang-en-off-l.gif") 0 0 / 46px 20px no-repeat  !important;
  height: 20px !important;

}


.bogo-navi li.ja .current {
  background: url("img/lang-jp-on-l.gif") 0 0 / 46px 20px no-repeat !important;
}
.bogo-navi li.en .current {
  background: url("img/lang-en-on-l.gif") 0 0 / 46px 20px no-repeat !important;
}


/* ===================================================================
Header-Navi (SNSアイコン追加 2021.7.12) Twitter追加(2022.7.14)
=================================================================== */
.sns-navi ul {
    margin: 0 0 0 14px;
    padding: 0;
}
.sns-navi-en ul {
    margin: 0 0 0 0;
    padding: 0;
}


.sns-navi li {
    display: inline;
    margin: 0 0 0 12px;
    padding: 0px 0 0 0px;
}
.sns-navi img {
	max-width:24px;
}
.sns-area{
	float: left;
}

.sns-navi-mobile {
    margin: 12px 0 0 14px;
}
.sns-navi-mobile img {
	max-width:20px;
	margin-right: 10px;
}


/* ===================================================================
Global-Navi
=================================================================== */
#global-navi{
  list-style-type: none;
	margin:9px 0 0px 0;
  padding: 1px;
  height:46px;
}
#global-navi li{
  position: relative;
  float: left;
  margin: 0;
	padding:0px 0 0 0;
  text-align: center;
  max-width: 192px;
}
#global-navi li a{
  display: block;
  color: #444;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  margin: 0;
	padding:0px;
}
#global-navi li a:hover{
  color: #aaaaaa;
  text-decoration:underline;
}

#global-navi li a:hover img{
    opacity: 0.5;
    -moz-opacity: 0.5; /* Firefox */
    filter: alpha(opacity=50); /* IE6/7 */
    -ms-filter: "alpha(opacity=50)"; /* IE8 */
}

#global-navi li:hover > a{
  color: #aaaaaa;
}

#global-navi li.last{
	border-right:none;
}


#global-navi li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1px;
	padding: 0;
	z-index: 9;
}


#global-navi li:last-child ul{
  left: -100%;
  width: 100%


}

#global-navi li ul li{
  color: #606060;
  overflow: hidden;
  width: 200%;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#global-navi li ul li a{
  background: #fff;
  font-size: 100%;
  font-weight: normal;
  padding: 13px 10px;
  text-align: left;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
}
#global-navi li ul li:hover >a{
  color: #606060;
  background: #e3e3e3;
}

#global-navi li:hover ul li{
  border-bottom: 2px solid #ddd;
  overflow: visible;
  height: 38px;
	border-right:none;
}
#global-navi li:hover ul li:first-child{
  border-top: 0;
}
#global-navi li:hover ul li:last-child{
  border-bottom: 0;
}

/* 未使用：branding-slider　-- */
#headlines{
  background-color: #fff;
  border-bottom: #fff 18px solid;
}

/* スマホ用ナビゲーションドロワーを非表示　-- */
#nav-open,
#nav-drawer {
	display:none;
}


/* ===================================================================
contents
=================================================================== */
/* contents wrapper */
#contents{
	margin-top:0px;
	padding-top:20px;
}

.section-title{
	margin-top:20px;
	margin-bottom:10px;
	padding:8px 0 8px 0px;
  border-bottom: #dddddd 1px solid;
}
.section-title-title{
	float: left;
	margin:0px;

}
.toppage-title img{
	height: 27px;
}
.section-title-more{
	float: right;
}


.flat-list ul li{
	font-size: 93%;
	padding:0px 0 0px 0px;
	margin:0;
}
.li-event{
	color: #ff124f;
}
.li-event a{
	color: #ff124f;
}
.li-event a:visited{
	color: #ff124f;
}
.li-event a:hover{
	color: #999999;
}

.li-col{
	float: left;
}
.li-col1{
	width: 80px;
}
.li-col2{
	width: 77px;
	margin: 0;
	padding: 0;
}
.li-col2 img{
	vertical-align: top;
	margin-top: 1px;
}
.li-col3{
	font-weight: bold;
}
.li-fieldwork{
}
.li-officialinfo{
}



.article-box-port{
	font-size:93%;
  padding: 0px;
  margin-right: 18px;
	float:left;
	width:200px;
	overflow:hidden;
	height:380px;
}


.article-box-port-last{
	margin-right: 0;
}

.article-box-port-title {
	font-size:116%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 2px;
	width: 100%;
	display:block;
}
.article-box-port li{
	float: left;
	margin:0 0;
	padding:0 10px 0 0;
	background:none !important;
}
.article-box-port-img{
	height: 150px;
	position:relative;
}
.article-box-port img{
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width: 100%;
}
.article-box-port-description{
	position:relative;
	font-size: 100%;
	margin:0;
	padding:0;

}
.article-box-port-description a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent:-9999px;
}
.article-box-port-meta{
	float:right;
  font-size: 85%;
	text-align:right;
	margin-top:10px;
}


.article-box-port-s{
	font-size:93%;
  padding: 0px;
  margin-right: 18px;
  margin-bottom: 18px;
	float:left;
	width:200px;
	overflow:hidden;
	height:150px;
}


.article-box-port-s-last{
	margin-right: 0;
}

.article-box-port-s-title {
	position: absolute;
	font-size:100%;
	font-weight: bold;
	padding: 2px;
	width: 100%;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
}
.article-box-port-s-img{
	position: relative;
	height: 150px;
}
.article-box-port-s img{
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width: 100%;
}
.article-box-port-s-img h3{
	margin-bottom: 0;
	padding: 5px 5px 5px 5px;
}
.article-box-port-s-img a{
	color: #fff;
}










/* ===================================================================
 * トップページ [tpl-Top] contents area
=================================================================== */


/* MainArea Section　------------------- */
.main-section{
  margin:10px 0;
  padding:0px;
}

.branding-banner {
	margin: 0 0 10px 0;
	font-size: 85%;
}
.branding-banner ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 照明探偵団とはバナー　------------------- */
.about-banner{
	position: relative;
	display: block;
	background: url(img/bg-about-banner-l.jpg) 0px 0px no-repeat;
	width: 636px;
	height: 180px;
}
.about-banner-contents{
	font-size: 93%;
	color: #fff;
	position: absolute;
	top:20px;
	left: 170px;
	padding-right: 15px;
}
.about-banner-contents-jp{
	font-size: 100%;
}
.about-banner-contents-title{
	font-size: 139%;
	margin-bottom: 8px;
}
.about-banner-contents-button{
    font-size: 93%;
    border: 1px solid #fff;
    padding: 3px 15px;
    position: absolute;
    right: 20px;
    top: 135px;
}
.about-banner-contents-button a{
	color: #fff;
}



/*----------------------------------------------------
 * ページ [tpl-Page]
----------------------------------------------------*/
.page-wrapper{
	margin-top:20px;
}


.page-area{
}

.page-area-normal{
}
.page-area-normal h1{
  	font-size: 154%;
}
.page-area-single{
}
.page-area-single h1{
  	font-size: 154%;
}

.page-area .page-title {
	background: #090909;
}
.page-contents{
	  border: 1px solid #dddddd;
}

.page-area img {
	border:none;
	margin:0 10px 10px 0;
	max-width:673px;
	height: auto;
}


.page-area-normal h1{
	padding:30px 0px 30px 20px;
	margin:0;
	color: #fff;
}

.page-area-single h1{
	padding:60px 0px 40px 0;
  	text-align:center;
	margin:0;
}

.page-area h2 {
	font-size: 147%;
	padding:0 0 0 20px;
	margin-top:40px;
	margin-bottom:25px;

}
.page-area h3 {
	font-size: 131%;
	padding:0 0 0 20px;
	margin-top:40px;
	margin-bottom:10px;
}
.page-area h4 {
	font-size: 108%;
	font-weight: bold;
	padding:0 0 0 20px;
	margin-top:40px;
	margin-bottom:10px;
}

.page-area p {
	padding:0 20px;
}

.page-area p a{
	color: #CF6430;
}


.page-area ul{
	margin:0;
	padding:0 20px 20px 0px;
}
.page-area li{
	padding:0px 0px 3px 12px;
	background:url(img/arrow_right_grey6.gif) 0px 2px no-repeat;
}
.page-area ol{
	padding:0px 20px 20px 22px;
	  font-size: 108%;

}
.page-area ol li{
	padding:0px 0px 3px 0px;
	background:none;
	list-style-position: outside;
}

.menberList ul{
	height: 210px;
}
.menberList li{
	width: 130px;
	font-size: 93%;
}
.menberList span.name{
	font-size: 116%;
}


/*----------------------------------------------------
 * ブログ系 [blog-page BLOG]
----------------------------------------------------*/

.blog-page{
}
.blog-page-contents{
	padding-top:30px;
	  border: 1px solid #dddddd;
}
.blog-page-meta{
	font-size:85%;
	padding:10px 20px;
	  border-left: 1px solid #dddddd;
	  border-right: 1px solid #dddddd;
}
.blog-page-meta-cat{
	float:left;
}
.blog-page-meta-date{
	float:right;
}
.blog-page-pagenavi{
	padding:10px 20px;
	  border-left: 1px solid #dddddd;
	  border-right: 1px solid #dddddd;
}
.blog-page-pagenavi-left{
	float:left;
}
.blog-page-pagenavi-right{
	float:right;
}

.blog-page p{
	font-size:108%;
	line-height: 1.5em;
	padding:0 20px;
}
.blog-page p a{
	color: #CF6430;
}



.blog-page header{
	margin-bottom:0px;

}




.blog-page .header-area{
	position: relative;
}
.blog-page .header-area-branding{
}
.blog-page .header-area-branding img{
	margin: 0;
	padding: 0;
}

.blog-page .header-area-title{
	position:absolute;
	bottom:0;
	opacity: 0.8;
	color:#000;
	background:#ddd;
	width:100%;
}
.header-area-post-catname{
	font-size: 100%;
	color:#fff;
	background:#090909;
	padding: 3px 20px;
}
.header-area-post-title{
	color:#000;
	background:#ddd;
	width:100%;
}
.header-area-official-title{
	color:#000;
	background:#ddd;
	width:100%;
}
.blog-page h1{
	font-size: 154%;
	line-height: 1.5em;
	font-weight:bold;
	padding: 10px 20px;
	margin: 0;
}

.blog-page h1x{
	font-size: 154%;
	line-height: 1.5em;
	font-weight:bold;
	padding:20px 20px 0px 20px;
}
.blog-page h2 {
	font-size: 139%;
	padding:5px 0 5px 10px;
	margin-top:40px;
	margin-bottom:25px;

	border-left: 10px solid #444;
}

.blog-page h100 {
  position: relative;
  color: #000;
  background: #f4f4f4;
  line-height: 1;
  margin: -1px -1px 0px -10px;
  padding: 30px 20px 25px 20px;
  box-shadow: 0 1px 3px #777;
}
.blog-page h100:after{
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
.blog-page h100:after {
  left: 0;
  border-right: 5px solid #333;
}
.blog-page h100:before {
  right: 0;
  border-left: 5px solid #333;
}



.blog-page h3 {
	font-size: 139%;
	line-height: 1.4em;
	padding:0 0 0 15px;
	margin-top:40px;
	margin-bottom:10px;

	border-left:#ccc 5px solid;
}
.blog-page h4 {
	font-size: 124%;
	line-height: 1.4em;
	padding:0 0 0 20px;
	margin-top:40px;
	margin-bottom:10px;

}

.blog-page-contents img {
	border:none;
	margin:0 5px 0px 0;
	max-width:673px;
}



.blog-page ul{
	margin:0;
	padding:0 20px 20px 0px;
}
.blog-page li{
	padding:0px 0px 3px 16px;
	background:url(img/arrow_right_grey3.gif) 2px 4px no-repeat;
}
.blog-page ol{
	padding:0px 20px 20px 22px;
	  font-size: 108%;

}
.blog-page ol li{
	padding:0px 0px 3px 0px;
	background:none;
	list-style-position: outside;
}



.blog-page .social-area-top{
	text-align: left;
	padding:5px 0 5px 20px;
	background:#F4F4F4;
	  border-top: 1px solid #dddddd;
	  border-left: 1px solid #dddddd;
	  border-right: 1px solid #dddddd;
}
.blog-page .social-area-top ul{
	margin:3px 0;
	padding:0 0;
}
.blog-page .social-area-top li{
	float: left;
	margin:0 0;
	padding:0 15px 0 0;
	background:none !important;
}

.blog-page .social-area-bottom ul{
	margin:3px 0;
	padding:0 0;
}
.blog-page .social-area-bottom li{
	float: left;
	margin:0 0;
	padding:0 15px 0 0;
	background:none !important;
}

.blog-page .social-area-bottom{
	text-align: left;
	padding:5px 0 5px 20px;
	background:#F4F4F4;
	  border-bottom: 1px solid #dddddd;
	  border-left: 1px solid #dddddd;
	  border-right: 1px solid #dddddd;
}



.blog-page .article-related{
	padding:5px 20px 20px 20px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.blog-page .article-related h2{
	font-size:139%;
	border:none;
	margin:20px 0;
	padding:0;

}


.blog-page .related-list{
	padding:15px 10px 10px 10px;
	margin-bottom:12px;
    background: #fff;
  border-bottom:#ddd 1px solid;
}
.blog-page .related-list-contents{
	float:left;
	width:550px;

}



.blog-page .related-list h3{
	  font-size: 108% !important;
	line-height: 1.3em;
  margin:0 0 5px 0;
  padding:0;
  font-weight:bold;
  border:none;
  background: #fff;
}

.blog-page .related-list-img{
	float:left;
	margin:0 20px 0 0px;
}
.blog-page .related-list-img img{
	width:85px;
}
.blog-page .related-list-description{
	position:relative;
	font-size: 85%;
	line-height: 1.5em;
	margin:0;
	padding:0;
}
.blog-page .related-list-description p{
	margin:0;
	padding:0;
}
.blog-page .related-list-description a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent:-999px;
}






/*----------------------------------------------------
 * [Category] カテゴリページ
----------------------------------------------------*/

#category-box{
}

#category-box header{
	margin-bottom:0px;
}

#category-box .header-area{
	position:relative;

}
#category-box .header-area-branding{
}
#category-box .header-area-branding img{
}

#category-box .header-area-title{
	position:absolute;
	bottom:0;
	opacity: 0.8;
	color:#000;
	background:#ddd;
	width:100%;
}

#category-box p{
	padding:15px 15px 15px 15px;
	margin: 0;
	line-height: 1.4em;
}

/*----------------------------------------------------
 * [Archive] アーカイブページ（タグとか）
----------------------------------------------------*/
.archive-box .header-area{
	font-size: 139%;
	padding:0;
	margin: 0;
}
.archive-box .show-keyword{
	font-size: 162%;
	margin-right: 10px;
}

/*----------------------------------------------------
 * article-list (カテゴリでの記事一覧表示)
----------------------------------------------------*/
.article-list{
	padding:0px 10px 5px 0;
	margin-top:20px;
	margin-bottom:12px;
    background: #fff;
  border-bottom:#ddd 1px solid;
}
.article-list-contents{
	float:left;
	width:585px;
}

.article-list h1{
	  font-size: 124%;
	line-height: 1.3em;
	margin:0 0 8px 0;
	padding:0;
	font-weight:bold;
}

.article-list-img{
	float:left;
	margin:0 20px 0 0px;
	width:100px;
}
.article-list-description{
	position:relative;
	font-size: 93%;
	line-height: 1.3em;
	margin:0;
	padding:0;

}
.article-list-description a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent:-9999px;
}
.article-list-meta{
  font-size: 70%;
	float:right;
	text-align:right;
	margin-top:0px;
}

.meta-cat{
	font-size: 77%;
	line-height: 1em;
	margin-bottom: 5px;
	font-weight: normal;
}
.meta-cat-top{
	position: absolute;
	font-size: 77%;
	line-height: 1em;
	font-weight: normal;
	padding: 5px;
	top:0;
	background-color:#090909;
	color: #fff;
	z-index: 9;
}
.meta-cat-side{
	font-size: 77%;
	line-height: 1em;
	margin-bottom: 2px;
	font-weight: normal;
}

/*----------------------------------------------------
 * WLJ
----------------------------------------------------*/

.frameLine{
  float:left;
  padding:0 20px;
  display: none;
}
.frameLineLoad{
	height: 150px;
	padding: 50px;
}

.wlj-area{
	color:#fff;
}
.wlj-maparea{
	width: 100%;
}
#map_canvas{
	background: url(img/loading-01.gif) 26px 23px no-repeat #090909;
}
.wlj-special-link{
	margin-top:10px;
}
.wlj-special-link a{
	font-size: 93%;
	color:#fff;
}

#wrap-wljfull{
	background:#090909;
     width: 100%;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	position: relative;

}
#contents-wljfull{
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}




#wlj-wrap{
		height: 100%;
	min-height: 100%;

}
body > #wlj-wrap {
	height: auto;
}
.wlj-title-area{
	border-bottom: 2px solid #CF6430;
	padding-bottom: 20px;
	margin-bottom:30px;
}
.wlj-title-area h1{
	margin:0;
	padding:0;

}

.wlj-title-logo{
	padding: 10px 0 10px 0px;
}


.wlj-title-logo img{
}

.wlj-title-description{
	font-size:85%;
	line-height: 1.5em;
	color: #bbbbbb;

}



.wlj-page{
}
.wlj-page .logo{
	margin:0px 0 0px 0;
	padding:5px 0 5px 10px;
	background: #090909;
	border-bottom: 2px #CF6430 solid;
}
.wlj-page .logo-wlj{
	padding:15px 0 15px 10px;
}


.wlj-navi h2{
font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 200%;

	margin:0px 0 30px 0;
	padding:0 0 0 0px;

}
.wlj-navi h3{
	font-size: 177%;
font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight:normal;


	margin:10px 0 10px 0;
	padding:0 0 0 0px;

}
.wlj-navi-tag{
	font-size: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;

	margin:30px 0 10px 0;
	padding:0 0 0 15px;
	color: #bbbbbb;

}
.wlj-navi p{
	font-size: 100%;
	line-height: 1.6em;
	color: #bbbbbb;
}

.wlj-grid_7{
	float:left;
	width:30%;
	padding-left:0px;
}
.wlj-grid_17{
	float:left;
	width:65%;
	padding-right:20px;
}

.wlj-page h1{
	font-size: 154%;
	line-height: 1.5em;
	font-weight:bold;

	padding:0 10px;

}
.wlj-page h2 {
	font-size: 100%;

	margin-top:0px;
	margin-bottom:10px;
	padding:10px 0 0 0px;
	color: #fff;

}
.wlj-page h3 {
	font-size: 139%;
	line-height: 1.4em;

	padding:0 10px;
}
.wlj-page h4 {
	font-size: 124%;
	line-height: 1.4em;

	padding:0 10px;
}
.wlj-page hr{
	margin-bottom: 0;
	padding:0;
}

.wlj-page-map{
font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 124%;
	margin: 0px 0 10px 0;
}

.wlj-page-country{
font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 200%;
	margin: 20px 0 10px 0;
}

.wlj-page-city{
	font-size: 131%;
font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight:normal;
	margin: 0px 0 10px 0;
}
.wlj-page-category{
	font-size:85%;
	margin: 20px 0 0 0;
}

.wlj-page-note{
	font-size:85%;
	line-height: 1.4em;
	color: #bbbbbb;

	padding:20px 0px 40px 0;
	margin-bottom: 10px
}

.wlj-page-meta{
	font-size:85%;
	color: #bbbbbb;

	padding:2px 0px;
}
.wlj-page-meta a{
	color: #bbbbbb;
	text-decoration: underline;
}


.wlj-page-relatedphoto{
	font-size: 116%;
	padding:30px 0px 10px 0;
	color: #fff;
}

.wlj-page .wlj-photo-land{
}
.wlj-page .wlj-photo-port{
}

.wlj-page .wlj-photo-land img{
	width:100%;
	height:auto;
}

.wlj-page .wlj-photo-port img{
	height:auto;
	max-width:100%;
}


.wlj-page .social-area-bottom{
	text-align: left;
	padding:20px 0 10px 0px;
}

.wlj-page .social-area-bottom a{
	color: #fff;
}

.wlj-page .social-area-bottom ul{
	margin:3px 0;
	padding:0 0;
}
.wlj-page .social-area-bottom li{
	float: left;
	margin:0 0;
	padding:0 10px 0 0;
	background:none !important;
}


.wlj-page .article-related{
	padding:0px 0px 0px 0px;
}
.wlj-page .article-related img{
	float:left;
	width:60px;
	margin:3px;
}


.selected-img img{
	border:2px #bbbbbb solid;
	width:56px !important;
}

.wlj-related-posts{
	color: #bbbbbb;
}
.wlj-related-posts .article-related h2{
	font-size:139%;
	border:none;
	margin:40px 0 5px 0px;
	padding:0;
}

.wlj-related-posts .related-list{
	padding:10px;
	margin-bottom:12px;
}
.wlj-related-posts .related-list-contents{
	float:left;
	width:540px;
}

.wlj-related-posts .related-list h3{
	  font-size: 108% !important;
	line-height: 1.3em;
  margin:0 0 8px 0;
  padding:0;
  font-weight:bold;
  border:none;
  color: #fff;
}

.wlj-related-posts .related-list a{
  color: #fff;
}

.wlj-related-posts .related-list a:hover{
	color: #CF6430;
}


.wlj-related-posts .related-list-img{
	float:left;
	margin:0 20px 0 0px;
}
.wlj-related-posts .related-list-img img{
	width:80px;
}
.wlj-related-posts .related-list-description{
	position:relative;
	font-size: 85%;
	line-height: 1.3em;
	margin:0;
	padding:0;
	color: #bbbbbb;


}
.wlj-related-posts .related-list-description a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent:-999px;
}



.wlj-page .breadcrumb{
	color:#fff;
	text-decoration: underline;
}
.wlj-page .breadcrumb a{
	color:#fff;
	text-decoration: underline;
}
.wlj-page .breadcrumb a:visited{
	color:#fff;
	text-decoration: underline;
}
.wlj-page .breadcrumb a:hover{
	color: #CF6430;
}
.fade-area{
	display: none;
}

/*-- Menu --*/
.wlj-sidemenu {
font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.wlj-sidemenu a{
	color: #bbbbbb;
}
.wlj-sidemenu a:hover{
	color: #CF6430;
}
.wlj-sidemenu h3{
  	font-size: 139%;
	margin:0px 0 10px 0;
	padding:0 0 0 0px;
}
.wlj-sidemenu ul{
	margin: 0 0 10px 0;
	padding: 0;
  	font-size: 93%;

}
.wlj-sidemenu li{
	float:left;
	margin: 0;
	width: 100px;
	padding: 0 5px 5px 0px;
}

.wlj-marker-infobox{
	color:#444;
	width: 300px;
  height: 200px;
  background: #090909;
}

/* CountryMenu Toggle */
#acMenu dd{
	display: none;
}
#acMenu dt{
  cursor: pointer;
}

#acMenu img:hover{
   filter: alpha(opacity=90);
   opacity: .9;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
}
.select-country-img2{
	display: none;
}

/* infowindow */
dl#infowin1{margin:0;padding:0;}
dl#infowin1 dt{margin:0;padding:0;font-weight:bold;}
dl#infowin1 dd{margin:5px 0 0 0;padding:0;line-height:1.5;}
dl#infowin1 dd img{padding:0px;background:#fff;border:1px solid #090909;margin:0px;width: 80px;}

/*----------------------------------------------------
 * Hero & Villain
----------------------------------------------------*/
.hv-sidemenu {

}
.hv-area{
}
.hv-page-contents{
		background:#fff;


}
.hv-title-area{
	margin-bottom:20px;
}
.hv-title-logo{
}

.hv-description-area{
}

.hv-description-title{
	margin:0;
	padding:0;
	font-size:93%;
	color: #ffffff;
}
.hv-description-contents{
	margin-top: 20px;
	font-size:85%;
	line-height: 1.5em;
	color: #ffffff;
}

.hv-page-title {
	font-size: 139%;

	margin-top:10px;
	margin-bottom:0px;
	padding:0 0 0 0px;
}




.hv-photo{
	position: relative;
}
.hv-photo-ribbon{
	position: absolute;
	top: -4px;
	left: 15px;
	width:54px !important;
}
.hv-photo-res-ribbon{
	position: absolute;
	top: 10px;
	right: 10px;
}

.hv-photo-monthpic{
	height: 410px;
	background: #090909;
}

.hv-reaction-area{
	position: relative;
	background:#fff;
	padding:10px 20px;
}


.hv-page-note{
	font-size:100%;
	line-height: 1.6em;
	padding:20px 0px 10px 0px;

}

.hv-page-meta-box{
	margin-top:20px;

}
.hv-page-meta{
	font-size:85%;
	padding:10px 0px;
}
.hv-page-meta-contents{
	float: right;
	margin-top: 20px;
	text-align: right;
}
.hv-page-meta-img{
	float: right;
	border:1px solid #e3e3e3;
	margin-left: 10px;
}
.hv-page-meta-img img{
	width: 48px;
}


/* -----   Add 2018.5.7 -----------  */

.hv-page-mende-title {
	font-family: 'Georgia',sans-serif;
	color: #555;

	font-size: 200%;

	margin-top:30px;
	margin-bottom:40px;
	padding:0 0 0 0px;
	text-align: center;
}
.hv-page-mende-note{
	font-size:100%;
	line-height: 1.6em;
	padding:0px 0px 40px 70px;
}

.hv-page-mende-stamp-img{
	position: absolute;
    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
}
.hv-page-mende-stamp-img-jp{
	right: 10px;
	top: 10px;
}
.hv-page-mende-stamp-img-en{
	right: 5px;
	top: 40px;
}
.hv-page-mende-stamp-img-jp img{
	width: 100px;
}
.hv-page-mende-stamp-img-en img{
	width: 120px;
}

.hv-page-mende-img{
	float: left;
	border:1px solid #e3e3e3;
}
.hv-page-mende-img img{
	width: 48px;
}

.drop-shadow {
    position:relative;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff9d8;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}
.curled {
    border:1px solid #efefef;
    -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
    border-radius:0 0 120px 120px / 0 0 6px 6px;
}

.curled:before,
.curled:after {
    bottom:12px;
    left:10px;
    width:50%;
    height:55%;
    max-width:200px;
    max-height:100px;
    -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
    box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
    -webkit-transform:skew(-8deg) rotate(-3deg);
    -moz-transform:skew(-8deg) rotate(-3deg);
    -ms-transform:skew(-8deg) rotate(-3deg);
    -o-transform:skew(-8deg) rotate(-3deg);
    transform:skew(-8deg) rotate(-3deg);
}

.curled:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
/* -----   ここまで Add 2018.5.7 -----------  */





.hv-page .social-area-bottom{
	text-align: left;
	padding:10px 0 0 0px;
}
.hv-page .social-area-bottom ul{
	margin:3px 0;
	padding:0 0;
}
.hv-page .social-area-bottom li{
	float: left;
	margin:0 0;
	padding:0 10px 0 0;
	background:none !important;
}

.vote-count-area{
font-family: 'Simonetta', cursive;

	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 65px;
	color: #fff;
	background-color:rgba(0,0,0,0.8);
}
.reaction_counts{
    margin-top: 10px;
    font-size: 85%;
	display: none;
}
.reaction_counts li{
	float: left;
  list-style: none;
  margin: 3px 0 0 10px;
  font-size: 108%;
}
.hv-count-hero{
  padding: 5px 0px 0px 45px;
  background: url(img/hv-result-hero.png) no-repeat 0px -5px;
}
.hv-count-villain{
  padding: 5px 0px 0px 50px;
  background: url(img/hv-result-villain.png) no-repeat 0px -5px;
}
.count-value-area{
  font-size: 300%;
  color:#CF6430;
  margin-right: 5px;
}
.reaction_counts-description{
	float: left;
	font-size: 131%;
	line-height: 1.3em;
	padding: 3px 0px 0 10px;

}
.reaction_button-description{
	float: left;
	font-size: 131%;
	line-height: 1.3em;
	padding: 3px 10px 0 15px;

}

/*-- past posts --*/
.hv-photo-list{
}
.hv-photo-past{
	position: relative;
	background:#999999;
	text-align:center;
	width:150px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	height: 150px;
	max-height: 150px;
}
.hv-photo-past-ribbon{
	position: absolute;
	top:0;
	right: 0;
}
.hv-photo-past-last{
	margin-right:0px;
}
.reaction_counts-past{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0,0.8);
	font-size: 85%;
}
.reaction_counts-past li{
font-family: 'Simonetta', cursive;

	float: left;
  padding: 3px 3px 3px 23px;
  list-style: none;
  margin: 0;
	color: #fff;
	font-size: 108%;
}
.hv-count-hero-past{
	background: url(img/hv-hero-icon.png) 5px 5px no-repeat;
}
.hv-count-villain-past{
	background: url(img/hv-villain-icon.png) 5px 5px no-repeat;
}

/*-- tab selector --*/
.selector-area{
	margin-bottom: 10px;
	color: #fff;
}
.selector-caption{
	float: left;
	font-size: 128%;
}
.selector-button{
	float: right;
}
#tab ul {
	margin: 0;
	padding: 0;
}

#tab li {
  float: left;
  padding: 5px;
  list-style: none;
  cursor: pointer;
  background: #090909;
  margin: 0;
}
#tab li.select {
  background: #CF6430;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  background: #090909;
}

/*----------------------------------------------------
 * Reaction Buttons CSS
----------------------------------------------------*/
/* the reaction buttons region */
div.reaction_buttons{
	font-size: 85%;
	text-align: left;
	margin-top: 5px;

}

/* a single button */
div.reaction_buttons .reaction_button {
    cursor: pointer;

}
/* a single button */
div.reaction_buttons .reaction_button img{
	width: 56px;
	max-width: 56px;
}

/* the button while hovering over it */
div.reaction_buttons > .reaction_button:hover {
}

/* the button after voting
div.reaction_buttons > .voted, div.reaction_buttons > .voted:hover {
}
 /*

/* number of votes including parantheses.
.reaction_buttons .reaction_button .count {
}
 */

/* number of votes in between the parantheses.
.reaction_buttons .reaction_button .count_number {
}
 */


#sidebar div.widget_reaction_buttons h3 {
	margin: 0;
	margin-top: 4px;
	font-size: 1.1em;
}

#sidebar div.widget_reaction_buttons ol {
	margin-left: 25px;
}





/*----------------------------------------------------
 * sidebar
----------------------------------------------------*/
.sidebar {
	font-size: 93%;
	line-height: 1.6em;

}
.sidebar a{
	text-decoration: none;
}
.sidebar a:hover{
	color:#999999;
	text-decoration: underline;
}


.sidebar h2{
	font-size:108%;
	font-weight: bold;
	text-align:left;
	padding:8px 0px 4px 0px;
	margin-top:30px;
}


.sidebar ul{
	margin:0 5px;
}

.sidebar li{
	padding:0;
	margin:0;
	list-style-type: none;
}

.sidebar-branging-img {
	margin-bottom: 0px;
}
/* Menu　---------------------------- */
.sub-menu{
   border-bottom: 3px solid #090909;
   margin-top: 40px;
   border-top: 3px solid #090909;
   margin-bottom: 20px;

}
.sub-menu:first-child{
   margin-top: 0px;

}
.sidebar .sub-menu a{
}
.sidebar .sub-menu a:hover{
	color:#222;
}

.sub-menu ul{
	margin:0 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;

}
.sub-menu li{
  font-size: 108%;
	padding:0px 0px 0px 0px;
	margin:0;
	list-style-type: none;
	background:url(img/list.gif) 6px 13px no-repeat;
    border-top: 1px solid #dddddd;
}
.sub-menu li:first-child{
    border-top: none;
}
.sub-menu li ul{
	margin:0 0 5px 11px;
    border:none;
}
.sub-menu li ul li{
  font-size: 100%;
	padding:0px 0px 0px 0px;
	margin:0;
	list-style-type: none;
	background:url(img/list-child.gif) 8px 7px no-repeat;
    border-top: none;
}




/* Box-default　---------------------------- */
.side-box-port{
	margin-bottom:12px;
}
.side-box-port a{
	color:#222222;
}

.side-box-port h3{
	font-size: 116%;
	line-height: 1.3em;
	font-weight:bold;
	margin-bottom: 0;
  padding:12px 5px 5px 5px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.side-box-port-img{
	position: relative;
}
.side-box-port-img img{
	margin:0 0 0px 0;
	width: 100%;
}
.side-box-port-ribbon{
	position: absolute;
	top: 0;
	right: 0px;
	width: 64px !important;
	z-index: 1;
}
.side-box-port-ribbon-hv{
	width: 100%;
}


.side-box-port-contents{
  padding:5px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.side-box-port-description{
	position: relative;
	font-size: 100%;
	margin:0;
	padding:0;

}
.side-box-port-description a{
	display:block;
	position:absolute;
	text-indent:-9999px;
	width:100%;
	height:100%;
	left:0;
	top:0;
	color:#222222;

}

.side-box-port-meta{
  font-size: 85%;
	margin-top:10px;
}

/* Box-B　---------------------------- */
.side-box-port-b{
  border-bottom:#ddd 1px solid;
}
.side-box-port-b a{
}
.side-box-port-b a:hover{
	color:#222222;
}


/* Box-C　---------------------------- */
.side-box-port-c{
	padding:10px;
	margin-bottom:12px;
    background: #fff;
  border-bottom:#ddd 1px solid;
}
.side-box-port-c-contents{
	float:left;
	width:100px;
}

.side-box-port-c h3{
	  font-size: 108% !important;
	line-height: 1.3em;
  margin:0 0 8px 0;
  padding:0;
  font-weight:bold;
  border:none;
}

.side-box-port-c-img{
	float:left;
	margin:0 20px 0 0px;
}
.side-box-port-c-img img{
	width:50px;
}
.side-box-port-c-description{
	position:relative;
	font-size: 93%;
	line-height: 1.5em;
	margin:0;
	padding:0;

}
.side-box-port-c-description a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent:-9999px;
	color:#222222;
}
.side-box-port-c-description a:hover{
	color:#e3e3e3;
}


/* Box-D　---------------------------- */
.side-box-port-d{
	margin-bottom:12px;
}
.side-box-port-d a{
	color:#fff;
}

.side-box-port-d-img{
	position: relative;
}
.side-box-port-d-img img{
	margin:0 0 0px 0;
	width: 100%;
}
.side-box-port-d-ribbon{
	position: absolute;
	top: 0;
	right: 0px;
	width: 64px !important;
}
.side-hv-head-title{
}
.side-hv-head-title-img{
	position: relative;
}

.side-box-port-d h3{
	font-size: 116%;
	line-height: 1.3em;
	font-weight:bold;
	margin-bottom: 0;
	padding: 10px 5px 0 5px;
}
.side-box-port-d-title{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0,0.6);
}
.side-box-port-d-meta{
	color: #fff;
	font-size: 100%;
	margin:0;
	padding: 10px 5px;
}




/*----------------------------------------------------
 * Facebook
----------------------------------------------------*/
.fb-likebox-top{
	margin-top: 20px;
	border: 1px solid #dddddd;
}
/* Facebook Like Box width: 100% */
.fb-likebox-top .fbcomments,
.fb-likebox-top .fb_iframe_widget,
.fb-likebox-top .fb_iframe_widget[style],
.fb-likebox-top .fb_iframe_widget iframe[style],
.fb-likebox-top .fbcomments iframe[style],
.fb-likebox-top .fb_iframe_widget span{
    width: 100% !important;
}


/*----------------------------------------------------
 * breadcrumb
----------------------------------------------------*/
#breadcrumb {
	font-size:93%;
	margin-bottom:20px;
}

#breadcrumb div{
  display: inline;
}

/*----------------------------------------------------
 * video audio
----------------------------------------------------*/
.wp-video{
	padding: 0px 0 10px 20px;
}

/*----------------------------------------------------
 * pagination
----------------------------------------------------*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 0px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#444;
background: #F4F4F4;
}

.pagination a:hover{
color:#fff;
background: #bfbfbf;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #606060;
color:#fff;
}

/*----------------------------------------------------
 * 検索フォーム
----------------------------------------------------*/
.search-area{
	float: right;
}

#search-box {
	position: relative;
}
#s	{
	position: absolute;
	right: 33px;
	width: 182px;
	height: 16px;
	background: #F4F4F4;
	border: none;
	padding: 4px;
	color: #444;
	font-size: 100%;
}
#submit	{
	position: absolute;
	top: 0;
	_top: 1px;
	right: 0px;
}
*:first-child + html #submit	{
	top: 1px;
}


/*----------------------------------------------------
 * 404
----------------------------------------------------*/
.area404{
	text-align: center;
}
.btn404 a{
	padding:5px 10px;
	background: #090909;
	color: #fff;
	font-size: 93%;
}

/*----------------------------------------------------
 * custom btn
----------------------------------------------------*/

.btn-dl {
	margin: 20px 0 20px 20px;
}
.btn-dl a{
	padding:5px 12px 5px 32px;
	background:url(img/icon_download.png) 10px 5px no-repeat #090909;
	color: #fff;
	font-size: 93%;
}

/*----------------------------------------------------
 * sitemap
----------------------------------------------------*/

li.parent-cat {
	margin-left: 20px;

	background:url(img/arrow_right_grey6.gif) 0px 4px no-repeat;
}
li.child1-cat {
	margin-left: 35px;
	background:url(img/arrow_right_grey5.gif) 0px 4px no-repeat;
}
li.child2-cat {
	margin-left: 55px;
	background:none;
}


/*----------------------------------------------------
 * contact form
----------------------------------------------------*/
.mw_wp_form{
	background:#ffffff;
	padding:30px;
	margin:40px 0;
}

.mw_wp_form p{
	background:#ffffff;
	padding:10px;
	margin:0;
}

.mw_wp_form span.req{
	color:#ff1c51;
	font-size:85%;
}
.mw_wp-form span.no-req{
	color:#999;
	font-size:85%;
}
.mw_wp_form_input th{
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	vertical-align:middle;

}
.mw_wp_form_input td{
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	vertical-align:middle;
}
.mw_wp_form_input input{
	font-size:100%;
	width: 300px;
}
.mw_wp_form_input textarea{
	font-size:100%;
}

.lab-block label {
	display: block;
}


.buton-style{
	text-align:center;
}

 /* 送信ボタンの設定 */
.buton-style-main input{
	font-size:100%;
	color:#444;
	font-weight:bold;
	width: 180px;
   	height: 40px;
   	border: none;
	background:#F4F4F4;
	cursor: pointer;

}

 /* 送信ボタンのフォーカス時の設定 */
.buton-style-main input:hover{
   filter: alpha(opacity=80);
   opacity: .6;
   -moz-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
}
.buton-style-sub input{
	font-size:100%;
	font-weight:bold;
	width: 180px;
   	height: 40px;
   	border: none;
	background:#F4F4F4;
	cursor: pointer;
	margin-right:20px;
}

 /* 送信ボタンのフォーカス時の設定 */
.buton-style-sub input:hover{
   filter: alpha(opacity=80);
   opacity: .6;
   -moz-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
}


/*----------------------------------------------------
 * footer
----------------------------------------------------*/
html,body{
     height:100%;
}
#wrap{
     width: 100%;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
.wrap-wlj{
	background:#090909;
}
.wrap-hv{
	background:#424242;
}
#contents{
	padding-bottom: 30px;

}
#footer{
	width: 100%;
	color: #fff;
	background:#090909;
	height: 80px;
}

#footer h2{
	font-size:100%;
	font-weight:bold;
	padding:15px 0 10px 0px;
	margin:0;
}
#footer a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover{
	color: #CF6430;
}
#footer ul li{
	margin: 0;
	padding:0;
}
#footer .footinfo{
	padding: 15px 0px 5px 0px;
	text-align:center;
	margin:0 auto;
}
#footer span.copyright{
	margin-right: 25px;
	font-size: 93%;
}
#footer span.menu{
	padding-left: 16px;
	padding-right: 6px;
	background:url(img/sp.gif) 0px 3px no-repeat;
	font-size: 85%;
}
#footer span.menu-first{
	padding-left: 0px;
	padding-right: 6px;
	font-size: 85%;
}



#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #606060;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #bfbfbf;
}




/*----------------------------------------------------
 * Floating Col
----------------------------------------------------*/

/* col55　---------------------------- */
.col55-left{
	width:55%;
}
.col45-right{
	font-size:85%;
	float:right;
	width:45%;
}
.col45-right img{
	width:100%;
	margin:0 0 5px 0;
}

/* col65　---------------------------- */
.col65-left{
	width:65%;
}
.col35-right{
	font-size:85%;
	float:right;
	width:35%;
}
.col35-right img{
	width:100%;
	margin:0 0 5px 0;
}

/* col70　---------------------------- */
.col70-left{
	width:70%;
}
.col30-right{
	float:right;
	width:30%;
}
.col30-right img{
	width:100%;
	margin:0 0 10px 0;
}

/* col75　---------------------------- */
.col75-left{
	width:75%;
}
.col25-right{
	float:right;
	width:25%;
}
.col25-right img{
	width:100%;
	margin:0 0 10px 0;
}

/* col45　---------------------------- */
.col45-left{
	width:45%;
}
.col55-right{
	float:right;
	width:55%;
}
.col45-left img{
	width:100%;
	margin:0 0 10px 0;
}
.col55-right img{
	width:100%;
	margin:0 0 5px 0;
}

/* col35　---------------------------- */
.col35-left{
	float:left;
	width:35%;
}
.col65-right{
	float:right;
	width:65%;
}
.col35-left img{
	width:100%;
	margin:0 0 10px 0;
}

/* col25　---------------------------- */
.col25-left{
	float:left;
	width:25%;
}
.col75-right{
	float:right;
	width:75%;
}
.col25-left img{
	width:100%;
	margin:0 0 10px 0;
}


/* TILE List---------------------------- */
.tileview ul{
	list-style: none !important;
	margin-left: 20px;
}
.tileview li{
	background: none !important;
	padding:0px 5px 0px 0px;
	margin:0px;
	float: left;

}
.tileview .lastcol li{
	padding:0px 0px 0px 0px;
}


.tile-45{
	margin-left: 20px;
	margin-bottom: 10px;
	font-size:93%;
	float:left;
	width:45%;
}
.tile-45 img{
	width:100%;
	margin:0 0 5px 0;
}

.tile-30{
	margin-right: 10px;
	margin-bottom: 10px;
	font-size:93%;
	float:left;
	width:30%;
}
.tile-30.firstcol{
	margin-left: 20px;
}

.tile-30 img{
	width:100%;
	margin:0 0 5px 0;
}

hr.end-tile{
	margin:0;
  border: none;

}
.caption-sm{
	font-size: 85%;
}

/*----------------------------------------
margin
------------------------------------------*/
/* MARGIN-BOTTOM */
.m0auto {margin:0 auto!important; }
.mb00 { margin-bottom:0px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb06 { margin-bottom:6px!important; }
.mb10 { margin-bottom:10px!important; }
.mb12 { margin-bottom:12px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb24 { margin-bottom:24px!important; }
.mb30 { margin-bottom:30px!important; }
.mb36 { margin-bottom:36px!important; }
.mb40 { margin-bottom:40px!important; }
.mb48 { margin-bottom:48px!important; }


.ml20 { margin-left:20px!important; }
.ml40 { margin-left:40px!important; }

.mt00 { margin-top:0px!important; }
.mt12 { margin-top:12px!important; }
.mt20 { margin-top:20px!important; }
.mt40 { margin-top:40px!important; }






/*----------------------------------------
 mobile
------------------------------------------*/
	.hide-pc{
		display: none;
	}


@media screen and (max-width: 559px) {
/* 	mobile-css start */

	body {
	  min-width: 100%;
	}
	
	.container_24 {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%;
	}
	
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16,
	.grid_17,
	.grid_18,
	.grid_19,
	.grid_20,
	.grid_21,
	.grid_22,
	.grid_23,
	.grid_24 {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	
	  display: inline;
	  float: left;
	  margin-left: 0px;
	  margin-right: 0px;
	  width: 100%;
	
	}
	
	.container_24 .grid_1,
	.container_24 .grid_2,
	.container_24 .grid_3,
	.container_24 .grid_4,
	.container_24 .grid_5,
	.container_24 .grid_6,
	.container_24 .grid_7,
	.container_24 .grid_8,
	.container_24 .grid_9,
	.container_24 .grid_10,
	.container_24 .grid_11,
	.container_24 .grid_12,
	.container_24 .grid_13,
	.container_24 .grid_14,
	.container_24 .grid_15,
	.container_24 .grid_16,
	.container_24 .grid_17,
	.container_24 .grid_18,
	.container_24 .grid_19,
	.container_24 .grid_20,
	.container_24 .grid_21,
	.container_24 .grid_22,
	.container_24 .grid_23,
	.container_24 .grid_24 {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	
	  display: inline;
	  float: left;
	  margin-left: 0px;
	  margin-right: 0px;
	  width: 100%;
	
	}
	
	
	body{
		font-family: "���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
		font-size: 16px;
	}
	.hide-mobile{
		display: none !important;
	}
	.hide-pc{
		display: block;
	}
	
	
	/* 	=========   ヘッダー＆ロゴ */
	
	#global-head{
	  border-bottom: #090909 5px solid;
	  background-color: #fff;
		height:58px;
		margin:0;
		padding:0;
	}
	
	
	#global-head .logo{
		margin:1px 0 0px 5px;
		width: 260px;
	}
	
	
	/* 	=========    	menu系 */
	#header-navi{
		display: none;
	}
	#global-navi{
		display: none;
	}
	.search-area{
		display: none;
	}
	
	
	
	/* 	=========    	TOP*/
	#contents{
		margin-top:0px;
		padding-top:0px;
	}
	
	.article-box-port{
	  margin-right: 0px;
		width:100%;
		overflow:hidden;
		height:auto;
		padding-bottom: 14px;
	}
	.article-box-port-title {
		font-size:100%;
		margin: 0;
		padding: 0;
	}
	
	.article-box-port-img{
		height: auto;
		position:relative;
		float: left;
		margin-right: 10px;
	}
	.article-box-port img{
		width: 155px;
	}
	.article-box-port-description{
		display: none;
	
	}
	
	.flat-list ul li{
		font-size: 85%;
		padding:0px 0 10px 0px;
	}
	
	.li-col1{
		font-size: 77%;
		width: 70px;
		padding-top: 2px;
	}
	.li-col2{
		width: 55px;
		padding-top: 2px;
	}
	.li-col2 img{
		width: 100%;
		
	}
	.li-col3{
		font-weight: normal;
		width: -webkit-calc(100% - 135px);
		width: calc(100% - 135px);
		float: right;
		line-height: 1.4em;
	}
	
	
	.main-section{
	  padding:0px 15px 0 15px;
	}


	
	/* 照明探偵団とはバナー　------------------- */
	.about-banner{
		width: 100%;
		height: auto;
		min-height: 250px;
		background-size: cover;
		margin-bottom: 30px;
		overflow: hidden;
		padding-bottom: 30px;
	}
	.about-banner::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background: rgba(0, 0, 0, 0.6);
	}
	
	.about-banner-contents{
		z-index: 1;
		font-size: 85%;
		color: #fff;
		position: relative;
		top:auto;
		left: auto;
		padding: 30px 15px 15px 15px;
	}
	.about-banner-contents-jp{
		font-size: 85%;
	}
	.about-banner-contents-title{
		font-size: 139%;
		margin-bottom: 15px;
	}
	.about-banner-contents-button{
		z-index: 1;
	    font-size: 93%;
	    position: relative;
	    right: auto;
	    top: auto;
	    width: 120px;
	    text-align: center;
	    margin: 15px auto 0 auto;
	}


	
	/* 	=============================    	Page系*/
	
	.page-area img {
		margin:15px auto;
		max-width:100%;
		min-width:60%;
		height: auto;
		display: block;
	}

	.page-area-normal h1{
	  	font-size: 139%;
		padding:40px 15px 30px 15px;
		margin:0;
		color: #fff;
	}
	.page-area h2 {
		font-size: 131%;
		padding:10px 0px;
		margin:40px 15px 25px 15px;
		border-bottom: #ddd 1px solid;
	
	}
	.page-area h3 {
		font-size: 124%;
		padding:10px 0px;
		margin:40px 15px 10px 15px;
		border-bottom: #ddd 1px solid;
		/* 	ここ修正する時は次のクラスも修正せよ！「.col65-right h3」 */
	}
	.page-area h4 {
		font-size: 108%;
		font-weight: bold;
		padding:10px 0px;
		margin:40px 15px 10px 15px;
	}
	.page-area p {
		padding:0 15px;
	}
	.page-area li{
		padding:5px 0px 5px 12px;
		background:url(img/arrow_right_grey6.gif) 0px 12px no-repeat;
	}


	
	.menberList ul{
		height: auto;
	}
	.menberList li{
		width: calc( 50% - 10px);
		font-size: 77%;
		height: 300px;
		overflow: hidden;
	}
	.menberList li img{
		margin: 0;
		width: 100%;
	}
	.menberList span.name{
		font-size: 124%;
		line-height: 1.3em;
	}
	.tileview ul {
	    margin-left: 15px;
	    margin-right: 10px;
	    padding: 0;
	}
	.tileview li {
	    padding: 0px 10px 0px 0px;
	    margin: 0px;
	    float: left;
	}
		
	
	/* 	============================    	ブログ系 */
	.header-area-post-catname{
		padding: 3px 15px;
	}
	.blog-page h1{
		padding: 25px 15px;
	}
	.blog-page h2,
	.blog-page h3,
	.blog-page h4
	{
		padding-right: 15px;
	}
	.blog-page-meta{
		font-size:85%;
		padding:15px 15px;
		border-bottom: 1px solid #dddddd;
	}
	.blog-page .social-area-top{
		padding:12px 0 13px 15px;
	}
	.blog-page .social-area-bottom{
		padding:12px 0 13px 15px;
	}
	
	.blog-page-meta-date{
		float:left;
	}
	
	.blog-page-contents{
		padding-top:10px;
		  border: none;
	}
	
	.blog-page-contents img {
		max-width:100%;
		padding: 0;
		margin: 10px 0;
	}
	
	
	.blog-page .article-related{
		padding:10px 15px;
		border: none;
		font-size: 93%;

	}
	.blog-page .related-list{
		padding:0;
		min-height: 95px;
	}
	.blog-page .related-list:last-of-type{
		border-bottom: none;
	}

	.blog-page .related-list h3{
		font-size: 100% !important;
	}
	
	.blog-page .related-list-contents{
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
		float: right;
	
	}
	.blog-page .related-list-img{
		margin:0 10px 0 0px;
	}
	
	.blog-page .related-list-description{
		display: none;	
	}


	.blog-page p{
		font-size:100%;
		line-height: 1.8em;
		padding: 0 15px;
	}
	
	
	
	/* 	====================    	サイドバー系 */

	.sidebar h2{
		font-size: 116%;
		padding:8px 15px 0px 15px;
		margin-bottom: 5px;
	}

	.sub-menu{
	   padding: 0 15px;
	}
	.sub-menu ul{
	    border-left: none;
	    border-right: none;
	    margin: 15px 0;
	
	}
	.sub-menu li{
		  font-size: 100%;
		background:url(img/list.gif) 3px 18px no-repeat;
	}
	.sidebar .span-box-list a{
		padding: 12px 0 12px 21px;
	}

	.sub-menu li ul{
		margin:0 0 10px 11px;
	}
	.sub-menu li ul li{
	  font-size: 100%;
		background:url(img/list-child.gif) 8px 18px no-repeat;
	}


	.side-box-port{
		margin-bottom:0;
		padding: 8px 15px;
	}
	.side-box-port-description{
		font-size: 85%;
	}

	.side-box-port-b{
		margin: 0 15px;
		padding: 10px 0;
	}

	.side-box-port-d{
		padding: 0 15px;
	}

	.fb-likebox-top{
			padding: 0 15px;
		margin-top: 15px;
		border: none;
	}


	a#side-cometo-bn img {
		margin-left: 15px;
	    width: calc( 100% - 30px );
	}

	.side-hv-head-title{
		padding: 0 15px;
	}



	
	/*----------------------------------------------------
	 * [Category] カテゴリページ
	----------------------------------------------------*/
	
	#category-box header{
		margin-bottom:15px;
	}
	
	#category-box .header-area-branding img{
  		max-width: 100%;
		height: auto;
	}
	
	#category-box .header-area-title{
		position: relative;
		opacity: 0.8;
		font-size: 85%;
	}

	#category-box p{
		line-height: 1.6em;
	}
	
	
	/*----------------------------------------------------
	 * article-list (カテゴリでの記事一覧表示)
	----------------------------------------------------*/
	.article-list{
		padding:15px 0px;
		margin:0 15px;
		
		font-size: 100%;
	}
	
	.article-list-contents{
		float: right;
		width: calc( 100% - 120px );
		
	}
	
	.article-list h1{
		  font-size: 100%;
		line-height: 1.4em;
	}
	
	.article-list-description{
		display: none;
	}
	
	.article-list-description a{
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		text-indent:-9999px;
	}
	
	.meta-cat{
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 93%;
	}
	



	/*----------------------------------------------------
	 * WLJ
	----------------------------------------------------*/
	
	.wlj-area{
		padding: 0 15px;
	}
	/* CountryMenu Toggle */
	#acMenu{
		padding-bottom: 15px;
		margin-bottom: 30px;
		border-bottom: 1px #1d1d1d solid;
	}
	.wlj-related-posts .related-list{
		padding:10px 0;
	}
	
	.wlj-related-posts .related-list-contents{
		float:right;
		width:calc( 100% - 110px);
	}
	.wlj-page-relatedphoto{
		margin-top: 30px;

	}
	
	/*----------------------------------------------------
	 * Hero & Villain
	----------------------------------------------------*/
	.hv-area{
		padding: 0 15px;
		font-size: 85%;
	}
	
	.hv-title-logo{
		text-align: center;
		padding: 15px 0 5px 0;
	}
	
	.hv-page-contents{
		margin-bottom: 15px;
	}
	
	
	.hv-photo-monthpic{
		height: auto;
		background: #090909;
	}
	
	.vote-count-area{
		position: relative;
		width: 100%;
		bottom: 0;
		height: auto;
		color: #fff;
		background-color:#000;
		margin-bottom: 10px;
	}
	
	.reaction_counts{
		margin-top: 0;
		padding-bottom: 10px;
		background-color:#000;
	}
	
	
	.reaction_counts-description{
		padding: 0;
		width: 100%;
	}
	.reaction_button-description{
		padding: 10px ;
		width: 100%;
	}
	.reaction_counts-past{
		font-size: 85%;
	}
	.reaction_counts-past li{
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		
		font-style: italic;
		padding-top: 0;
		padding-bottom: 0;
	
	}
	
	
	
	
	.hv-page-mende-title {
		font-size: 170%;
	}
	
	div.reaction_buttons{
		margin-top: 0px;
		text-align: center;
		padding-bottom: 15px;
		overflow: hidden;
	
	}
	div.reaction_buttons .reaction_button {
		margin: 0 15px; 
	
	}
	
	/*-- past posts --*/
	.hv-photo-past{
		width: calc( 33% - 6px);
		background: #000;
	}
	
	




	
	/* 	=========    	フッター */
	#footer{
		font-size: 100%;
	}
	
	#footer span.copyright{
		display: block;
		margin-bottom: 5px;
	}
	
	/* 	=========    	breadcrumb */
	#breadcrumb {
		font-size:85%;
		margin-bottom:0px;
		padding: 15px 15px;
	}
	
	
	
	/*----------------------------------------------------
	 * Floating Col
	----------------------------------------------------*/
	
	/* col55　---------------------------- */
	.col55-left,
	.col45-right,
	.col65-left,
	.col35-right,
	.col70-left,
	.col30-right,
	.col75-left,
	.col25-right,
	.col45-left,
	.col55-right,
	.col35-left,
	.col65-right,
	.col25-left,
	.col75-right
	{
		width:100%;
	}
	.col55-left img,
	.col45-right img,
	.col65-left img,
	.col35-right img,
	.col70-left img,
	.col30-right img,
	.col75-left img,
	.col25-right img,
	.col45-left img,
	.col55-right img,
	.col35-left img,
	.col65-right img,
	.col25-left img,
	.col75-right img
	{
		margin: 10px 0 0 0;

	}	


	/* 特殊対応 */
	.col35-right li{
		padding: 3px 0px 3px 12px;
		background: url(img/arrow_right_grey6.gif) 0px 7px no-repeat;
	}
	
	.col35-right{
		margin-bottom: 30px;
	}
	
	/* 特殊対応 */
	.col25-left{
		float:left;
		width:35%;
	}
	.col75-right{
		float:right;
		width:calc( 65% - 15px );
		padding: 0 15px 10px 0;
	}
	.col25-left img{
		width:100%;
		margin:0 0 10px 0;
	}
	.col75-right h3{
		font-size: 108%;
		padding: 0;
		margin: 0;
		border: none;
	}
	.col75-right p{
		font-size: 93%;
		padding: 0;
		margin: 10px 0;
		line-height: 1.5em;
	}

	.col65-right h3{
		margin:40px 15px 10px 15px !important;
	}

	
	
	/* TILE List---------------------------- */
	.tile-45,
	.tile-30
	{
		margin-left: 0;
		margin-bottom: 10px;
		padding: 0 15px;
		font-size:93%;
		float:left;
		width:auto;
	}
	.tile-45 img,
	.tile-30 img
	{
		margin: 10px 0 2px 0;
	}
	.tile-30.firstcol{
		margin-left: 0px;
	}
	
	hr.end-tile{
		margin:0;
	  border: none;
	
	}
	.caption-sm{
		font-size: 85%;
	}


	
	
	/* ===================================================================
	Global-Navi ナビゲーションドロワー
	=================================================================== */

	#nav-drawer {
		display: block;
	  position: relative;
	  z-index: 10;
	  font-size: 93%;
	}

	/*メニューのリスト表示用*/
	.nav-drawer-menu{
	  color: #fff;
	   padding: 0;
	}
	.nav-drawer-menu ul{
		margin: 20px 0;
	}
	.nav-drawer-menu li{
	  font-size: 100%;
		border-top: 1px solid #3a3a3a;
		margin: 0;
		padding: 12px 10px 12px 15px;
	}
	.nav-drawer-menu li:first-child{
		border-top: none;
	}
	.nav-drawer-menu li ul{
		margin:12px 25px 0px 25px;
	}
	.nav-drawer-menu li ul li{
	  font-size: 100%;
	}
	.nav-drawer-menu li a{
	  color: #fff;
	}
	.nav-drawer-menu li ul li a{
	  color: #fff;
	}

	.mobile-menu-title-area{
		padding: 25px 15px;
		background-color: #101010;
	}

	/*bogo表示用*/
	#nav-drawer .bogo-navi{
		margin-bottom: 0px;
		float: right;
	}
	#nav-drawer .bogo-navi ul{
		margin:0;
	  padding: 0;
	}
	#nav-drawer .bogo-navi li{
	  margin: 0 10px;
	}

	
	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}
	
	
	/*閉じる用の薄黒カバー*/
	#nav-close {
	  display: none;/*はじめは隠しておく*/
	  position: fixed;
	  z-index: 99;
	  top: 0;/*全体に広がるように*/
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: black;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}
	
	/*中身*/
	#nav-content {
	  overflow: auto;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999;/*最前面に*/
	  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  max-width: 310px;/*最大幅（調整してください）*/
	  height: 100%;
	  background: #1f1f1f;/*背景色*/
	  transition: .3s ease-in-out;/*滑らかに表示*/
	  -webkit-transform: translateX(-105%);
	  transform: translateX(-105%);/*左に隠しておく*/
	  color: #fff;
	}
	
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  display: block;/*カバーを表示*/
	  opacity: .5;
	}
	
	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);/*中身を表示（右へスライド）*/
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);

	}
	
	#nav-open {
	  z-index: 100;
	  cursor: pointer;
	  display: inline-block;
	  height: 50px;
	  position: fixed;
	  width: 30px;
	  right:15px;
	  top: 5px;
	}
	
	#nav-open span {
	  background:  #1f1f1f;
	  border-radius: 4px;
	  display: block;
	  height: 3%;
	  left: 50%;
	  margin: -8% 0 0 -42%;
	  position: absolute;
	  top: 50%;
	  transition: all 0.3s ease-in-out 0s;
	  width: 84%;
	}
	#nav-open span::before,
	#nav-open span::after {
	  -webkit-transform: rotate(0);
	  background: #1f1f1f;
	  border-radius: 4px;
	  content: "";
	  display: block;
	  height: 100%;
	  left: 50%;
	  margin: -8% 0 0 -50%;
	  position: absolute;
	  top: 50%;
	  transform: rotate(0);
	  transition: all 0.3s ease-in-out;
	  width: 100%;
	}
	#nav-open span::before {
	  margin-top: -30%;
	}
	#nav-open span::after {
	  margin-top: 25%;
	}
	#nav-input:checked ~ #nav-open span {
	  background: rgba(51, 51, 51, 0);
	}
	#nav-input:checked ~ #nav-open span::before,
	#nav-input:checked ~ #nav-open span::after {
	  content: "";
	  display: block;
	  height: 100%;
	  left: 50%;
	  margin: -8% 0 0 -42%;
	  position: absolute;
	  top: 50%;
	  width: 100%;
	  background:  #fff;
	}
	#nav-input:checked ~ #nav-open span::before {
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}
	#nav-input:checked ~ #nav-open span::after {
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
	}

	/*----------------------------------------------------
	 * pagination
	----------------------------------------------------*/
	.pagination {
	padding:10px 0;
	margin: 0;
	position:relative;
	font-size:85%;
	background-color: #fff;
	height: 30px;
	}
	.pagination span, .pagination a {
	background: #fff;
	}
	


	
	
	/*----------------------------------------------------
	 * contact form
	----------------------------------------------------*/
	.mw_wp_form{
		padding:0 15px;
		margin:0 0 100px 0;
	}
	.mw_wp_form table{
		margin: 30px 0 30px 15px;
	}
	
	.mw_wp_form p{
		padding:0;
		margin:0;
	}
	
	.mw_wp_form span.req{
		color:#ff1c51;
		font-size:85%;
	}
	.mw_wp-form span.no-req{
		color:#999;
		font-size:85%;
	}
	.mw_wp_form_input th{
		border-bottom: none;
		padding: 20px 0 3px 0;
		width: 100%;
		display: block;
	}
	.mw_wp_form_input td{
		border-bottom: none;
		padding: 0px;
		width: 100%;
		display: block;}
	.mw_wp_form_input input{
		font-size:16px;
		width: calc( 100% - 30px);
		border: 1px #ccc solid;
		line-height: 1.8em;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.mw_wp_form_input textarea{
		font-size:16px;
		width: calc( 100% - 30px);
		border: 1px #ccc solid;
		line-height: 1.8em;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.buton-style-main input{
		width: calc( 100% - 30px);
	}
	.buton-style-main input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
		width: calc( 100% - 30px);
	}




/* 	mobile-css end */
}




