@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_header2.jpg);
	background-repeat: no-repeat;
	background-position: center 154px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a:hover,
a:active {
	color: #e60012;
}
img {
	border-style: none;
	max-width: 100%;
}

h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 2px;
}

h2 {
	margin: 0px;
	font-size: 12px;
	line-height: 50px;
	padding-top: 0 0 0 60px;
}

h3  {
	font-size: 20px;
	width: auto;
	background-color: #CCCCCC;
	padding: 5px;
	letter-spacing: 0.2em;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

figure {
	margin: 0;
	padding: 0;
}

#container {
	height: 100%;
	width: 100%;
}

#header_area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #121C38;
	margin-bottom: 10px;
	background-image: url(../img/bg_stripe.png);
	height: auto;
}

#header {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 95px;
}

#logo {
	padding: 15px 0;
}

#logo a {
	display: inline-block;
	width: 620px;
	height: 65px;
	background: url(../img/logo.png) 0 center no-repeat scroll transparent;
	text-indent: -5000px;
}

#sch {
	width: 320px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#sch form {
	margin: 30px 0 0 0;
	text-align: right;
}

#sch .txtbox {
	height: 20px;
	width: 200px;
	margin: 5px 0 0;
	padding: 0 5px;
	border: 1px solid #666666;
}

#sch .send {
	padding: 0px;
	height: 25px;
	width: 100px;
	margin: 5px 0 0;
}

#header_line {
	height: 2px;
	width: 100%;
	background-color: #FFFFFF;
}

#glb_menu {
	height: 60px;
	width: 100%;
	clear: both;
	background-color: #1A264D;
	background-image: url(../img/bg_stripe.png);
}
#glb_menu ul {
	height: 70px;
	width: 960px;
	clear: both;
	margin: 0 auto;
	list-style-type: none;
	padding: 0px;
}

#glb_menu ul li {
	float: left;
	height: 60px;
	width: 160px;
}

#glb_menu ul li a {
	position: relative;
	height: 100%;
	width: 100%;
	float: left;
	line-height: 60px;
	text-indent: -9999px;
	background: url(../img/glb_menu.png) 0 0 no-repeat scroll transparent;
}

#glb_menu ul li a.m1 {
	background-position: 0px 0px;
}
#glb_menu ul li a.m2 {
	background-position: -160px 0px;
}
#glb_menu ul li a.m3 {
	background-position: -320px 0px;
}
#glb_menu ul li a.m4 {
	background-position: -480px 0px;
}
#glb_menu ul li a.m5 {
	background-position: -640px 0px;
}
#glb_menu ul li a.m6 {
	background-position: -800px 0px;
}

#contents {
	width: 960px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 40px;
}

#contents.upper {
	padding-bottom: 0;
}

#left {
	float: left;
}
#right {
	float: right;
	width: 236px;
	height: 500px;
}

#contents p {
	font-size: 20px;
	line-height: 28px;
	text-indent: 20px;
	font-weight: normal;
	color: #000000;
}
#contents h2 {
	background: url(../img/company/eyecatch.png) center top no-repeat scroll transparent;
	padding: 50px 0 0 0;
	margin: 0 0 40px;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}

#contents h2 span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.contents-section {
	margin-bottom: 40px;

}

.contents-section:after {
	content: "";
	clear: both;
	display: block;
}

#main_contents {
	width: 100%;
	float: left;
	height: 810px;
	background-color: #121C38;
	margin-top: 20px;
}

#main_contents ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer {
	width: 100%;
	float: left;
	padding: 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(../img/bg_stripe2.png) 0 0 repeat scroll #000000;
}

#footer .footer-inner {
	width: 960px;
	margin: 0 auto;
}

#footer .footer-link {
	margin: 0;
	padding: 0;
}

#footer .footer-link li {
	display: inline-block;
	font-size: 14px;
	margin-right: 2em;
}

#footer .footer-link li a {
	color: #eeeeee;
	text-decoration: none;
}

#footer .footer-link li a:hover {
	text-decoration: underline;
}

#footer p {
	padding: 20px 0 0;
	font-size: 10px;
	text-align: center;
}

.txt01 {
	font-size: 14px;
	line-height: 1.4em;
}

.stripe {
	background-image: url(../img/bg_stripe.png);
	height: 100%;
	width: 100%;
	float: left;
}

.contents_list li {
	float: left;
	height: 250px;
	width: 229px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contents_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: none 13px 13px no-repeat scroll #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.contents_list li a span {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}

.col-2 {
	float: left;
	width: 42%;
	padding: 10px 4%;
}

.image-center {
	text-align: center;
}


/****** TOP PAGE ******/
#area_bb {
	height: 312px;
	width: 718px;
	clear: both;
	overflow: hidden;
}

#news img {
	display: block;
}

.cnt01 {
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.cnt01 li {
	float: left;
	height: 188px;
	width: 236px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url(../img/main_bg.png);
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cnt01 li.last {
	margin-right: 0;
}

.cnt02 {
	height: auto;
	width: 718px;
	margin-top: 5px;
	float: left;
}

.cnt02 li {
	float: left;
	width: 236px;
	margin-right: 5px;
}

.cnt02 li.last {
	margin-right: 0;
}


#cnt03 {
	width: 216px;
	height: 465px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding: 0 10px 20px;
	overflow-y: scroll;
	clear: both;
	float: right;
}
#cnt03 li {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	float: left;
	border-bottom: 1px dashed #999999;
}

#cnt03 a {
	text-decoration: none;
	color: #000066;
	height: 100%;
	width: 100%;
	float: left;
	position: relative;
}

#cnt03 a:hover {
	text-decoration: underline;
}

