@charset "utf-8";

/* Update by 2015-07-22 */

html, body { height: 100%; }
body, .lang-en body { font-family: Verdana, Arial, Helvetica, sans-serif;   /* 英語 */ }
.lang-jp body { font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'sans-serif';   /* 日本語 */ }
.lang-cn body { font-family: "微软雅黑", "Microsoft YaHei", Verdana, Helvetica, sans-serif;   /* 中国語 */ }
.lang-kr body { font-family: Verdana, Arial, Helvetica, sans-serif;   /* 韓国語 */ }
button, input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
body {
	background: #fff;
	color: #444;
	margin: 0 auto;
	font-size: 0.875em;
	line-height: 1.8;
	position: relative;
}
ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
ul { list-style: none; }
a {
	color: #149bbc;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #149bbc;
	text-decoration: underline;
}
img {
	border: 0 none;
	vertical-align:top;
}
.img {
	padding: 5px;
	border: 1px #ddd solid;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 8px 10px;
	border: 1px #ccc solid;
}
hr {
	margin-top: 25px;
	border: none;
	border-bottom: 1px #ddd solid;
}
h1 {
	font-size: 1.45em;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px #ddd solid;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color:#009cbf;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 12px;
}
.tc { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.clear:after, body:after {
	display: table;
	content: '';
	clear: both;
}
.clear, body { *zoom:1;
}
.blank {
	background: url(../img/blank.png) no-repeat center right;
	padding-right: 15px;
}
hr {
	background: url(../img/line.png) no-repeat center center;
	height:6px;
	border:none;
	margin:30px 0;
}
.gray { color: #999; }
.required, .red { color: #f00; }
.wrap {
	margin: 0 auto;
	width: 1000px;
}

/* --- hd --- */

.hd {
	height: 80px;
	border-bottom: 3px #009cbf solid;
	-moz-box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}
.logo { 
    float: left;
	margin-top:32px;
}
.lan {
	float: right;
	margin-top:35px;
}
.lan .t { float: left; }
.lan_en, .lan_jp, .lan_cn, .lan_kr {
	width: 28px;
	height: 18px;
	float: left;
	display: block;
	background-image: url(../img/lan_icon.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.lan_en { background-position: 0 0; }
.lan_en:hover { background-position: 0 -18px; }
.lan_jp { background-position: -28px 0; }
.lan_jp:hover { background-position: -28px -18px; }
.lan_cn { background-position: -56px 0; }
.lan_cn:hover { background-position: -56px -18px; }
.lan_kr { background-position: -84px 0; }
.lan_kr:hover { background-position: -84px -18px; }
.link {
	float: right;
	margin-top:35px;
	margin-right:25px;
}
.link a {
	color:#444;
	margin-left:20px;
	padding-left:25px;
}
.link a:hover {
	text-decoration:none;
	color:#009cbf;
}
.i-home {
	background: url(../img/i-home.png) no-repeat 0 0;
}
.i-sitemap {
	background: url(../img/i-sitemap.png) no-repeat 0 0;
}

/* menu */

.nav {
		background:#444;
}
.menu {
	height:40px;
	position:relative;
}
.menu ul, .menu li {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu li {
	float:left;
	position:relative;
}
.menu li a {
	display:block;
	line-height:40px;
	text-decoration:none;
	color: #CCC;
	padding:0 45px;
}
.lang-jp .menu li a {
	padding:0 40px;
}
.lang-kr .menu li a {
	padding:0 50px;
}
.menu li a:hover, .menu li:hover a {
	color: #FFF;
	background:#555;
}
.menu li ul {
	display: none;
}
.menu li:hover ul {
	display:block;
	position:absolute;
	top:40px;
	left:0;
	
}
.menu li li {
	clear:both;
	background:#666;
	border-bottom:1px solid #666;
}
.menu_index li li {
	border-top:none;
	border-bottom:1px solid #666;
}
.menu li li a {
	color:#CCC;
	/*padding-left:15px;*/
	padding-right:10px;
	width:150px;
}
.lang-en .menu li li a {
	width:180px;
}
.menu li li a:hover {
	background:#4a4a4a;
	color:#FFF;
}

/* --- ft --- */

.ft-links {
	padding:10px 0;
	border-bottom:1px #ddd solid;
}
.ft-links a {
	padding:0 10px;
	color:#777;
}
.copyright {
    background: url(../img/fsp-norton.png) no-repeat center right;
	padding:10px 0;
	font-size:13px;
}

/* --- home --- */

.home {
	background:url(../img/index-img.jpg) center top #d1eafe;
	height:600px;
	position:relative;
}
.index-nav {
	position:absolute;
	top:500px;
	background: url(../img/index-nav-bg.png) repeat-x;
	width:100%;
	height:51px;
	text-align:center;
}
.index-nav li {
	display:inline-block;
	color:#fff;
}
.index-nav li a {
	color:#ccc;
	font-weight:bold;
	line-height:50px;
	padding:0 35px;
}
.lang-jp .index-nav li a {
	padding:0 30px;
}
.lang-cn .index-nav li a {
	padding:0 40px;
}
.lang-kr .index-nav li a {
	padding:0 40px;
}

.slogan {
	padding-top:140px;
}
 
/* --- con --- */

.con {
	background: url(../img/sky_bg.jpg) repeat-x;
	padding-top:40px;
}
.pic {
	width:100%;
	border:1px #ccc solid;
	border-bottom:none;
}
.main {
	padding:30px 40px 50px;
	min-height:350px;
	border:1px #ccc solid;
	width:920px;
	background:#fff;
	margin-right:-40px;
}
.main p {
	margin-bottom:10px;
}
.list { border-top: 1px dotted #CDCCCC; overflow:hidden; }
.list li { border-bottom: 1px dotted #CDCCCC; margin-bottom: 0; padding: 15px 10px 15px 250px; position: relative; }
.list li:hover { background:#f5f5f5; }
.list i { left: 0; padding-left: 10px; position: absolute; font-style:normal; font-weight:bold; }

.box {
	margin-right:-40px;
}
.box-3 {
	float:left;
	width:280px;
	margin-right:40px;
	margin-bottom:10px;
}
.sitemap td {
	border:none;
}
.sitemap a {
	color:#555;
	line-height:2.5;
}
.sitemap h5 {
	padding-left:15px;
	font-weight:normal;
}

/* --- faq --- */

#faq {
	width:620px;
	float:left;
}
#faq .title {
	font-size:14px;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
	padding-bottom:10px;
	padding-top:5px;
	color:#3FB2D9;
	margin-bottom:15px;
}
#faq u {
	float:right;
	font-size:10px;
	text-decoration:none;
	padding-top:5px;
}
#faq dl dt {
	background:url(../img/faq_q.gif) no-repeat 0 2px;
	padding-left:26px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
#faq dl dd {
	background:url(../img/faq_a.gif) no-repeat 0 2px;
	padding-left:26px;
	margin-bottom:20px;
}
#link {
	width:200px;
	line-height:36px;
	float:right;
	border: solid #ddd 1px;
	padding:15px 30px 10px;
}
#link h1 {
	margin-bottom:20px;
}
#link ul li {
	border-bottom:1px #ccc dotted;
	list-style: none;
	margin:0;
	padding:0;
}
#link ul li a {
	display:block;
	padding:15px 0;
	line-height:1.3;
}

*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}
.backToTop {
	background:url(../img/go-top.png);
	display: none;
	width: 51px;
	height:51px;
	position: fixed;
	_position: absolute;
	right: 20px;
	bottom: 20px;
	_bottom: "auto";
	cursor: pointer;
	/*opacity: .6;
	filter: Alpha(opacity=60);*/
}

/* form */
.form {
	background: #f3f3f3;
	overflow: hidden;
	padding: 30px 60px;
	margin: 20px 0;
}
.form .w50p {
	margin: 0 4%;
}
.form .input {
	border: 1px solid #222222;
	padding: 12px;
	font-size: 16px;
	width: calc(100% - 26px);
}
.form .select {
	color: #414a5b;
	font-weight: 400;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/select_drop_bg.png) no-repeat right 10px center,#fff;
	background-size: 10px;
	border: 1px solid #222222;
	padding: 12px;
	width: 100%;
	border-radius: 0px;
	padding-right: 30px;
	font-size: 16px;
}
.form .btn {
	margin-top: 30px !important;
	background: #009cbf;
	border: 3px solid #009cbf;
	border-radius: 3px;
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
}
.form .calign {
	text-align: center !important;
}