﻿@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("./base_sp.css") screen and (max-width: 768px); /* SP用は外部で */


/* 基本設定【全ブラウザ共通】 ---------------------------------------------*/

html{
	overflow-y: scroll;
	font-family:'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%; /* SP用 */
}

/*Safari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, html {
	font-family:'Helvetica', ' Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
    }
}

/*\*/
* html #wrapper {
	height: 1em;
	overflow: visible;
}
/**/

*{
	margin:0px;
	padding:0px;
}

.clearfix:after {
	content: "";
	display: block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clearfix { display: inline-table; }


/* IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix {
	display: block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}
/* End IE-mac */

body{
	font-size:12px;
	-webkit-text-size-adjust: 100%;
	background-image: url("../img/bg.gif");
	background-repeat:repeat;
	position: relative;
}

#wrapper{
	margin:0 auto;
	padding:0px;
	clear:both;
	overflow: hidden;
}

#wrapper:after {
	content: "";
	display: block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* その他設定【全ブラウザ共通】 -------------------------------------------*/

a{
	text-decoration:none;
	color:black;
	font-size:12px;
}

a:hover{
	text-decoration:underline;
	color:#000;
}

a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

img{
	border:0px;
	-ms-interpolation-mode: bicubic;
}

.Clear{ clear:both; }

ul li{ list-style-type:normal; }

i { font-family: FontAwesome; }


/* その他設定【PC用(IE8以下 以外)】 ---------------------------------------*/

@media only screen and (min-width: 567px) {
	.sp_Clear{ display:none; }
}


/* その他設定【IE8以下用】 ------------------------------------*/

@media \0screen\,screen\9 /* IE8以下 */{
	.sp_Clear{ display:none; }
}


/* header【全ブラウザ共通】 -----------------------------------------------*/

#header{
	max-width:1000px;
	margin:0px auto;
	width:96%;
	padding-bottom:55px;
	overflow:hidden;
}

#header_line{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	background: #f4f4f4;
	background: -moz-linear-gradient(30%, #fff, #f4f4f4);
	background: -webkit-gradient(linear, left 30%, left bottom, from(#fff), to(#f4f4f4));
	background: -o-linear-gradient(top, #fff 30%, #f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 30%, #f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 30%, #f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0); /* IE7,8,9 */
}

#logo{
	margin-top:15px;
	max-width:265px;
	width:30%;
	float:left;
}

#banner{
	margin-top:15px;
	max-width:250px;
	width:30%;
	float:right;
}

#logo img, #banner img{ width:100%; }

#menu{
	position: absolute;
	max-width:1000px;
	width: 96%;
	margin-top:3px;
	list-style: none;
	background-image: url("../img/menu_bg.gif")!important;
	background-repeat:no-repeat!important;
	background-position:left!important;
}

#menu li{ float: left; }

#menu > li{
	display:inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	max-width:165.5px;
	width:16.55%;
	height:auto;
	position:relative;
	background-image: url("../img/menu_bg.gif")!important;
	background-repeat:no-repeat!important;
	background-position:right!important;
}

#menu a {
	float: left;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#menu > li > a{
	width:100%;
	height:auto;
	text-align:center;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	line-height:300%;
	padding:2px 0;
	font-size:1.0rem;
	font-size:16px\9; /* IE10以下 */
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

#menu > li:hover > a:hover{
	color:#A90000;
	font-weight:700;
	background-repeat: no-repeat;
	background-position:50% 50%;
	text-decoration:none;
}

#menu li:hover > ul{ display: block; }

/* Sub-menu */

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	*position: static!important; /* IE7 */
	top: 52px;
	max-width:165.5px;
	width:100%;
	z-index: 99999;
	background-color:#dd6464\9; /* IE10以下 */
	background-color: rgba(213,62,62,0.8);
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

#menu ul li{
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menu ul li:last-child{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu ul a{
	font-size:0.8rem;
	font-size:12.8px\9; /* IE10以下 */
	padding: 16px 7%;
	height: auto;
	line-height: 1;
	font-weight:500;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	color:#fff;
}

*html #menu ul a{ /* IE6 */
	height: 15px;
	width:100%;
}

#menu ul a:hover{
	background: #A82A2A;
	text-decoration:none;
	color:#fff;
}

#menu ul li:first-child a:after{
	content: '';
	position: absolute;
	left: 47%;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #dd6464;
}

#menu ul li:first-child a:hover:after{ border-bottom-color: #A82A2A; }

#menu ul li:last-child a{
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


/* header【PC用(IE8以下 以外)】 ---------------------------------------*/

@media only screen and (min-width: 567px) {
	#sp_menu{ display:none; }
}


/* header【IE8以下用】 ------------------------------------*/

@media \0screen\,screen\9 /* IE8以下 */{
	#sp_menu{ display:none; }
}


/* nax_r,sp-nav【共通】 -------------------------------------*/

#nav_r{
	position: fixed;
	list-style: none;
	z-index: 9999;
	clear:both;
}

#nav_r li {
	margin-bottom: 0.8em;
	overflow:hidden;
}

#nav_r li a {
	display: block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height:44px;
	position: fixed;
	text-decoration: none;
	right: -170px;
}

#nav_r li img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#nav_r .nav_r_top{
	top:15px;
	display: block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height:99px;
	position: fixed;
	right: 0;
}

#nav_r .nav_r_01{ top:130px; }

#nav_r .nav_r_02{ top:175px; }

#nav_r .nav_r_03{ top:220px; }

#nav_r .nav_r_04{ top:265px; }

#nav_r .nav_r_05{ top:310px; }


/* nax_r,sp-nav【PC・IE8以下以外は非表示】 -------------------------------------*/

@media only screen and (max-width: 1024px) {
	#nav_r{ display:none; }
}


/* index_main【全ブラウザ共通】 -------------------------------------------*/

.index_on_wh{
	max-height:1005px;
	height:100%;
	font-size:26px\9; /* IE10以下 */
	background-image: url("../img/index/on_whbg.gif");
	background-size:auto 100%;
	background-repeat:repeat-x;
	background-position:top;
}

.index_on{
	clear:both;
	position:relative;
	max-height:944px;
	height:100%;
	max-width:1000px;
	width:96%;
	margin:0 auto 10px auto;
	padding-bottom:60px;
	overflow:hidden;
}

.index_on .index_on_link{
	float:left;
	text-align:center;
	width:50%;
	*width:49%; /* IE7 */
	margin:30px auto 0 auto;
}

.index_on .index_on_link p{
	text-align:center;
	width:47%;
	*width:46.7%; /* IE7 */
	margin:0 1.5%;
	float:left;
}

.index_on .index_on_link p img{ width:100%; }

.index_on .index_on_link p a{
	width:100%;
	height:100%;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}

.index_on .index_on_bg{
	position:relative;
	width:97%;
	margin:0 auto;
	padding:7% 1% 0% 1%;
}

.index_on .index_on_bg img{
	max-width:1000px;
	width:100%;
}

.index_on .index_on_ribon_l{
	position:absolute;
	width:100%;
	max-width:265px;
	top:4.5%;
	left:0.7%;
}

.index_on .index_on_ribon_r{
	position:absolute;
	width:100%;
	max-width:265px;
	top:4.5%;
	right:0.3%;
}

.index_on .index_on_ribon_l img, .index_on .index_on_ribon_r img{ width:100%; }

.index_on h1{
	color:#111;
	font-size:1.6rem;
	font-size:26px\9; /* IE10以下 */
	text-align:center;
	text-shadow: 0.07em 0.07em 0.3px #ccc;
	font-weight:700;
	letter-spacing:2px;
}

.index_on h2{
	font-size:0.5rem;
	font-size:10px\9; /* IE10以下 */
	text-align:center;
	letter-spacing:1.5px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .index_on h2 { font-size:0.6rem } /* IE11 */
}

.index_on h3{
	position:absolute;
	font-size:2.8rem;
	font-size:44px\9; /* IE10以下 */
}

.index_on_title{ display:none\9; /* IE10以下 */ }

@media only screen and (min-width: 567px) {
	.index_on_title{ display:none; }
}

.index_on .copy01 h3{
	top:20.5%;
	left:4%;
	color:#222;
	text-shadow: 0.1em 0.1em 15px #fff;
}

.index_on .copy02 h3{
	bottom:4%;
	right:4%;
	text-align:right;
	color:#fff;
	text-shadow: 0.1em 0.1em 15px #222;
}

.index_on .copy03 h3{
	top:38%;
	left:7%;
	color:#fff;
	text-shadow: 0.1em 0.1em 15px #222;
}

