@charset "utf-8";
/* CSS Document */



@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
	font-family:"Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;color:#666666;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background: url("../images/bg_body2.gif") 0 0 repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#666666;
   text-decoration:none;
}

a:hover {
	opacity:0.7;
}

a:hover {
	color:#DE600E;
}

img {
	border:0;
	margin-right: 10px;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


hr {
background-image: url(../images/recruit/keisen.png);
background-repeat: no-repeat;
width:930px;
height: 8px;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:930px;
	margin:0 auto;
	background: url("../images/bg_body2.gif") 0 0 repeat;
}

div#header {
	position:relative;
	 background: url("../images/bg_body2.gif") 0 0 repeat;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

div#pr {
	background-color: #0F3333;
	position:absolute;
	top:0px;
	width:930px;
   
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#icatch {
	width:930px;
}

div#menu {
	width:930px;
	height: 45px;
	
	
}

div#menu2 {
	width:930px;
	height: 400px;
	padding-left: 15px;
}

div#pic {
	width:930px;
	height: 20px;
	background-color: #000000;
	
}

div#contents {
	float:left;
	width:930px;
	background: url("../images/bg_body2.gif") 0 0 repeat;
	margin-right: auto;
	
	
}

div#main {
	float:right;
	width:930px;
	 background: url("../images/bg_body2.gif") 0 0 repeat;
	
}



div#sub {
	float:left;
	width:280px;
}

div#totop {
   clear:both;
}

div#footMenu {
	float:left;
	width:930px;
	
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	clear:both;
	width: 930px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	padding:1em 0 0 0;
	font-size:200%;/* 32px相当 */
	color:#999999;
	line-height:1.0;
}

div#header h1 a {
   color:#A7005D;
}

div#header h1 a:hover {
   color:#C71C7A;
}

div#header #pr p {
	color:#FFFFFF;
	font-size:68%;/* 12px相当 */
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:70%;/* 11px相当 */
   margin-left:15px;
   
}

div#header #gnavi li a {
	display:block;
	padding-left:15px;
	background:url("../images/hiiragiso/bg_gnavi.gif") 0 0px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
	list-style-type:none;
}

div#menu li {
	float: left;
	font-size: 10px;/* 12px相当 */
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

div#menu li a {
	display:block;
	text-decoration: none;
	line-height:20px;
	color:#fff;
	white-space: nowrap;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:3px;
	padding-left: 10px;
}


div#menu li a:hover {
	color:#fff;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:3px;
	padding-left: 10px;
}

div#menu li.home {
   background:none;
}

/* ========MENU2 CUSTOMIZE======== */
div#menu2 ul {
	list-style-type:none;
}

div#menu2 li {
	float:left;
	font-size:60%;/* 12px相当 */
	background:#000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

div#menu2 li a {
	display:block;
	text-decoration: none;
	line-height:20px;
	color:#fff;
	white-space: nowrap;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:3px;
	padding-left: 10px;
}


div#menu2 li a:hover {
	color:#fff;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:3px;
	padding-left: 10px;
}

div#menu2 li.home {
   background:none;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#A7005D;
}

div#main a:hover {
   color:#DE600E;
   
}

div#main h2 {
	
	margin-bottom:8px;
	padding:0 0 0 15px;
	line-height:2.0;
	color:#FFFFFF;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	background:#0f3434;
}

div#main h3 {
	font-family:""Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif";
	margin-bottom:3px;
	color:#666666;
	font-size:68%;/* 14px相当 */
	margin-left: 10px;
}

div#main h4 {
	ont-family:""Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif";
	color:#FFFFFF;
	font-size:110%;/* 14px相当 */
	padding-top: 5px;
	padding-left: 5px;
	
	
}

