﻿@charset "utf-8";
/* ============================================================
ページ全体の設定
============================================================ */
/*Reset Style*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  outline: 0;
}

html{
  font-size:100%;
}


main{
	font-size:80%;
}


/* 基本デザイン */


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#111111;
	line-height:150%;
}

h1, h2, h3, h4, h5, h6 {
   font-size:100%;
}

a img {
	border:none;
}

.clear{
	float:none;
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
p, td, th, ul, li, a, span, dl, dd, dt{
	font-size:100%;
	color:#111111;
}

img {
	max-width: 100%;
	height:auto;	
	}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}




/* ============================================================
Header EPARKロゴとマイページ
============================================================ */
.header_basic {
    width:100%;
    height:50px;
    border-top:3px solid #85B200;
    background-color: #FFF;
    min-width: 260px;
    border-bottom:1px solid #DDD;
}

.header_basic:after{
  clear: both;
}

.header_basic img {
    padding:5px 0px 0px 10px;
}
.header_basic .header_logo {
    display:block;
    width:99px;
    float:left;
    height: 50px;
    margin: 0;
}



.header-menu {
  line-height: 1;
  text-align: center;
}

.header-menu ul {
  float: right;
  letter-spacing: -.35em;
  height: 50px;
}

.header-menu li {
  height: 50px;
  width: 58px;
  float: left;
  border-left: 1px solid #DDD;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-menu .menu-signup a {
  height: 16px;
  /*padding-top: 35px;*/
  display: block;
  font-size: 11px;
  color: #13131e;
  text-decoration: none;
  background: url(http://epark.jp/sp/images/portal_sp/top/menu_signup.png) no-repeat 50% 8px;
  -webkit-background-size: 20px 21px;
  background-size: 20px 21px;
  -webkit-tap-highlight-color: rgba(25, 155, 240, 0.5);
}

@media screen and (max-width: 480px) {
  .header_basic .header_logo img {
    width: 99px;
  }

  #search-box .search-Btn {
    padding: 6px 9% 6px 0;
  }

  #search-box .search-detail a:after {
    background-size: 12px 12px;
    right: 7px;
  }
}
@media screen and (max-width: 320px) {
  .header_basic .header_logo img {
    width: 95px;
  }
  #search-box .search-Btn {
    padding: 6px 9% 6px;
  }
  #search-box .search-detail a:after {
    background-size: 0 0;
  }
  #search-box .search-input {
    background-size: 0 0;
    padding: 8px 75px 7px 6px;
    border-radius: 5px;
  }
}

/* ============================================================
フッター
============================================================ */

footer{clear:both;}

/*_____カテゴリリンク_____*/

#footer .sub_nav {
    padding-right: 7px;
    padding-left: 7px;
    border-top: 1px solid #dedede;
    padding-top: 15px;
}

#sub_nav.hidden{
	height:0;
	overflow:hidden;
	padding:0;
}
.sub_nav{
	background:#ffffff;
	width:100%;
	padding-right:5px;
	padding-left:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	font-size:0.8rem;
}
#sub_nav{
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	padding-left:0;
}
.category #sub_nav{
	border-top:solid 1px #dedede;
}
.category #sub_nav.hidden{
	border-top:none;
}
.sub_nav .left{
	width:50%;
	float:left;
}
.sub_nav .right{
	width:50%;
	float:right;
}
.sub_nav ul{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.sub_nav ul li{
	display:block;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
	float:none;
	clear:both;
	text-align:left;
	font-size:92.85%;
}
.sub_nav ul li a{
	display:block;
	border:none;
	text-decoration:none;
	font-size:100%;
	line-height:150%;
	height:auto;
	width:100%;
	padding:8px 0;
	padding: 9px 0 7px 0;
	border-bottom:solid 1px #dedede;
	font-weight:700;
	color: #111111;
}

.sub_nav ul li a.blank{
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:34px;
}
.sub_nav ul li a.blank:after{
	content:'';
	display:block;
	width:14px;
	height:12px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	right:10px;
	background-image:url(http://epark.jp/images/portal_sp/top/blank.jpg);
	background-position:center center;
	background-size:14px 12px;
}
.sub_nav ul li.title{
	border-bottom:solid 3px #8fc31f;
	padding-bottom:2px;
	font-size:100%;
	font-weight:700;
	font-weight:700;
	color:#8fc31f;
}
.sub_nav ul li.title a{
	padding:0;
	font-weight:700;
	color:#8fc31f;
	border:none;
}

/*_____よくある質問～お問い合わせ_____*/

#epark-global-footer-box,
#epark-global-footer-box a {
  color: #333;
  font-size:12px;

}

#epark-global-footer-box {
  line-height: 1.2;
}