.index_on .copy04 h3{
	bottom:4%;
	right:4%;
	text-align:right;
	color:#fff;
	text-shadow: 0.1em 0.1em 15px #222;
}

.index_on .copy05 h3{
	bottom:4%;
	left:4%;
	color:#fff;
	text-shadow: 0.1em 0.1em 10px #111;
}


/* main【全ブラウザ共通】 -------------------------------------------------*/

#main{
	width:100%;
	overflow:hidden;
	padding:0;
}

.main_company #main_top{ background-image: url("../img/h1_company_a.jpg"); }

.main_organization #main_top{ background-image: url("../img/h1_company_b.jpg"); }

.main_office #main_top{ background-image: url("../img/h1_company_c.jpg"); }

.main_profile #main_top{ background-image: url("../img/h1_company_d.jpg"); }

.strong_a #main_top{ background-image: url("../img/h1_strong_a.jpg"); }

.strong_b #main_top{ background-image: url("../img/h1_strong_b.jpg"); }

.strong_c #main_top{ background-image: url("../img/h1_strong_c.jpg"); }

.main_product #main_top{ background-image: url("../img/h1_product_a.jpg"); }

.main_catalog #main_top{ background-image: url("../img/h1_product_b.jpg"); }

.main_add #main_top{ background-image: url("../img/h1_product_c.jpg"); }

.main_recruit #main_top{ background-image: url("../img/h1_recruit_a.jpg"); }

.main_contact #main_top{ background-image: url("../img/h1_contact_a.jpg"); }

.main_form #main_top{ background-image: url("../img/h1_contact_b.jpg"); }

.main_faq #main_top{ background-image: url("../img/h1_contact_c.jpg"); }

.main_promotion #main_top{ background-image: url("../img/h1_promotion_a.jpg"); }

#main_top{
	margin:0px auto 40px auto;
	height:370px;
	background-color:#f4f4f4;
	background-repeat:no-repeat;
	background-position:50% 100%;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.25) inset;
	border-bottom:2px solid #fff;
}

.main_benefits #main_top, .main_staff #main_top, .main_privacy #main_top{
	background:none!important;
	margin:0!important;
	height:auto!important;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	border-bottom:0!important;
}

#main_top h1{
	max-width:1000px;
	margin:0px auto;
	font-size:1.1rem;
	font-size:17.5px\9; /* IE10以下 */
	text-shadow: 0.10em 0.10em 10px #ffffff;
	font-weight:700;
	letter-spacing:2px;
	width:90%;
	line-height:350%;
	padding:130px 0 0 7%;
}

#main #main_top h1 > span{ display:block; /* IE7はinline設定必要なし */ }

#main #main_top h1 > span.h1_toptxt{
	font-size:3.3rem;
	font-size:53px\9; /* IE10以下 */
}

.main_benefits h1, .main_staff h1{
	text-align:center;
	width:96%!important;
	position:static!important;
	margin:8% auto 5% auto!important;
	padding:0!important;
	line-height:auto!important;
}

.main_privacy h1{
	text-align:center;
	width:96%!important;
	position:static!important;
	margin:10% auto 8% auto!important;
	padding:0!important;
	line-height:auto!important;
}

.main_benefits h1 > span, .main_staff h1 > span, .main_privacy h1 > span{ margin:1% 0 0 0!important; }

#main #main_top p{
	max-width:1000px;
	margin:0px auto;
	text-shadow: 0.08em 0.08em 5px #ccc;
	padding-left:7%;
	line-height:190%;
	font-size:1.1rem;
	font-size:17.6px\9; /* IE10以下 */
}

#main #main_bottom .t_copy {
	font-size:1.5rem;
	font-size:24.0px\9; /* IE10以下 */
	text-shadow: 0.08em 0.08em 3px #bbb;
	line-height:170%;
	position: relative;
	width: 100%;
	text-align:center;
	margin-bottom:4%;
	padding: 15px 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main #main_bottom .t_copy::before, #main #main_bottom .t_copy::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main #main_bottom .t_copy::before {
	left: 0;
	border-left: 1px solid #555;
}

#main #main_bottom .t_copy::after {
	right: 0;
	border-right: 1px solid #555;
}


.main_bottom_title{
	width:100%;
	overflow:hidden;
}

.main_bottom_title p{
	float:left;
	padding:12px 0 0 13px;
}

#main h2{
	font-size:3.0rem;
	font-size:40px\9; /* IE10以下 */
	letter-spacing:6px;
	color:#111;
	text-shadow:0.05em 0.05em 1.0px #ccc;
}

#main h3{
	font-size:1.7rem;
	font-size:28px\9; /* IE10以下 */
	letter-spacing:1.2px;
}

#main h4{
	font-size:1.5rem;
	font-size:24px\9; /* IE10以下 */
	color:#333;
	text-shadow: 0.08em 0.08em 5px #ccc;
	margin:15px 0 30px 0;
	padding:21px 0 0 56px;
	line-height:160%;
}

@media \0screen\,screen\9 /* IE8以下 */{
	#main h4{
		margin:15px 0 30px 0!important;
		padding:30px 0 0 57px!important;
	}
}

@-moz-document url-prefix() /* Firefox */{
	#main h4{ padding:21px 0 0 36px; }
}

#main_bottom{
	max-width:1000px;
	margin:0 auto;
	width:96%;
	font-size:15px;
	line-height:200%;
}

.main_add #main_bottom > div, .main_faq #main_bottom > div, .main_form #main_bottom > div.main_border, .main_contact #main_bottom > div.main_border, .main_contact #main_bottom > div.mail_privacy{
	margin-bottom:70px;
}

#main_bottom .main_border{
	max-width:1000px;
	width:98%;
	padding:1%;
	background-color:#fff;
	overflow:hidden;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	-ms-border-radius:13px;
	border-radius:13px;
}

#main_bottom .main_border > div{
	padding:20px 3%;
	border:1px dashed #ccc;
	overflow:hidden;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	-ms-border-radius:13px;
	border-radius:13px;
}

.main_add p.main_copy{
	font-size:23px!important\9 !important;
	/* IE10以下 */
	margin:0 0 1% 6%;
}

#btm_link_company, #btm_link_product, #btm_link_recruit, #btm_link_faq{
	max-width:1000px;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:10% 0;
	background-image:url("../img/line01.gif");
	background-repeat:repeat-x;
	background-position:top;
}

#btm_link_company p{
	float:left;
	width:23.0%;
	margin:0 1%;
}

#btm_link_product p, #btm_link_recruit p{
	float:left;
	width:23.0%;/*29.3*/
	margin:0 1%;/*0.2*/
}

#btm_link_faq p{
	float:left;
	width:37.0%;
	margin:0 6.5%;
}

#btm_link_company p.on, #btm_link_product p.on, #btm_link_recruit p.on{
	height:auto;
	text-align:center;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	color:#fff!important;
	text-shadow: 0.1em 0.1em 0.7px #555;
	padding:18px 0;
	font-size:1.0rem;
	font-size:16px\9; /* IE10以下 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

#btm_link_company p a, #btm_link_product p a, #btm_link_recruit p a, #btm_link_faq p a{
	width:100%;
	height:auto;
	text-align:center;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	color:#fff!important;
	text-shadow: 0.1em 0.1em 0.7px #555;
	padding:18px 0;
	font-size:1.0rem;
	font-size:16px\9; /* IE10以下 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

#btm_link_company p a{
	background: #FFADAD;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFADAD', endColorstr='#FFADAD', GradientType=0); /* IE7,8,9 */
}

#btm_link_product p a{
	background: #A3D8A0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3D8A0', endColorstr='#A3D8A0', GradientType=0); /* IE7,8,9 */
}

#btm_link_recruit p a{
	background: #81C6D8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81C6D8', endColorstr='#81C6D8', GradientType=0); /* IE7,8,9 */
}

#btm_link_faq p a{
	background: #B6B7ED;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6B7ED', endColorstr='#B6B7ED', GradientType=0); /* IE7,8,9 */
}

