@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #036EB7;
	text-decoration:none;
}
:focus{
	outline: 0;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #0071BC;
    margin:0 10px 15px 10px;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input[type="checkbox"]{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.clearfix:after {
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

img {
	width:100%;
    height:auto;
    max-width:100%;
}


/*  html  */
html{
	font-size:62.5%;
	overflow-y:scroll;
}

.fo09 { font-size:9px; font-size:0.9rem; }
.fo10 { font-size:10px; font-size:1.0rem; }
.fo11 { font-size:11px; font-size:1.1rem; }
.fo12 { font-size:12px; font-size:1.2rem; }
.fo14 { font-size:14px; font-size:1.4rem; }
.fo15 { font-size:15px; font-size:1.5rem; }
.fo16 { font-size:16px; font-size:1.6rem; }
.fo17 { font-size:17px; font-size:1.7rem; }
.fo18 { font-size:18px; font-size:1.8rem; }

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}

.alignce { text-align:center; }
.alignle { text-align:left; }
.alignri { text-align:right; }
.br br { display:block; }

/*  body  */
body{
	font-family:"ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.4;
	color:#3E3A39;
}

/*  wrapper  */
#wrapper{
	width:320px;
	margin:0 auto;
	overflow:hidden;
}

/*  header  */
#header{
	width:320px;
	height:92px;
	background:url(../img/common/bg_header.gif) repeat-x left top;
	border-bottom:3px solid #595757;
	position:relative;
	z-index:200;
}
#header h1{
	position:absolute;
	left:8px;
	top:38px;
	width:270px;
}
#header .copy{
	width:320px;
	height:25px;
	line-height:25px;
	color:#fff;
	text-align:center;
}
#header .menubtn{
	position:absolute;
	right:8px;
	top:40px;
	width:40px;
}

/*  gnav  */

#gnav{
	display:none;
	position:absolute !important;
}
#gnav .searchlink,
#gnav .otherlink{
	width:300px;
	margin:0 auto 15px;
}
#gnav .searchlink li{
	height:39px;
	border-bottom:1px solid #3E3A39;
	background-color:#fff;
}
#gnav .searchlink li a,
#gnav .otherlink li a{
	display:block;
	background:url(../img/common/icon1.png) no-repeat 95% 50%;
	background-size:8px 13px;
	line-height:42px;
	padding:0 35px 0 15px;
	color:#3E3A39;
}
#gnav .searchlink li:first-child{
	border-bottom:none;
	background-color:#385693;
	border-radius:5px 5px 0 0;
}
#gnav .searchlink.arbeit li:first-child{
	background-color:#FF9800;
}
#gnav .searchlink li:first-child a{
	background:url(../img/common/icon5.png) no-repeat 96% 50%;
	background-size:16px 16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#gnav .searchlink.arbeit li:first-child a{
	background:url(../img/common/icon6.png) no-repeat 96% 50%;
	background-size:16px 16px;
}
#gnav .searchlink li:last-child{
	border-bottom:none;
	border-radius:0 0 5px 5px;
}
#gnav .otherlink li{
	height:40px;
	background-color:#fff;
	border-radius:5px;
	margin-bottom:15px;
}
#gnav .otherlink li:last-child{
	margin-bottom:30px;
}
#gnav .modal_close{
	width:100px;
	height:40px;
	display:block;
	text-align:center;
	background-color:#fff;
	border-radius:5px;
	line-height:42px;
	color:#3E3A39;
	margin:0 auto;
}
#gnav .modal_close2 {
	position:absolute;
	right:-2px;
	top:-70px;
	display:block;
	width:40px;
	height:40px;
	z-index:300;
}
#lean_overlay {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	display:none;
}

