@charset "utf-8";

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

/*      01 共通     */

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

/* reset */
/* -------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

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

article, aside, dialog, figure, footer, header, hgroup, nav, section{
	display:block;
}

img{
	border:0;
	vertical-align:bottom;
}

.img{
	width:100%;
	height:auto;
}

.img50pc{
	width:100%;
	height:auto;
}

#gnavi_area,
#header_navi,
#pnavi_area,
#info_table01,
#info_table02,
#info_table04,
#info_table05,
#index_menu_area,
#photo_small_area,
#photo_area,
#store_index_area{
	display:none;
}

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

/*      layout     */

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

/* body */
/* -------------------------------------------------- */

body{
	background:#FFF;
	color:#000;
	font-size:0.85em;
	line-height:1.75em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* header */
/* -------------------------------------------------- */

#header{
	position:relative;
	height:60px;
	border-bottom:2px solid #A91C1C;
	box-sizing:border-box;
}

#logo{
	position:absolute;
	width:180px;
	height:21px;
	left:15px;
	top:24px;
}

#logo a{
	display:block;
	width:180px;
	height:21px;
	background:url(../img_xdpi/logo.png) no-repeat 0 0;
	background-size:180px 21px;
	text-indent:-9999px;
	overflow:hidden;
}

#header #facebook{
	position:absolute;
	top:22px;
	right:50px;
	width:24px;
	height:24px;
}

#header #facebook a{
	display:block;
	width:24px;
	height:24px;
	background:url(../img_xdpi/facebook.png) no-repeat 0 0;
	background-size:24px 24px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:3px;
}

#menu{
	position:absolute;
	width:24px;
	height:24px;
	top:22px;
	right:15px;
}

#menu a{
	display:block;
	width:24px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img_xdpi/site_menu.png) no-repeat 0 0;
	background-size:28px 24px;
}

/* contents */
/* -------------------------------------------------- */

#contents{
	margin:0 15px 75px 15px;	
}

.co2_01 .right{
	margin-bottom:15px;
}

.co2_02 .left{
	width:48%;
	float:left;
}

.co2_02 .right{
	width:48%;
	float:right;
}

.co2_03 .left{
	margin-bottom:25px;
}

/* navi */
/* -------------------------------------------------- */

.navi_title_lv01_01{
	padding:0 15px 8px 15px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5;
	border-bottom:2px solid #A91C1C;
}

.navi_area01 ul{
	list-style:none;
}

.navi_area01 ul li{
	line-height:1.5;
}

.navi_area01 ul li:last-child{
	border-bottom:none;
}

.navi_area01 ul li a,
.navi_area01 ul li span{
	display:block;
	padding:15px 0px 15px 41px;
	background:url(../img_xdpi/arrow05.png) no-repeat 25px 18px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
	background-size:9px 14px;
}

.navi_area01 ul li.current a,
.navi_area01 ul li .current span{
	color:#A91C1C;
	font-weight:bold;
}

.navi_area01 ul li span.root_current{
	color:#A91C1C;
	font-weight:bold;
	background:url(../img_xdpi/arrow08.png) no-repeat 22px 22px;
	background-size:14px 9px;
}

.navi_area01 ul li span.root_current ul li a{
	font-weight:normal;
	background:url(../img_xdpi/arrow07.png) no-repeat 30px 13px;
	background-size:4px 5px;
	color:#333;
}

.navi_area01 ul li ul{
	display:none;
	padding:10px 0;
	border-bottom:1px dotted #ddd;
}

.navi_area01 ul li ul li a{
	display:block;
	padding:7px 0px 7px 42px;
	background:url(../img_xdpi/arrow07.png) no-repeat 30px 13px;
	background-size:4px 5px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	border-bottom:none;
	font-size:0.9em;
}

.navi_area01 ul li ul li a:hover{
	color:#A91C1C;
	background:url(../img_xdpi/arrow01.png) no-repeat 30px 13px;
	background-size:4px 5px;
}

.navi_area01 ul li ul li a.current{
	background:url(../img_xdpi/arrow01.png) no-repeat 30px 13px;
	background-size:4px 5px;
	color:#A91C1C;
	font-weight:bold;
}

/* footer */
/* -------------------------------------------------- */

#copyright_area{
	background:#A91C1C;
	color:#fff;
}

#copyright{
	padding:15px 15px 55px 15px;
	margin:0 auto;
	font-size:9px;
	line-height:1em;
}