#btm_link_company p a:hover, #btm_link_company p.on{
	background: #F95353;
	background: -moz-linear-gradient(20%, #FF8080, #F95353);
	background: -webkit-gradient(linear, left 20%, left bottom, from(#FF8080), to(#F95353));
	background: -o-linear-gradient(top, #FF8080 20%, #F95353 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF8080 20%, #F95353 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FF8080 20%, #F95353 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8080', endColorstr='#F95353', GradientType=0); /* IE7,8,9 */
}

#btm_link_product p a:hover, #btm_link_product p.on{
	background: #4DBA47;
	background: -moz-linear-gradient(20%, #7ACB75, #4DBA47);
	background: -webkit-gradient(linear, left 20%, left bottom, from(#7ACB75), to(#4DBA47));
	background: -o-linear-gradient(top, #7ACB75 20%, #4DBA47 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7ACB75 20%, #4DBA47 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7ACB75 20%, #4DBA47 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB75', endColorstr='#4DBA47', GradientType=0); /* IE7,8,9 */
}

#btm_link_recruit p a:hover, #btm_link_recruit p.on{
	background: #0095BD;
	background: -moz-linear-gradient(20%, #3AB4D5, #0095BD);
	background: -webkit-gradient(linear, left 20%, left bottom, from(#3AB4D5), to(#0095BD));
	background: -o-linear-gradient(top, #3AB4D5 20%, #0095BD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3AB4D5 20%, #0095BD 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3AB4D5 20%, #0095BD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3AB4D5', endColorstr='#0095BD', GradientType=0); /* IE7,8,9 */
}

#btm_link_faq p a:hover{
	background: #7475BB;
	background: -moz-linear-gradient(20%, #A2A3ED, #7475BB);
	background: -webkit-gradient(linear, left 20%, left bottom, from(#A2A3ED), to(#7475BB));
	background: -o-linear-gradient(top, #A2A3ED 20%, #7475BB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #A2A3ED 20%, #7475BB 100%); /* IE10+ */
	background: linear-gradient(to bottom, #A2A3ED 20%, #7475BB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2A3ED', endColorstr='#7475BB', GradientType=0); /* IE7,8,9 */
}

.main_company #main_bottom .main_border, .main_office #main_bottom .main_border, .main_organization #main_bottom .main_border, .main_profile #main_bottom > div{
	margin-bottom:10%;
}

.main_profile #main_bottom #btm_link_company, .main_add #main_bottom #btm_link_product, .main_recruit #main_bottom #btm_link_recruit, .main_faq #main_bottom #btm_link_faq{
	padding:10% 0 0 0!important;
}

.main_faq #main_bottom #btm_link_faq{ margin:80px 0; }

.main_add #main_bottom{ padding-bottom:2%; }


/* company - index【全ブラウザ共通】 -------------------------------------------------*/

.main_company #main_bottom .main_border{
	background-image: url("../img/company_bg.png");
	background-repeat:no-repeat;
	background-position:90% 92%;
}

.main_company pre{
	font-family:'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	margin:40px 0 40px 2%;
	font-size:1.5rem;
	font-size:24px\9; /* IE10以下 */
	line-height:190%;
	text-align:left;
	color:#222;
	letter-spacing:1px;
	text-shadow: 0.1em 0.1em 1.5px #ebebeb;
}

.main_company pre span{ background:linear-gradient(transparent 60%, #ff0 0%); }


/* company - office【全ブラウザ共通】 -------------------------------------------------*/

.main_office h2{
	border-left:10px solid #A90000;
	margin:5% 0 1% 2%!important;
	*margin:5% 0 2% 0!important; /* IE7 */
	padding:7px 0 12px 3%!important;
	*padding:12px 0 6px 2%!important; /* IE7 */
	font-size:2.5rem!important;
	clear:both;
}

.main_office h3{ clear:both; }

.main_office .tb01 h3 span, .main_office .tb03 h3 span{ font-size:110%; }

.main_office .tb02 h3 span{ font-size:85%; }

.main_office h3 i{
	font-weight:500;
	color:#C23131;
	padding-right:5px;
}

.main_office .tb01 h3 i, .main_office .tb03 h3 i{ font-size:120%; }

.main_office .tb02 h3 i{ font-size:95%; }

.main_office p.main_copy{
	font-size:23px!important\9 !important;
	/* IE10以下 */
	margin:0 0 1% 6%;
}

.main_office table{
	float:left;
	line-height:180%!important;
}

.main_office .tb01 table, .main_office .tb03 table{
	margin:15px 0 20px 0;
	width:100%;
	background-image: url("../img/line01.gif");
	background-repeat:repeat-x;
	background-position:top;
}

.main_office .tb02 table{
	margin-bottom:20px;
	max-width:505px;
	width:100%;
}

.main_office .tb01 table tr td, .main_office .tb03 table tr td{
	padding-top:2%;
	*padding-top:1%!important; /* IE7 */
}

.main_office .tb02 table tr td{ padding-top:1%; }

.main_office .tbl_title{
	padding-right:3%;
	width:20%;
	text-align:center;
}

.main_office .tbl_title span{
	font-size:80%;
	width:100%;
	*width:80%!important; /* IE7 */
	font-weight:500;
	color:#A90000;
	background-color:#FFF6CB;
	border:1px dotted #A90000;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.main_office #main_bottom > div > div{
	padding:4% 3% 0% 3%!important;
	background-repeat:no-repeat;
	background-position:top right;
}

.main_office .tb01 > div{
	background-image: url("../img/office/bg01.png");
	background-size:69%;
}

.main_office .tb02 > div{
	background-image: url("../img/office/bg02.png");
	background-size:68%;
	padding:4% 3% 3% 3%!important;
}

.main_office .tb03 > div{
	background-image: url("../img/office/bg03.png");
	background-size:35%;
}

.main_office #main_bottom > div > div > div{
	clear:both;
	margin-top:3%;
}

.main_office #main_bottom .tbl_left{
	float:left;
	width:50%;
}

.main_office #main_bottom #map_honsya, .main_office #main_bottom #map_tokyo, .main_office #main_bottom #map_chubu, .main_office #main_bottom #map_osaka, .main_office #main_bottom #map_fukuoka, .main_office #main_bottom #map_hokkaido{
	float:right;
	max-width:500px;
	width:50%;
	height:340px;
}

/*追加*/
.officemap_img{
width:49%;
border: solid 1px #F2F2F2;
}
/*追加*/

.main_office #main_bottom #hp_f, .main_office #main_bottom #hp_monokoto{
	float:right;
	max-width:500px;
	width:50%;
	margin-bottom:6%;
}

.main_office #main_bottom #ov_ph{
	max-width:520px;
	width:100%;
	margin:2% 0 5% 0;
}

.main_office #main_bottom #hp_f img, .main_office #main_bottom #hp_monokoto img{
	width:100%;
	border:1px solid #ccc;
}

.main_office #main_bottom #ov_ph img{ width:100%; }

.main_office .map_window a{
	clear:both;
	margin:12px 1.5% 4% 0;
	background-color:#FF5F5F;
	width:120px;
	padding:5px;
	float:right;
	border-radius:5px;
	text-align:center;
	color:#fff;
}

.main_office .map_window a:hover{ background-color:#FA3333; }

.main_office .division_copy{
	margin:2% 0 1.5% 0;
	line-height:180%;
}


/* company - organization【全ブラウザ共通】 -------------------------------------------------*/

.main_organization h2{
	border-left:10px solid #A90000;
	margin:3% 0 1% 2%!important;
	padding:7px 0 12px 3%!important;
	*padding:12px 0 6px 2%!important; /* IE7 */
	font-size:2.5rem!important;
	clear:both;
}

.main_organization #main_bottom > div > div > p{
	color:#111;
	text-shadow:0.05em 0.05em 1.0px #ccc;
	margin:3% 0 2% 0;
	padding:10px 0 10px 0;
	font-size:1.9rem;
	font-size:30px\9; /* IE10以下 */
	letter-spacing:1px;
	background-repeat:no-repeat;
	background-position:1% center;
	background-size:56px;
	font-weight:600;
	line-height:110%;
	clear:both;
}

.main_organization p.title_01{
	border-bottom:5px solid #F46767;
}

.main_organization p.title_02{
	border-bottom:5px solid #EAB124;
}

.main_organization p.title_03{
	border-bottom:5px solid #0096BB;
}

.main_organization p.title_04{
	border-bottom:5px solid #48B540;
}

.main_organization p.title_05{
	border-bottom:5px solid #8C8C8C;
}

.main_organization p.title_06{
	border-bottom:5px solid #8383CC;
}

.main_organization .area{ margin-bottom:0.5%; }

.main_organization .area > p{ margin:-1% 0 0 0; }

.main_organization .area > div{
	overflow:hidden;
	clear:both;
	margin-bottom:0.5%;
}

.main_organization .area > div > strong{
	font-size:1.5rem;
	font-size:24px\9; /* IE10以下 */
	letter-spacing:1.2%;
	width:24%;
	float:left;
	line-height:150%;
}

.main_organization .area div > p{
	width:75%;
	float:left;
}

.main_organization .chart{
	margin:0 auto;
	max-width:800px;
	width:100%;
}

.main_organization .chart img{ width:100%; }


/* company - profile【全ブラウザ共通】 -------------------------------------------------*/

.main_profile #main_bottom > div{ overflow:hidden; }

.main_profile h2{
	border-left:10px solid #A90000;
	margin:20px 0 20px 3%!important;
	padding:7px 0 12px 3%!important;
	font-size:2.5rem!important;
}

.main_profile table{
	margin:0 auto;
	width:93%;
	border-top:1px dotted #888;
	overflow:hidden;
}

.main_profile table tr{ width:100%; }

.main_profile table tr td{
	border-bottom:1px dotted #888;
	padding:7px 10px;
}

.main_profile table tr td.tbl_title{
	font-size:110%;
	font-weight:500;
	width:160px;
}






.main_profile .ceo_com{

	/*max-width:595px;*/
	width:55%;/*59*/
	float:right;
	/*padding-right:3%;*/
}

.main_profile .ceo_img{
	/*max-width:395px;*/
	width:33%;/*35*/
	padding:0px;
	float:left;
}


.main_profile .ceo_img img{
width:100%; 
}

.main_profile .ceo_nam{
	font-size:120%;
	text-align:right;
	font-weight:500;
}


/* strong【全ブラウザ共通】 -------------------------------------------------*/

.main_strong h3{
	color:#fff;
	text-shadow: 0.07em 0.07em 1.0px #424242;
	float:left;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
	width:100%;
	text-align:center;
	font-size:200%!important;
	padding:17px 0;
	margin-top:10px;
}

.main_strong .strong01 h3{ background-color:#E6C641; }

.main_strong .strong02 h3{ background-color:#338EC3; }

.main_strong .strong03 h3{ background-color:#E99CAB; }

.main_strong .strong_top{
	background-repeat:no-repeat;
	background-size:100%;
	overflow:hidden;
}

.main_strong .strong_top .strong_top_01{
	max-width:445px;
	width:44.5%;
	float:left;
}

.main_strong .strong_top .strong_top_02{
	max-width:540px;
	width:54%;
	float:right;
	margin-top:13%;
}

.main_strong .strong_top .strong_top_01 img, .main_strong .strong_top .strong_top_02 img{ width:100%; }

.strong_a .strong_top{ background-image: url("../img/strong/top_a_bg.png"); }

.strong_b .strong_top{ background-image: url("../img/strong/top_b_bg.png"); }

.strong_c .strong_top{ background-image: url("../img/strong/top_c_bg.png"); }

.strong_contents{
	margin:4.5% auto;
	max-width:1000px;
	width:95%;
	clear:both;
	overflow:hidden;
}

.strong_contents > div{
	float:left;
	width:53%;
}

.strong_contents .title{
	max-width:419px;
	width:100%;
	margin-bottom:3.5%;
}

.strong_contents .title img{ width:100%; }

.strong_contents > div > p{ width:95%; }

.strong_contents > p{
	max-width:550px;
	width:46.0%;
	margin:20px 0;
	float:right;
}

.strong_contents > p img{ width:100%; }

.main_strong .strong_num{
	margin:4.5% auto;
	max-width:1000px;
	width:100%;
	clear:both;
	overflow:hidden;
}

.main_strong .strong_num > div{ padding:20px 3% 50px 3%!important; }

.main_strong .strong_num p.num_title{
	background-repeat:no-repeat;
	background-size:14%;
	overflow:hidden;
	background-image: url("../img/strong/num_title.jpg");
	background-position:3% 0;
	font-size:2.0rem;
	font-size:32px\9; /* IE10以下 */
	letter-spacing:2px;
	color:#111;
	margin:1.5% auto 4% auto;
	padding:5.5% 0 5.5% 18%;
	width:80%;
	text-shadow:0.05em 0.05em 1.0px #ccc;
	font-weight:600;
	border-bottom:2px dashed #ccc;
}

.main_strong .strong_num p.num_01{
	max-width:490px;
	width:49%;
	float:left;
}

.main_strong .strong_num p.num_02{
	max-width:490px;
	width:49%;
	float:right;
}

.main_strong .strong_num p img{ width:100%; }

.strong_circle_all{
	margin:20px auto 0 auto;
	max-width:1000px;
	width:96%;
	clear:both;
	overflow:hidden;
	position:relative;
}

.strong_circle_all p a{
	height:auto;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}

.strong_circle_all p img{
	width:100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

p.strong_circle_st{
	top:0;
	left:0;
	max-width:345px;
	width:33.0%;
	height:auto;
}

p.strong_circle_01, p.strong_circle_02, p.strong_circle_03{
	bottom:0%;
	max-width:255px;
	width:27.0%;
	height:auto;
	position:absolute;
}

p.strong_circle_01{ right:46.0%; }

p.strong_circle_02{ right:23.0%; }

p.strong_circle_03{ right:0%; }

@media \0screen\,screen\9 /* IE8以下 */{
	p.strong_circle_sp{ display:none!important; }
}

@media only screen and (min-width: 567px) {
	p.strong_circle_sp{ display:none; }
}


/* product【全ブラウザ共通】 -------------------------------------------------*/

.main_product h3, .main_add h3{
	clear:both;
	margin:25px 0 8px 0!important;
	font-size:190%!important;
	clear:both;
	padding:5px 0 10px 4%!important;
	border-left:10px solid #A90000;
	text-shadow:0.07em 0.07em 1.0px #ccc;
}

.main_catalog h3{
	line-height:130%!important;
	clear:both;
	margin:25px 0 8px 0!important;
	font-size:190%!important;
	clear:both;
	padding:5px 0 10px 4%!important;
	border-left:10px solid #A90000;
	text-shadow:0.07em 0.07em 1.0px #ccc;
}

.main_product h3 i, .main_catalog h3 i{
	padding-right:1%;
	color:#A90000;
}


/* product - index【全ブラウザ共通】 -------------------------------------------------*/

#search_left{
	width:20%;
	float:left;
	font-size:small;
}

#search_right{
	width:75.5%;
	float:right;
	margin-bottom:10%;
	padding:1%;
	background-color:#fff;
	overflow:hidden;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	-ms-border-radius:13px;
	border-radius:13px;
}

#search_right > div{
	padding:3% 3% 5% 3%;
	border:1px dashed #ccc;
	overflow:hidden;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	-ms-border-radius:13px;
	border-radius:13px;
}

.search_thumb > div{
	width:25%;
	max-width:169px;
	float:left;
	margin-bottom:1px;
	position: relative;
}

.fadeout{
	height:auto;
	position:absolute;
}

.search_thumb img{ width:100%; }

#search_ttl{
	color:#FFF;
	text-align:center;
	background-color:#4a7dff;
	padding:4% 0;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	min-width:133px;
	font-size:130%;
}

#search_menu_box{
	border: 1px solid #666666;
	padding:0 0 4% 4%;
	min-width:126px;
	background-color:#fff;
	position:relative;
}

#search_menu_box div{
	position:relative;
	cursor:pointer;
	margin-top:5%;
}

#search_menu_box div:hover{ color:#4a7dff; }

#search_menu_box div img{
	padding-top:8px;
	width:13px;
}

.search_bt_on{
	position:absolute;
	top:0px;
	left:0px;
	margin-right:3%;
}

.search_bt_off{
	float:left;
	margin-right:3%;
}

.search_thumb a {
	overflow: hidden;
	float: left;
	display:block;
	width:100%;
}

#product_web{
	max-width:250px;
	width:100%;
	clear:both;
	margin:0 auto;
	padding:5% 0;
}

#product_web p img{ width:100%; }

#category_fade{
	background-image: url("../img/product/item/fadeout2.png");
	width:100%;
	height:90px;
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:default;
	z-index:100;
}


/* product - catalog【全ブラウザ共通】 -------------------------------------------------*/

.main_catalog .main_border{
	margin:70px 0;
	position:relative;
}

.main_catalog .main_border > div{ padding-bottom:6%!important; }

.main_catalog h2{
	font-size:450%!important;
	text-align:center;
	line-height:90%;
	font-family:'Times New Roman', Times New Roman, Arial;
}

.main_catalog h2 span{ color:#A90000; }

.catalog_top{
//	margin:6% 10% 0 10%; /* 2つのとき */
	margin:6% 0 0 0; /* 3つのとき */
	max-width:1000px;
//	width:80%; /* 2つのとき */
	width:100%; /* 3つのとき */
	clear:both;
	overflow:hidden;
}

.catalog_top p{
	max-width:225px;
//	width:30.0%; /* 2つのとき */
	width:22.5%; /* 3つのとき */
//	margin:0 9.5%; /* 2つのとき */
	margin:0 5.3%; /* 3つのとき */
	float:left;
}

.catalog_top p a img{
	width:100%;
	height:auto;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.main_catalog .ca_txt{
	float:left;
	width:39%;
}

.main_catalog .ca_txt p{ margin:0 0 30px 5%; }

.main_catalog .ca_img{
	float:right;
	max-width:585px;
	width:58%;
	margin-right:3%;
}

.main_catalog .ca_img img{ width:100%; }

.main_catalog .ca_tmin01{
	padding:4% 0 3px 0px!important;
	font-size:90%;
	text-align:center;
}

.main_catalog .ca_tmin02{
	padding:0 0 0 10px!important;
	font-size:80%;
	text-align:center;
}

.main_catalog .ca_copy{
	text-align:center;
	margin:20px 0 35px 0;
	padding-bottom:45px;
	background-image:url("../img/line01.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:110%;
	line-height:200%;
}

.main_catalog .ca_bg01, .main_catalog .ca_bg02, .main_catalog .ca_bg03{
	background-repeat:no-repeat;
	background-position:102% -1%;
	background-size:207px;
}

.main_catalog .ca_bg01{ background-image:url("../img/catalog/bg_01.png"); }

.main_catalog .ca_bg02{ background-image:url("../img/catalog/bg_02.png"); }

.main_catalog .ca_bg03{ background-image:url("../img/catalog/bg_03.png"); }

.main_catalog .parent-container ul{
	display: block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}

.main_catalog .parent-container ul li{
	list-style-type:none!important;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width:45%;
	margin:1.5% 2.3%;
}

.main_catalog .parent-container ul li a{
	display: block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width:100%;
}

.main_catalog .parent-container ul li a img{
	max-width:395px;
	width:100%;
}

.main_catalog .intro{
	text-align:center;
	margin-top:2%;
	padding:20px 0 5px 0;
	font-size:120%;
	font-weight:600;
	border-top:dashed 1px #aaa;
	text-shadow:0.07em 0.07em 1.0px #ccc;
}

.main_office .chu{
	font-size:80%;
	text-align:right;
	width:100%;
	padding-bottom:3%;
}

.main_catalog .chu, .main_contact .chu{
	font-size:80%;
	text-align:right;
	width:97%;
}


/* product - add【全ブラウザ共通】 -------------------------------------------------*/

.main_add h2{
	border-left:10px solid #A90000;
	margin:2% 0 1% 2%!important;
	*margin:2% 0!important; /* IE7 */
	padding:10px 0 9px 3%!important;
	*padding:10px 0 6px 2%!important; /* IE7 */
	font-size:2.5rem!important;
	clear:both;
}

.main_add strong{
	margin-bottom:2%;
	padding-bottom:1%;
	font-size:160%;
	clear:both;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	background-image:url("../img/line01.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

.main_add #main_bottom > div > div > div{
	clear:both;
	margin:7% 0 4% 0;
	overflow:hidden;
}

.main_add #main_bottom > div > div > #type, .main_add #main_bottom > div > div > #work{ margin:4% 0!important; }

.main_add #spec p.spec_img{
	width:170px;
	margin-bottom:1%;
}

.main_add #spec p.spec_img img{ width:100%; }

.main_add #spec > div{
	width:82%;
	border:1px dotted #bbb;
	padding:1.5% 2%;
	background-color:#FFF9DD;
}

.main_add #flow > div{
	width:22.7%;
	float:left;
	text-align:center;
}

.main_add #flow > div > img{
	max-width:83px;
	width:50%;
}

.main_add #flow > div > strong{
	border-top:solid 1px #ddd;
	margin:5% 0 0 0;
	padding:5% 0 8% 0;
	font-size:105%;
	background:none!important;
}

