﻿@charset "UTF-8";

/*----------------デフォルトCSS初期化------------------*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, address, options, 
select, table, tr,img  { 
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	font-size: 100%;
	font-family: "メイリオ", meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset , img { 
	border: 0;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}

ol , ul {
	list-style: none;
}
li {
	list-style-type: none;
}
caption , th {
	text-align: left;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
	font-family: "メイリオ", meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}



/*----------------スタイルシート初期設定------------------*/
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body{
	font-size:14px;
}

a{color:#FFFFFF;text-decoration:underline;}
a:hover{color:#FFFFFF;text-decoration:none;}
a:visited{color:#FFFFFF;}
a:active{color:#FFFFFF;}

img { 
	max-width:100%;
	vertical-align: bottom;
}
.clearfix{
	display: inline-block;
}
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
textarea {
	resize : none;
}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f24{font-size:24px;}
.txtC{text-align:center;}
.txtT{vertical-align:top;}
.pink{color:#f54e5d;}
.y-green{color:#b2ac4e;}
.bold{font-weight:bold;}
.red{color:#FF0000;}
.m80{
	margin:80px 0;
}

/*----------------レイアウト------------------*/
.line_bg{
}
.line_yellow{
	width:50%;
	float:left;
	background:#FFCA47;
	height:18px;
}
.line_blue{
	width:50%;
	float:right;
	background:#679ADC;
	height:18px;
}
.line{
	width:1100px;
	margin:auto;
	position:relative;
}
.line_img{
	position:absolute;
	top:0px;
	height:18px;
}
.line_img img {
    vertical-align:baseline;
}
#header{
	height:115px;
}
#header_in{
	width:908px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	float:left;
	width:328px;
	margin:15px 0;
}
#language{
	float:right;
}
#language li{
	float:left;
	margin-top:34px;
	margin-bottom:34px;
}
.ja{
	width:106px;
	margin-left:41px;
}
.cn{
	width:98px;
}
#main{
	text-align:center;
	background:#F2F2F2;
}
#main_in{
	width:1100px;
	height:718px;
	margin:auto;
}
.headline_in{
	width:812px;
	margin:auto;
	margin-top:29px;
	padding-bottom:13px;
	padding-left:10px;
}
#service_in,
#company_in{
	width:812px;
	padding-left:10px;
}
#service_in{
	margin:67px auto 47px;
}
#company_in{
	margin:77px auto 62px;
}
.margin1{
	margin-bottom:33px;
}
.margin2{
	margin-bottom:25px;
}
#footer{
	padding-top:18px;
}
#footer_in{
	width:812px;
	margin:auto;
	padding:13px 0 12px;
	text-align:center;
}