@charset "utf-8";

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
html { font-size: 62.5%; overflow-y: scroll; }
body { font-size: 15px; font-size: 1.5rem; font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; text-align: center; }
table, button, input, option, textarea, h1, h2, h3, h4, h5, h6 { font: inherit; }
address, caption { font-style: normal; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: none; }
caption { text-align: left; }
th { font-weight: normal; }
tbody th { text-align: left; }
img { border: none; }
a img { border: none; }
fieldset { border: none; }

/* clear */

.ebox:before, .einner:before, .cf:before, .ebox:after, .einner:after, .cf:after { content: ""; display: table; }
.ebox:after, .einner:after, .cf:after { clear: both; }
.ebox, .einner, .cf { zoom: 1; }
.clear { clear: both; }

/* image_replacement */

.ir { text-indent: 100%; white-space: nowrap; overflow: hidden; }
* html .ir { width: 100%; }
*+html .ir { width: 100%; }
.ir a { display: block; }

/*----------------------------------------------------------------------------------------------------
	common
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------
	border_box
--------------------------------------------------*/

.border_box {
	border: 2px solid #D0C7BA;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 20px;
	background: #ede7db;
}

/*--------------------------------------------------
	column
--------------------------------------------------*/

.col01 { width: 40px; }
.col02 { width: 100px; }
.col03 { width: 160px; }
.col04 { width: 220px; }
.col05 { width: 280px; }
.col06 { width: 340px; }
.col07 { width: 400px; }
.col08 { width: 460px; }
.col09 { width: 520px; }
.col10 { width: 580px; }
.col11 { width: 640px; }
.col12 { width: 700px; }
.col13 { width: 760px; }
.col14 { width: 820px; }
.col15 { width: 880px; }
.col16 { width: 940px; }
.wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------------------------
	equal parts
--------------------------------------------------*/

.eq {
	margin: -20px -20px 0 0 !important;
	letter-spacing: -.4em;
	overflow: hidden;
}

/*
	#main = 700px
	.eq2 .part { width: 340px; }
	.eq3 .part { width: 220px; }
	.eq4 .part { width: 160px; }
	.eq5 .part { width: 124px; }
	.eq6 .part { width: 100px; }

	#main = 940px
	.eq2 .part { width: 460x; }
	.eq2 .part { width: 300x; }
	.eq4 .part { width: 220px; }
	.eq5 .part { width: 172px; }
	.eq6 .part { width: 140px; }
*/

.eq2 .part { width: 340px; }
.eq3 .part { width: 220px; }
.eq4 .part { width: 160px; }
.eq5 .part { width: 124px; }
.eq6 .part { width: 100px; }

/* part */

.part,
ul.eq li {
	display: inline-block;
	vertical-align: top;
	margin: 20px 20px 0 0;
	letter-spacing: normal;
}
* html .part,
* html ul.eq li {
	display: inline;
	zoom: 1;
}
*+html .part,
* html ul.eq li {
	display: inline;
	zoom: 1;
}

ul.eq img { vertical-align: bottom; }

/*--------------------------------------------------
	float
--------------------------------------------------*/

.fl { float: left; }
.fr { float: right; }

/*--------------------------------------------------
	head_title
--------------------------------------------------*/

/* h2 */

h2, .ebox h1 {
	background: #f7f77c url(../img/h3_bg.gif) no-repeat right center;
	padding: 0px;
	margin-bottom: 20px;
	color: #262626;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.0;
}

/* h3 */

