@charset "UTF-8";
/* CSS Document */
html {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fff;
}
* html body{  
    overflow: hidden;  
}

p, a{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
h2, .day,
.area_01, .area_01_text,
.area_02, .area_02_text,
.area_03, .area_03_text,
.map_dl, #page_top, #blog {
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}



#wrap {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	height: 1000px;
}

/* ナビゲーション関連 */
#header{
	width: 100%;
	height: 100px;
	min-width: 1040px;
	background-image: url(../images/bg_header.png);
}

#nav_box {
	float: left;
}
#nav{
	float: left;
	list-style-type: none;
	width: 510px;
	height: 100px;
	background-image: url(../images/bg_nav.png);
}
#nav li{
	float: left;
	margin: 0;
	padding: 0;
}
.nav01 a {
	display: block;
	width: 170px;
	height: 100px;
	background-image: url(../images/nav_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.nav02 a {
	display: block;
	width: 180px;
	height: 100px;
	background-image: url(../images/nav_02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.nav03 a {
	display: block;
	width: 160px;
	height: 100px;
	background-image: url(../images/nav_03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.nav01:hover a,
.nav02:hover a,
.nav03:hover a {
	background-position: 0 -100px;
}

#logo {
	display: block;
	width: 180px;
	height: 100px;
	float: left;
}

#adress_box {
	float: right;
	height: 100px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #000;
}
#adress_box li {
	margin: 0;
	padding: 0;
	text-align: right;
}
#adress_box ul {
	margin-top: 14px;
}
#adress_box li p {
	font-size: 16px;
	color: #ccc;
	line-height: 24px;
}



/* main */
#main {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 400px;
}
#main div {
	width: 960px;
	padding-top: 90px;
	margin-left: auto;
	margin-right: auto;
}
#main div h2 {
	float: left;
	width: 400px;
	height: 80px;
	background-image: url(../images/sp_title_service.png);
	background-repeat: no-repeat;
	margin-top: 14px;
	margin-bottom: 50px;
}
#main div p {
	clear: both;
	width: 960px;
	font-size: 16px;
	margin-left: 10px;
}
#main div ul {
	float: right;
	width: 495px;
	font-size: 16px;
}
#main div li {
	float: left;
	width: 150px;
	height: 110px;
	margin-left: 15px;
}
#main div li a {
	display: block;
	width: 150px;
	height: 110px;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.s_nav01 a {
	background-image: url(../images/sub_nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_nav02 a {
	background-image: url(../images/sub_nav.png);
	background-repeat: no-repeat;
	background-position: -165px 0;
}
.s_nav03 a {
	background-image: url(../images/sub_nav.png);
	background-repeat: no-repeat;
	background-position: -330px 0;
}
.s_nav01 a:hover {
	background-image: url(../images/sub_nav.png);
	background-repeat: no-repeat;
	background-position: 0 -110px;
}
.s_nav02 a:hover {
	background-image: url(../images/sub_nav.png);
	background-repeat: no-repeat;
	background-position: -165px -110px;
}
.s_nav03 a:hover {
	background-image: url(../images/sub_nav.png);
	background-repeat: no-repeat;
	background-position: -330px -110px;
}



#section_1,
#section_3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ecf0f1;
	padding-top: 50px;
	padding-bottom: 100px;
}
#section_2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFF;
	padding-top: 50px;
	padding-bottom: 70px;
}
#section_1 div,
#section_2 div,
#section_3 div {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.custom {
	float: left;
	width: 300px;
	height: 40px;
	background-image: url(../images/sp_title_custom.png);
	background-repeat: no-repeat;
}
.buy {
	float: left;
	width: 300px;
	height: 40px;
	background-image: url(../images/sp_title_buy.png);
	background-repeat: no-repeat;
}
.maintenance {
	float: left;
	width: 300px;
	height: 40px;
	background-image: url(../images/sp_title_maintenance.jpg);
	background-repeat: no-repeat;
}

#section_1 div p,
#section_2 div p,
#section_3 div p {
	float: right;
	width: 630px;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 36px;
}

#section_1 div ul,
#section_2 div ul,
#section_3 div ul {
	clear: both;
	width: 960px;
}
#section_1 div ul li {
	float: left;
	width: 260px;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
}
#section_1 div ul li h4 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 10px;
}
#section_1 div ul li a {
	display: block;
	width: 240px;
	height: 40px;
	background-image: url(../images/btn_middle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 10px;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
#section_1 div ul li a:hover {
	background-position: 0 -40px;
}

#section_2 div ul li {
	float: left;
	width: 260px;
	padding: 20px;
	background-color: #ecf0f1;
	margin-bottom: 30px;
}
#section_2 div ul li h4 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 10px;
}
#section_2 div ul li a {
	display: block;
	width: 240px;
	height: 40px;
	background-image: url(../images/btn_middle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 10px;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
#section_2 div ul li a:hover {
	background-position: 0 -40px;
}

#section_3 div ul li {
	float: left;
	width: 177px;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
}
#section_3 div ul li h4 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 10px;
}
#section_3 div ul li a {
	display: block;
	width: 157px;
	height: 40px;
	background-image: url(../images/btn_minimum.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 10px;
	
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
#section_3 div ul li a:hover {
	background-position: 0 -40px;
}

.mgn_r_30 {
	margin-right: 30px;
}





/* footer */
footer{
	clear: both;
	width: 100%;
	height: 120px;
	background-color: #000;
}
footer div {
	width: 960px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
.footer_logo {
	margin: 0;
	text-align: center;
}
.copyText {
	color: #CCC;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
}



/* etc */
.clear_box{
	overflow:hidden;
	zoom:1;
}

.clear_text {
	overflow: hidden;
	text-indent: 105%;
	white-space: nowrap;
}

#page_top {
	width: 120px;
	height: 120px;
	position:fixed;
	right: 0px;
	bottom: 0px;
}
#page_top a {
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(../images/page_top.png);
	background-position: 0 0;
}
#page_top a:hover {
	background-position: 0 120px;
}

.mgn_r_60 {
	margin-right: 60px;
}

.english_tex {
	font-size: 14px;
	line-height: 18px;
}



.popup {
	width: 920px;
	height: 290px;
	padding: 20px;
	background-color: #FFF;
}
.popup img {
	float: left;
	margin-right: 36px;
}
.popup div {
	float: left;
	width: 480px;
}
.popup h1 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	padding-bottom: 10px;
	background-image: url(../images/dotted.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.popup p {
	margin-top: 10px;
}
.popup .pop_cap {
	margin: 0;
	font-size: 14px;
	line-height: 50px;
	color: #ff7e00;
}




@media only screen and (max-width: 640px) {
}