#footer_navi{
	display:none;
	position:absolute;
	width:100%;
	top:58px;
	left:0;
	background-color:#A91C1C;
	z-index:9999;
}

#footer_navi dt{
	display:block;
	padding:8px 15px;
	color:#fff;
	text-decoration:none;
	font-size:16px;
}

#footer_navi dd a{
	display:block;
	padding:8px 15px 8px 33px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	background:#fff;
	color:#333;
	background:#fff url(../img_xdpi/arrow04.png) no-repeat 20px 17px;
	background-size:5px 5px;
}

#footer_navi dt,
#footer_navi dd{
	border-bottom:1px solid #ddd;
}

#btn_back{
	width:50px;
	height:50px;
	position:fixed;
    bottom:15px;
    right:15px;
}

#btn_back a{
	display:block;
	width:50px;
	height:50px;
	background:url(../img_xdpi/page_back.png) no-repeat 0 0;
	background-size:50px 50px;
	text-indent:-9999px;
	overflow:hidden;
}

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

/*      text     */

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

.heading_lv01_01,
.heading_lv01_02{
	box-sizing:border-box;
	padding:8px 15px 10px 15px;
	margin-bottom:15px;
	font-size:1.25em;
	font-weight:normal;
	line-height:1.25;
	color:#fff;
	background:#A91C1C;
	text-align:center;
}

.heading_lv02_01{
	padding:12px 20px;
	box-sizing:border-box;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:15px;
	border:1px solid #ddd;
	border-top:3px solid #A91C1C;
	background:url(../img_xdpi/back_heading01.png) repeat-x left bottom;
	background-size:50% 50%;
}

.heading_lv02_02{
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:10px;
	color:#A91C1C;
}

.heading_lv03_01{
	padding:5px 20px;
	box-sizing:border-box;
	font-size:1.25em;
	font-weight:bold;
	color:#fff;
	line-height:1.25;
	margin-bottom:15px;
	background:#A91C1C;
}

.heading_lv04_01{
	padding:5px 0 7px 20px;
	box-sizing:border-box;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:15px;
	border-left:3px solid #A91C1C;
	border-bottom:1px solid #ddd;
}

.heading_lv05_01{
	margin-bottom:5px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5;
	color:#A91C1C;
}

.heading_lv05_02{
	padding:5px 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	color:#A91C1C;
}

.heading_lv06_01{
	margin-bottom:5px;
	font-size:1em;
	font-weight:bold;
	line-height:1.5;
}

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

/*      btn     */

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

.btn_list01{
	margin-top:15px;
}

.index_space03 .btn_list01{
	margin:15px 15px 0 15px;
}

.btn_list01 a{
	box-sizing:border-box;
	padding:10px;
	display:block;
	border-radius:4px;
	font-size:16px;
	background:#FF8040;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}

.btn_style01{
	margin-bottom:10px;
}

.btn_style01 a{
	padding-right:20px;
	background:url(../img_xdpi/arrow02.png) no-repeat center right;
	background-size:10px 7px;
	font-size:1.2em;
	color:#A91C1C;
	text-decoration:none;
}

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

/*      table     */

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

.table_style01{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ddd;
	line-height:1.75;
	font-size:12px;
}

.table_style01 th{
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

.table_style01 td{
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}

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

/*      index     */

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

.index_space01{
	margin:0 15px 25px 15px;
}

.index_space02{
	margin:0 15px 25px 15px;
}

.btn_facebook a{
	padding:15px 0;
	border-radius:4px;
	background:#36548F;
	display:block;
	width:100%;
	color:#FFF;
	font-size:1.2em;
	text-decoration:none;
	text-align:center;
}

.btn_facebook{
	display:none;
}

.index_left_heading01,
.index_right_heading01{
	padding:10px 15px;
	box-sizing:border-box;
	font-size:1.25em;
	font-weight:bold;
	color:#fff;
	line-height:1.25;
	margin-bottom:15px;
	background:#A91C1C;
}

#recruit_btn01 li{
	list-style:none;
}

#recruit_btn01 a{
	width:100%;
	margin-top:15px;
	display:block;
	color:#333;
	font-size:14px;
	padding:13px 0;
	text-decoration:none;
	text-align:center;
	border:1px solid #ddd;
	border-radius:4px;
	background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.index_space03{
	margin-top:-15px;
	margin-bottom:25px;
}

.info_contents{
	border-bottom:1px solid #ddd;
	padding:15px 15px;
	font-size:13px;
	line-height:1.5em;
}

.info_contents a{
	padding-right:20px;
	color:#333;
	box-sizing:border-box;
	width:100%;
	display:block;
	text-decoration:none;
	background:url(../img_xdpi/arrow05.png) no-repeat center right;
	background-size:9px 12px;
}

.info_text{
	margin-top:10px;
}

.info_icon{
	display:block;
	float:left;
	width:7em;
	margin-right:15px;
	padding:7px 0;
	color:#FFF;
	font-size:11px;
	line-height:1em;
	text-align:center;
	border-radius:3px;
	font-weight:bold;
}

.info_icon_color01{
	background:#97BF0D;
}

.info_icon_color02{
	background:#FF6A8F;
}

.info_icon_color03{
	background:#0094DB;
}

.store_name{
	display:block;
	float:left;
	padding:5px 17px;
	color:#FFF;
	font-size:11px;
	line-height:1em;
	text-align:center;
	border-radius:3px;
	font-weight:bold;
	background:#A91C1C;
	margin-right:15px;
	width:10em;
	overflow: hidden;
}

.store_entry_btn{
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	border:1px solid #A91C1C;
	border-radius: 2px;
	font-size: 18px;
}

#index_menu_area{
	margin-top:25px;
	box-sizing:border-box;
}