h3 {
	color: #262626;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
h3.ns {
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
}

/*--------------------------------------------------
	link
--------------------------------------------------*/

a {
	color: #4d3d40;
	text-decoration:underline;
}
a:hover {
	color: #cc0000;
}

/* link_style */

a.link02,
a.link03 {
	display: block;
	background-color: #e68a8a;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	text-decoration:none;
}
a.link02:hover,
a.link03:hover {
	color: #4d3d40;
	background-color: #da6a6a;
	text-decoration:none;
}

.col06 a.link02,
.col06 a.link03 { background-position: 316px center; }

/* link01 */

a.link01 {
	background: url(../img/icon.png) no-repeat -1000px center;
	padding-left: 20px;
	text-decoration:none;
}
a.link01:hover { background-position: -2000px center; }

/* link02 */

a.link02 { background-color: #e68a8a; }
a.link02:hover { background-color: #da6a6a; }

/* link02 */

a.link03 { background-color: #ffa64c; }
a.link03:hover { background-color: #ff8931; }

/* boxlink */

div.boxlink {
	position: relative;
	margin:0;
	color: #666;
	text-decoration: none;
}
div.boxlink:hover {
	text-decoration: none;
}
div.boxlink a {
	display: block ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	overflow: hidden;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}
div.boxlink a:hover {
	background-color: #ffffff;
	opacity:0.3;
}
div.boxlink p { 
	background: url(../img/icon.png) no-repeat -7000px center;
	padding-left: 10px;
	font-size: 11px;
	font-size: 1.1rem;
}

/*--------------------------------------------------
	list
--------------------------------------------------*/

/* ul */

.ul01,
#news_body ul {
	padding-left: 40px;
	list-style: circle;
}
.ul02 {
	padding-left: 40px;
	list-style: disc;
}
.ul03 li {
	background: url(../../common/img/icon.png) no-repeat -7000px center;
	padding-left: 10px;
}
.ul04 li {
	border-bottom: 2px dotted #c0b6ab;
	padding: 7px 0;
}
.ul04 li:first-child {
	padding-top: 0;
}
.ul04 li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.ul04 ul li {
	border-bottom: none;
	padding: 0;
}

/* ol */

.ol01,
#news_body ol {
	padding-left: 40px;
	list-style: decimal;
}
.ol02 {
	padding-left: 3em;
	list-style: decimal;
}
.ol02 li {
	font-size: 20px;
	font-size: 2rem;
}
.ol02 li span {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
}

/* dl */

.dl01 dd { margin-left: 40px; }
.dl02 dt {
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	margin-top: 5px;
	color: #c00;
}
.dl02 dt:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.dl03 dt {
	float: left;
	width: 160px;
	clear: left;
}
.dl03 dd { margin-left: 180px; }

/*--------------------------------------------------
	margin
--------------------------------------------------*/

/* top */

.mt0 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

/* right */

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }

/* bottom */

.mb0 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

/* left */

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }

/*--------------------------------------------------
	page_nav
--------------------------------------------------*/

.page_navi { text-align: center; margin-top: 20px; }
.page_navi li {
	display: inline;
	list-style: none;
}
.page_navi li a, .page_navi li.current span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.page_navi li a {
	color: #333333;
	padding: 3px 7px;
	display: inline-block;
	border: solid 1px #cccccc;
	text-decoration: none;
}
.page_navi li a:hover { color: #ffffff; background: #cc0000; border-color: #cc0000; }
.page_navi li.current span {
	display: inline-block;
	padding: 3px 7px;
	color: #cc0000;
	border: 1px solid #cc0000;
}

/*--------------------------------------------------
	post_nav
--------------------------------------------------*/

.post_nav {
	font-size: 13px;
	font-size: 1.3rem;
}
.post_nav li { width: 33%; }
.post_nav .prev { float: left; }
.post_nav .next {
	float: right;
	text-align: right;
}
.post_nav .top {
	text-align: center;
	margin: 0 33%;
}
.post_nav a {
	padding: 5px 20px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #333333;
	background: #f4f0e4;
}
.post_nav a:hover { color: #ffffff; background: #cc0000; }

/*--------------------------------------------------
	table
--------------------------------------------------*/

table { width: 100%; }

/* table01 */

table.table01,
#news_body table {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.table01 th,
.table01 td {
	padding: 10px 15px;
	background: #f7f7f7;
	border-bottom: 2px solid #ffffff;
}
.table01 th { background: #f0f0f0; }
.table01 tr:nth-child(even) th { background: #e8e8e8; }
.table01 tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
.table01 tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
.table01 tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}
.table01 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}

/* table02 */

.table02 th,
.table02 td {
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0;
}
.table02 th { padding-right: 20px; }
.table02 td {
}

/* table03 */

.table03 {
	border-spacing: 1px;
	border-collapse: separate;
	border: 1px solid #ccc;
}
.table03 th,
.table03 td { padding: 5px 10px; }
.table03 th { background: #e5e5e5; }
.table03 thead th { background: #d9d9d9; }
.table03 tbody tr:nth-child(even) th { background: #d9d9d9; }
.table03 tbody tr:nth-child(even) td { background: #f2f2f2; }

/* table04 */

.table04 {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ccc;
}
.table04 th,
.table04 td { padding: 5px 10px; }
.table04 thead th { background: #e5e5e5; }
.table04 tbody th {
	background: #e5e5e5;
	background: -moz-linear-gradient(left, #e5e5e5, #fff);
	background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(#fff));
}
.table04 tbody tr:nth-child(even) th {
	background: #d9d9d9;
	background: -moz-linear-gradient(left, #d9d9d9, #f2f2f2);
	background: -webkit-gradient(linear, left top, right top, from(#d9d9d9), to(#f2f2f2));
}
.table04 tbody tr:nth-child(even) td { background: #f2f2f2; }

/* common */

td.num {
	text-align: right;
	white-space: nowrap;
}
td.price {
	text-align: right;
	white-space: nowrap;
	color: #f00;
}
td.link { text-align: right; }

/*--------------------------------------------------
	text
--------------------------------------------------*/

.right { text-align: right; }
.center { text-align: center; }

/* color */

.fc01 { color: #e63834; }
.fc02 { color: #d07970; }
.fc03 { color: #ed9642; }
.fc_w { color: #ffffff; }

/* size */

.fs_s {
	font-size: 13px;
	font-size: 1.3rem;
}
.fs_m {
	font-size: 18px;
	font-size: 1.8rem;
}
.fs_l {
	font-size: 22px;
	font-size: 2.2rem;
}

/*--------------------------------------------------
	topimage
--------------------------------------------------*/

#topimage ul {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#topimage li {
	width: 100%;
	text-align: center;
	float: left;
	position: relative;
}
#topimage img { vertical-align: bottom; }

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

/*--------------------------------------------------
	composition
--------------------------------------------------*/

body {
	color: #666666;
	line-height: 1.6;
}
#wrapper {
	width: 940px;
	margin: 0 auto 100px auto;
	text-align: left;
}
.contents {	background: #ffffff; }
#main {
	width: 700px;
	float: left;
}
#side {
	width: 200px;
	float: right;
}

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

#header {
	background: #ffffff url(../img/header_bg.gif) repeat-x left top;
}
#header .wrapper {
	position: relative;
	padding: 0px 0 10px 0;
}

/* h1 */

#header h1,
#header .logo {
	background: url(../img/logo.gif) no-repeat left top;
	width: 63px;
	height: 40px;
}
#header .logo a { height: 40px; }

/* description */

#header .description {
	position: absolute;
	top: 7px;
	left: 70px;
	font-size: 11px;
	font-size: 1.1rem;
}

/* h2 */

#header h2,
#header .catch {
	background: url(../img/catch.gif) no-repeat left top;
	width: 597px;
	height: 38px;
	margin-bottom: 10px;
}
#header .catch a { height: 40px; }

/* headerNav */

#header ul {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header li {
	float: left;
	font-size: 10px;
	font-size: 1.0rem;
	border-right: 1px solid #dadada;
	padding: 0 10px;
}
#header li.end {
	border-right: 0px none #dadada;
	padding-right: 0;
}
#header li a {
	display: block;
	text-decoration: none;
}

/* tel */

#header .tel {
	position: absolute;
	top: 21px;
	right: 0px;
}


/*--------------------------------------------------
	global_nav
--------------------------------------------------*/

#global_nav {
	background: #ffffff;
	margin-bottom: 20px;
}
#global_nav .wrapper {
	position: relative;
	padding: 0px 0 10px 0;
}
#global_nav > ul {
	background: url(../img/global_nav.gif) no-repeat 0px -80px;
	position: relative;
}
#global_nav .nav01 { width: 98px; }
#global_nav .nav02 { width: 177px; }
#global_nav .nav03 { width: 177px; }
#global_nav .nav04 { width: 187px; }
#global_nav .nav05 { width: 164px; }
#global_nav .nav06 { width: 137px; }

/* parent */

#global_nav li {
	float: left;
	position: relative;
}
#global_nav .parent {
	height: 40px;
	background: url(../img/global_nav.gif);
	display: block;
}
#global_nav .nav01 .parent { background-position: 0px 0px; }
#global_nav .nav02 .parent { background-position: -98px 0px; }
#global_nav .nav03 .parent { background-position: -275px 0px; }
#global_nav .nav04 .parent { background-position: -452px 0px; }
#global_nav .nav05 .parent { background-position: -639px 0px; }
#global_nav .nav06 .parent { background-position: -803px 0px; }

#global_nav .nav01 .parent:hover { background-position: 0px -40px; }
#global_nav .nav02 .parent:hover { background-position: -98px -40px; }
#global_nav .nav03 .parent:hover { background-position: -275px -40px; }
#global_nav .nav04 .parent:hover { background-position: -452px -40px; }
#global_nav .nav05 .parent:hover { background-position: -639px -40px; }
#global_nav .nav06 .parent:hover { background-position: -803px -40px; }

#global_nav .nav01 .on { background-position: 0px -40px; }
#global_nav .nav02 .on { background-position: -98px -40px; }
#global_nav .nav03 .on { background-position: -275px -40px; }
#global_nav .nav04 .on { background-position: -452px -40px; }
#global_nav .nav05 .on { background-position: -639px -40px; }
#global_nav .nav06 .on { background-position: -803px -40px; }

/* sub */

#global_nav .sub {
	display: none;
	background: #f7f7f7;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 100;
	width: 278px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	border-top: 5px solid #fff;
}
#global_nav .sub li {
	float: none;
	border-top: 1px solid #fff;
}
#global_nav .sub li:first-child { border-top: none; }