div#main h5 {
	
	padding:0 0 0 15px;
	line-height:2.0;
	color:#FFFFFF;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	background:#fff url("../images/hiiragiso/bg_h2.gif") 0 50% no-repeat;
}

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {


div#main h5 {
	
	padding:0 0 0 15px;
	line-height:2.0;
	color:#FFFFFF;
	font-size:74%;/* 15px相当 */
	font-weight:bold;
	background:#fff url("../images/hiiragiso/bg_h2.gif") 0 50% no-repeat;
}

}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
	margin:0 0 1em 0;
	font-size:82%;/* 13px相当 */
	line-height:200%;
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {

div#main dl {
	font-size:45%;/* 12px相当 */
	
}
	
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main div.icatch {
   margin-bottom:20px;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}





/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:right;
   font-size:70%;/* 11px相当 */
    background: url("../images/bg_body2.gif") 0 0 repeat;
}

div#totop a {
   padding:0 0 0 8px;
   background:url("../images/bg_totop.gif") 0 50% no-repeat;
   color:#666666;
}

div#totop a:hover {
   color:#DE600E;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:0;
   text-align:right;
    background: url("../images/bg_body2.gif") 0 0 repeat;
   
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   line-height:3.0;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background:url("../images/hiiragiso/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	font-style:normal;
	font-size:70%;/* 11px相当 */
	color:#fff;
	line-height:3.0;
	text-align:center;
	background:#0F3333;
}






/* ========TOP SPECIAL======== */
div#menu2 {
	width:930px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 300px;
}

#shobbyimages {
	width: 930px;
	background-color: #000000;
}

div#shops {
	width:899px;
	margin-left: auto;
	margin-right: auto;

}



div#recruit_section1{
	width:930px;
	height:380px;
	position:relative;
	
	background: url("../images/recruit/bg1.jpg")no-repeat;
}

div#recruit_section1 p {
	width: 500px;
	height: auto;
	position: absolute;
	left: 8px;
	top: 182px;
	
}


div#recruit_section2{
	width:930px;
	height:450px;
	position:relative;
	
}

div#recruit_section2 p {
	width: 500px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 170px;
	
}


div#recruit_section3{
	width:930px;
	height:300px;
	position:relative;
	
}

div#recruit_section3 p {
	width: 500px;
	height: auto;
	position: absolute;
	left: 387px;
	top: 86px;
	
}

div#recruit_section4{
	width:930px;
	height:300px;
	position:relative;
	
}

div#recruit_section4 p {
	width: 500px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 85px;
	
}

div#recruit_section5{
	width:930px;
	height:300px;
	position:relative;
	
}

div#recruit_section5 p {
	width: 500px;
	height: auto;
	position: absolute;
	left: 392px;
	top: 130px;
	
}

div#recruit_section6{
	width:930px;
	height:450px;
	position:relative;
	
}

div#recruit_section6 p {
	width: 500px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 69px;
	
}






div#corp{

   width: 100%;
   font-size:82%;/* 13px相当 */
}



div#corp table{
   width:100%;
   margin:10px auto;
    border-collapse: collapse;
}
div#corp td{
   padding:5px;
}
  




.corp01{
   width:80px;
   text-align:center;
   
   
   border: 1px #CCCCCC solid;
  
   line-height:20px;
}
.corp02{
   width:150px;
   padding:5px;
}
.corp03{
   width:400px;
   padding:5px;
   border: 1px #CCCCCC solid;
  
   line-height:20px;
}


/* ========MENU2 CUSTOMIZE======== */
div#menu2 ul {
	list-style-type:none;
	margin-left: auto;
	margin-right: auto;
}

div#menu2 li {
	float:left;
	font-size:60%;/* 12px相当 */
	background:#000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

div#menu2 li a {
	display:block;
	text-decoration: none;
	line-height:20px;
	color:#fff;
	white-space: nowrap;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:3px;
	padding-left: 10px;
}


div#menu2 li a:hover {
	color:#fff;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:3px;
	padding-left: 10px;
}

div#menu2 li.home {
   background:none;
}

div#image {
	margin-left:15px;
	margin-right:auto;
	margin-bottom: 20px;

}	

#contentsprof {
	text-align:left;
	width: 300px;
	height: 180px;
	margin-bottom: 50px;
	margin-left: 10px;
}

div#kokom {
   width: 580px;
	height: 320px;
}

div#sono0 {
   width: 200px;
	height: 10px;
}
