@charset "utf-8";
/*-----------------------------------------------
				common-------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	background-color: #EEE;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
}
img {
	border: none;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.bottom10 {
	padding-bottom: 10px;
}
.bottom20 {
	padding-bottom: 20px;
}
/*--------------------------------------- // FONT etc*/
.bold14 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6em;
}
.red {
	color: #BA1F23;
}
.size10_999 {
	font-size: 10px;
	color: #999;
}
.left_10 {
	padding-left: 10px;
}
.left_30 {
	padding-left: 30px;
}
.size9 {
	font-size: 9px;
}
.green_b {
	color: #060;
	font-weight: bold;
}
/*--------------------------------------- // TABLE */
table {
	border-collapse: collapse;
}
td {
	vertical-align: middle;
	padding: 5px;
}
.td01a {
	width: 40%;
	background-color: #999;
	text-align: center;
	font-weight: bold;
	border: #EEE solid 2px;
}
.td01b {
	width: 40%;
	background-color: #CCC;
	border: #EEE solid 2px;
}
.td02a {
	width: 15%;
	background-color: #999;
	text-align: center;
	font-weight: bold;
	border: #EEE solid 2px;
}
.td02b {
	width: 15%;
	background-color: #EEE;
	text-align: center;
	border: #EEE solid 2px;
}
.td02c {
	width: 15%;
	background-color: #FDD1D2;
	text-align: center;
	border: #EEE solid 2px;
}
.td02d {
	width: 15%;
	background-color: #DDD;
	text-align: center;
	border: #EEE solid 2px;
}
.td03 {
	width: 40%;
	background-color: #CCC;
	border: #EEE solid 2px;
}
.td04 {
	width: 60%;
	background-color: #DDD;
	border: #EEE solid 2px;
}
.td05 {
	width: 25%;
}
.td06 {
	width: 15%;
}
.td07 {
	width: 35%;
	font-weight: bold;
	background-color: #CCC;
	border: #FFF solid 2px;
}
.td08 {
	width: 65%;
	background-color: #EEE;
	border: #FFF solid 2px;
}
/*--------------------------------------- // FORM */
button {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 210px;
	height: 50px;
}
.send {
	width: 210px;
	height: 50px;
	padding: 20px 170px;
}
input:focus,textarea:focus {
	background-color: #FDD1D2;
}
label {
	display: block;
}
.label_10 {
	font-size: 10px;
}
.label_12 {
	font-size: 12px;
}
fieldset#newsletter_topics label { 
	display: inline;
	width: auto;
}
textarea {
	width: 24em;
	clear: both;
}
input.txt {
	width: 20em;
	clear: both;
	display: block;
}
input.text {
	width: 12em;
	clear: both;
	display: block;
}
input.text2 {
	width: 8em;
	clear: both;
	display: block;
}
.error {
	color: #F00;
	white-space: nowrap;
	display: inline;
}
.radio {
	float: left;
	width: 20px;
	padding-top: 5px;
}
.label {
	float: left;
	font-size: 12px;
	padding-right: 30px;
}
/*--------------------------------------- // header */
#header {
	width: 800px;
}
.logo {
	width: 200px;
	height: 50px;
	padding-top: 20px;
	padding-right: 600px;
}
.origin {
	text-align: right;
	font-size: 10px;
	height: 20px;
}
#menu {
	width: 800px;
	height: 20px;
	padding-top: 20px;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #999;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
	text-decoration: none;
}
.menu_left {
	width: 20%;
	text-align: left;
	float: left;
}
.menu_center {
	width: 20%;
	text-align: center;
	float: left;
}
.menu_right {
	width: 20%;
	text-align: right;
	float: left;
}
/*--------------------------------------- // left */
#left {
	width: 240px;
	padding: 10px 10px 20px 0;
	float: left;
}
/*--------------------------------------- // right */
#right {
	width: 550px;
	padding: 10px 0 20px 0;
	float: left;
}
.arrow {
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 25px;
}
.arrow2 {
	background-image: url(img/arrow2.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 25px;
}
.request_btn {
	width: 218px;
	height: 58px;
	padding: 14px 71px 8px 261px;
	background-image: url(img/request_back.jpg);
	background-repeat: no-repeat;
}
.detail {
	float: right;
}
/*--------------------------------------- // footer */
#footer {
	width: 800px;
	padding-bottom: 20px;
}
.copy {
	width: 800px;
	text-align: right;
	color: #999;
	font-size: 10px;
	padding-bottom: 20px;
}
.mediaface {
	width: 311px;
	height: 58px;
	float:left;
	padding-right: 39px;
}
.about {
	width: 450px;
	height: 58px;
	float: left;
}
/*-----------------------------------------------
				HOME----------------------------*/
