@charset "utf-8";

/* CSS Document */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body{	
	color:#333333;
	font-size:16px;
	margin:0;
	height:100%;
	position:relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	overflow-x:hidden;
	background-image:url(../image/bg_img.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom center;
}

body > #primary {
	height: auto;
}

a:link {color:#7fc100; text-decoration:underline;}
a:visited {color:#7fc100; text-decoration:underline;}
a:hover {color:#ED3A18; text-decoration:underline;}

img {
	border:0;
	vertical-align: bottom;
	max-width : 100% ;
	height : auto ;
}

ul {
	list-style-type:none;
}

p {
	margin-bottom:16px;
}

p:last-child {
	margin-bottom:0;
}

h2 {
	width:1016px;
	margin:0 auto 20px auto;
}

/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.cl::after {
    content: "";
    clear:both;
}
.under { margin-bottom:20px; }
.right { float:right;}
.left { float:left;}
.floatside {overflow:hidden;}

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.fb {
	font-weight:bold;
}

.fc-red {
	color:#ff0000;
}

.fc-blue {
	color:#447260;
}

.fc-orange {
	color:#FD6F00;
	font-weight:bold;
}

/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-image:url(../image/bg_gull.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
}

article {
	width:1016px;
	margin:22px auto 60px auto;
}

section {
	width:940px;
	padding:30px;
	margin:0 auto 30px auto;
	background-color:#ffffff;
	box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	border-radius:10px;
}

section img {
	padding:4px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}


/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

header {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

header h1 {
	float:left;
	margin-top:29px;
}

header #head_nav {
	float:right;
  /*  width: 480px;*/
  	width: 580px;
    text-align: right;
	margin-top:39px;
    overflow: hidden;
}

header .score_btn {
	float:left;
    margin-top: 2px;
	margin-right:14px;
}

header .fw_btn {
	float:left;
    margin-top: 2px;
}

header .riyousya_btn {
	float:left;
    margin-top: 2px;
	margin-left:14px;
}

header .head_tel {
    width: 250px;
    float: right;
}


/*------------------------------------------------------------------------------------------------------------------
　Navi
-------------------------------------------------------------------------------------------------------------------*/

nav {
	width:100%;
	height:73px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:7px;
	background-image:url(../image/nav/bg_img.png);
	background-repeat:repeat-x;
	background-position:center;
}

nav ul {
	display:inline-block;
	width:1000px;
	margin:0 auto;
	list-style-type:none;
}

nav ul li {
	float:left;
	width:143px;
	height:73px;
	overflow:hidden;
}

nav ul li:last-child {
	width:142px;
}

nav ul li a {
	overflow:hidden;
	display:block;
	padding-top:73px;
	height:0;
}

nav ul li#nav_home a {
	background-image:url(../image/nav/home_button.jpg);
}

nav ul li#nav_description a {
	background-image:url(../image/nav/description_button.jpg);
}

nav ul li#nav_about a {
	background-image:url(../image/nav/about_button.jpg);
}

nav ul li#nav_recruit a {
	background-image:url(../image/nav/recruit_button.jpg);
}

nav ul li#nav_faq a {
	background-image:url(../image/nav/faq_button.jpg);
}

nav ul li#nav_company a {
	background-image:url(../image/nav/company_button.jpg);
}

nav ul li#nav_contact a {
	background-image:url(../image/nav/contact_button.jpg);
}

nav ul li a:hover {
	background-position:0 -73px;
}

#home #nav_home a,
#description #nav_description a,
#about #nav_about a,
#recruit #nav_recruit a,
#faq #nav_faq a,
#company #nav_company a,
#contact #nav_contact a {
	background-position:0 -146px;
}

/*------------------------------------------------------------------------------------------------------------------
　ask_memo
-------------------------------------------------------------------------------------------------------------------*/

.ask_memo {
	width:940px;
	padding:30px;
	margin:32px auto 0 auto;
	background-color:#ffffff;
	border-radius:10px;
	box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
}

/*------------------------------------------------------------------------------------------------------------------
　Footer
-------------------------------------------------------------------------------------------------------------------*/

footer {
	width:100%;
}

footer #footer_bar_bg {
	height:89px;
	background-image:url(../image/footer/bg_img.png);
	background-repeat:repeat-x;
}

footer #footer_bar {
	width:1020px;
	height:66px;
	margin:0 auto;
	padding-top:16px;
}

footer #footer_bar p {
	float:left;
	margin-top:24px;
	margin-left:10px;
}

footer #footer_bar #pageTop {
	float:right;
	width:200px;
	height:66px;
	padding:0 10px;
	background-image:url(../image/footer/page_up_bg.png);
	background-repeat:no-repeat;
}

footer #footer_contents_bg {
	background-color:#ffffff;
}

footer #footer_inner {
	color:#d2d2d2;
	width:1000px;
	margin:0 auto;
	padding-top:24px;
	padding-bottom:36px;
}

footer #footer_contents {    
    overflow: hidden;
    margin-bottom: 30px;
}

footer #footer_contents .left {  
    margin-right: 40px;
}

footer #footer_contents .ssl {
    margin-left: 40px;
    overflow: hidden;
    margin-top: 4px;
}

footer #footer_contents .ssl form {
    display: block;
    float: left;
}

footer #footer_contents .ssl p {
    font-size: 14px;
    width: 420px;
    color: #000;
    float: left;
    margin-top: 0.5em;
    margin-left: 1em;
}

footer address {
    font-size: 13px;
	color:#666;
	font-style:normal;
	margin-top:0.5em;
}
