/*common
------------------------------------------------------------------------------*/
html {
	color: #212121;
	letter-spacing: 0.05em;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	line-height: 100%;
    font-weight: 300;
	overflow: auto;
}
body {
	position: relative;
	-webkit-text-size-adjust: 100%;
}
body, html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a {
	color: #555;
	text-decoration: none;
}
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #DDDBC6;
	text-decoration: none;
}
a:active {
	color: #DDDBC6;
	text-decoration: none;
}
/*Clearfix=======================================*/
.clearfix:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
.clearDiv {
	clear: both;
	height: 0;
}

/*margin,padding=================================*/
.mt-10{
    margin-top:10px!important;
}
.mb-10{
    margin-bottom:10px!important;
}
.mt-20{
    margin-top:20px!important;
}
.mb-20{
    margin-bottom:20px!important;
}
.mt-30{
    margin-top:30px!important;
}
.mb-30{
    margin-bottom:30px!important;
}
.mt-40{
    margin-top:40px!important;
}
.mb-40{
    margin-bottom:40px!important;
}
.mt-50{
    margin-top:50px!important;
}
.mb-50{
    margin-bottom:50px!important;
}
.mt-60{
    margin-top:60px!important;
}
.mb-60{
    margin-bottom:60px!important;
}
.mt-70{
    margin-top:70px!important;
}
.mb-70{
    margin-bottom:70px!important;
}
.mt-80{
    margin-top:80px!important;
}
.mb-80{
    margin-bottom:80px!important;
}
.mt-90{
    margin-top:90px!important;
}
.mb-90{
    margin-bottom:90px!important;
}
.mt-100{
    margin-top:100px!important;
}
.mb-100{
    margin-bottom:100px!important;
}
.mt-10{
    padding-top:10px!important;
}
.mb-10{
    padding-bottom:10px!important;
}
.mt-20{
    padding-top:20px!important;
}
.mb-20{
    padding-bottom:20px!important;
}
.mt-30{
    padding-top:30px!important;
}
.mb-30{
    padding-bottom:30px!important;
}
.mt-40{
    padding-top:40px!important;
}
.mb-40{
    padding-bottom:40px!important;
}
.mt-50{
    padding-top:50px!important;
}
.mb-50{
    padding-bottom:50px!important;
}
.mt-60{
    padding-top:60px!important;
}
.mb-60{
    padding-bottom:60px!important;
}
.mt-70{
    padding-top:70px!important;
}
.mb-70{
    padding-bottom:70px!important;
}
.mt-80{
    padding-top:80px!important;
}
.mb-80{
    padding-bottom:80px!important;
}
.mt-90{
    padding-top:90px!important;
}
.mb-90{
    padding-bottom:90px!important;
}
.mt-100{
    padding-top:100px!important;
}
.mb-100{
    padding-bottom:100px!important;
}
.pt-10{
    padding-top:10px!important;
}
.pb-10{
    padding-bottom:10px!important;
}
.pt-20{
    padding-top:20px!important;
}
.pb-20{
    padding-bottom:20px!important;
}
.pt-30{
    padding-top:30px!important;
}
.pb-30{
    padding-bottom:30px!important;
}
.pt-40{
    padding-top:40px!important;
}
.pb-40{
    padding-bottom:40px!important;
}
.pt-50{
    padding-top:50px!important;
}
.pb-50{
    padding-bottom:50px!important;
}
.pt-60{
    padding-top:60px!important;
}
.pb-60{
    padding-bottom:60px!important;
}
.pt-70{
    padding-top:70px!important;
}
.pb-70{
    padding-bottom:70px!important;
}
.pt-80{
    padding-top:80px!important;
}
.pb-80{
    padding-bottom:80px!important;
}
.pt-90{
    padding-top:90px!important;
}
.pb-90{
    padding-bottom:90px!important;
}
.pt-100{
    padding-top:100px!important;
}
.pb-100{
    padding-bottom:100px!important;
}

/*resource=======================================*/
.displayNone {
	display: none;
}
.textNone {
	text-indent: -9999px;
	list-style: none;
	line-height: 0;
}
.clear {
	clear: both;
}
.f-Left {
	float: left;
}
.f-Right {
	float: right;
}
.txtAlign-l {
	text-align: left;
}
.txtAlign-C {
	text-align: center;
}
.txtAlign-R {
	text-align: right;
}
/*layout
------------------------------------------------------------------------------*/
.container {
	width: 100%;
	margin: 0 auto;
}

.inner{
	width: 1250px;
	margin: 0 auto;
}
h1 {
	margin: 30px 0 0px;
}

h2 {
	text-align: center;
    margin: 30px 0;
	position: relative;
}

h3 {
font-size: 1.3em;
margin: 0px 0 70px;
position: relative;
display: inline-block;
padding: 0 55px;}

h3:before, h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

h3:before {left:0;}
h3:after {right: 0;}

.link_btn a:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}


/* header */
#header {
	text-align: center;
}

#main_img {
	text-align: center;
}

/* contents */
#contents {
	clear: both;
	position: relative;
}

.container p {
	padding-bottom: 25px;
	line-height: 1.6em;
	font-size: 16px;
}
.container .contentsBox {
    margin-top: 40px;
}

#about{
	    margin-top: -105px;
    height: 455px;
	background: url(../image/box2_bg.png) no-repeat top;
	background-attachment: fixed;
}

#about .inner{
	padding: 20px 100px;
    height: 150px;
    padding-top: 130px;
}
#about .lead {
    margin-top: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

#about .l_box {
	float: left;
	width: 60%;
	margin-top: 30px;
	text-align: center;
}
#about .r_box {
	float: right;
	width: 40%;
	text-align: center;
}

.product{
	padding-top: 100px;
    margin-bottom: 50px;
}

#link{
	margin-bottom: 100px;
}

#link .l_box {
	float: left;
	width: 60%;
	text-align: center;
}
#link .r_box {
	float: right;
	width: 40%;
	text-align: center;
}

.bg{
	background: url(../image/bg.png) no-repeat top;
    margin-top: -95px;
	height: 100%;
}

#footer {
	background: #ffed72;
	color: #000000;
	padding: 20px;
}

#footer p{
	text-align: center;
	
}

/*
@media screen and (max-width:768px){

#about .l_box {
	float: none;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
	
#about .l_box img{
	width: 100%;
}
	
#about .r_box {
	float: none;
	width: 40%;
	text-align: center;
}
    
}
*/

