@charset "utf-8";
 @import url("css/import.css");
/*
Theme Name: samurai
Author: Alma
Version: 1.0
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　共通箇所
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html {
	background: url(images/wood.jpg) repeat;
}
body {
	text-align: center;
	line-height: 1.6;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 1px;
	color: #fff;
}
/* wrapper */
.wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
/* link */
a {
	color: #d82e01;
}
a:link {
	color: #d82e01;
}
a:visited {
	color: #d82e01;
}
a:hover {
	color: #d82e01;
}
hr {
	border: none;
	height: 1px;
	background: #3a3939;
}
img.circle {
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
}
/* header
----------------------------------------------------------------------------------------------------*/

header {
	background: url(images/header_bg.jpg) repeat;
	margin-bottom: 15px;
}
header .top h1 {
	float: left;
	width: 350px;
	padding: 15px 0 16px;
}
header .top ul {
	float: right;
}
header .top ul li {
	float: right;
}
header .top ul li p {
	margin: 0;
	text-align: right;
	padding: 10px 5px 3px 0;
	color: #ddd;
}
header .top ul li.btn {
	padding-top: 41px;
	padding-left: 20px;
}
header nav {
	margin-bottom: 9px;
}
header nav ul li {
	float: left;
}
header .line {
	background: url(images/header_line.jpg) repeat-x;
	height: 9px;
	border-bottom: 1px solid #4f321e;
}
/* bg
----------------------------------------------------------------------------------------------------*/

.bg_black {
	background: #000;
	border: 1px solid #444;
	padding: 50px;
}

@media screen and (max-width: 768px) {
.bg_black {
	background: #000;
	border: 1px solid #444;
	padding: 0px;
}
}
/* main_contents
----------------------------------------------------------------------------------------------------*/
#main_contents {
	width: 980px;
	font-size: 108%;
}
/* contents
----------------------------------------------------------------------------------------------------*/

#contents section {
	margin-bottom: 50px;
}
#contents section p {
	margin-bottom: 1em;
	line-height: 1.7;
}
/* sidebar
----------------------------------------------------------------------------------------------------*/
#sidebar {
	width: 270px;
	float: left;
}
/* footer
----------------------------------------------------------------------------------------------------*/

footer {
	margin-top: 20px;
	background: url(images/header_bg.jpg) repeat;
	padding-bottom: 10px;
}
footer .line {
	background: url(images/header_line.jpg) repeat-x;
	height: 8px;
	border-top: 1px solid #4f321e;
	margin-bottom: 25px;
}
footer h2 {
	width: 100px;
	float: left;
}
footer .left {
	float: left;
	width: 400px;
	padding-bottom: 15px;
}
footer .left a {
	color: #fff;
}
footer .left dl {
}
footer .left dl dt {
	width: 45px;
	float: left;
}
footer .left dl dt:after {
	content: " :";
}
footer .left dl dd {
	overflow: hidden;
}
footer .right {
	text-align: left;
	width: 480px;
	float: left;
}
footer .right ul {
	padding: 32px 0 10px;
}
footer .right ul li {
	float: left;
	margin-right: 15px;
}
footer .right ul li a {
	color: #fff;
	text-decoration: none;
	background: url(images/list_mark2.png) no-repeat 0 6px;
	padding-left: 15px;
}
footer .right ul li a:hover {
	text-decoration: underline;
	background: url(images/list_mark2.png) no-repeat 0 6px;
}
footer h2 {
}
footer p.copy {
}
/* subpage(下層ページ共通設定) 
----------------------------------------------------------------------------------------------------*/
#title {
	margin-bottom: 7px;
}
#pan {
	margin-bottom: 5px;
	padding-left: 10px;
}
#pan a {
	color: #fff;
	text-decoration: none;
}
#pan a:hover {
	text-decoration: underline;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　index.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#index #main_img {
	margin-bottom: 20px;
}
#index .top_bnr p {
	margin-bottom: 10px;
}



#index .top_bnr .left {
	width: 480px;
	margin-right: 10px;
	float: left;
}
#index .top_bnr .right {
	width: 490px;
	float: left;
}