#index_menu_area li{
	box-sizing:border-box;
	float:left;
	width:25%;
	list-style:none;
	border-left:#ddd dotted 1px;
	border-right:#fff dotted 1px;
}

#index_menu_area li img{
	box-sizing:border-box;
	width:100%;
	height:auto;
}

#index_menu_area li:last-child{
	border-right:#ddd dotted 1px;
}

#index_sp_menu_area{
	background:-moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #efefef 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#efefef));
	background:-webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#efefef 100%);
	background:-o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#efefef 100%);
	background:-ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#efefef 100%);
	background:linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#efefef 100%);
}

#index_sp_menu_area{
	box-sizing:border-box;
	border-left:#ddd solid 1px;
}

#index_sp_menu_area li{
	box-sizing:border-box;
	float:left;
	width:20%;
	list-style:none;
}

#index_sp_menu_area li img{
	box-sizing:border-box;
	width:100%;
	height:auto;
	border-right:#ddd solid 1px;
	cursor:pointer;
}

#icon_ti{
	margin-top:25px;
	box-sizing:border-box;
}

#icon_ti li{
	box-sizing:border-box;
	float:left;
	width:25%;
	list-style:none;
	border-left:#ddd dotted 1px;
	border-right:#fff dotted 1px;
}

#icon_ti li img{
	box-sizing:border-box;
	width:100%;
	height:auto;
}

#icon_ti li:last-child{
	border-right:#ddd dotted 1px;
}

#youtube iframe{
	margin-top:25px;
	width:100%;
	height:auto;
}

.slider-wrapper{
	width:100%;
}

.theme-default a.nivo-nextNav{
	background:url(../img_xdpi/bx_slider_arrow02.png) no-repeat;
	background-size:24px 24px;
	right:15px;
}

.theme-default a.nivo-prevNav{
	background:url(../img_xdpi/bx_slider_arrow01.png) no-repeat;
	background-size:24px 24px;
	left:15px;
}

/* index menu */
/* -------------------------------------------------- */

#index_menu_contents01,
#index_menu_contents02,
#index_menu_contents03,
#index_menu_contents04,
#index_menu_contents05{
	display:none;
}

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

/*      products     */

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

/* products index */
/* -------------------------------------------------- */

.products_area h2{
	padding:5px 15px;
	font-size:16px;
	background:#A91C1C;
	color:#FFF;
	font-weight:normal;
}

.products_area ul{
	list-style:none;
	line-height:1.25em;
	font-size:14px;
}

.products_index_img{
	display:none;
}

.products_area ul li{
	border-bottom:1px solid #ccc;
}

.products_area ul li:last-child{
	border-bottom:none;
}

.products_area ul li ul li:last-child{
	border-bottom:none;
}

.products_area ul a{
	padding:15px 15px 15px 35px;
	display:block;
	text-decoration:none;
	color:#333;
	background:url(../img_xdpi/arrow05.png) 15px center no-repeat;
	background-size:9px 14px;
}

.products_area ul ul{
	border-top:1px solid #ccc;
}

