/*-------------------------------------
  reset
-------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table,
dd, dt, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}

img, fieldset, input {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	line-height: 1.2;
}

q:before, q:after {content: '';}

abbr, acronym {border: 0;}

hr {display: none;}

/*-------------------------------------
  general styling
-------------------------------------*/
body {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", "ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}
a {
	color: #444;
	outline: none;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
}
a:hover {
	color: #999999;
}
p {
	margin: 1.6em 0;
}
::-moz-selection {
    background-color: #2d2d2d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #2d2d2d;
    color: #fff;
    text-shadow: none;
}

/* set img max-width */
img {
	/*max-width: 100%;*/
	height: auto;
	border: none;
	vertical-align: middle;
}
/* ie 8 img max-width */
/*@media \0screen {
  img { width: auto;}
}*/

/* set hover effect */
#main a img, #headder a img{
	opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
}
#main a:hover img, #headder a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* list */
ul, ol {
	margin: 1.6em 0;
	padding-left: 2em;
}
ul {
	list-style: circle;
}

/* form */
input,
textarea {
	padding: 0;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea:focus,
input[type=text]:focus,
input[type=search]:focus {
	outline: none;
}

/*-------------------------------------
  common
-------------------------------------*/
/* clearfix */
.clearfix:after, .widget li:after, #header:after, #body:after, #footer:after, footer:after, .pagenav:after, #navigation:after, #main-nav:after, .menu:after, .gallery:after, #content2:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #navigation, #main-nav, .menu, .gallery, #content2
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #navigation, #main-nav, .menu, .gallery, #content2
{ display: block; zoom: 1; }


/*-------------------------------------

-------------------------------------*/

#top_navi {
	clear:both;
	float:right;
	height:84px;
	top:0;
	text-align:center;
	line-height: 1.5;
}
#top_navi a {
	display: block;
	margin: 0px;
	padding: 0 1.5em;
	text-decoration: none;
}
#top_navi ul {
	margin: 0px;
	padding: 0px;
	height:84px;
}
#top_navi li {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	height:84px;
}

#top_navi2 {
	clear:both;
	float:right;
	height:84px;
	top:0;
	text-align:center;
	line-height: 1.5;
	margin-top:30px;
	margin-right:15px;
}
#top_navi2 a {
	display: block;
	margin: 0px;
	padding: 0 1em;
	text-decoration: none;
}
#top_navi2 ul {
	margin: 0px;
	padding: 0px;
	height:84px;
}
#top_navi2 li {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	height:84px;
}


#tn1 em, #tn2 em, #tn3 em, #tn4 em, #tn6 em, #tn7, #tn8 em {
	line-height: 3;
}
#tn5 em {
	padding-top: 0.75em;
}


#footer {
	width: 100%;
	padding-top:8em;
	clear:both;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	font-size: small;
	text-decoration: underline;
	margin: 0px;
	padding: 0 3em 0 0;
	float: left;
	list-style-type: none;
}

.page_top {
	width: 170px;
	height: 185px;
}

#footer .page_top img {
	width: 170px;
	height: 196px;
	vertical-align: top;
	display: block;	
}
#footer .page_top a {
	background: url('../imgs/btn_top.png') no-repeat 0 0;
	width: 170px;
	height: 196px;
	display: block;	
}
#footer .page_top a:hover {
	background: url('../imgs/btn_top_ov.png') no-repeat 0 0;
	width: 170px;
	height: 196px;
	display: block;	
}

.voice p a {
	text-decoration: underline;
}
.voice ul {
	padding: 0px;
}
.voice li {
	width:285px;
	height: 320px;
	margin: 0 26px;
	text-decoration: underline;
	float: left;
	list-style-type: none;
}



/*-------------------------------------
recruit
-------------------------------------*/
#recruit {
	margin:0;
	padding:0;
}
#recruit #main {
	width:960px;
	margin:0 auto;
	display:block;
}
#recruit h2 {
	margin:3em 0 0 0;
	padding:0;
	font-size:24px;
	clear:both;
	font-weight:normal;
	color:#333333;
}
#recruit h3 {
	margin:60px 0 0 0;
	padding:0 0 0 24px;
	font-size:28px;
	clear:both;
	font-weight:bold;
	text-indent:0;
	line-height:2.5;
	color:#61caff;
}
#recruit h4 {
	font-weight:bold;
	line-height:2;
	color:#333333;
}
#recruit h4.name {
	margin:60px 0 0 24px;
	padding:0;
	font-size:14px;
	line-height:1;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-bottom:1px solid #333333;
}
#recruit div h4.koumoku {
	margin:0;
	padding:0 0 0 0.5em;
	clear:both;
	font-size:18px;
	letter-spacing:0.2em;
	vertical-align: top;
	width:250px;
}
#recruit p {
	font-size:14px;
	margin:1em 0 0 0;
	padding:0;
	text-indent:0;
	line-height:2.5;
}
#recruit p.text01 {
	font-size:14px;
	margin-left:24px;
	margin-top:1em;
	display:block;
}
#recruit p.text02 {
	font-size:14px;
	margin-left:24px;
	margin-top:2em;
	display:block;
}
#recruit p strong {
	font-weight:bold;
}
#recruit p.text03 {
	font-size:14px;
	margin:0;
	vertical-align: top;
	clear:both;
}

#recruit p.text03 a {
	text-decoration: underline;
	color:#61caff;
}
#recruit p.text03 a:hover {
	text-decoration: none;
	color:#333333;
	font-weight:bold;
}
#recruit p.text03 a:visited {
}

#recruit p.text04 {
	font-size:14px;
	margin-top:0;
	line-height:2.5;
}
#recruit table td {
	vertical-align: top;
}

#recruit .section_top {
	margin:80px 0 0 20px;
	padding:45px 0;
	clear:both;
	border-top:3px solid #333333;
}
#recruit .section_mid {
	margin:0 0 0 20px;
	padding:45px 0;
	clear:both;
	border-top:1px solid #333333;
}
#recruit .section_btm {
	margin:0 0 0 20px;
	padding:45px 0;
	clear:both;
	border-top:1px solid #333333;
	border-bottom:3px solid #333333;
}
#recruit .post {
	width:500px;
	margin:28px 0 0 0;
	padding:1em 2em;
	clear:both;
	border:1px dotted #666666;
}