/*  section  */
section{
	width:320px;
	margin:0 auto;
}
section p{
	margin:0 10px;
}
section .headline01{
	height:35px;
	background-color:#385693;
	padding-left:10px;
	line-height:35px;
	color:#fff;
	font-weight:bold;
}
#arbeit .headline01{
	background-color:#FF9800;
}
section .hakentit{
	color:#385693;
	margin:15px 10px;
	font-weight:bold;
}
section .hakentit.partcolor{
	color:#FF9800;
}
section .hakensubtit{
	background-color:#385693;
	margin-bottom:10px;
	padding:10px;
	color:#fff;
	font-weight:bold;
}
section .hakensubtit.partcolor{
	background-color:#FF9800;
}
section .hakenicon{
	width:300px;
	background-color:#DBDCDC;
	padding-bottom:5px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
}
section .hakenicon li{
	height:25px;
	background-color:#385693;
	text-align:center;
	color:#fff;
	line-height:25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	overflow: hidden;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
section .hakenicon.partcolor li{
	background-color:#FF9800;
}


section .list01 li{
	background:url(../img/common/icon1.png) no-repeat 96% 36%;
	background-size:8px 13px;
	border-bottom:1px solid #888;
	margin-top:15px;
	padding:0 35px 15px 10px;
}
section .list01 li a{
	text-decoration:underline;
	display:block;
}
section .list01 li span{
	color:#3E3A39;
	display:block;
}

/*  .fnav  */
.fnav{
	margin-top:40px;
}
.fnav li{
	border-bottom:1px solid #888888;
}
.fnav li:first-child{
	border-top:1px solid #888888;
}
.fnav li a{
	height:40px;
	background:url(../img/common/icon1.png) no-repeat 92% 50%;
	background-size:8px 13px;
	display:block;
	line-height:40px;
	color:#3E3A39;
	padding-left:25px;
}

/*  .graybox  */
.graybox{
	background-color:#DBDCDC;
	padding:20px 10px 30px;
}
.graybox .searchbtn{
	width:300px;
	height:50px;
	margin:0 0 18px 0;
}
.graybox .searchbtn a{
	border-radius:5px;
	font-weight:bold;
	width:298px;
	height:48px;
	display:block;
	text-align:center;
	line-height:48px;
	color:#fff;
	background: -webkit-gradient(linear, left bottom, left top,
		from(#385694),
		color-stop(0.49, #435d98),
		color-stop(0.50, #5669a1),
		to(#7b81b1));
	background: -moz-linear-gradient(top,
		#385694 0%,
		#435d98 49%,
		#5669a1 50%,
		#7b81b1);
	background: linear-gradient(to top,
		#385694 0%,
		#435d98 49%,
		#5669a1 50%,
		#7b81b1);
}
#arbeit .graybox .searchbtn a{
	background: -webkit-gradient(linear, left bottom, left top,
		from(#eb5516),
		color-stop(0.49, #e95613),
		color-stop(0.50, #ee7908),
		to(#f29700));
	background: -moz-linear-gradient(top,
		#eb5516 0%,
		#e95613 49%,
		#ee7908 50%,
		#f29700);
	background: linear-gradient(to top,
		#eb5516 0%,
		#e95613 49%,
		#ee7908 50%,
		#f29700);
}
.graybox .searchbtn span{
	display:block;
	background:url(../img/common/icon2.png) no-repeat 96% 50%;
	background-size:8px 13px;
}
.graybox nav ul{
    width:100%;
}
.graybox nav ul li{
	float:left;
    width:147px;
	height:48px;
	padding-bottom:4px;
}
.graybox nav ul li:first-child{
	padding-right:4px;
}
.graybox nav ul li a{
	border-radius:5px;
	font-weight:bold;
	width:123px;
	height:30px;
	padding:16px 0 0 22px;
	display:block;
	color:#3E3A39;
	background:url(../img/common/icon3.png) no-repeat 6% 50% #fff;
	background-size:8px 13px;
	border:1px solid #595757;
}
#arbeit .graybox nav ul li a{
	background:url(../img/common/icon4.png) no-repeat 6% 50% #fff;
	background-size:8px 13px;
}
.graybox nav ul li.fi a{
	height:38px;
	padding-top:8px;
}

/*  footer  */
#footer{
	width:320px;
	height:300px;
	background:url(../img/common/bg_footer.gif) repeat-x left bottom;
	padding-top:30px;
	position:relative;
}
#footer .pagetop{
	text-align:right;
	margin:5px 10px 0 0;
}
#footer .pagetop a{
	border-radius:5px 5px 0 0;
	background-color:#595757;
	color:#fff;
	padding:8px 10px;
}
#footer .user{
	text-align:center;
	padding:22px 0 10px 0;
}
#footer .user a{
	color:#3E3A39;
}
#footer nav ul{
	display:table;
	width:96%;
	margin:0 auto;
}
#footer nav ul li{
	display:table-cell;
	border-left:1px solid #3E3A39;
	text-align:center;
}
#footer nav ul li:last-child{
	border-right:1px solid #3E3A39;
}
#footer nav ul li a{
	color:#3E3A39;
}
#footer h3{
	position:absolute;
	left:10px;
	top:135px;
	color:#385693;
	font-weight:bold;
}
#footer p.os{
	position:absolute;
	left:10px;
	top:160px;
}
#footer dl.os{
	position:absolute;
	left:10px;
	top:177px;
	line-height:1.2;
}
#footer p.tk{
	position:absolute;
	left:10px;
	top:235px;
}
#footer dl.tk{
	position:absolute;
	left:10px;
	top:252px;
	line-height:1.2;
}
#footer dl dt{
	float:left;
	width:80px;
}
#footer dl dd{
	float:left;
	width:230px;
}
#footer small{
	width:320px;
	position:absolute;
	bottom:4px;
	color:#fff;
	text-align:center;
}