.main_add #flow > div > p{ font-size:83%; }

.main_add #flow > p{
	width:20px;
	height:20px;
	margin-top:4%;
	float:left;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	background-image:url("../img/add/flow_arrow_right.png");
	background-repeat:no-repeat;
	background-size:20px;
}

.main_add #data > div, .main_add #order > div{
	width:34%;
	border:1px dotted #bbb;
	margin-bottom:3.5%;
	padding:2% 1% 1% 1%;
	float:left;
}

.main_add #data > div > p, .main_add #order > div > p{
	line-height:180%;
	padding-top:2%;
}

.main_add #data > div.data_right, .main_add #order > div.data_right{ margin-left:2%; }

.main_add #data > div > div > p.data_top, .main_add #order > div > div > p.data_top{
	max-width:121px;
	width:30%;
	float:left;
}

.main_add #data > div > div > p.data_icon, .main_add #order > div > div > p.data_icon{
	max-width:328px;
	width:63%;
	float:right;
}

.main_add #data > div > div > p > img, .main_add #order > div > div > p > img{ width:100%; }

.main_add #data > div > p, .main_add #order > div > p{
	font-size:80%;
	text-align:center;
	clear:both;
}

.main_add #color > p.color_txt, .main_add #order > p.color_txt{ float:left; }