#epark-global-footer-box .epark-global-footer-box-inner-sp {
  padding: 10px 0;
  text-align: center;
}

#epark-global-footer-box ul li {
  display: inline-block;
}


#epark-global-footer-box ul li {
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-right: solid 1px #929299;
}
#epark-global-footer-box ul li:last-child {
  border-right: none;
}
#epark-global-footer-box ul li a {
  text-decoration: none;
  color:#2f2e2e;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

.epark-global-clearfix:after { /*--for modorn brouser--*/
	clear: both;
	color: transparent;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}	

.epark-global-clearfix { /*--IE 5.5-7--*/
	zoom: 1;
}

#epark-global-footer-box ul,
#epark-global-footer-box td {
  margin: 0;
  padding: 0;
}

#epark-global-footer-box ul li {
  display: inline ;
  margin: 0 ;
  padding: 0 5px;
  border-right: solid 1px #929299;
}
#epark-global-footer-box ul li:last-child {
  border-right: none;
}
#epark-global-footer-box ul li a {
  text-decoration: none;
  color:#2f2e2e;
  display: inline-block;
  padding: 5px 5px 5px 0;
}


#epark-global-footer-box,
#epark-global-footer-box a {
  color: #333;
  font-size:12px;
}
#epark-global-footer-box {
  line-height: 1.2;
  text-align: center;
}
#epark-global-footer-box .epark-global-footer-box-inner-sp {
  padding: 10px 0;
}


/**header_footer_temp.css**/


#footer{
	padding-bottom:15px;
}

.sp-pb25 {padding-bottom: 15px;}

.link-table.sp-pb25, .footer-link {
  letter-spacing: 0;
  font-size: 13px;
}

.link-table ul {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.link-table li {
  float: left;
  border-bottom: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
}
.link-table a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 2px 20px 2px 12px;
  line-height: 44px!important;
}
.link-table .link-icon span {
  display: block;
  padding-left: 31px;
  margin-left: -3px;
  background: url(http://epark.jp/sp/images/portal_sp/top/menu_icon.png) no-repeat;
  -webkit-background-size: 28px 750px;
  background-size: 28px 900px;
}
.link-table .link-icon.-qa span {
  background-position: 0 -136px;
}
.link-table .link-icon.-info span {
  background-position: 0 -87px;
}
.link-table .link-icon.-company span {
  background-position: 0 -470px;
}
.link-table .link-icon.-contact span {
  background-position: 0 -517px;
}
.link-table a:after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  margin-top: -6px;
}
.link-table li.link-table-half:nth-child(odd){
    border-left: 1px solid #DDD;
}
.link-table li.link-table-half {
  width: 50%;
  border-right: 1px solid #DDD;
}
.link-table li.link-table-half:last-child,
.link-table li.link-table-half:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
.cell-white a {
  color: #2f2e2e;
  background-color: #FFF;
}
.cell-white a:after {
  background: url(http://epark.jp/sp/images/portal_sp/top/link_arrow.png) no-repeat left top;
  background-size: 12px 12px;
}

/*_____会員規約～グループサイト一覧_____*/


.footer-link {
  text-align: center;
}
.footer-link li {
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-right: solid 1px #929299;
}
.footer-link li:last-child {
  border-right: none!important;
}
.footer-link li a {
  text-decoration: none;
  color:#2f2e2e;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

/*!!フッターにカテゴリリンクを読み込む場合のみONにする!!*/
/*.footer-link {
    padding: 10px 0 25px;
    text-align: center;
}*/

/*_____コピーライト_____*/

#footer_footer {
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 33px; 
    font-size: 12px;
    background-color: #8fc31f;
    letter-spacing: 0px;
    }

#footer_footer p{
   color: #FFF!important;
    font-family: Helvetica, sans-serif;
    font-weight:bolder;
}