.products_area ul ul a{
	padding:15px 15px 15px 50px;
	display:block;
	text-decoration:none;
	color:#333;
	background:url(../img_xdpi/arrow01.png) 35px center no-repeat;
	background-size:4px 5px;
}

/* category */
/* -------------------------------------------------- */

.category_area{
	line-height:1.5em;
	font-size:12px;
}

.category_area:last-child{
	margin-bottom:0;
}

.category_area .price{
	font-weight:normal;
	font-size:14px;
	color:#A91C1C;
}

#category_navi{
	border-top:1px solid #ccc;
}

#category_navi li{
	border-bottom:1px solid #ccc;
	list-style:none;
}

#category_navi li:last-child{
	border-bottom:none;
}

#category_navi a{
	padding:15px 15px 15px 35px;
	display:block;
	text-decoration:none;
	color:#333;
	background:url(../img/arrow05.png) 15px center no-repeat;
	background-size:9px 14px;
}

.category_area a{
	display:block;
	color:#333;
	text-decoration:none;
}

.category_area a:hover{
	opacity:0.5;
}

.category01 img,
.category02 img,
.category03 img{
	width:100%;
	height:auto;
}

.category01,
.category02,
.category03{
	margin-bottom:25px;
}

/* products detail */
/* -------------------------------------------------- */

#products_header{
	margin-bottom:15px;
}

#onlineshop_btn{
	margin-top:25px;
}

#onlineshop_btn a{
	display:block;
	padding:13px 0;
	text-align:center;
	color:#FFF;
	background:#A91C1C;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	border-radius:4px;
}

.products_number{
	font-size:0.9em;
}

.price{
	font-size:1.3em;
	color:#A91C1C;
}

#products_text_area h2{
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:10px;
	color:#A91C1C;
}

#products_text_area p{
	margin-bottom:25px;
}

#products_text_area table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ddd;
	line-height:1.75;
	font-size:12px;
}

#products_text_area table th{
	padding:5px 10px;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color:#A91C1C;
}

#products_text_area table td{
	padding:5px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}

#products_text_area table ul{
	margin-left:25px;
}

#products_text_area table ul li{
	margin-bottom:10px;
}

#products_text_area table ul li:last-child{
	margin-bottom:0;
}

#photoArea{
	display:none;
}

.bx-wrapper .bx-prev{
	display:block;
	left:0;
	background:url(../img_xdpi/bx_slider_arrow01.png) no-repeat 0 0;
	background-size:24px 24px;
}

.bx-wrapper .bx-next{
	display:block;
	right:0;
	background:url(../img_xdpi/bx_slider_arrow02.png) no-repeat 0 0;
	background-size:24px 24px;
}

.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:44%;
	margin-top:-16px;
	outline:0;
	width:24px;
	height:24px;
	text-indent:-9999px;
	z-index:9999;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background:#EED2D2;
	text-indent:-9999px;
	display:block;
	width:8px;
	height:8px;
	margin:0 8px;
	outline:0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#A91C1C;
}

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

/*      store     */

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

/* store menu */
/* -------------------------------------------------- */

.store_menu h2{
	margin-top:25px;
	font-size:1.1em;
	border-bottom:2px solid #A91C1C;
	padding-bottom:6px;
}

.store_menu h3{
	color:#FFF;
	background:#A91C1C;
	display:none;
}

.store_menu ul li{
	list-style:none;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

.store_menu ul a{
	display:block;
	padding:12px 0 12px 20px;
	background:url(../img_xdpi/arrow03.png) no-repeat 5px center;
	background-size:11px 11px;
	color:#333;
	text-decoration:none;
}

/* store */
/* -------------------------------------------------- */

.store_map_area{
	width:100%;
	height:400px;
	margin-bottom:25px;
	background:#EFEFEF;
}

.store_chirashi_area iframe{
	width:100%;
	height:300px;
}

.store_info_index a{
	color:#333;
	display:block;
	text-decoration:none;
}

.store_info_index a h3{
	color:#A91C1C;
}

.store_info_index a p{
	font-size:0.9em;
}

.store_info_index a:hover{
	color:#333;
	text-decoration:none;
}

.store_info_index .left{
	box-sizing:border-box;
	border:1px solid #DDD;
}

.store_info_index .right{
	box-sizing:border-box;
	border:1px solid #DDD;
}

.store_info_box{
	padding:10px 15px;
}

#store_icon01{
	width:7em;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto 15px auto;
	padding:5px 0;
	background:#FF6A8F;
	color:#FFF;
	font-size:13px;
	line-height:1em;
	border-radius:3px;
}

