@charset "utf-8";


/*============== 基本スタイル ==============*/

html,
body {
	height: 100%;
	min-width: 320px;
	line-height: 1.5;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
	background-image: url(../img/bg.jpg);
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.ie8 img {
	width: auto;
}

/* clearfix */
.clearfix {
	zoom: 1;　
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;　
}
.inner {
	width: 100%;
	padding-right: 10px;
}
hr {
	text-align:left;
	margin-left:0px;
	max-width: 790px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
}


/*======================== iframe =========================*/

#accessMap {
	max-width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	opacity: 0.7;
}
#accessMap iframe {
	width: 100%;
	height: 300px;
}
.mapLink {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
	width: 35%;
	margin-right: auto;
	margin-left: auto;
}
.mapLink a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFCF3E;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	text-shadow: 0px 1px 1px rgba(165,130,10,0.8);
}
.mapLink a:hover {
	opacity: 0.7;
}


/*============== 共通スタイル( mobile first ) ==============*/

#wrapper {
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}

/*header*/
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}
.ie8 header h1 {
	width: 3em;
	margin: 0 auto;
}
.show header{
	left: 240px;
}
header h1 {
	margin: 0;
	padding: 14px 0 0;
	line-height: 1;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
header #btn {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 110;
	overflow: hidden;
	width: 48px;
	height: 38px;
	border: 1px solid rgba(150,150,150,0.7);
	border-radius: 3px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

#content {
	min-height: 100%;
	position: relative;
	padding: 40px 10px 0 10px;
}

/*nav*/
nav {
	position: fixed;
	top: 0;
	left: -230px;
	height: 100%;
	z-index: 50;
	width: 230px;
	overflow-y: auto;
	background-color: rgba(255,255,255,0.4);
	-webkit-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.3);
}
.show nav {
	left: 0;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	letter-spacing: 0.1em;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
nav ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-left: 0px;
}
nav ul li a:hover {
	padding-left: 0px;
	display: block;
	color: #333;
	text-decoration: none;
	background-color: rgba(150,150,150,0.1);
	padding-top: 30px;
	padding-bottom: 25px;
}
nav ul li:first-child {
	display: none;
	color: #FFF;
	text-decoration: none;
	background-color: #E60213;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

nav ul li:first-child a {
	display: block;
	padding: 7px 0 7px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #E60213;
}

/*mainContent*/

/* トップページ */
#content .inner .maingImg {
	margin-top: 20px;
}
#content .inner .intro-block .desk-style {
	display: none;
}
#content .inner .leonMessage .headline {
	color: #E60213;
	font-size: 16px;
}
.introduction {
	width: 100%;
}
#content .inner .intro-wrap h2{
	font-family: "新丸ゴ M";
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
}
#content .inner .intro-block {
	position: relative;	
	width: 100%;
	max-width: 100%;
  	border: 3px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}
#content .inner .intro-block .caption {
	font-size: 10px;
	width: 100%;
	color: #FFF;
	padding: 3px 0 3px 0;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.3);
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7);
	text-align: right;
}
#content .inner .intro-block .caption a {
	color: #fff;
	text-decoration: none;	
}
#content .inner .scroll_area {
	background-color: rgba(150,150,150,0.1);
	overflow: auto;
	overflow-y: scroll;
	max-width: 750px;
	height: 200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}

#content .inner .news dt {
	float: none;
	margin-bottom: 5px;
	background-color: #4B4B4B;
	text-align: center;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	font-size: 70%;
	color: #FFF;
}
#content .inner .news dd {
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 90%;	
}

/* 会社概要 */
#content.index .inner h1 .h1-left {
	margin: 0 0 0.3em 0;
	background-image: url(../img/h1_policy_left.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	line-height: 9999em;
}

/* 事業内容 */
#content.outline .inner h1 {background-position: 0 -60px}

#content.outline .inner .outlineHead {
	font-family: "新丸ゴ M";
	font-size: 140%;
	color: #333;
	margin-top: 15px;
}
#content.outline .inner .outlineImg {
	width: 65%;
	border: 3px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin: 10px 0;
}
#content.outline .inner .outline-block {
	margin-bottom: 30px;
}

/* 採用情報 */
#content.recruit .inner h1 {background-position: 0 -120px}

/* 問い合わせ */
#content.contact .inner h1 {background-position: 0 -180px}

article {
	padding: 80px 0 0;
	margin-bottom: 50px;
}
section {
	margin-bottom: 1em;
}



/* テーブルレイアウト (block) */ 
.table {	
	display: block;
	width: 100%;
	margin-top: 15px;	
}
.table th,
.table td {
	max-width: 320px;
	display: block;
	white-space: nowrap;
}
.table th {
	display: block;
	padding: 0.3em 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	font-weight: normal;
}
.table td {
	display: block;
	max-width: 320px;
	margin-bottom: 1.5em;
	white-space: normal;
}
.table td img {
	width: 100%;
	max-width: 100%;
}

.ie9 .table th,
.ie9 .table td {
	float: left;
	width: 100%;
}

/* フォームレイアウト */