/* ============================================================
共通パーツ
============================================================ */
/*見出し*/
.heading_1 {
  background-color: ;
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  padding:0.8rem 0 0.8rem 10px;
  display: block;
}

.heading_2 {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  font-size:0.8rem;
  padding:0.5rem;
  display: block;
}

.heading_3 {
  background-color: ;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  padding:0.5rem 0 0.5rem 10px;
  display: block;
}

.heading_4 {
  background-color: ;
  color: #000;
  font-weight: bold;
  font-size: 0.8rem;
  padding:0.5rem 0 0.5rem 10px;
  display: block;
}

.heading_4_underline{
    border-bottom: solid 2px #8fc31f;
    margin: .5rem 10px .5rem 10px;
    color:#333;
    font-weight:700;
}


/*テキスト装飾*/

.supplemental{
	font-size:90%;
	color:#888;
	margin-bottom:0.5em;
}

.note{
	font-size:90%;
	color:#F00;
	margin-bottom:0.5em;
}

.text_blue {
	color: #036eb7;
}
.text_orange {
	color: #f08303;
}
.text_red {
	color: #FF0000;
}

.text120 {
	font-size: 120%;
}
.text90 {
	font-size: 90%!important;
}
.text80 {
	font-size: 80%!important;
}
.text70 {
	font-size: 70%!important;
}








/*レイアウト*/

/*1カラム*/
.col1{
	box-sizing:border-box
	width:auto;
	padding:0 10px 0;
	margin-bottom:10px;
}


/*2カラム*/

.col2{
	box-sizing:border-box;
	width:100%;
	padding:0 10px 0 10px;
	display:table;
	margin-bottom:10px;
}

.col2 .ray1{
	width:50%;
	box-sizing: content-box;
	padding-right:5px;
	display:table-cell;
}

.col2 .ray2{
	width:50%;
	box-sizing: content-box;
	padding-left:5px;
	display:table-cell;
}

/*3カラム*/

.col3{
	box-sizing:border-box;
	width:100%;
	padding:0 5px 0 5px;
	display:table;
	margin-bottom:10px;
}

.col3 .ray1{
	box-sizing:border-box;
	width:33.3%;
	padding:0 5px 0 5px;
	display:table-cell;
}

.col3 .ray2{
	box-sizing:border-box;
	width:33.3%;
	padding:0 5px 0 5px;
	display:table-cell;
}

.col3 .ray3{
	box-sizing:border-box;
	width:33.3%;
	padding:0 5px 0 5px;
	display:table-cell;
}

/*改行*/
.center{
	text-align:center;
}

/*ボタン*/

.buttonLink{
	display:inline-block;
	margin:0 auto;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-weight:700;
	text-decoration:none;
	width:100%;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 4% 10px 4% 10px;
	position:relative;
	font-size:110%;
}

.buttonLink_s{
	display:inline-block;
	margin:0 auto;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-weight:700;
	text-decoration:none;
	width:100%;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 3px!important;
	position:relative;
	font-size:100%;
}

.col3 .ray1 .buttonLink.arrow,
.col3 .ray2 .buttonLink.arrow,
.col3 .ray3 .buttonLink.arrow,
.col3 .ray1 .buttonLink.blank,
.col3 .ray2 .buttonLink.blank,
.col3 .ray3 .buttonLink.blank,
.col3 .ray1 .buttonLink.arrowGreen,
.col3 .ray2 .buttonLink.arrowGreen,
.col3 .ray3 .buttonLink.arrowGreen,
.col3 .ray1 .buttonLink.blankGreen,
.col3 .ray2 .buttonLink.blankGreen,
.col3 .ray3 .buttonLink.blankGreen,
.col3 .ray1 .buttonLink.arrowGray,
.col3 .ray2 .buttonLink.arrowGray,
.col3 .ray3 .buttonLink.arrowGray,
.col3 .ray1 .buttonLink.blankGray,
.col3 .ray2 .buttonLink.blankGray,
.col3 .ray3 .buttonLink.blankGray{
	text-align:left!important;
}