#index .top_bnr .right .fb {
	width: 275px;
	background: #fff;
	height: 262px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}
#index .top_bnr .right .tv {
	width: 205px;
	float: left;
}

@media screen and (max-width: 768px) {
#index .top_bnr .left {
	width: 100%;
	/* margin-right: 10px; */
	float: none;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
#main_contents {
	font-size: 108%;
	width: 100%;
}
#index .top_bnr .right {
	width: 100%;
	float: none;
}
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    width: 100%;
}	
	
	#index .top_bnr .right .fb {
    background: rgba(0, 0, 0, 0);
    height: 262px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    width: 100%;
    text-align: center;
}
	
	#index .top_bnr .right .tv {
    float: left;
    width: 100%;
}
	footer .right {
    text-align: left;
    float: left;
    width: 100%;
}
	footer .left {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}
header .top ul li.btn {
	display: none;
}
	.mohidden{
		display:none;
	}
	
	
	.tv{
		display:none;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　shop.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#shop #contents section.shop_info {
	padding-bottom: 30px;
}
#shop #contents section.shop_info h2 {
	margin-bottom: 40px;
}
#shop #contents section.shop_info .photo {
	width: 260px;
	float: left;
	margin-right: 30px;
	text-align: center;
}
@media screen and (max-width: 768px) {
#shop #contents section.shop_info .photo {
	width: 100%;
	float: left;
	margin-right: 0px;
	text-align: center;
}
}
#shop #contents section.shop_info .photo img {
	max-width: 100%;
}
#shop #contents section.shop_info .text {
	overflow: hidden;
}
#shop #contents section.shop_info .text table {
	margin-bottom: 20px;
}
#shop #contents section.shop_info .text table th {
	color: #d82e01;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #434343;
	width:25%;
}
#shop #contents section.shop_info .text table td {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #434343;
}
#shop #contents section.shop_info .text p {
	margin-bottom: 20px;
}
#shop #contents section.shop_info .map {
	margin-bottom: 40px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　company.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#company #kodawari {
	background: url(images/company_kodawari_bg.jpg) no-repeat right 50px;
}
#company #kodawari h3 {
	margin-bottom: 20px;
}
#company #kodawari dl {
}
#company #kodawari dl dt {
	margin-bottom: 15px;
}
#company #kodawari dl dd {
	margin-bottom: 15px;
	padding-left: 10px;
}
#company #kodawari .yume {
	background: url(images/company_yume_bg.jpg) no-repeat 0 3px;
	width: 880px;
	border: 5px solid #636363;
}
#company #kodawari .yume .text {
	margin: 75px 0 20px 30px;
	width: 640px;
}
#company #kodawari .yume .text p {
	margin-bottom: 0px;
}
#company section.vision h2 {
	margin-bottom: 40px;
}
#company section.vision h3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #cd2b00;
	font-size: 123.1%;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 30px;
}
#company section.vision em {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	padding: 0;
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* 侍原則 */
#company section.vision .gensoku {
	background: url(images/seamlesstexture7_500.jpg) repeat;
	color: #000;
	text-align: center;
	margin: 40px 50px 0;
}
#company .gensoku h4 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #b72802;
	font-weight: bold;
	font-size: 23px;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}