dl.form-frame {
	width: 100%;
}
dt.form-property {
	width: 100%;
	margin-bottom: 10px;
}
dd.form-value {
	width: 90%;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
	padding-bottom: 30px;
	margin-left: 0px;
	padding-left: 10px;
}
dd.form-value.last-child {
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
dd.form-value .value-box {
	width: 70%;
	max-width: 200px;
}
dd.form-value.last-child .value-box {
	width: 90%;
	min-width: 300px;
}
.submit {
	text-align: center;
	margin-top: 10px;
}
.error {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	background-color: rgba(255,181,181,1);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
dl.form-frame span {
	color: #F40012;
	font-size: 70%;
	padding-left: 10px;
}
.submit-finish {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #F40012;
}
footer {
	padding: 20px 0;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E50415;
}

/* 装飾 */
.text, 
.textarea {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
	color: #424242;
	background: rgba(255,255,255,0.3);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

/*============== メディアクエリ ==============*/

@media only screen and (min-width: 600px) {
	
header {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0);
}

/* テーブルレイアウト (table) */
.table {
	display: table;
	border-collapse: collapse;	
}
.table th,
.table td {
	display: table-cell;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}
.ie9 .table th,
.ie9 .table td {
	float: none;
	width: auto;
}

/* ニュースレイアウト */

#content .inner .news dt {
	float: left;
	clear: left;
	width: 7em;
}
#content .inner .news dd {
	margin-left: 7.5em;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 90%;
}

/* トップページレイアウト */

#content .inner {
	margin-top: 60px;	
}

#content .inner .leonMessage {
	font-family: '新丸ゴ M';
	font-size: 20px;
}
#content .inner .leonMessage .headline {
	color: #E60213;
	font-size: 22px;
}
#content .inner .intro-block .desk-style {
	display: none;
}
#content .inner .introduction {
	width: 100%;
}
#content .inner .intro-wrap h2{
	font-family: "新丸ゴ M";
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
}
#content .inner .intro-block {
	position: relative;	
	width: 100%;
	max-width: 100%;
  	border: 3px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}
#content .inner .intro-block .caption {
	font-size: 14px;
	width: 100%;
	color: #FFF;
	padding: 5px 0 5px 0;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.3);
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7);
	text-align: right;
}
#content .inner .intro-block .caption a {
	color: #fff;
	text-decoration: none;	
}
/*nav*/
header #btn {
	display: none;
}
nav {
	left: 0;
	top: 80px;
	display: block;
	height: 80px;
	z-index: 50;
	width: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	letter-spacing: 0.1em;
	width: 20%;
	margin-bottom: 10px;
	text-align: center;
	padding-left: 0px;
}
nav ul li a {
	padding-left: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	padding-top: 20px;
	padding-bottom: 30px;
}
nav ul li a:hover {
	padding-left: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	background-color: rgba(150,150,150,0.1);
	padding-top: 20px;
	padding-bottom: 30px;
}
nav ul li:first-child {
	display:none;
}

nav ul li:first-child a {
	display: block;
	padding: 7px 0 7px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #E60213;
}

}


@media only screen and (min-width: 960px) {


header {
	left: 0;
	height: 0px;
}
header h1 {
	text-align: left;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 37px;
}
header #btn {
	display: none;
}
nav {
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 230px;
	overflow-y: auto;
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.3);
	border: none;
}
nav ul {
	margin-top: 90px;
}
nav ul li {
	width: 100%;
	float: none;
	margin-top: 10px;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}
nav ul li a {
	padding-left: 0px;	
	padding-top: 30px;
	padding-bottom: 25px;
}
nav ul li a:hover {
	padding-left: 0px;		
	padding-top: 30px;
	padding-bottom: 25px;
	background-color: rgba(150,150,150,0.1);	
}


nav ul li:first-child {
	display: none;
}
#content {
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#content .inner {
	width: 80%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content .inner .leonMessage {
	font-family: '新丸ゴ M';
	font-size: 22px;
}
#content .inner .leonMessage .headline {
	color: #E60213;
	font-size: 24px;
}
#content .inner .leonMessage .subline {
	font-family: '新丸ゴ M';
	font-size: 14px;
}
#content .inner .introduction box1 {
	padding-bottom: 20px;
}
#content .inner .introduction {
	width: 100%;
}
#content .inner .intro-wrap {
	font-size: 10px;
	float: left;
	width: 35%;
	max-width: 35%;
	padding-right: 4%;
	margin-bottom: 10px;
}
#content .inner .intro-wrap h2{
	font-family: '新丸ゴ M';
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
}
#content .inner .intro-block {
	position: relative;
	width: 100%;
	max-width: 100%;
	border: 3px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}
#content .inner .intro-block .caption {
	font-size: 12px;
	width: 100%;
	color: #FFF;
	padding: 5px 0 5px 0;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.3);
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7);
	text-align: right;
}
#content .inner .intro-block .caption a {
	color: #fff;
	text-decoration: none;	
}
#content .inner .intro-block .desk-style {
	display: block;
}
#content .inner .intro-block .tablet-style {
	display: none;
}

.show #content,
.show header {
	left:0;
}
}