.buttonLink.green,.buttonLink_s.green{
	color:#ffffff;
	background:#8fc31f;
}
.buttonLink.orange,.buttonLink_s.orange{
	color:#ffffff;
	background:#fc880b;
}
.buttonLink.white,.buttonLink_s.white{
	color:#8fc31f;
	background:#ffffff;
	border: solid 1px #8fc31f;
}

.buttonLink.gray,.buttonLink_s.gray{
	color:#666;
	background:#ffffff;
	border: solid 1px #666;
}

.buttonLink.arrow,.buttonLink.blank,
.buttonLink.arrowGreen,.buttonLink.blankGreen,
.buttonLink.arrowGray,.buttonLink.blankGray,{
	padding: 3% 7px 3% 12px;
}

.buttonLink_s.arrow,.buttonLink_s.blank,
.buttonLink_s.arrowGreen,.buttonLink_s.blankGreen,
.buttonLink_s.arrowGray,.buttonLink_s.blankGray{
	padding: 3px 20px 3px 3px;
}


.buttonLink.arrow:after{
	content:'';
	display:block;
	width:9px;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:7px;
	background:url(http://epark.jp/images/portal_sp/top/arrow_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:9px 14px;
}
.buttonLink.blank:after{
	content:'';
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8.5px;
	right:15px;
	background:url(http://epark.jp/images/portal_sp/top/blank_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:17px 17px;
}
.buttonLink.arrowGreen:after{
	content:'';
	display:block;
	width:9px;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:12.5px;
	background:url(../images/arrowGreen_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:9px 14px;
}
.buttonLink.blankGreen:after{
	content:'';
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8.5px;
	right:15px;
	background:url(../images/blankGreen_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:17px 17px;
}
.buttonLink.arrowGray:after{
	content:'';
	display:block;
	width:9px;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:12.5px;
	background:url(../images/arrowGray_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:9px 14px;
}
.buttonLink.blankGray:after{
	content:'';
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8.5px;
	right:15px;
	background:url(../images/blankGray_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:17px 17px;
}

.buttonLink_s.arrow:after{
	content:'';
	display:block;
	width:9px;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:12.5px;
	background:url(http://epark.jp/images/portal_sp/top/arrow_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:6px 12px;
}
.buttonLink_s.blank:after{
	content:'';
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8.5px;
	right:15px;
	background:url(http://epark.jp/images/portal_sp/top/blank_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:10px 10px;
}
.buttonLink_s.arrowGreen:after{
	content:'';
	display:block;
	width:9px;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:12.5px;
	background:url(../images/arrowGreen_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:6px 12px;
}
.buttonLink_s.blankGreen:after{
	content:'';
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8.5px;
	right:15px;
	background:url(../images/blankGreen_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:10px 10px;
}
.buttonLink_s.arrowGray:after{
	content:'';
	display:block;
	width:9px;
	height:14px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:12.5px;
	background:url(../images/arrowGray_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:6px 10px;
}
.buttonLink_s.blankGray:after{
	content:'';
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8.5px;
	right:15px;
	background:url(../images/blankGray_link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:10px 10px;
}


/*トップに戻るボタン*/


.backtop{
	border:solid 1px #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #fff;
	display: block;
	float: right;
	line-height: 110%;
	padding: 10px;
}

.backtop a{
	color: #666;
	text-decoration:none;
	font-weight: bold;
}

.backtop:before,
.backtop:after {
  content: "";
  display: table;
}

.backtop{
margin:10px;}

.backtop:after {
  clear: both;
}