#company .gensoku ul li {
	padding-bottom: 30px;
}
/* 会社情報 */
#company section.info {
	padding-bottom: 30px;
	background: #000 url(images/company_photo_bg.jpg) no-repeat 580px 90px;
}
#company section.info h2 {
	margin: 0px 0 30px;
}
#company section.info dl {
	border-bottom: 1px dotted #555;
	margin: 0 0 8px;
	padding-bottom: 5px;
	width: 560px;
}
#company section.info dt {
	width: 130px;
	float: left;
	text-align: right;
	margin-right: 50px;
}
#company section.info dd {
	width: 380px;
	float: left;
}
#company .license {
	background: #1f1f1f;
	text-align: center;
	margin-bottom: 30px;
}
#company .license .btn {
	padding: 15px 0 15px;
}
#company .syouhyou {
	border: 1px solid #666;
	padding: 10px 0 9px;
	text-align: center;
}
#company .bottom_bnr {
	margin-left: 60px;
	margin-top: 30px;
}
#company .bottom_bnr ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　recruit.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#recruit #contents .aisatsu h2 {
	margin: 0 0 40px;
	text-align: center;
}
#recruit #contents .aisatsu h3 {
	margin: 40px 0 30px;
}
#recruit #contents .aisatsu h4 {
	margin: 0 0 30px;
}
#recruit #contents .aisatsu h5 {
	margin: 20px 0 10px;
}
#recruit #contents .aisatsu .photo_l {
	float: left;
	margin-right: 40px;
}
#recruit #contents .aisatsu .photo_r {
	float: right;
	margin-left: 30px;
}
#recruit #contents .aisatsu .text {
	overflow: hidden;
	margin-bottom: 30px;
}
#recruit #contents .aisatsu .movie {
	margin: 50px 0 0;
	text-align: center;
}
#recruit #contents .youkou .photo {
	float: right;
	margin-left: 20px;
}
#recruit #contents .youkou .text {
	overflow: hidden;
}
#recruit #contents .youkou h3 {
	margin-bottom: 30px;
}
#recruit #contents .youkou h4 {
	color: #d82e01;
	font-size: 18px;
}
#recruit #contents .youkou .flow {
	border: 1px solid #666;
	background: #333;
	padding: 20px 10px 15px 20px;
	text-align: left;
	margin: 0 auto 20px;
}
#recruit #contents .youkou dl.flow {
	width: 530px;
}
#recruit #contents .youkou dl.flow dt {
	width: 100px;
	float: left;
}
#recruit #contents .youkou dl.flow dd {
	overflow: hidden;
	padding-bottom: 5px;
}
#recruit #contents .youkou .center_box {
	width: 500px;
	margin: 0 auto;
}
/* フォーム */
section.recruit_form dl {
	border-bottom: 1px solid #444;
	margin: 0 0 12px 70px;
	padding-bottom: 10px;
	width: 730px;
}
section.recruit_form dt {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 50px;
	padding-top: 3px;
}
section.recruit_form dd {
	width: 460px;
	float: left;
}
section.recruit_form input[type="text"], section.recruit_form textarea {
	padding: 5px 5px;
}
section.recruit_form select {
	padding: 3px 5px;
}
section.recruit_form input[type="radio"] {
	position: relative;
	top: 2px;
	left: -3px;
}
section.recruit_form label {
	padding: 5px 20px 0 0;
}
section.recruit_form .agree {
	padding: 20px 15px 5px;
	font-weight: bold;
	margin-bottom: 20px;
	background: url(images/seamlesstexture7_500.jpg) repeat;
	color: #000;
}
section.recruit_form .agree input[type="checkbox"] {
	position: relative;
	top: 2px;
	left: -3px;
}
section.recruit_form .agree .box {
	background: #fff;
	margin: 0 20px 10px;
	text-align: center;
	padding: 5px 10px;
}
section.recruit_form span.row {
	padding-bottom: 10px;
	display: block;
	margin: 0;
}
section.recruit_form .submit input {
	border-radius: 3px;
	border: 2px solid #900606;
	background: #c40a0b; /* Old browsers */
	background: -moz-linear-gradient(top, #c40a0b 1%, #950607 51%, #950607 51%, #770404 51%, #6a0303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c40a0b), color-stop(51%, #950607), color-stop(51%, #950607), color-stop(51%, #770404), color-stop(100%, #6a0303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c40a0b 1%, #950607 51%, #950607 51%, #770404 51%, #6a0303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c40a0b 1%, #950607 51%, #950607 51%, #770404 51%, #6a0303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c40a0b 1%, #950607 51%, #950607 51%, #770404 51%, #6a0303 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c40a0b 1%, #950607 51%, #950607 51%, #770404 51%, #6a0303 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40a0b', endColorstr='#6a0303', GradientType=0 ); /* IE6-9 */
	padding: 10px 40px 7px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 20px;
	margin-right: 20px;
}
section.recruit_form .submit input:hover {
	background: #e50d0d; /* Old browsers */
	background: -moz-linear-gradient(top, #e50d0d 1%, #ba0909 51%, #950607 51%, #9b0606 51%, #9b0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e50d0d), color-stop(51%, #ba0909), color-stop(51%, #950607), color-stop(51%, #9b0606), color-stop(100%, #9b0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e50d0d 1%, #ba0909 51%, #950607 51%, #9b0606 51%, #9b0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e50d0d 1%, #ba0909 51%, #950607 51%, #9b0606 51%, #9b0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e50d0d 1%, #ba0909 51%, #950607 51%, #9b0606 51%, #9b0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e50d0d 1%, #ba0909 51%, #950607 51%, #9b0606 51%, #9b0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50d0d', endColorstr='#9b0404', GradientType=0 ); /* IE6-9 */
}
section.recruit_form .error {
	color: #f00;
}
#recruit-form-confirm .confirm_none {
	display: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　crm.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#crm #contents .mbox {
	margin: 0 100px;
}
@media screen and (max-width: 768px) {
	#crm #contents .mbox {
	margin: 0 0px;
}
}
#crm #contents .photo_2col {
	margin-bottom: 1em;
}
#crm #contents .photo_2col img {
	width: 100%;
	height: auto;
}
#crm #contents .photo_2col .left {
	width: 48%;
	float: left;
	margin-right: 4%;
}
#crm #contents .photo_2col .right {
	width: 48%;
	float: left;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　sitemap.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* サイトマップ */
