@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
 [Base CSS]
-------------------------------------------------- */
/* /common/css/base.css */

/* -----------------------------------------------
 [Global Reset + Foundation CSS]
-------------------------------------------------- */
html * {
	/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}
html {

}
body {
	/* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;
	font-family: "Times New Roman", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif, "メイリオ", "ＭＳ Ｐゴシック",sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	line-height: 1; /* I found a bug in iOS 7. */
	/* background: #000; */
}
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,em,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label,
table,caption,tbody,tfoot,thead,tr,th,td{
	/* margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-style: normal;
	font-weight: normal; */
}
article,aside,figure,footer,header,hgroup,menu,nav,section{
	/*margin: 0;
	padding: 0;
	border: none;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	font-size: 100%;
	outline: none;*/
}
/* h1,h2,h3,h4,h5,h6 {
	line-height: 1;
}
p {
	line-height: 1;
}
dt,dd,li,th,td,input,textarea {
	line-height: 1;
}
ul,ol {
	list-style-type: none;
}
img {
	vertical-align: top;
} */
strong {

}
em {

}
a {
	text-decoration: none;
}
a:visited {

}
a:hover {

}
a:active {

}
::-moz-selection {
	/*background: transparent;*/
}
::selection {
	/*background: transparent;*/
}
/*img:not([width]) {
	width: auto;
	height: auto;
	zoom: 0.5;
}*/
/*a[href*="tel:"] {

}*/
/*iframe[src*="youtube.com"] {

}*/

.txt_c{
	text-align: center!important;
}
/* -----------------------------------------------
 [Generic CSS]
-------------------------------------------------- */
/* Clearfix [ModernType]
-------------------------------------------------- */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* -----------------------------------------------
 [Structure CSS]
-------------------------------------------------- */
/* #document
-------------------------------------------------- */
#document {
	position: relative;
	/* overflow: hidden; */
}

/* #header
-------------------------------------------------- */
#header {
	position: relative;
	/* border-bottom: 1px solid #626366; */
	background:#000;
	z-index: 100001;
}
#header_inner {
	border-left: 1px solid #626366;
	border-right: 1px solid #626366;
}
#header_contents{
	/* height:41px;
	padding: 11px 18px 8px; */
}
#header_logo {
	float:left;
	/* margin-right:33px; */
}
#header_tagline{
	/* width:450px;
	display:block;
	color:#b4b3b3;
	font-size:10px;
	line-height:1;
	padding-top:18px;
	float:left; */
}
#header_free_dial{
	float:right;
}
#header_gnav {
	height:60px;
	position:relative;
}
#header_gnav li{
	float:left;
}
#header_gnav li a{
	display:block;
}

.inner.contents_small{
	width: 1000px;
	margin: 0 auto;
}
/* #footer
--------------------------------------------------
#footer {
	position: relative;
	background:#252525;
	border-top: 1px solid #626366;
}
#footer_inner {
	padding: 44px 0 25px;

}
#footer_company_about{
	width:235px;
	padding: 6px 40px 8px 15px;
	border-right: dotted 1px #d7d7d7;
	float:left;
}
#footer .btn_pagetop {
	position: absolute;
	top: -50px;
	right: 0;
}
#footer_link{
	width: 631px;
	float:left;
	padding: 18px 0 0 40px;
}
#footer_link ul{
	float:left;
	margin-right:40px;
}
#footer_link ul:last-child{
	margin-right:0;
}
#footer_link li{
	margin-bottom:8px;
}
#footer_copyright {
	clear:both;
	padding-top:35px;
	text-align:center;

}

.foot{float:left;margin:0 auto;padding:0;width:950px;}
.foot p{color:#D9D9D9;}
.page_top{float:right;margin:5px 3px 0 0;display:inline;padding:0;}
.f_txt01{float:left;margin:0;padding:0 0 4px 3px;width:930px;}
.f_txt01 span{font-weight:bold;}
.f_txt02{float:left;margin:0;padding:0 0 4px 3px;width:930px;font-size:10px;}
.c_text{float:left;margin:0;padding:0 0 4px 3px;width:930px;font-size:10px;}
.copy{float:left;margin:0;padding:20px 0 10px 3px;width:930px;font-size:10px;}
 */
/* #gnav
-------------------------------------------------- */
#gnav {

}
#gnav_inner {

}

/* #breadcrumb
-------------------------------------------------- */
#breadcrumb {

}
#breadcrumb_inner {

}

/* #container
-------------------------------------------------- */
#container {
	position: relative;
}
#container_inner {

}

/* #main
-------------------------------------------------- */
#main {

}
#main_inner {

}