#global_nav .sub li a {
	display: block;
	background: url(../img/icon.png) no-repeat -6995px center;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	color: #4d4d4d;
}
#global_nav li li a:hover {
	background-color: #ffcccc;
	
}

/* on */

#global_nav .on { background: none; }

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

#footer {
	margin: 0px auto;
	font-size: 11px;
	font-size: 1.1rem;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#footer .wrapper {
	position: relative;
	padding: 20px 0 10px;
}
#footer a {
	text-decoration:none;
}

/* footer_info */

#footer_info { 
	width: 220px; 
	text-align: right;
}
#footer_info img { margin-bottom: 10px; }

/* footer_nav */

#footer_nav {
	line-height: 1.5;
}
#footer_nav .ul3 {
	margin-top: 10px;
}
#footer_nav a { font-weight:bold; }
#footer_nav a:hover,
#footer_nav .on strong {	color: #cc0000; }
#footer_nav li li a {
	color: #666666;
	font-weight:normal;
	background: url(../img/icon.png) no-repeat -7000px center;
	padding-left: 10px;
}
#footer_nav li li a:hover { 
	color: #cc0000;
	background-position: -5000px center; 
}

/* footer2 */

#footer2 {
	margin: 0px auto;
	font-size: 10px;
	font-size: 1.0rem;
}
#footer2 .wrapper {
	position: relative;
	padding: 20px 0 0;
}
#footer_add { width: 600px; }
#footer_add address { margin-bottom: 20px; }
#footer_add address img { margin-bottom: 10px; }
#copyright { 
	width: 200px; 
	text-align: right;
}
#copyright p {
	background: url(../img/footer_logo.gif) no-repeat left center;
	height: 20px;
	padding: 0 0 0 30px;
}