#sitemap section.sitemap {
	padding-bottom: 30px;
	background: #000 url(images/company_photo_bg.jpg) no-repeat 400px 10px;
}
#sitemap section.sitemap ul {
	margin-left: 40px;
	margin-top: 35px;
	float: left;
}
#sitemap section.sitemap ul.left {
	width: 200px;
}
#sitemap section.sitemap ul.right {
	width: 200px;
}
#sitemap section.sitemap ul li {
	width: 180px;
	margin-bottom: 15px;
	background: url(images/list_mark.png) no-repeat 0 5px;
	padding-left: 20px;
}
#sitemap section.sitemap ol {
	margin-top: 10px;
}
#sitemap section.sitemap ol li {
	background: none;
	padding-left: 0px;
}
#sitemap section.sitemap ul li a {
	color: #fff;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　blog
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#blog #contents {
	width: 700px;
	float: left;
	margin-right: 20px;
}
#blog #contents section {
	margin-bottom: 20px;
}
#blog #sidebar {
	width: 250px;
	float: left;
}
#blog #sidebar section {
	background: #000;
	border: 3px solid #444;
	margin-bottom: 20px;
	padding: 10px 0px;
}
#blog #sidebar h3 {
	font-size: 16px;
	border-bottom: 2px solid #555;
	margin: 0 20px 10px;
	padding-bottom: 5px;
	background: url(images/list_mark.png) no-repeat 0 5px;
	padding-left: 20px;
}
#blog #sidebar ul {
	margin: 0 10px 0 20px;
}
#blog #sidebar ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
#blog #sidebar ul li a {
	color: #fff;
	text-decoration: none;
}
#blog #sidebar ul li a:hover {
	color: #d82e01;
	text-decoration: underline;
}
#blog article {
	padding: 15px 25px;
	background: url(images/seamlesstexture7_500.jpg) repeat;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	margin-bottom: 20px;
	color: #000;
}
#blog .entry-title {
	margin-bottom: 10px;
	font-size: 22px;
	color: #000;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid #c3a580;
}
#blog .entry-title time {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
#blog .entry-title a {
	color: #b72903;
	text-decoration: none;
}
#blog .entry-title a:hover {
	text-decoration: underline;
}
#blog .more-link {
	padding: 5px 10px 4px;
	background: #787878;
	color: #fff;
	text-align: right;
	border: 1px solid #444;
	display: inline-block;
	text-decoration: none;
}
#blog a.more-link:hover {
	background: #565656;
}
#blog .entry-content {
	padding: 0 0 10px;
}
#blog .entry-content img {
	max-width: 600px;
	height: auto;
}

#blog .navigation li {
	width: 50%;
	color: #fff;
}
#blog .navigation li.nav-previous {
	float: left;
}
#blog .navigation li.nav-next {
	float: right;
	text-align: right;
}