.top_main {
	width: 216px;
	height: 56px;
	padding: 172px 67px 22px 517px;
	background-image: url(img/top_main.jpg);
	background-repeat: no-repeat;
}
.subtitle {
	width: 530px;
	height: 120px;
	padding-top: 20px;
	padding-left: 20px;
	background-image: url(img/subtitle.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.7em;
}
.function_wrap {
	width: 550px;
	height: 430px;
}
.function {
	width: 275px;
	height: 215px;
	float: left;
}
/*-----------------------------------------------
				概要----------------------------*/
.outline {
	width: 510px;
	padding: 20px;
	background-image: url(img/outline.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.7em;
}
.outline a:link, .outline a:visited, .outline a:active {
	color: #CCC;
	text-decoration: underline;
}
.outline a:hover {
	color: #999;
	text-decoration: none;
}
.outline_left {
	width: 240px;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}
.func_box {
	width: 550px;
	padding-top: 10px;
}
.func_box dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.func {
	width: 120px;
	height: 100px;
	padding: 0 10px;
	float: left;
}
.func_txt {
	width: 400px;
	padding: 10px 10px 10px 0;
	float: left;
}
/*-----------------------------------------------
				ラインナップ---------------------*/
.lineup {
	width: 550px;
	background-color: #000;
	color: #FFF;
	line-height: 1.7em;
}
.lineup a:link, .lineup a:visited, .lineup a:active {
	color: #CCC;
	text-decoration: underline;
}
.lineup a:hover {
	color: #999;
	text-decoration: none;
}
.lineup_left {
	width: 125px;
	height: 90px;
	padding-left: 18px;
	padding-top: 17px;
	float: left;
}
.lineup_right {
	width: 350px;
	padding: 70px 20px 20px 37px;
	font-size: 16px;
	color: #BA1F23;
	float: left;
}
.lineup_bottom {
	padding: 0 20px;
}
.line1 {
	width: 550px;
	padding-bottom: 20px;
	background-image: url(img/product1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.line2 {
	width: 550px;
	padding-bottom: 20px;
	background-image: url(img/product2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.line3 {
	width: 550px;
	padding-bottom: 20px;
	background-image: url(img/product3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.line4 {
	width: 550px;
	padding-bottom: 20px;
	background-image: url(img/product4.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/*-----------------------------------------------
				モバイル-------------------------*/
.mobile_title {
	width: 510px;
	padding: 20px;
	background-image: url(img/mobile_title.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.7em;
}
.icon {
	background-image: url(img/icon.jpg);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #BA1F23;
	padding: 8px 0 20px 35px;
}
.mb_left1 {
	width: 160px;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
}
.mb_left2 {
	width: 120px;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
}
.mb_right1 {
	width: 340px;
	padding-right: 20px;
	float: left;
}
.mb_right2 {
	width: 380px;
	padding-right: 20px;
	float: left;
}
/*-----------------------------------------------
				sub page-------------------------*/
#navi {
	width: 550px;
	height: 30px;
	border-bottom: #000 solid 5px;
}
#navi ul {
	list-style-image: none;
	list-style-type: none;
}
#navi ul li {
	display:inline;
	list-style:none;
}
.navi01 {
	width: 130px;
	height: 30px;
	padding-right: 10px;
	float: left;
}
.navi02 {
	width: 130px;
	height: 30px;
	float: left;
}
.sub_main {
	width: 540px;
	padding: 10px 0;
	border-left: #000 solid 5px;
	border-right: #000 solid 5px;
	border-bottom: #000 solid 5px;
	background-color: #FFF;
}
.sub_main a:link, .sub_main a:active, .sub_main a:visited {
	color: #BA1F23;
	text-decoration: underline;
}
.sub_main a:hover {
	color: #BA1F23;
	text-decoration: none;
}
.sub_bar {
	width: 510px;
	height: 20px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom: #000 solid 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.sub_title {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 20px 20px;
}
.sub_title2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 10px 20px;
}
.sub_image {
	width: 250px;
	float: left;
}
.sub_exp {
	width: 270px;
	padding: 0 10px;
	float: left;
}
.sub_image2 {
	width: 150px;
	float: left;
}
.sub_exp2 {
	width: 370px;
	padding: 0 10px;
	float: left;
}
.sub_table_wrap {
	width: 500px;
	padding: 0 20px;
}
.sub_border {
	width: 540px;
	border-top: #999 dotted 1px;
	padding-top: 10px;
}
.sub_border2 {
	width: 540px;
	border-top: #999 dotted 1px;
	border-bottom: #999 dotted 1px;
	padding-top: 10px;
}
.option {
	width: 45px;
	height: 17px;
	padding-left: 20px;
	float: left;
}
.sub_left_line1 {
	width: 270px;
	padding: 5px 0;
	border-top: #CCC solid 1px;
}
.sub_left_line2 {
	width: 270px;
	padding: 5px 0;
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}
.sub_left_line1 dt, .sub_left_line2 dt {
	color: #060;
	font-weight: bold;
}
.sub_left_line1 dd, .sub_left_line2 dd {
	font-size: 10px;
	color: #666;
	padding-left: 10px;
}
.sub_function {
	width: 480px;
	background-color: #CCC;
	margin: 10px 20px;
	padding: 10px;
}
.function_left {
	width: 225px;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}
.orange {
	padding-left: 30px;
	padding-top: 5px;
	color: #F60;
}