.main_add #color > p.color_img, .main_add #order > p.color_img{
	float:left;
	max-width:405px;
	width:27%;
	margin:-2px 0 0 1%;
}

.main_add #color > p.color_img img, .main_add #order > p.color_img img{ width:100%; }

.main_add #type > div, .main_add #work > div{
	padding-bottom:2%;
	overflow:hidden;
}

.main_add #type h4, .main_add #work h4{
	margin:2% 0 2% 0!important;
	padding:0 0 0 3%!important;
	clear:both;
	line-height:220%;
	color:#000!important;
}

.main_add #type h4 i, .main_add #work h4 i{
	font-weight:500;
	color:#C23131;
	padding-right:5px;
	font-size:120%;
}

.main_add #type > div > div{
	width:63%;
	float:left;
}

.main_add #work > div > div{
	width:53%;
	float:left;
}

.main_add #type > div > div > p, .main_add #work > div > div > p{ padding:0 5% 0 3%; }

.main_add #type > div > p{
	max-width:230px;
	width:30%;
	float:left;
}

.main_add #work > div > p{
	max-width:430px;
	width:47%;
	float:left;
	padding-top:2%;
}

.main_add #type > div > p img, .main_add #work > div > p img{
	width:100%;
	padding-top:2%;
}

.main_add #type > p img, .main_add #work > p img{ width:100%; }


/* 追加 */
@media only screen and (max-width: 900px) {

.main_add #work > div > p{
	width:100%;
}


.main_add #work > div > div{
	width:100%;
	float:none;
}
}
/* /追加 */

/* recruit【全ブラウザ共通】 -------------------------------------------------*/

.main_recruit h2{
	border-left:10px solid #A90000;
	margin:20px 0 20px 3%!important;
	padding:7px 0 12px 3%!important;
	font-size:2.5rem!important;
}

.main_recruit h3{ margin:27px 0 20px 4%!important; }

.main_recruit a{ font-size:15px; }

.main_recruit #main_bottom > div{
	margin-bottom:80px;
	overflow:hidden;
}

.main_recruit table{
	margin:0 auto;
	width:93%;
	border-top:1px dotted #888;
	overflow:hidden;
}

.main_recruit table tr{ width:100%; }

.main_recruit table tr td{
	border-bottom:1px dotted #888;
	padding:7px 10px;
}

.main_recruit #main_bottom .tbl_title{
	font-size:110%;
	font-weight:500;
	max-width:200px;
	width:20.0%;
}


/* recruit - staff【全ブラウザ共通】 -------------------------------------------------*/

.staff_area{ margin-top:-2em; }

.staff_area > div{
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:5%;
}

.staff_area strong{
	line-height:180%;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	font-size:120%;
	color:#2257A6;
	margin-bottom:1.0%;
	padding:0.1% 0 0.2% 31px;
	background-image:url("../img/staff/icon.png");
	background-repeat:no-repeat;
	background-position:2px 5.5px;
	background-size:20px;
	border-bottom:1px dotted #2257a6;
}

@media \0screen\,screen\9 /* IE8以下 */{
	.staff_area strong{
		width:100%;
		background-image:url("../img/staff/icon_ie.png")!important;
	}
}

.staff_area strong.end{ border:none!important; }

.staff_area p{ line-height:220%; }

