@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

[main]
	[uc]
[header]
[footer]

/////////////////////////////////////////////////////////////////// */

a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
}
a:hover {
	color:#000;
}
a:active {
	color:#000;
}

body,html{
	width:100%;
	/*height:100%;*/
	text-align:center;
	margin:0;
	padding:0;
	font-family:"aktiv-grotesk","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.clr:after {
	content: "";
	display: block;
	clear: both;
}


/* =========================================================
main img
========================================================= */
#topimg{
	width:90%;
	margin:0 auto;
	min-height:88%;
	padding-top:90px;
}
	



/* =========================================================
main
========================================================= */
div#main {
	width:100%;
	min-height:95%;
	position:relative;
	z-index:5;
}

/* =========================================================
uc
========================================================= */
div#uc {
	width:100%;
	height:110px;
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color:#fff;
}
div#uc span{
	text-align:center;
	font-size:35px;
	font-weight:600;
	letter-spacing:-0.02em;
	line-height:0.9em;
	margin:0 auto;
}
div#uc span.subspan {
	display:block;
	font-size:12px;
	font-weight:600;
	padding-top:20px;
	letter-spacing:0.01em;
}

/* =========================================================
header
========================================================= */
#header {
	width:90.4%;
	padding: 23px 5% 0% 4.6%;
	position:fixed;
	top:0;
	left:0;
	height:55px;
	z-index:100;
}

#header h1 {
	float:left;
	margin:0;
	padding:0px 0 0 0;
	left:2% !important;
}

#header ul {
	float: right;
	margin:0;
	padding:18px 0 0;
}

#header ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:30px;
	font-size:9px;
	font-weight:600;
}

#header ul li a {
	color:#333;
}

/* =========================================================
footer
========================================================= */
div#footer {
	width:100%;
	text-align:center;
	font-size:9px;
	/*position:fixed;
	bottom:0;*/
	clear:both;
	padding-bottom:2%;
	line-height:1.5em;
}

#foot_legal{
	padding:0 0 10px;
	font-size:9px;
	font-weight:600;
}



/* =========================================================
works
========================================================= */

.worls_box{
	width:50%;
	float:left;
}

.worls_box img{
	width:100%;
	height:auto;
}



/* =========================================================
common
========================================================= */

.pagetitle{
	padding:120px 0 60px;
	font-weight:600;
	font-size:13px;
	width:100%;
	height:15px;
}


.about_1{
	font-size:14px;
	font-weight:600;
	line-height:1.6em;
}

.about_1 strong{ 
	font-size:24px;
	font-weight:600;
}

.about_text{
	width:600px;
	margin:0 auto;
	font-size:12px;
	line-height:1.6em;
	text-align:justify;
	padding-top:30px;
}



/* ///////////////////////////////////////////////////////////////////
contact
/////////////////////////////////////////////////////////////////// */

div.form_div_outer{
	width:40%;
	margin:0 auto;
}

div .err {
	font-size:11px;
	padding:0 !important;
}

div .err span {
	display:block;
	padding: 0 0 35px 0;
}

div form {
	display:block;
	margin:0 auto;
	text-align:left;
}
div form .formdiv {
	float:left;
}

div form .formdiv span{
	display:block;
	padding-bottom:15px;
}


div form .formdiv label {
	width:50px;
	display: block;
	padding-bottom:5px;
}

div form .formdiv input {
	width:100%;
}

.formdiv50{
	width:45%;
}

.formdiv50:nth-child(2){
	float:right;
}

.formdiv100{
	width:100%;
	padding-top:30px;
}

#formname {
}


#formmail {
}

#formsub {
	width:100%;
}

#ip04 {
	 background: #000 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    height: 32px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    width: 97px;
}

label{
	font-size:10px;
}

div.formsub{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:12px;
}

div.formsub span{
	display:block;
	padding-top:20px;
}