@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
/* 	list-style: none; */
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";
}
body {
	text-align: center;
	background-color: #FFF;
	border-top:3px solid #333;
	color:#333;/*textcolor*/
	-webkit-text-size-adjust: none;/*ios_crome*/
}
header,section,nav,aside,footer,article,time {
	display: block;
}
div#DebugConsole button {
	width: 100%;
	margin: 2px;
	padding: 2px;
}
code {
	display: block;
	color: #090;
}
div#wrapper {
	z-index: 5;
	top: 0px;
	width: 980px;/*960*/
	position: relative;
	margin: 0px auto;
	text-align: left;
}
div#wrapper header {
	position:relative;/**/
	height: 220px;/*110*/
}
div#wrapper header h1 {
	font-size:10px;/**/
	text-align:right;/**/
	padding:0px;
}
div#wrapper header h1 a{/**/
	text-decoration:none;
	color:#666;
}

div#wrapper article {
	/*border-radius: 5px;
	padding: 0px 0px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 30px #333;*/
}
div#wrapper article section {
	padding: 0 0 0 0;/*10px 30px 30px 30px*/
}
div#wrapper article section img {
	/*border-radius: 5px;
	box-shadow:none!important;*/
}
/*div#wrapper article section h3 {
	border-radius: 5px;
}*/

div#wrapper article section p {
	font-size: 14px;/*文字サイズ*/
	line-height: 1.7em;
	padding: 10px 10px 10px 5px;/* 10px 10px 5px 10px*/
}

/*recruit　#recruitつけないとcontatこわれる*/
div#wrapper article section#recruit dl {
	padding: 0;/**/
}
div#wrapper article section#recruit dl dt {
	border-top: solid 1px #CCC;
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	font-weight: bolder;
}
div#wrapper article section#recruit dl dd {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	line-height: 1.7em;
}
div#wrapper article section#recruit dl dd table {
	background-color: #CCC;
	border-collapse: separate;
}
div#wrapper article section#recruit dl dd table tr th {
	white-space: nowrap;
}
div#wrapper article section#recruit dl dd table tr th,div#wrapper article section dl dd table tr td {
	padding: 5px;
	background-color: #EEE;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
}

/*nav*/
nav#global {
	position: absolute;
	top: 160px;/*head-rogo-nav*/
	left: 0px;
}
nav#global ul li{
	list-style:none;/**/
	float: left;
}

/*nav.sub {
	display: none;
	position: absolute;
	top: 110px;
	left: 0px;
	background-color: #FFF;
	border: solid 1px #EEE;
	box-shadow: 0px 1px 10px #999;
	opacity: 0.95;
}
nav.sub ul li a {
	display: block;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	padding: 8px 10px;
	font-size: 12px;
}
nav.sub ul li a:hover {
	background-color: #5198E3;
	color: #FFF;
}
*/
footer {
	clear: both;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	min-height: 80px;
	background-image:url(../images/bg_footer02.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:center;/**/ 
}
footer p {
	/*text-align: right;*/
	font-size: 12px;
	/*float: right;*/
	padding-top:5px;/**/
}


footer ul li a:link{/**/
	color:#333;
	text-decoration:none;
	}
footer ul li a:visited{/**/
	color:#333;
	text-decoration:none;
	}

	
footer ul.social {
	padding: 5px;
}
footer ul.social li {
	float: left;
	overflow: hidden;
}
footer ul.social li#fb {
	width: 105px;
}
footer ul.social li#gp {
	width: 40px;
}
footer ul.social li#ts {
	width: 95px;
}
footer ul.social li#tf {
	width: 200px;
}

div#PageTopArrow {
	width: 30px;
	height: 30px;
	background-image: url(../images/pagetop.png);
	background-size: 100% 100%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.6;
	cursor: pointer;
}
/*div*/.m_img {
	float: right;
	margin: 0px 0px 10px 10px;
}
a.youtube {
	margin: 0px auto;
}