p.st01_ot{
	max-width:330px;
	width:33%;
}

p.st01_ot img{ width:100%; }

font.txt_min{
	font-size:70%;
	padding:0 5px;
}

.staff_area > div > div.staff_top_img{
	max-width:1000px;
	width:100%;
	position:relative;
}

.staff_area > div > div.staff_top_on{
	max-width:185px;
	width:19%;
	position:absolute;
}

.staff_area > div > div.st01{ margin:-450px 0 0 55px; }

.staff_area > div > div.st02{ margin:-665px 0 0 300px; }/*margin:-440px 0 0 400px;_margin:-450px 0 0 750px;*/

.staff_area > div > div.st03{ margin:-400px 0 0 395px; }

.staff_area > div > div.st04{ margin:-500px 0 0 180px; }

.staff_area > div > div.st05{ margin:-410px 0 0 2.5%; }

.staff_area > div > div.st06{ margin:-450px 0 0 55px; }/*margin:-525px 0 0 3.5%;*/

@media only screen and (min-width: 568px) and (max-width: 1060px) {

	.staff_area > div > div.st01{ margin:-43% 0 0 5.0%; }

	.staff_area > div > div.st02{ margin:-64% 0 0 28.5%; }/*margin:-44% 0 0 38.5%;_margin:-44% 0 0 72.5%;*/

	.staff_area > div > div.st03{ margin:-38.5% 0 0 36.5%; }

	.staff_area > div > div.st04{ margin:-48% 0 0 16.5%; }

	.staff_area > div > div.st05{ margin:-40% 0 0 2.5%; }

	.staff_area > div > div.st06{ margin:-43% 0 0 5.0%; }
}

.staff_area > div > div.staff_btm_txt{
	width:45%;
	float:left;
}

.staff_area > div > div.staff_btm_img{
	max-width:550px;
	width:50%;
	float:right;
}

.staff_area > div > div img{ width:100%; }

.staff_menu_top{
	max-width:391px;
	margin:0 auto;
	text-align:center;
	padding:10% 0 6% 0;
	max-width:1000px;
	width:100%;
	background-image:url("../img/line01.gif");
	background-repeat:repeat-x;
	background-position:top;
}

.staff_menu_top img{
	width:100%;
	max-width:391px;
}

.staff_t_menu, .staff_menu_00{
	max-width:1000px;
	width:100%!important;
	margin-bottom:70px!important;
	padding-top: 2em;
}

.staff_menu, .staff_menu_5p{
	max-width:1000px;
	width:100%!important;
	margin-bottom:5%!important;
}

.staff_t_menu p{
	max-width:289px;
	width:30%;
	float:left;
	padding:0 1.5% 5% 1.5%;
}

.staff_menu p{
	/*max-width:192px;*/
	width:18%;/*20%  18%*/
	float:left;
	padding:0 1.0%;/*0 2.5%  0 1.0%*/
}

/*販促品業界の良い所 で使用*/
.staff_menu_5p p{
	max-width:192px;
	width:30%;/*17%*/
	float:left;
	padding:0 1.5% 5% 1.5%;/*0 1.5%*/
}

.staff_menu_00 p{
	max-width:561px;
	width:60%;
	margin:0 auto;
}

.staff_t_menu p img, .staff_menu p img, .staff_menu_5p p img, .staff_menu_00 p img{ width:100%; }

.main_staff .main_border{ margin-bottom:5%; }

.staff_top_00{
	max-width:650px;
	width:100%;
	margin:3% auto 0 auto;
}

.staff_top_00 img{ width:100%; }

.staff_area_00b_bg{ position:relative; } /*.staff_area_00b_bg{ position:relative; }*/

.staff_area_00a, .staff_area_00b{
	max-width:1000px;
	width:100%;
	clear:both;
	overflow:hidden;
	background-repeat:repeat-x;
	background-position:top;
}

.staff_area_00a{
	background-image:url("../img/staff/00_bga.gif");
	background-color:#3BB7A2;
}

.staff_area_00b{
	background-image:url("../img/staff/00_bgb.gif");
	background-color:#A7D8CF;
}

.staff_area_00a > p{
	max-width:214px;
	width:28.1%;
	float:left;
	padding:2% 0 0 2%;
}

.staff_area_00b > p{
	max-width:314px;
	width:37.0%;
	bottom:0;
	right:0;
	position:absolute;
}

.staff_area_00a > p img, .staff_area_00b > p img{ width:100%; }

.staff_area_00a > div{
	max-width:535px;
	width:54.0%;
	height:235px;
	float:left;
	color:#fff;
	overflow:hidden;
}

.staff_area_00b > div{
	max-width:590px;
	width:55.0%;
	height:235px;
	color:#02896F;
	padding-left:5%;
	overflow:hidden;
}

.staff_area_00a > div strong, .staff_area_00b > div strong{
	line-height:380%;
	font-size:160%;
}

.staff_area_00a > div p, .staff_area_00b > div p{
	padding:5px 0 0 0;
	overflow:hidden;
}


/* recruit - benefits【全ブラウザ共通】 -------------------------------------------------*/

.main_benefits #main_bottom h3{
	max-width:553px;
	width:56%;
	margin:27px 0 20px 0!important;
}

.main_benefits #main_bottom h3 img{ width:100%; }

.main_benefits #main_bottom .area{
	background-image: url("../img/benefits/bg_line.gif");
	background-repeat:repeat-x;
	background-size:1.5%;
	overflow:hidden;
	margin-bottom:5%;
}

.main_benefits #main_bottom .area_a{ background-position:0 10.5%; }

.main_benefits #main_bottom .area_b{ background-position:0 8.5%; }

.main_benefits #main_bottom .area h4{
	text-align:center;
	margin:0!important;
	text-shadow:0.05em 0.05em 2.5px #ccc;
}

.main_benefits #main_bottom .area_a h4{
	font-size:2.1rem;
	font-size:33.5px\9; /* IE10以下 */
	padding:10% 0 2.5% 0!important;
}

.main_benefits #main_bottom .area_b h4{
	font-size:2.0rem;
	font-size:32.0px\9; /* IE10以下 */
	padding:15% 0 2.5% 0!important;
}

.main_benefits #main_bottom .area > div.area_a_01 > h4, .main_benefits #main_bottom .area > div.area_a_03 > h4{ color:#9B1E48; }

.main_benefits #main_bottom .area > div.area_a_02 > h4{ color:#844C0F; }

.main_benefits #main_bottom .area > div.area_b_01 > h4, .main_benefits #main_bottom .area > div.area_b_04 > h4{ color:#196DA5; }

.main_benefits #main_bottom .area > div.area_b_02 > h4, .main_benefits #main_bottom .area > div.area_b_03 > h4{ color:#438735; }

.main_benefits #main_bottom .area p{
	width:95%;
	text-align:center;
	margin:0 auto;
	font-size:90%;
}

.main_benefits #main_bottom .area > div{
	float:left;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:0 0;
	line-height:175%;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}

.main_benefits #main_bottom .area_a > div{
	max-width:318px;
	width:33.3%;
	height:140px;
	padding:3% 0 10% 0;
}

.main_benefits #main_bottom .area_b > div{
	max-width:493px;
	width:50%;
	height:190px;
	padding:0 0 10% 0;
}

.main_benefits #main_bottom .area > div.area_a_01{ background-image: url("../img/benefits/bg_a01.png"); }

.main_benefits #main_bottom .area > div.area_a_02{ background-image: url("../img/benefits/bg_a02.png"); }

.main_benefits #main_bottom .area > div.area_a_03{ background-image: url("../img/benefits/bg_a03.png"); }

.main_benefits #main_bottom .area > div.area_b_01{ background-image: url("../img/benefits/bg_b01.png"); }

.main_benefits #main_bottom .area > div.area_b_02{ background-image: url("../img/benefits/bg_b02.png"); }

.main_benefits #main_bottom .area > div.area_b_03{ background-image: url("../img/benefits/bg_b03.png"); }

.main_benefits #main_bottom .area > div.area_b_04{ background-image: url("../img/benefits/bg_b04.png"); }

.main_benefits #main_bottom .area_a > div > img{
	width:95%;
	padding:0 0 0 3%;
}

.main_benefits #main_bottom .area_b > div > img{
	width:99%;
	padding-left:1%;
}


/* contact【全ブラウザ共通】 -------------------------------------------------*/

.main_contact h2, .main_form h2{
	border-left:10px solid #A90000;
	margin:20px 0 20px 3%!important;
	padding:7px 0 12px 3%!important;
	font-size:2.5rem!important;
}