/* #aside
-------------------------------------------------- */
#aside {

}
#aside_inner {

}

/* -----------------------------------------------
 [Module CSS]
-------------------------------------------------- */
/* Development Module
-------------------------------------------------- */
html {
	/*background: url(/common/images/pct_bg_test_sitetop.jpg);*/
	/*background: url(/common/images/pct_bg_test_sitetop.jpg) no-repeat center top;*/
}
body {
	/*opacity: 0.6;*/
	/*background: rgba(255,255,255,0.6);*/
}
#header {
	/* min-height: 100px; */
}
#container {
	/*min-height: 2000px;*/
	/*border: 1px solid #0CF;*/
}
#footer {
	min-height: 100px;
}

/* FontFamily Module
-------------------------------------------------- */
.hdg_accordion {
	font-family: Helvetica, Arial, 'HiraKakuProN-W6', 'ヒラギノ角ゴ ProN W6',
 Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;
}

/* Hedding Module
-------------------------------------------------- */
.hdg_accordion {
	font-size: 17px;
	line-height: 1.5;
}

/* 320px Module
-------------------------------------------------- */
/*#document {
	min-width: 320px;
}
#header_inner,
#breadcrumb_inner,
#container_inner,
.box_carousel_inner,
#footer_inner {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}*/

/* 980px Module
-------------------------------------------------- */
#document {
	min-width: 980px;
}
#header_inner,
#breadcrumb_inner,
#container_inner,
.box_carousel_inner,
#footer_inner {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* Wrap Module
-------------------------------------------------- */
.wrap_default {
	position:relative;
	margin: 0 auto 0;
	clear: both;
	/*margin: 20px 10px 0;*/
}
#route_page,
#area_page{
  padding-top:15px !important;
  margin-bottom:15px;
}

/* ----------------------------------------------- */
.wrap_full {
	margin: 20px 0 0;
}
/* ----------------------------------------------- */
.wrap_center {
	margin: 20px 0 0;
	text-align: center;
}

/* Box Module
-------------------------------------------------- */
.box_*** {

}
/* ----------------------------------------------- */
.box_*** {

}

/* Nav Module
-------------------------------------------------- */
.nav_*** {

}
/* ----------------------------------------------- */
.nav_*** {

}

/* Text Module
-------------------------------------------------- */
.txt_*** {

}
/* ----------------------------------------------- */
.txt_*** {

}

/* List Module
-------------------------------------------------- */
.list_*** {

}
/* ----------------------------------------------- */
.list_*** {

}

/* Link Module
-------------------------------------------------- */
.r_over:hover {
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	opacity: 0.8;
	display: inline-block\9;
}
/* ----------------------------------------------- */
.link_*** {

}
/* ----------------------------------------------- */
.link_*** {

}

/* Picture Module
-------------------------------------------------- */
.pct_ratina {
	zoom: 0.5;
}
/* ----------------------------------------------- */
.pct_center01 {
	margin: 0 auto 19px;
	display: block;
}

/* Button Module
-------------------------------------------------- */
.btn_*** {

}
/* ----------------------------------------------- */
.btn_*** {

}

/* Icon Module
-------------------------------------------------- */
.icn_pc {
	margin-left: 2px;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 1px;
}
/* ----------------------------------------------- */
.icn_*** {

}

/* Table Module
-------------------------------------------------- */
.tbl_base {
	width: 100%;
	margin-top: 20px;
	table-layout: fixed;
}
.tbl_base th,
.tbl_base td {
	border: 1px solid #ccc;
	word-wrap: break-word;
	word-break: break-all;
}
.tbl_base th {
	background: #e9e9e9;
}
/* ----------------------------------------------- */
.tbl_*** {

}

/* Form Module
-------------------------------------------------- */
.form_*** {

}
/* ----------------------------------------------- */
.form_*** {

}

/* Effect Module
-------------------------------------------------- */
.efct_shadow01,
.efct_shadow02 {
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	position: relative;
}
.efct_shadow01:before,
.efct_shadow01:after,
.efct_shadow02:before,
.efct_shadow02:after {
	border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
	bottom: 0;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: -1;
}
.efct_shadow01:before,
.efct_shadow01:after {
	box-shadow: 0 3px 5px rgba(0,0,0,1);
}
.efct_shadow02:before,
.efct_shadow02:after {
	box-shadow: 0 5px 7px rgba(0,0,0,1);
}
.efct_shadow01:after,
.efct_shadow02:after {
	left: auto;
	right: 10px;
	transform: skew(8deg) rotate(3deg);
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
}

/*layout Module
-------------------------------------------------- */

.fll{
	float:left;
}
.flr{
	float:right;
}
