@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.8;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #000;
	text-decoration: underline;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

a:hover {
	text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/* old clearfix */
/*
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
*/
/* Hides from IE Mac */
/*
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*/
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #f00 !important;
}
.f_c_yellow {
	color: #ff0 !important;
}
.f_c_blue {
	color: #00f !important;
}
.f_c_gray {
	color: #ccc !important;
}
.f_c_gray_2 {
	color: #999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

#container {
	background: url(../images/bg.png) left top repeat;
	border-top: 8px solid #222222;
	min-width: 952px;
	width: 100%;
}
/*---------------------------------------------------------------------------*/

header {
	min-width: 952px;
	width: 100%;
}
header .head_area {
	margin: 0 auto;
	min-height: 300px;
	padding: 0 0 60px;
	position: relative;
	width: 952px;
}
header .head_area .logo {
	left: 50%;
	margin: 0 0 0 -68px;
	position: absolute;
	top: 90px;
}
header .head_area .main_txt {
	left: 50%;
	margin: 0 0 0 235px;
	position: absolute;
	top: 78px;
}
header .head_area .navi_list {
	padding: 78px 0 0 82px;
}
header .head_area .navi_list > li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 30px 0 0;
	position: relative;
	vertical-align: top;
}
header .head_area .navi_list li .subnavi_list {
	display: none;
	left: 26px;
	position: absolute;
	top: 30px;
	z-index: 100;
}

header #google_translate_element {
	position: absolute;
	right: 0;
	top: 10px;
}

/*---------------------------------------------------------------------------*/

.wide_area {
	width: 100%;
}
.wide_area .bg_img_main {
	height: 306px;
	min-width: 952px;
	width: 100%;
}
.wide_area .bg_img {
	height: 449px;
	min-width: 952px;
	width: 100%;
}
/*---------------------------------------------------------------------------*/

.contents {
	min-width: 952px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.contents .contents_box {
	margin: 0 auto;
	position: relative;
	width: 952px;
	z-index: 1000;
}

.contents_title {
	padding: 62px 0 50px;
	text-align: center;
}
/*---------------------------------------------------------------------------*/

#contact {
	background: url(../images/bg_contact.png) left top repeat;
	padding: 0 0 25px;
}
#contact .contact_box {
	margin: 0 auto;
	position: relative;
	width: 952px;
	z-index: 1000;
}
#contact .contents_title {
	padding: 30px 0 35px;
}
#contact .tel_list {
	margin: 0 -60px 0 0;
	text-align: center;
}
#contact .tel_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 60px 25px 0;
	vertical-align: top;
}
#contact .tel_list li .tel_name {
	border-right: 1px solid #b6b6b6;
	color: #2d2d2d;
	font-size: 15px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 20px 0 0;
	padding: 0 15px 0 0;
	vertical-align: middle;
	text-align: left;
	width: 220px;
}
#contact .tel_list li .tel_no {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
/*---------------------------------------------------------------------------*/

footer {
	min-width: 952px;
	width: 100%;
}
footer .foot_area {
	margin: 0 auto;
	padding: 35px 0;
	position: relative;
	width: 952px;
}
footer .foot_area .bnr_list {
	padding: 0 0 58px;
	text-align: center;
}
footer .foot_area .bnr_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0 7px;
	vertical-align: top;
}
footer .foot_area .sitemap {
	text-align: center;
}
footer .foot_area .sitemap .foot_logo,
footer .foot_area .sitemap .sitemap_list {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
footer .foot_area .sitemap .foot_logo {
	background: url(../images/footer_bar.png) right top no-repeat;
	margin: 0 20px 0 0;
	padding: 0 68px 0 0;
}
footer .foot_area .sitemap .sitemap_list {
	padding: 3px 0 0 48px;
	text-align: left;
}
footer .foot_area .sitemap .sitemap_list li {
	padding: 0 0 10px;
	text-align: left;
}
footer .foot_area .sitemap .sitemap_list li.cat_link,
footer .foot_area .sitemap .sitemap_list li.cat_link a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
footer .foot_area .sitemap .sitemap_list li a {
	color: #000000;
	text-decoration: none;
}
footer .foot_area .sitemap .sitemap_list li a:hover {
	text-decoration: underline;
}
footer .copyright {
	background: #ffffff;
	padding: 35px 0;
	text-align: center;
}
/*---------------------------------------------------------------------------*/

.pagetop {
	bottom: 30px;
	display: none;
	position: fixed;
	right: 23px;
	z-index: 1000;
}
/*---------------------------------------------------------------------------*/