.main_contact .main_border > p, .main_form .main_border > p{
	width:93%;
	margin:0% auto 5px auto;
}

.main_contact .main_border > div > div, .main_form .main_border > div > div{
	clear:both;
	margin:0 2%;
	padding:1% 0 1% 2%;
	overflow:hidden;
	border-top:1px dotted #bbb;
}


/* contact - index【全ブラウザ共通】 -------------------------------------------------*/

.main_contact .main_border > div > div.btm{
	border-bottom:1px dotted #bbb;
	margin-bottom:2%;
}

.main_contact .main_border > div > div > h3{
	float:left;
	width:32.5%;
	margin:20px 0!important;
}

.main_contact .main_border > div > div > h3 i{
	font-weight:500;
	color:#C23131;
	padding-right:5px;
}

.main_contact .main_border > div > p{ padding-left:4%; }

.main_contact .main_border > div > div > p{
	line-height:250%;
	width:60%;
	float:left;
}

.main_contact .main_border > div > div > p i{ padding-right:1.5%; }

.main_office .main_border table img, .main_contact .main_border > div > div > p img{ width:175px; }

.main_contact .main_border .main_copy, .main_form .main_border .main_copy{
	clear:both;
	padding-top:2%;
}

.main_contact .main_border .hand{
	width:100%;
	border:0!important;
	margin:0!important;
}

.main_contact .main_border .hand img{
	max-width:285px;
	width:27%;
	margin:0 2.5%;
	float:left;
}


/* contact - form【全ブラウザ共通】 -------------------------------------------------*/

.main_form #main_bottom > form{
	width:93%;
	margin:0 auto;
	overflow:hidden;
}

.main_form table{
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	*margin:0 0 0 10%!important; /* IE7 */
	margin:0 auto;
	width:80%;
	border-top:1px dotted #888;
	overflow:hidden;
}

#ValidationSummary{
	background-color:#FEE9FD;
	font-size:13px;
	border:#ED0000 1px solid;
	padding:1% 0 1% 2%;
	margin-bottom:3%;
}

.mail_area{
	padding:3% 0;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.mail_area table{
	color:#000;/*test*/
}

.mail_area > p{
	margin-right:9%;
	text-align:right;
	color:#FF0000;
	font-size:85%;
}

.main_form table tr{ width:100%; }

.main_form table tr td.tbl_title{
	font-size:100%;
	font-weight:400;
	max-width:215px;
	width:32.0%;
	z-index:9;
}

.main_form h2{ letter-spacing:3px!important; }

.main_form a{ font-size:15px; }

.main_form table tr td{
	border-bottom:1px dotted #888;
	padding:7px 1%;
	max-width:645px;
	width:71.0%;
	z-index:0;
}

.main_form td span{
	font-size:12px;
	color:#333;
}

.main_form td.tbl_title span{
	padding-left:6px;
	color:#FF0000!important;
	font-weight:500;
	font-size:75%!important;
}

@media only screen and (max-width: 960px){
	.main_form table tbody{
		width:100%;
		display: block;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
	}

	.main_form table tr{
		width:100%;
		display: block;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
		border-bottom:1px dotted #888;
	}

	.main_form table tr td{
		border-bottom:1px dotted #888;
		width:100%!important;
		padding:0 1% 10px 1%;
		display: block;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
		border:none!important;
	}

	.main_form td.tbl_title{
		max-width:900px!important;
		width:100%!important;
		padding:3px 1% 0 1%!important;
	}
}

.main_form table tr td input, .main_form table tr td textarea, .main_form table tr td select{
	font-family:'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: inherit;
	margin: 0;
	padding:3px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px #bbb solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

/*Safari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .main_form table tr td input, .main_form table tr td textarea, .main_form table tr td select {
	overflow-y: scroll;
	font-family:'Helvetica', ' Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
    }
}

.main_form table tr td input:focus, .main_form table tr td textarea:focus, .main_form table tr td select:focus{ outline: 0; }

.main_form table tr td #input_company,
.main_form table tr td #input_name,
.main_form table tr td #input_furigana,
.main_form table tr td #input_email,
.main_form table tr td #input_tel,
.main_form table tr td #input_yubin1,
.main_form table tr td #input_yubin2,
.main_form table tr td #input_jusho,
.main_form table tr td #input_naiyo
{
	width:190px;
	color:#000;/**/
}


/*test*/
.main_form table tr td #input_company::-webkit-input-placeholder,
.main_form table tr td #input_name::-webkit-input-placeholder,
.main_form table tr td #input_furigana::-webkit-input-placeholder,
.main_form table tr td #input_email::-webkit-input-placeholder,
.main_form table tr td #input_tel::-webkit-input-placeholder,
.main_form table tr td #input_yubin1::-webkit-input-placeholder,
.main_form table tr td #input_yubin2::-webkit-input-placeholder,
.main_form table tr td #input_jusho::-webkit-input-placeholder,
.main_form table tr td #input_naiyo::-webkit-input-placeholder
{
color: #ccc;
}

.main_form table tr td #input_company:-ms-input-placeholder,
.main_form table tr td #input_name:-ms-input-placeholder,
.main_form table tr td #input_furigana:-ms-input-placeholder,
.main_form table tr td #input_email:-ms-input-placeholder,
.main_form table tr td #input_tel:-ms-input-placeholder,
.main_form table tr td #input_yubin1:-ms-input-placeholder,
.main_form table tr td #input_yubin2:-ms-input-placeholder,
.main_form table tr td #input_jusho:-ms-input-placeholder,
.main_form table tr td #input_naiyo:-ms-input-placeholder
{
color: #ccc;
}

.main_form table tr td #input_company::-moz-placeholder,
.main_form table tr td #input_name::-moz-placeholder,
.main_form table tr td #input_furigana::-moz-placeholder,
.main_form table tr td #input_email::-moz-placeholder,
.main_form table tr td #input_tel::-moz-placeholder,
.main_form table tr td #input_yubin1::-moz-placeholder,
.main_form table tr td #input_yubin2::-moz-placeholder,
.main_form table tr td #input_jusho::-moz-placeholder,
.main_form table tr td #input_naiyo::-moz-placeholder
{
color: #ccc;
}
/*/test*/



.main_form table tr td #input_yubin1{ width:45px; }

.main_form table tr td #input_yubin2{ width:55px; }

.main_form table tr td #input_jusho{
	width:370px;
	margin-top:1%;
}

.main_form table tr td #input_naiyo{
	width:450px;
}


.main_form table tr td textarea{ width:370px; }

.main_form .mail_add{
	width:100%;
	margin:1% auto 0 auto;
}

.main_form .mail_add > p.mail_end{ text-align:center; }

.mail_privacy{
	line-height:150%!important;
	width:93%;
	margin:3% auto 8% auto;
}

.mail_privacy p{
	font-size:12px;
	padding-bottom:10px;
}

.mail_privacy a{
	font-size:12px;
	text-decoration:underline;
}

.mail_privacy > div{
	margin:10px auto;
	text-align:center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mail_area input[placeholder]:not(:target), .mail_area textarea[placeholder]:not(:target) { color: silver; /* IE10以上 */ }
}

.mail_privacy #confirm{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	margin:10px auto 0 auto;
	padding:18px 0;
	width:250px;
	height:60px;
	text-align:center;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	color:#fff!important;
	text-shadow: 0.1em 0.1em 0.7px #555;
	font-size:1.0rem;
	font-size:16px\9; /* IE10以下 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	border-radius:0\9; /* IE10以下 */
	background: #F46767;
	background: -moz-linear-gradient(20%, #FA9696, #F46767);
	background: -webkit-gradient(linear, left 20%, left bottom, from(#FA9696), to(#F46767));
	background: -o-linear-gradient(top, #FA9696 20%, #F46767 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FA9696 20%, #F46767 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FA9696 20%, #F46767 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA9696', endColorstr='#F46767', GradientType=0); /* IE7,8,9 */
}

.mail_privacy input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

.mail_privacy input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {
	.mail_privacy input[type=checkbox] {
		display: none;
		margin: 0;
	}

	.mail_privacy input[type=checkbox] + label { padding-left:24px; }

	.mail_privacy input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}

	.mail_privacy input[type=checkbox] + label::before { border: 2px solid #bbb; }

	.mail_privacy input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	.mail_privacy input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #FF0000;
		border-bottom: 3px solid #FF0000;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.mail_privacy #send, .mail_privacy #finish{
	cursor:pointer;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	margin:10px auto 0 auto;
	padding:18px 0;
	width:250px;
	height:60px;
	text-align:center;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	color:#fff!important;
	text-shadow: 0.1em 0.1em 0.7px #555;
	font-size:1.0rem;
	font-size:16px\9; /* IE10以下 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	background: #F46767;
	background: -moz-linear-gradient(20%, #FA9696, #F46767);
	background: -webkit-gradient(linear, left 20%, left bottom, from(#FA9696), to(#F46767));
	background: -o-linear-gradient(top, #FA9696 20%, #F46767 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FA9696 20%, #F46767 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FA9696 20%, #F46767 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA9696', endColorstr='#F46767', GradientType=0); /* IE7,8,9 */
}


/* contact - faq【全ブラウザ共通】 -------------------------------------------------*/

#acMenu{
	width:100%;
	margin-top:3%;
	border-bottom:#aaa 1px solid;
}

#acMenu > p{
	display:block;
	height:50px;
	line-height:50px;
	border-top:#aaa 1px solid;
	cursor:pointer;
	padding-left:2%;
	position: relative;
}

#acMenu > div{
	background:#f3f3f3;
	height:auto;
	line-height:200%;
	padding:5% 2% 1% 2%;
	border-top:#aaa 1px dotted;
	display:none;
}

