@charset "utf-8";

@font-face {
	font-family: 'SQ';
	src: url('../fonts/sq.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sq.woff') format('woff'),
		url('../fonts/sq.ttf')  format('truetype');
}
@font-face {
    font-family: 'ipaexg';
    src: url('../fonts/ipaexg.eot');
    src: url('../fonts/ipaexg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ipaexg.woff') format('woff'),
    url('../fonts/ipaexg.ttf') format('truetype');
}
/* :::::::::::::::::::::::::::::::
 CLEARFIX
::::::::::::::::::::::::::::::: */
.clearfix {width:100%;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.left{ float: left;}
.right{ float: right;}

/*////////////////////
a:hover opacity
////////////////////*/
a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*////////////////////
ISOTOPE
////////////////////*/
.isotope .item {
    -webkit-transition-duration:0.3s ease-in-out;
    -moz-transition-duration:0.3s ease-in-out;
    -ms-transition-duration:0.3s ease-in-out;
    -o-transition-duration:0.3s ease-in-out;
    transition-duration:0.3s ease-in-out;
	float: left;
	margin: 5px;
}

/*////////////////////
COMMON
////////////////////*/
body{
	background-color: #9c8f7e;
	text-align: center;
	font-family: 'SQ',Arial,Verdana,sans-serif;
	color: #333;
}

#wrapper {
  position: relative;
  margin: 0 auto;
}

#container{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*////////////////////
HEADER
////////////////////*/
#header{
	padding: 30px 0;
	text-align: center;
}

#logo{
	margin-bottom: 30px;
}
#navigation{
	text-align: center;
}
#navigation li{
	display: inline-block;
	margin: 0 0.5em;
}
#navigation li a{
    font-size: 14px;
    text-decoration: none;
	color: #333;
}

/*////////////////////
MAIN
////////////////////*/
#main{
	margin: 0 auto;
	margin-bottom: 100px;
	width: 88%;
}
#main .h2_title{
	margin-bottom: 2em;
	border-top: 1px solid #333;
	display: inline-block;
	padding-top: 1.6em;
	font-size: 14px;
}
#main p{
	line-height: 1.6em;
}
#main a{
	text-decoration: none;
	color: #333;
}

#main .item{
	margin-bottom: 3em;
}
#main .item .h3_title{
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 14px;
}
#main .item .txt{
	font-size: 12px;
}
/*////////////////////
ABOUT
////////////////////*/
.about .alpha{
	float:left;
	width: 46%;
	text-align:left;
}
.about .beta{
	float: right;
	width: 46%;
	text-align: right;
}
.about .item .h3_title{
	font-size: 12px !important;
}
.about .item .txt{
	font-size: 10px !important;
}
.about .item .txt span{
	white-space: nowrap;
}
.about .beta .h2_title{
	font-family: 'ipaexg';
}
.about .beta .h3_title,
.about .beta .txt{
	letter-spacing: 1px;
	font-family: 'ipaexg';
}
.about .until{
	padding-top: 30px;
	clear: both;
	font-size: 12px;
	letter-spacing: 1px;
}

/*////////////////////
OTHER
////////////////////*/
.other p .span_title,
.other p a{
	font-size: 14px;
}
.other .box{
	margin-bottom: 2em;
}
/*////////////////////
COMPANY
////////////////////*/
.company p{
	font-size: 12px;
}
.company p span.span_title{
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #333;
	display: inline-block;
	padding-top: 1.6em;
	font-size: 14px;
	font-weight: bold;
}
.company .box{
	margin-bottom: 2em;
}
/*////////////////////
CONTACT
////////////////////*/
.contact p{
	font-size: 14px;
}
/*////////////////////
FOOTER
////////////////////*/
#footer{
	margin: 50px;
	font-size: 10px;
}