#maps_area{
	width:100%;
	height:300px;
	overflow:hidden;
}

.maps_text{
	padding:5px 15px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.maps_text h2{
	font-weight:normal;
	font-size:1.35em;
	padding-top:5px;
	margin-bottom:10px;
}

#store_icon_list li{
	list-style:none;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#store_icon_list li:last-child{
	margin-right:0;
}

#store_icon_list li img{
	width:75px;
	height:auto;
}

/* store_entry */
/* -------------------------------------------------- */

#store_entry_list{
	width: 100%;
	margin-bottom: 50px;
}

#store_entry_list a{
	display: block;
	text-decoration: none;
	color: #000;
}

#store_entry_list a:hover{
	color:#A91C1C;
}

#store_entry_list img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#store_entry_list h3{
	font-size: 14px;
	margin-bottom: 3px;
}

#store_entry_list p{
	font-size: 12px;
	line-height: 1.5em;
}

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

/*      company     */

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

#company_col2 .left{
	margin-bottom:25px;
	display:flex;
	justify-content: center;
	align-items: center;

}
#company_col2 .left div{
	width:50%;
	flex:auto;
}
#company_col2 .left div img{
	width:100%;
	height:auto;
}


#about_list dt{
	width:9em;
	float:left;
}

#about_list dd{
	width:8em;
	float:left;
}

.about_map_area{
	width:100%;
	height:200px;
	background:#EFEFEF;
}

.about_img01{
	width:100%;
}

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

/*      recruit     */

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

.recruit_btn01{
	text-align:center;
}

.recruit_btn02{
	text-align:center;
}

.recruit_btn01 img,
.recruit_btn02 img{
	width:100%;
}

.recruit_btn02 img{
	padding:0px 10px;
	box-sizing:border-box;
	width:50%;
}

#recruit_navi_area{
	padding-bottom:50px;
}

#recruit_navi_area ul{
	margin-top:-15px;
	margin-bottom:0;
}

#recruit_navi_area ul li{
	list-style:none;
	border-bottom:1px dotted #ccc;
}

#recruit_navi_area ul a{
	display:block;
	padding:12px 0 12px 20px;
	background:url(../img_xdpi/arrow03.png) no-repeat 5px center;
	background-size:11px 11px;
	color:#333;
	text-decoration:none;
}

.recruit_style01 table{
	width:100%;
	border-collapse:collapse;
	line-height:1.75;
	font-size:12px;
}

.recruit_style01 table th{
	padding:10px 15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

.recruit_style01 table td{
	padding:10px 15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}

.recruit_style01 h2{
	padding:12px 20px;
	box-sizing:border-box;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:15px;
	border:1px solid #ddd;
	border-top:3px solid #A91C1C;
	background:url(../img_xdpi/back_heading01.png) repeat-x left bottom;
	background-size:50% 50%;
}

.recruit_style01 h3{
	padding:5px 20px;
	box-sizing:border-box;
	font-size:1.25em;
	font-weight:bold;
	color:#fff;
	line-height:1.25;
	margin-bottom:15px;
	background:#A91C1C;
}

.recruit_style_detail{
	margin-bottom:50px;
}

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

/*      faq     */

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

.faq_list li{
	margin-left:20px;
	margin-bottom:5px;
	list-style:none;
}

.faq_list li a{
	display:block;
	padding-left:17px;
	background:url(../img_xdpi/arrow06.png) no-repeat 0 6px;
	background-size:11px 11px;
	text-decoration:none;
	color:#333;
}

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

/*      nursing     */

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

.office_map_area{
	width:100%;
	height:300px;
	overflow:hidden;
}

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

/*      sitemap     */

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

#sitemap_area .left{
	margin-bottom:25px;
}

#sitemap_area .right{
	margin-bottom:25px;
}

#sitemap_area ul{
	margin-bottom:25px;
}

#sitemap_area li{
	margin-left:20px;
	margin-bottom:5px;
	list-style:none;
}

#sitemap_area li a{
	display:block;
	padding-left:17px;
	background:url(../img_xdpi/arrow03.png) no-repeat 0 6px;
	background-size:11px 11px;
	text-decoration:none;
	color:#333;
}

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

/*      info     */

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

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

#info_date{
	text-align:right;
	margin-bottom:25px;
}