/****** COMPANY ******/
#contents.contents-company h2 {
	background-image: none;
}

#presi_n {
	float: right;
	margin-top: 60px;
	margin-right: 60px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	line-height: 30px;
}
#presi_p {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#office p {
	text-indent: 0px;
}

#office p a {
	text-decoration: none;
}

#office p a:hover {
	text-decoration: underline;
}

/****** NEW PRODUCTS ******/
#bp01 a {background-image: url(../img/product/bp_01.png);}
#bp02 a {background-image: url(../img/product/bp_02.png);}
#bp03 a {background-image: url(../img/product/bp_03.png);}
#bp04 a {background-image: url(../img/product/bp_04.png);}
#bp05 a {background-image: url(../img/product/bp_05.png);}
#bp06 a {background-image: url(../img/product/bp_06.png);}
#bp07 a {background-image: url(../img/product/bp_07.png);}
#bp08 a {background-image: url(../img/product/bp_08.png);}
#bp09 a {background-image: url(../img/product/bp_09.png);}
#bp10 a {background-image: url(../img/product/bp_10.png);}
#bp11 a {background-image: url(../img/product/bp_11.png);}
#bp12 a {background-image: url(../img/product/bp_12.png);}
#bp13 a {background-image: url(../img/product/bp_13.png);}
#bp14 a {background-image: url(../img/product/bp_14.png);}
#bp15 a {background-image: url(../img/product/bp_15.png);}
#bp16 a {background-image: url(../img/product/bp_16.png);}

/****** PRODUCTS ******/
.product-list li {
	background-color: #ffffff;
	padding: 0;
	margin: 0 0 20px;
	border: 1px solid #cccccc;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

.product-list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333333;
}

.product-list li b {
	display: block;
	float: left;
	width: 200px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	margin-right: 20px;
	font-size: 20px;
	font-weight: normal;
}

.product-size i {
	display: block;
	float: right;
	height: 40px;
	width: 40px;
	text-align: center;
	letter-spacing: 0em;
	font-size: 12px;
	line-height: 40px;
	margin: 9px 9px 9px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-style: normal;
	border: 1px solid #666666;
	font-weight: bold;
	background-color: #999999;
	color: #cccccc;
}

.product-size i.on {
	background-color: #ff6600;
	color: #ffffff;
	border-color: #990000;
}

.product-size i.tok {
	background-color: #339933;
	color: #ffffff;
	border-color: #006600;
}

#help {
	height: 60px;
	line-height: 60px;
	float: right;
}

#help.product-size i {
	float: left;
}


#contents .product-content p {
	text-indent: 0;
	margin: 0 0 1.6em;
	font-size: 16px;
}

#contents .product-content .note {
	padding: 5px 10px;
	background: #ffffcf;
	margin-bottom: 1.6em;
}

#contents .product-content .note.blue {
	background: #f2ffff;
}

#contents .product-content ul.note li {
	list-style: circle outside none;
	margin-left: 1.4em;
	padding: 3px 0;
}

.dealing-lineup {
	border-collapse: collapse;
	width: 100%;
}

.dealing-lineup tr td {
	border-bottom: 1px solid #dddddd;
	padding: 5px 10px;
}

/****** TECHNICAL PAPER ******/
.paper-archive-list h4 {
	margin: 1em 0 0.5em;
}


/****** SITEMAP ******/
.sitemap-wrapper ul {
	padding-left: 1.5em;
}

.sitemap-wrapper li {
	list-style: disc inside none;
}

/****** MOVIES ******/
#contents_field_mv {
	display: inline-table;
}
#contents_field_mv ul {
	height: 100%;
	width: 100%;
}
#contents_field_mv li {
	float: left;
	height: 250px;
	width: 229px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: none center 13px no-repeat scroll transparent;
}
#contents_field_mv li#mv01 {background-image: url(../img/movie/bg_01.jpg);}
#contents_field_mv li#mv02 {background-image: url(../img/movie/bg_02.jpg);}
#contents_field_mv li#mv03 {background-image: url(../img/movie/bg_03.jpg);}
#contents_field_mv li#mv04 {background-image: url(../img/movie/bg_04.jpg);}
#contents_field_mv li#mv05 {background-image: url(../img/movie/bg_05.jpg);}
#contents_field_mv li#mv06 {background-image: url(../img/movie/bg_06.jpg);}
#contents_field_mv li#mv07 {background-image: url(../img/movie/bg_07.jpg);}
#contents_field_mv li#mv08 {background-image: url(../img/movie/bg_08.jpg);}
#contents_field_mv li#mv09 {background-image: url(../img/movie/bg_09.jpg);}
#contents_field_mv li#mv10 {background-image: url(../img/movie/bg_10.jpg);}
#contents_field_mv li#mv11 {background-image: url(../img/movie/bg_11.jpg);}
#contents_field_mv li#mv12 {background-image: url(../img/movie/bg_12.jpg);}
#contents_field_mv li#mv13 {background-image: url(../img/movie/bg_13.jpg);}
#contents_field_mv li#mv14 {background-image: url(../img/movie/bg_14.jpg);}
#contents_field_mv li#mv15 {background-image: url(../img/movie/bg_15.jpg);}
#contents_field_mv li#mv16 {background-image: url(../img/movie/bg_16.jpg);}
#contents_field_mv li#mv17 {background-image: url(../img/movie/bg_17.jpg);}
#contents_field_mv li#mv18 {background-image: url(../img/movie/bg_18.jpg);}
#contents_field_mv li#mv19 {background-image: url(../img/movie/bg_19.jpg);}

#contents_field_mv a {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
	background: url(../img/movie/bg_link.png) center center no-repeat scroll transparent;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 460px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.4;
}

#contents:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}