/*--------------------------------------------------
	back_to_top
--------------------------------------------------*/

#back_to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999 !important;
}
#back_to_top a {
	width: 70px;
	height: 70px;
	background: url(../img/back_to_top.png) no-repeat left top;
}

/*--------------------------------------------------
	side
--------------------------------------------------*/

#side img { vertical-align: bottom; }

/* bnr_list */
#side .bnr_list { margin-bottom: 20px; }
#side .bnr_list li { margin-bottom: 10px; }

#side .sns .ebox {
	margin-bottom: 5px;
}
iframe.twitter-share-button {
    width: 100px !important;
}
iframe.g-plusone {
    width: 90px !important;
	margin-bottom: 5px;
}

/* side_nav */
#side .side_nav {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	border: solid 5px #f4f0e4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#side .side_nav .title {
	padding-left: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	}
#side .side_nav .inner {
	margin: 5px;
	}
#side .side_nav ul ul { margin-left: 10px; }
#side .side_nav a {
	background: url(../img/icon.png) no-repeat -7000px center;
	padding-left: 10px;
}
#side .side_nav a:hover,
#side .side_nav .current-cat > a { background-position: -5000px center; }
#side .side_nav .current-cat > a {
	font-weight: bold;
	color: #cc0000;
}

/*--------------------------------------------------
	 recruit-sp banner
--------------------------------------------------*/
.ir {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	 display: block; 
}
#bnr_recruit{
	position: fixed;
	bottom: 325px;
  right: 0px;
	z-index: 9999 !important;
	width: 200px;
	height: 210px;
}
#bnr_recruit button#click_bnr{ float: right; position: absolute; right: 2px; top: 2px; font-size: 1rem; line-height: 2; }
#bnr_recruit a {
	width: 200px;
	height: 300px;
	background: url(../img/bnr_recruit-sp.gif) no-repeat left top;
}