#acMenu > div > strong{
	padding-left: 30px;
	background-image:url("../img/faq_q.png");
	background-repeat:no-repeat;
	background-position:top left;
	background-size:25px;
}

#acMenu > div > p{
	padding:0.5% 0 4% 34px;
	background-image:url("../img/faq_a.png");
	background-repeat:no-repeat;
	background-position:12px 13px;
	background-size:15px;
}

#acMenu > p:before{
	display:inline-block;
	right:2%;
	content: "\f078";
	position: absolute;
	font-family: FontAwesome;
	-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;
	transition:opacity .2s ease,-webkit-transform .2s ease;
	transition:transform .2s ease,opacity .2s ease;
	transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	vertical-align:middle;
}

#acMenu > p.active:before{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

#acMenu > div > p a{ font-size:15px; }

#acMenu > div > p img{
	width:170px;
	padding:1% 0;
}

#acMenu table{
	max-width:640px;
	width:91%;
	height:auto;
	border:solid #ccc 1px;
	margin:0 1% 5px 4.5%;
}

#acMenu table tr td{
	padding:3px 2.3%;
	width:auto;
}

@media only screen and (min-width: 567px) {
	#acMenu table tr td br{
		display:none;
	}
}


/* privacy【全ブラウザ共通】 -------------------------------------------------*/

.main_privacy h2{
	margin:7.5% auto 3.5% auto;
	text-align:center;
	letter-spacing:3px!important;
	font-size:2.0rem!important;
	line-height:120%;
}

.main_privacy h3{
	font-size:15px!important;
	letter-spacing:0!important;
}

.main_privacy .p_title p{ padding:2% 0 3% 0; }

.main_privacy #p_list ul{
	list-style-position:inside;
	list-style-type:decimal;
	text-indent:-17px;
	border-bottom:#bfbfbf 1px dotted;
}

.main_privacy #p_list ul li{
	padding:1.5% 0 1.5% 17px;
	border-top:#bfbfbf 1px dotted;
}

.main_privacy #p_ceo{
	text-align:right;
	padding-top:25px;
}

.main_privacy .p_item{
	padding:2% 0;
	border-top:#bfbfbf 1px dotted;
}

.main_privacy .p_item p{ margin-left:2%; }

.main_privacy .p_item p a{
	font-size:15px!important;
	text-decoration:underline;
}

.main_privacy .p_item p a:hover{ text-decoration:none; }

.main_privacy .p_item p.doc{
	margin:5px 0px 5px 2%;
	padding:5px;
	border:#bfbfbf 1px solid;
}

.main_privacy .p_item p.doc span{
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}

.main_privacy .p_item p.min{
	margin:7px 0px 0px 20px;
	font-size:85%;
}

.main_privacy .main_border{
	padding-top:10px;
	margin-bottom:70px;
}

.main_privacy #p_link{
	max-width:1000px;
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:12%;
}


@media only screen and (min-width: 567px) and (max-width: 1000px) {
	.main_privacy #p_link span{ display:block; }

	.main_privacy #p_link p a{
		padding:12px 0!important;
		line-height:180%!important;
	}
}

.main_privacy #p_link span{
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}

.main_privacy #p_link p{
	max-width:300px;
	width:30.0%;
	margin:0 1.6%;
	float:left;
}

.main_privacy #p_link p a{
	width:100%;
	height:auto;
	text-align:center;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	text-shadow: 0.1em 0.1em 0.7px #aaa;
	padding:18px 0;
	font-size:1.0rem;
	font-size:16px\9; /* IE10以下 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	background: #d5d5d5;
}

.main_privacy #p_link p a:hover{ background: #c1c1c1; }


/* pankuzu【全ブラウザ共通】 -----------------------------------------------*/

#pankuzu{
	width:100%;
	padding:13px 0;
	background-color:#ffffff;
	color:#000;
	letter-spacing:0.5px;
}

.pankuzu_top{ border-bottom:1px dotted #ccc; }

.pankuzu_bottom{ border-top:1px dotted #ccc; }

#pankuzu p{
	margin:0 auto;
	max-width:1000px;
	width:96%;
}

#pankuzu a{ color:#000; }


/* footer【全ブラウザ共通】 -----------------------------------------------*/

#footer{
	padding:20px 0;
	background-color:#F3F3F3;
	overflow:hidden;
	clear:both;
	border-top:solid #d3d3d3 1px;
}

.footer_inner{
	max-width:1000px;
	width:100%;
	margin:0px auto;
}

#footer_img{
	overflow:hidden;
	margin-bottom:10px;
}

#footer_logo{
	float:left;
	overflow:hidden;
	margin:10px 15px;
	max-width:230px;
	width:90%;
}

#footer_logo img{ width:100%; }

#footer .footer_space{ margin-bottom:14.5%; }

#footer_icon p{
	width:120px;
	overflow:hidden;
	float:right;
	margin:10px 15px 0 0;
}

#footer_icon a{
	margin:0 4%;
	max-height:42px;
	overflow:hidden;
}

#footer_icon a img{ max-height:42px; }

.footer_menu_inner{
	line-height:200%;
	overflow:hidden;
	clear:both;
}

.footer_menu_inner div{
	width:19%;
	margin:0.5%;
	float:left;
}

#footer_menu h4{
	font-size:0.9rem;
	font-size:14.3px\9; /* IE10以下 */
	border-bottom:1px dotted #999;
	padding:0 0 5px 5px;
	margin-bottom:7px;
}

#footer_menu ul li {
	list-style-type:none;
}

#footer_menu ul li:before {
	padding:1px 0 0 2px;
	content: "\f0da";
	position: absolute;
	font-family: FontAwesome;
	color:#bc0019;
}

#footer_menu ul li a { padding-left:10px; }

#footer_menu ul li a:hover { color:#000; }

#footer_menu ul li a img{ padding-left:4%; }

#footer_menu a.footer_privacy{
	max-width:75px;
	width:45%;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	padding-top:34px;
}

#footer_menu a.footer_privacy img{ width:100%; }

#footer_bottom{
	padding:15px 10px;
	background-color:#9C2B31;
	overflow:hidden;
}

#footer_bottom div{
	max-width:1000px;
	width:100%;
	margin:0px auto;
	color:#fff;
	clear:both;
}

#footer_bottom a{
	color:#fff;
	float:left;
}

#footer_bottom a i{ padding-right:5px; }

address{
	float:right;
	font-style:normal;
}

.gotop{ right:6%; }

p.gotop a{
	background-color:#9C2B31;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	padding:2px 8px;
	*padding:35px 10px 5px 10px!important; /* IE7 */
	max-width:80px;
	width:100%;
	max-height:55px;
	height:100%;
	display:block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	letter-spacing:-1px;
	text-align:center;
	color:#fff;
}

p.gotop a:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

p.gotop i {
	font-size:35px;
	clear:both;
	*display:none!important; /* IE7 */
}

p.gotop font {
	display:none;
	*display: inline!important; /* IE7 */
	*text-align:center!important; /* IE7 */
	*font-size:50px!important; /* IE7 */
	*font-weight:bold!important; /* IE7 */
	*clear:both!important; /* IE7 */
	*line-height:10%!important; /* IE7 */
	*padding:0!important; /* IE7 */
	*margin:0;!important; /* IE7 */
}
