@charset "utf-8";

/*//////////// 基本サイズ14px  ////////////
表示サイズ　指定する値
10px　72%
11px　79%
12px　87%
13px　94%
14px　100%
15px　108%		29px　208%
16px　115%		30px　215%
17px　122%		31px　222%
18px　129%		32px　229%
19px　136%		33px　236%
20px　143%		34px　243%
21px　150%		35px　250%
22px　158%		36px　258%
23px　165%		38px　265%
24px　172%		38px　272%
25px　179%		39px　279%
26px　186%		40px　286%
27px　193%		41px　293%
28px　200%		42px　300%
//////////////////////////////*/

/* =============================中ページ共通==================================== */

/*ページのフェードイン　js無し*/
body.naka {animation: fadeIn 0.6s ease 0s 0.7 normal;-webkit-animation: fadeIn 0.6s ease 0s 0.7 normal;}
@keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}



/*Webフォント読み込み時の「再描画ちらつき」をなくす*/
html {visibility: hidden;}
html.wf-active {visibility: visible;}




/*パンくず------------*/
.breadcrumb-box{position: relative;z-index:2;width: 100%;padding-top: 118px;background-color: #333;}
#breadcrumb{width:1000px;margin:0 auto;text-align: right;font-size: 79%;white-space: nowrap;overflow: hidden;padding: 3px 0 5px 0;}
#breadcrumb div{display:inline;color:#ccc;padding-right:9px;}
#breadcrumb div a{color:#eee;text-decoration:underline;padding-right:11px;}
#breadcrumb div a:hover{opacity:0.6;}


/*中ページ上部の大きなタイトル------------*/
#naka-headerimgs{background-color:#efe2e2;border-bottom:1px solid #ccc;}
.naka-headerimg{width:1000px;height:100px;margin:0 auto;background:url(../company/img/naka_mark.png) no-repeat 50px center;display: table;text-align:center;}
.naka-headerimg p{font-size:200%;color:#7d0016;font-weight:bold;letter-spacing:0.8em;text-indent: 0.8em;line-height:1.0;display:table-cell;vertical-align:middle;}
.naka-headerimg p small{letter-spacing:0.1em;text-indent: 0.1em;font-size:72%;}



/* 中ページ共通の各セクション-------------------*/
body.naka .section:first-child{}


/* =============中ページ共通のスタイル================== */
/*見出し----------------*/
/*下に下線*/
.midashi1{position: relative;margin: 0 auto 80px auto;font-size:179%;line-height: 1.0;color:#000;letter-spacing: 0.1em;text-align: center;}
.midashi1:before {content: '';position: absolute;bottom:-20px;display: inline-block;width:140px;height:2px;left: 50%;background-color:#cc0000;
										-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}


.midashi2{font-size:186%;line-height:1.3;color:#7d0015;text-align:center;margin-bottom:25px;letter-spacing: 0.1em;font-weight: bold !important;}

.midashi3{font-size:129%;line-height:1.2;font-weight:bold;color:#fff;padding: 12px 10px 12px 15px;background-color:#bd9b6c;}
/*IE8以上*/
.midashi3{padding:14px 10px 11px 15px\0;}

.midashi4{font-size:136%;font-weight:bold;line-height:1.2;padding-bottom:8px;border-bottom:2px dotted #999;margin-bottom:15px;}

.midashi5{font-weight:bold;border: 1px solid #aaa;padding: 12px 15px;margin-bottom:15px;line-height:1.3;}
/*IE8以上*/
.midashi5{padding:14px 15px 10px 15px\0;}


/*字下げ*/
.jisage{padding-left: 1em;text-indent: -1em;}

/*色*/
.color1{color:#006436;}/*基本色 ブルー*/
.color-red{color:#ff0000;}
.color2{color:#cc3333;}/*注意色*/


/* ========= 管理者画面からのスタイル ============*/
/*文字サイズ*/
strong{font-weight:bold;}
big{font-size:122%;}
small{font-size:79%;}
.font-size8{font-size:51%;line-height:1.2;}
.font-size10{font-size:65%;line-height:1.2;}
.font-size12{font-size:86%;line-height:1.5;}
.font-size13{font-size:93%;line-height:1.5;}
.font-size14{font-size:100%;line-height:1.7;}
.font-size16{font-size:115%;line-height:1.7;}	
.font-size17{font-size:122%;line-height:1.7;}
.font-size19{font-size:129%;line-height:1.5;}
.font-size20{font-size:136%;line-height:1.5;}
.font-size23{font-size:143%;line-height:1.4;}
.font-size24{font-size:150%;line-height:1.4;}
.font-size28{font-size:172%;line-height:1.3;}
.font-size32{font-size:186%;line-height:1.3;}
.font-size36{font-size:200%;line-height:1.3;}
.font-size40{font-size:216%;line-height:1.2;}
.font-size50{font-size:232%;line-height:1.2;}
.font-size60{font-size:250%;line-height:1.2;}

.noaccent{font-weight:normal;}
.accent{font-weight: bold;}

.nowrap{white-space:nowrap;}


/* 画像 */
.alignnone,
img.alignnone {margin:10px 0 7px 0;}
.alignleft,
img.alignleft {float: left;margin:10px 25px 7px 0;}
.alignright,
img.alignright {float: right;margin:10px 0 7px 25px;}
aligncenter,
img.aligncenter {clear: both;display: block;margin:10px auto 7px auto;}

/*
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
*/
.wp-caption.alignnone {margin:12px 0 7px 0;width:auto !important;overflow:hidden;}
.wp-caption.alignleft {float:left;margin:12px 20px 7px 0;width:auto !important;}
.wp-caption.alignright {float:right;margin:12px 0 7px 20px;width:auto !important;}
.wp-caption.aligncenter {margin:12px auto 7px auto;}
.wp-caption img {border: 0 none;margin-bottom:3px;padding: 0;/*max-width: 98.5%;width: auto;height: auto;---この3つを入れると管理者画面の画像編集で画像が変形できなくなる*/}
.wp-caption p.wp-caption-text {font-size:79%;line-height:1.2;color:#555555;margin-top:1px;padding:0;}


/*表テーブル*/
table{border-collapse: collapse;background-color:transparent;margin:0 0 15px 0;}/*width:100%;background-color:#fff;*/
table caption{}
table tr{vertical-align:top;}
table th{font-size: 108%;padding: 11px 13px 9px 13px;line-height: 1.3;background-color: #e8e8e8;font-weight:bold;color: #555;vertical-align: middle;text-align: left;white-space: nowrap;border: 1px solid #bbb;}
table td{font-size:108%;padding:11px 13px 9px 13px;padding:13px 13px 8px 13px\0;line-height:1.5;vertical-align: middle;text-align:left;border:1px solid #bbb;font-weight:normal;}
table td .alignnone,
table td img.alignnone,
table td .wp-caption.alignnone {margin: 2px -8px 5px 2px;}

table.border-zero,
table th.border-zero,
table td.border-zero{border:none;}

table.border-bottom,
table td.border-bottom,
table th.border-bottom,
table.border-bottom th{border-bottom:1px dotted #999;border-top:none;border-left:none;border-right:none;}


/*改行しない*/
.white-space{white-space:nowrap;}

/*リスト
body.naka .section ol{margin:0 0 0 24px;}
body.naka .section ul{margin:0 0 0 24px;}
body.naka .section ol li,
body.naka .section ul li{line-height:1.4;padding:5px 0;}
*/


/*iframe地図*/
#wrapper iframe{border:none;}

/*このボタンは、中ページ全ページで使用*/
/*cssだけでつくったボタンの場合*/
.naka-kuwashii{text-align:center;line-height:1.1;margin-top:20px;}
.naka-kuwashii a{width:220px;font-size: 100%;color: #fff;line-height: 1.0;text-align: center;text-decoration:none !important;display: inline-block;padding: 9px 0 9px 0;background-color:#570200;border:1px solid #570200;position: relative;z-index: 2;}
/*IE8以上*/
.naka-kuwashii a{padding:12px 0 8px 0\0;}

.naka-kuwashii a::before,
.naka-kuwashii a::after {position: absolute;z-index: -1;display: block;content: '';}
.naka-kuwashii,
.naka-kuwashii a::before,
.naka-kuwashii a::after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all .3s;transition: all .3s;}
.naka-kuwashii a:hover{background-color:#f2e5e5;border-color: #570200;color:#570200;}
.naka-kuwashii a::before,
.naka-kuwashii a::after {top: 0;width: 50%;height: 100%;}
.naka-kuwashii a::before {right: 0;}
.naka-kuwashii a::after {left: 0;}
.naka-kuwashii a:hover::before,
.naka-kuwashii a:focus::before,
.naka-kuwashii a:hover::after,
.naka-kuwashii a:focus::after {width: 0;background-color:#570200;}


/*グレイ色の枠*/
.waku-glay{padding:15px 20px;background-color:#fafafa;border:1px solid #bbb;}






/*============　会社案内  company/index　=============*/
.naka-mokuji{width:860px;margin:0 auto;overflow:hidden;}
.naka-mokuji ul{width:890px;}
.naka-mokuji ul li{float: left;width: 46.5%;margin:20px 3% 20px 0;background-color:#efdcda;}

.naka-mokuji ul li a{display:table;width: 100%;height:140px;text-decoration:none;
										background:url(../company/img/mokuji_lefttop.gif) no-repeat 0 0 , url(../company/img/mokuji_righttop.gif) no-repeat right 0 , url(../company/img/mokuji_leftbottom.gif) no-repeat 0 bottom , url(../company/img/mokuji_rightbottom.gif) no-repeat right bottom;}

.naka-mokuji ul li a.greeting p{display: table-cell;vertical-align: middle;padding-left: 145px;font-size: 136%;color:#000;
										background:url(../company/img/mokuji_greeting.png) no-repeat 20px center , url(../img/arrow_red7-7.png) no-repeat 130px center;}

.naka-mokuji ul li a.about p{display: table-cell;vertical-align: middle;padding-left: 145px;font-size: 136%;color:#000;
										background:url(../company/img/mokuji_about.png) no-repeat 20px center , url(../img/arrow_red7-7.png) no-repeat 130px center;}

.naka-mokuji ul li a.column p{display: table-cell;vertical-align: middle;padding-left: 145px;font-size: 136%;color:#000;
										background:url(../company/img/mokuji_column.png) no-repeat 20px center , url(../img/arrow_red7-7.png) no-repeat 130px center;}

.naka-mokuji ul li a:hover{opacity:0.6;}

/*subsub-menu*/
.naka-mokuji ul li ul{width: auto;height: 140px;border-left: 1px solid #d9948e;height: 140px;display: table-cell;padding-left:30px;vertical-align: middle;}
.naka-mokuji ul li ul li{background-color: transparent;float: none;margin: 0;width: auto;}
.naka-mokuji ul li ul li a{height: auto;background: url(../img/arrow_red7-7.png) no-repeat 0px center;color: #000;font-size: 115%;margin: 10px 0;padding-left: 15px;}
.naka-mokuji ul li ul li a:hover{opacity:1;color:#cc0000;}






/*============　代表者ごあいさつ  company/greeting　=============*/
.naka-president-box{width: 200px;margin: 0 auto 70px auto;text-align: center;}
.naka-president-box p{margin-bottom:5px;}
.naka-president-box .yakushoku{font-size:93%;}

.greeting-com1{font-size: 108%;line-height: 2.0;margin-bottom:70px;}

.greeting-com2{font-size: 108%;line-height: 2.0;margin-bottom:10px;}






/*============　会社概要  company/about　=============*/
table.about-table{width:100%;margin-bottom:70px;}

table.about-table th,
table.about-table td{background-color:transparent;border:none;border-top:1px dotted #999;border-bottom:1px dotted #999;}

table.about-table th{font-size:115%;vertical-align:top;font-weight:normal;padding: 11px 45px 9px 13px;color:#000;}

table.about-table td p{padding:4px 0 4px 15px;}


.jiman-box{border:1px solid #d1a5ab;background-color:#faf3f4;padding:18px 23px;line-height:1.7;}
.jiman-box a{text-decoration:underline;}






/*============　コラム  company/column　=============*/
ul.column-ul{text-align:center;border-top:1px dotted #ceadb2;}
ul.column-ul li{padding:30px 0;border-bottom:1px dotted #ceadb2;}





/*============　コラム／創業  company/story　=============*/
.column-title{text-align:center;}

.story-com1{color:#3f000b;margin-top:45px;text-align:center;font-size:115%;line-height:1.9;l}

.story-box1{margin-top:80px;background:url(../company/img/story1.png) no-repeat right top;}

.story-box-title{border:5px solid #dfc1c6;background-color:#faf3f4;padding:22px 40px 21px 50px;font-size:208%;color:#7d0014;font-weight: bold !important;line-height: 1.3;display: inline-block;
								box-shadow:0px -4px 0px 0px #cc0000;}

.story-com2{margin-top:25px;line-height:2.3;font-size:115%;}	

.story-box2{margin-top:80px;}

.story-box-title.right{display: block;margin: 0 0 0 auto;width: 460px;}

.story-box3{margin-top:80px;background:url(../company/img/story2.jpg) no-repeat right top;}

.story-com3{margin-top:25px;line-height:2.3;font-size:115%;width:85%;}	






/*============　コラム／ラーメン事業部誕生  company/ramen　=============*/
.ramen-name-box{width:640px;margin:40px auto 0 auto;}

.ramen-name-box dl{}
.ramen-name-box dl dt{float:right;width:120px;}
.ramen-name-box dl dd{padding:0 140px 0 0;}

.ramen-name-bg{background:url(../company/img/ramen_name_bg.jpg) no-repeat 0 0;height:23px;padding:4px 0 0 10px;line-height:1.0;}
.ramen-name-bg span{text-shadow:-1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff;}
.ramen-name{font-size:179%;font-weight:bold;color:#333;border-bottom:1px solid #db6d00;line-height:1.0;padding:11px 0 11px 8px;}
.ramen-title{font-size:265%;font-weight:bold !important;line-height:1.2;color:#cc0000;padding-top:15px;}

.ramen-com1{margin-top:25px;font-size:115%;line-height:2.0;}

.ramen-btn-box{margin-top:35px;text-align:center;}
.ramen-midashi1{font-size:132%;font-weight:bold;color:#333;line-height:1.4;}

ul.ramen-btn-ul{margin-top:35px;}
ul.ramen-btn-ul li{display:inline-block;width:437px;margin: 10px 15px;vertical-align: top;}
ul.ramen-btn-ul li a{display:block;height:60px;width:100%;background:url(../company/img/arrow_yellow15-15.png) no-repeat 350px 28px , url(../company/img/ramen_btn.gif) no-repeat 0 0;}
ul.ramen-btn-ul li a:hover{opacity:0.6;}
.ramen-no{float:left;font-size:200%;font-weight:bold;color:#ffffcc;margin: 0 0 0 33px;}
.ramen-btn{float:left;font-size:122%;color:#fff;font-weight:bold;line-height:1.2;margin:24px 0 0 25px;}

.ramen-com2{font-size:115%;line-height:1.3;text-align:left;padding:5px 0 0 15px;}

.ramen-img{text-align:center;margin-top:-10px;}


.ramen-no-box{margin:50px 0 20px 0;}
.cont-no{text-align:center;}
.cont-no span{display:inline-block;background:url(../company/img/ramen_no.gif) no-repeat center 0;height:60px;font-size:243%;font-weight:bold;color:#fff;position:relative;padding: 0 80px;line-height: 1.7;width: 100%;}

.cont-no span:before,
.cont-no span:after{content: '';position: absolute;top: 50%;display: inline-block;width: 44%;height: 1px;background-color:#d93f3f;}
.cont-no span:before {left:0;}
.cont-no span:after {right: 0;}

.cont-title{font-size:136%;font-weight:bold;color:#cc0000;line-height:1.2;text-align:center;margin-top:10px;}

.cont-title2{font-size:200%;font-weight:bold !important;line-height:1.2;color:#000;text-align:center;margin-top:23px;}

.cont-img-box.right{float:right;width:214px;margin:25px 0 10px 25px;text-align:center;}

.cont-com1{font-size:115%;line-height:1.8;margin-top:25px;}


#cont1,
#cont2,
#cont3,
#cont4{padding-top:110px;margin-top:-110px;}




/*============　店舗案内  shop/　=============*/
.kinen-com{text-align:center;color:#CC6666;padding: 0 3%;}





/*============　給食事業部  kyusyoku/　=============*/
.naka-headerimg.kyusyoku{width:1200px;height:330px;background:url(../kyusyoku/img/topimg.jpg) no-repeat center top;}
.naka-headerimg.kyusyoku p{font-size: 240%;
		text-shadow: rgba(255,255,255,0.5) 2px 0px 1px, rgba(255,255,255,0.5) -2px 0px 1px,
								rgba(255,255,255,0.5) 0px -2px 1px, rgba(255,255,255,0.5) -2px 0px 1px,
								rgba(255,255,255,0.5) 2px 2px 1px, rgba(255,255,255,0.5) -2px 2px 1px,
								rgba(255,255,255,0.5) 2px -2px 1px, rgba(255,255,255,0.5) -2px -2px 1px,
								rgba(255,255,255,0.5) 1px 2px 1px, rgba(255,255,255,0.5) -1px 2px 1px,
								rgba(255,255,255,0.5) 1px -2px 1px, rgba(255,255,255,0.5) -1px -2px 1px,
								rgba(255,255,255,0.5) 2px 1px 1px, rgba(255,255,255,0.5) -2px 1px 1px,
								rgba(255,255,255,0.5) 2px -1px 1px, rgba(255,255,255,0.5) -2px -1px 1px,
								rgba(255,255,255,0.5) 1px 1px 1px, rgba(255,255,255,0.5) -1px 1px 1px,
								rgba(255,255,255,0.5) 1px -1px 1px, rgba(255,255,255,0.5) -1px -1px 1px;}

.midashi1.kyu{margin: 0 auto 60px auto;}
.midashi2.kyu{font-size: 165%;}
.kyu-com1{text-align: center;font-weight: bold;font-size: 115%;line-height: 1.6;margin-top: 35px;}

.kyu-concept-img{text-align:center;margin-top:20px;}
				
ol.kyu-concept-ol{display:table;margin:20px auto 0 auto;}
ol.kyu-concept-ol li{font-size:112%;line-height:1.4;margin-top:10px;}

.kyu-concept{margin-top: 50px;text-align: center;}

.bg-beige{background-color:#f6f6f6;}

ul.kyu-kanri-ul{text-align:center;margin-top: 30px;}
ul.kyu-kanri-ul li{display:inline-block;background-color:#d1acb2;border-radius:10px;color:#fff;line-height:1.4;padding:18px 0;width:280px;margin:0 2%;text-shadow: 2px 1px 0 #555;font-size: 122%;letter-spacing: 0.05em;}

ul.kyu-kanri-ul2{}
ul.kyu-kanri-ul2 li {width: 43%;margin: 70px 3% 0 3%;display: inline-block;vertical-align: top;}
ul.kyu-kanri-ul2 li .midashi{background:url(../kyusyoku/img/circle_red24.png) no-repeat left top;font-size:143%;line-height:1;font-weight:bold;color:#333; padding-left: 29px;height: 26px;}
ul.kyu-kanri-ul2 li .img{text-align:center;margin-top:8px;}
ul.kyu-kanri-ul2 li .img img{max-width:100%;height:auto;}
ul.kyu-kanri-ul2 li .com{margin-top:7px;font-size: 96%;line-height: 1.6;}


.kyu-img{text-align:center;margin-top: 30px;}
.gyoumu1{text-align:center;margin-top: 50px;}
.gyoumu1 img{margin-bottom:10px;}
.gyoumu3.pc{text-align:center;margin-top: 30px;margin-bottom: 50px;}
.gyoumu3.sp{text-align:center;display:none;}
.gyoumu4{text-align:center;margin-top: 10px;}


table.hospital-table{margin: 40px 0 0 0;}
table.hospital-table th{width: 20%;background-color: transparent;border-left: none;}
table.hospital-table td{border-right: transparent;padding: 13px 7px 11px 19px;}

table.hospital-table td ul{margin-left: 20px;}
table.hospital-table td ul li{list-style:disc;margin-top:3px;}

ul.kyu-kanri-ul2.school > li{margin: 50px 3% 0 3%;}
ul.kyu-kanri-ul2.school .midashi{border-bottom:1px dotted #666;padding-bottom: 10px;height: auto;}
ul.kyu-kanri-ul2 ul{list-style: disc;margin-left: 20px;}
ul.kyu-kanri-ul2 ul li{float: none;width: auto;margin: 3px 0 0 0;}


.midashi6{text-align:center;color:#fff;background-color:#a95665;border-top:5px solid #dfc1c6;font-size: 180%;line-height: 1;padding: 5px 0 8px 0;letter-spacing: 0.5em;}

.section.jiseki{background-color: transparent;padding: 20px 0;}

ul.jiseki-ul{margin: 15px 0 0 30px;list-style: disc;}
ul.jiseki-ul li{}

.kyu-toiawase-title{font-weight:bold;font-size:136%;line-height:1;margin-top: 80px;}
.kyu-toiawase-com{margin: 10px;line-height: 1.6;}
.kyu-toiawase-com big{font-size:164%;}
.kyu-toiawase-com big a{color:#000;}







/*============　採用情報  recruit/index　=============*/
.naka-mokuji ul li a.shain p{display: table-cell;vertical-align: middle;padding-left: 40px;font-size: 136%;color:#000;
										background:url(../recruit/img/mokuji_shain.png) no-repeat right 17px center , url(../img/arrow_red7-7.png) no-repeat 25px center;}

.naka-mokuji ul li a.uiturn p{display: table-cell;vertical-align: middle;padding-left: 40px;font-size: 136%;color:#000;
										background:url(../recruit/img/mokuji_uiturn.png) no-repeat right 17px center , url(../img/arrow_red7-7.png) no-repeat 25px center;}

.naka-mokuji ul li a.staff p{display: table-cell;vertical-align: middle;padding-left: 40px;font-size: 136%;color:#000;
										background:url(../recruit/img/mokuji_staff.png) no-repeat right 17px center , url(../img/arrow_red7-7.png) no-repeat 25px center;}

.naka-mokuji ul li a.toiawase p{display: table-cell;vertical-align: middle;padding-left: 40px;font-size: 136%;color:#000;
										background:url(../img/arrow_red7-7.png) no-repeat 25px center;}





/*============　採用情報／正社員  recruit/shain　=============*/
.recruit-img{text-align:center;margin-bottom:40px;}

.recruit-com1{font-size: 108%;line-height: 2.0;text-align:center;margin-top: 30px;}

.recruit-midashi{font-size:228%;border-bottom:4px solid #dfc1c6;line-height:1.0;padding: 70px 0 20px 0;text-align:center;margin-bottom:-90px;}

.recruit-midashi2{background-color:#a95665;color:#fff;font-weight:bold;text-align:center;font-size:115%;line-height:1.0;padding: 5px 0 6px 0;letter-spacing: 0.6em;margin-top:90px;}

table.recruit-table{width:100%;}

table.recruit-table th,
table.recruit-table td{background-color:transparent;border:none;border-top:1px dotted #999;border-bottom:1px dotted #999;}

table.recruit-table th{font-size:115%;vertical-align:top;font-weight:normal;padding: 11px 45px 9px 13px;color:#000;}

table.recruit-table td p{padding:4px 0 4px 15px;}




/*============　採用情報／パート・アルバイト  recruit/staff　=============*/
table.recruit-table2{width:100%;}

table.recruit-table2 th,
table.recruit-table2 td{background-color:transparent;border:none;border-top:1px dotted #999;border-bottom:1px dotted #999;}

table.recruit-table2 th{font-size:115%;vertical-align:top;padding: 11px 45px 9px 13px;color:#000;}
table.recruit-table2 th small{display:block;font-weight:normal;}

table.recruit-table2 td p{padding:4px 0 4px 15px;}






/*==========　採用情報／求人お問合せ・資料請求　recruit/toiawase　==========*/

/*お急ぎの方は*/
.recruit-midashi3{font-size:150%;line-height: 1.3;color: #7d0015;text-align: center;margin-bottom: 25px;letter-spacing: 0.1em;font-weight: bold !important;}
.toiawase-tel{margin-top:10px;text-align:center;}
.toiawase-tel a{font-size:172%;font-weight:bold;line-height: 1.0;color:#cc0000;}


/*求人お問合せ・資料請求フォーム*/
#form-box{}
#toiawase-form{width:100%;margin:50px auto 0 auto;}
.chuui-com{font-size:87%;line-height:1.5;padding-bottom:5px;border-bottom: 4px solid #bf8686;}
#toiawase-form dl{margin: 0 auto;border-bottom: 1px dashed #bbbbbb;}
#toiawase-form dt.title{float: left;width:200px;font-size:104%;line-height: 49px;height: 50px;font-weight:bold;text-align: left;}
#toiawase-form dt.title.need{background:url(../img/toiawase_hitu.png) no-repeat 0 center;padding-left:50px;}
#toiawase-form dt.title.unneed{background:url(../img/toiawase_nin.png) no-repeat 0 center;padding-left:50px;}
#toiawase-form dd {font-size:100%;line-height:1.4;padding: 10px 0px 10px 210px;}

.toiawase-com2{font-size:100%;color:#666;line-height:1.3;margin-top:3px;}

/*クリックで展開-----------このサイトでは使っていない
.youkou-btn{font-size:108%;color:#fff;background-color:#666666;text-align:center;line-height:36px;box-shadow: 0 3px 0 #b2b2b2;text-shadow: 0 1px 1px rgba(0, 0, 0, .8);border-radius: 4px;margin-bottom:5px;}
.youkou-btn{line-height:1.2\0;padding:9px 0 5px 0\0;}/*IE8以上*//*
.youkou-btn:hover {background-color:#486a00;box-shadow: 0 3px 0 #a3b47f;}
.youkou-pul-box{margin:0 0 0 0;background-color:#f3fcde;}/*display:none;*/



/*フォームのもろもろ*/
input.etc-text{margin: 5px 0 0 -20px;}	/*お問合せ項目のその他の入力テキスト*/

form{padding:0;margin:0;}
select {border:1px  solid #bbb;padding:1px 1px 1px 3px;font-size:14px;line-height:120%;margin-right:2px 3px 0 2px;}
textarea{width:100%;margin:0;background-color:#f7f7f7;border: 1px solid #ccc;padding: 3px;font-size: 14px;line-height:130%;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/}

input{border:1px solid #ccc;padding:5px 5px;font-size:14px;background-color:#f7f7f7;vertical-align: middle;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/}
input[type='submit']{cursor: pointer;font-weight:500;font-style: normal;
			font-family:Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "メイリオ" , Meiryo , "Meiryo UI" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
input[type='text'],
input[type='password']{}
input[type='checkbox']{margin-bottom: 5px;-webkit-appearance:checkbox;}
input[type='radio']{-webkit-appearance:radio;}


#input-wide100{width:100%;}
#input-wide0{width:60px;}
#input-wide1{width:100px;}
#input-wide2{width:150px;}
#input-wide3{width:200px;}
#input-wide4{width:300px;}
#input-wide5{width:400px;}
#input-wide6{width:600px;}
.input-wide11{padding:5px 0 6px 0;font-size:18px;cursor:pointer;}
.input-wide12{padding:5px 0 6px 0;font-size:18px;cursor:pointer;font-weight:bold;}

/*プレースホルダー用*/
:placeholder-shown {color:#8a8a8a;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color:#8a8a8a;}
/* Firefox 18- */
:-moz-placeholder {color:#8a8a8a;}
/* Firefox 19+ */
::-moz-placeholder {color:#8a8a8a;}
/* IE 10+ */
:-ms-input-placeholder {color:#8a8a8a;}


/*個人情報*/
.privacy-box{}
.privacy-box ol{list-style: disc;border: 1px dotted #8e8e8e;padding: 7px;font-size: 93%;margin: 20px 0 7px 0 !important;}
.privacy-box li{font-size:93%;line-height:1.4;margin-left: 25px;}
.check-space{color: red;display: block;width: 270px;margin: 0 auto 5px auto;}
.check-space.need{background:url(../images/toiawase_hitu.png) no-repeat 0 center;padding-left:25px;}
.privacy-com{font-size:87%;color:#666;line-height:1.3;margin-top:3px;}


/*確認する＆送信するボタン*/
.form-submit{text-align:center;margin-top:25px;}
.form-submit input{cursor:pointer;background-color:#bb0000;line-height: 48px;height: 50px;color: #fff;font-size: 115%;width:360px;padding: 0;border: none;display:inline-block;margin: 0 auto;}
/*IE8以上*/
.form-submit input{line-height: 53px\0;}

.form-submit input:hover{opacity: 0.7;}
/*リセットボタン & 戻るボタン*/
.form-submit input.reset{width:120px;margin-left:30px;font-size:100%;background-color:#999;border:1px solid #999;}
/*IE8以上*/
.form-submit input.reset{line-height:46px\0;}

.form-submit input.reset:hover{background-color:#ddd;border:1px solid #999;color:#555;}


/*携帯電話のメールアドレスをご利用の方へ*/
#chuui-waku{margin:60px auto 0 auto;width:900px;border:1px dotted #999;padding:13px 15px 7px 15px;font-size:87%;line-height:1.2;}/*background-color:#fafafa;*/
#chuui-waku .keitai-midashi{color:#ff0000;font-weight:bold;margin-bottom:4px;}
#chuui-waku ul{list-style: disc none outside;margin-left: 0;}
#chuui-waku ul li{margin:0 0 3px 15px;}


/*送信内容のエラー処理表示------------------------*/
/*-----Error-----*/
.errorBox{border:1px #d44 solid;padding:10px;background-color:#fffcdd;margin:15px 0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.errorBox .errorTitle{font-size:108%;line-height:1.2;color:#fff;padding:4px 2px 2px 2px;background-color:#d44;margin:0 0 8px 0;text-align:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.errorBox .errorComm{font-size:100%;line-height:1.6;color:#d44;text-align:left;margin:0;}
/*-----Error form-----*/
fieldset{margin:0;padding:0;border:none;}
.errorForm{background-color:#fffcdd;border:1px solid #d44 !important;}	


/*Contact Form 7のエラーメッセージの文字色 wp-content\plugins\contact-form-7\includes\css\style.cssの上書き-------未使用
div.wpcf7-validation-errors {border: 2px solid #f7e700;padding: 7px 7px;background:#ffffcc;color:#ff0000;}
.wpcf7-form-control-wrap {position:inherit;}
span.wpcf7-not-valid-tip {position: static;display: block;clear: both;z-index:5 !important;background-color:#fff0f0 !important;border: 1px solid #ff0000;font-size: 10pt;padding: 2px 7px;color:#ff0000;}
.wpcf7-not-valid {background: pink;}
*/


/* 内容確認用のスタイル------------*/
.form-kakunin1{font-size:150%;font-weight:bold;color:#61a932;line-height:1.3;text-align: center;}
.form-midashi1 {font-size:122%;color: #fff;font-weight:bold;background-color: #a95665;line-height: 30px;height: 29px;text-align: center;letter-spacing: 0.2em;margin-top: -10px;}
#toiawase-form.kakunin dd {font-size:100%;line-height:1.4;padding: 14px 0px 9px 210px;}
#toiawase-form.kakunin dl.last {border-bottom: 1px dashed #bbbbbb;}
.form-kakunin2{font-size:108%;line-height:1.5;margin-top: 40px;text-align: center;}


/*送信完了ページ*/
.form-kanryo-midashi1{font-size: 186%;font-weight:bold;line-height: 1.1;color:#444;letter-spacing: 0.05em;margin: 0 0 40px 0;text-align: center;}
.kanryou-waku{}
.kanryou-waku .form-kanryo2{font-size:100%;line-height:1.8;margin-bottom: 30px;text-align: center;}
.kanryou-waku .form-kanryo2 span{display:block;}
.kanryou-waku .form-kanryo3{text-align: center;}




/*==========　404ページ専用のスタイル==========*/
body#notfound .naka-headerimg p {font-size: 122%;letter-spacing: 0.4em;}
.error-midashi1{font-size:165%;line-height: 1.0;text-align: center;}
.error-com1{font-size:136%;margin-top:40px;text-align: center;}
.error-com2{font-size:108%;margin:20px 0 20px 0;text-align: center;}









