/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html, body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3 ",sans-serif;
	text-align:left;
}

a {
	text-decoration: none;
	outline: none;
}
a:hover img.link {
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity:0.8;
	opacity:0.8;
}

form {
	margin:0;
	padding:0;
}
input {
	font-size:14px;
}
input.w300 {
	width:300px;
}
input.w400 {
	width:400px;
}
input.w600 {
	width:600px;
}
textarea {
	font-size:14px;
	width:400px;
	height:80px;
}

input.blu {
	background-color:#0069b7;
	width:140px;
	height:35px;
	font-size:15px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
input.gra {
	background-color:#999;
	width:140px;
	height:35px;
	font-size:15px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}


/************************************************************************************
layout
*************************************************************************************/
.wrapper {
	width:1000px;
	margin:0 auto;
}
.wrapper900 {
	width:900px;
	margin:0 auto;
}


/************************************************************************************
background
*************************************************************************************/
#back_image01 {
	background-image: url(../img/back_image01.jpg) ;
	background-repeat:no-repeat;
	background-position:center top;
	height:614px;
}
#back_image02 {
	background-image: url(../img/case01.jpg) ;
	background-repeat:no-repeat;
	background-position:center top;
	height:380px;
}
#back_image03 {
	background-image: url(../img/case02.jpg) ;
	background-repeat:no-repeat;
	background-position:center top;
	height:380px;
}
#back_image04 {
	background-image: url(../img/woman3.jpg) ;
	background-repeat:no-repeat;
	background-position:center top;
	height:380px;
}
#back_image05 {
	background-image: url(../img/data.jpg) ;
	background-repeat:no-repeat;
	background-position:center top;
	height:380px;
}
#back_image06 {
	background-image: url(../img/back_image02.jpg) ;
	background-repeat:no-repeat;
	background-position:center top;
	height:614px;
}

.back_color01 {
	background-color:#474b59;
	width:100%;
}
.back_color02 {
	background-color:#c00;
	width:100%;
}
.back_color03 {
	background-color:#0f99ff;
	width:100%;
}
.back_color04 {
	background-color:#0069b7;
	width:100%;
}
#back_color05 {
	background-color:#474b59;
	width:100%;
}


/************************************************************************************
h
*************************************************************************************/
h1.logo {
	margin:25px 0 0 0;
	padding:0;
}

h2.title {
	margin:0;
	padding:0;
}

h3.title {
	margin:0;
	padding:0 0 20px 0;
	font-size:30px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

h4.title {
	margin:0;
	padding:30px 0;
	font-size:22px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}
h4.title2 {
	margin:0;
	padding:0;
	font-size:24px;
	color:#1e1e1e;
	font-weight:normal;
	text-align:center;
}

h5.logo {
	margin:0;
	padding:40px 0 30px 0;
	border-bottom:1px solid #999;
}


/************************************************************************************
header
*************************************************************************************/
#header_left {
	float:left;
}
#header_right {
	float:right;
}


/************************************************************************************
case
*************************************************************************************/
.case_cell {
	display:table;
	width:900px;
	margin:0 auto;
}
.case_cell1 {
	display:table-cell;
	width:300px;
}
.case_cell2 {
	display:table-cell;
	width:300px;
	text-align:center;
}
.case_cell3 {
	display:table-cell;
	width:300px;
	text-align:right;
}


/************************************************************************************
トラブル
*************************************************************************************/
#trouble_left {
	float:left;
	width:300px;
	margin-right:30px;
}
#trouble_right {
	margin-left:330px;
}

ul.trouble {
	list-style-image: url(../img/ic_check01.gif);
	margin:0;
	padding:0 0 0 40px;
}
ul.trouble li {
	font-size:16px;
	color:#333;
	padding-bottom:10px;
}

.point_cell {
	display:table;
	width:900px;
	margin:0 auto;
}
.point_cell1 {
	display:table-cell;
	width:300px;
}
.point_cell2 {
	display:table-cell;
	width:300px;
	text-align:center;
}
.point_cell3 {
	display:table-cell;
	width:300px;
	text-align:right;
}


/************************************************************************************
お客様の声
*************************************************************************************/
.voice_left {
	float:left;
	width:100px;
	margin-right:40px;
}
.voice_right {
	margin-left:140px;
	border-bottom:1px solid #eee;
}

.voice_title {
	font-size:18px;
	color:#1e1e1e;
	text-align:left;
	padding-bottom:10px;
}
.voice_text {
	font-size:15px;
	color:#333;
	text-align:left;
	line-height:20px;
	padding-bottom:30px;
}


/************************************************************************************
サポート
*************************************************************************************/
.support_cell {
	display:table;
	width:900px;
	margin:0 auto;
}
.support_cell1 {
	display:table-cell;
	width:450px;
}
.support_cell2 {
	display:table-cell;
	width:450px;
}


/************************************************************************************
form
*************************************************************************************/
#reception_left {
	float:left;
	width:430px;
	margin-right:20px;
}
#reception_right {
	margin-left:450px;
}

.form_title {
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:left;
}
.form_text {
	font-size:16px;
	color:#1e1e1e;
	text-align:left;
	line-height:30px;
}

table.customer {
	width:1000px;
	border-collapse:collapse;
}
table.customer tr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.customer_left {
	width:300px;
	background-color:#f6f6f6;
	padding:20px 0 20px 40px;
	font-size:14px;
	color:#1e1e1e;
	text-align:left;
}
.customer_left div.image {
	float:right;
	padding-right:20px;
}
.customer_right {
	width:700px;
	padding:20px 0 20px 30px;
	font-size:14px;
	color:#1e1e1e;
	text-align:left;
}


/************************************************************************************
概要
*************************************************************************************/
#overview_cell {
	display:table;
	width:900px;
	margin:0 auto;
}
#overview_cell1 {
	display:table-cell;
	width:350px;
	text-align:left;
	vertical-align:top;
}
#overview_cell2 {
	display:table-cell;
	width:250px;
	text-align:left;
	vertical-align:top;
}
#overview_cell3 {
	display:table-cell;
	width:300px;
	text-align:right;
	vertical-align:top;
}


/************************************************************************************
text
*************************************************************************************/
.text_tel1 {
	font-size:26px;
	color:#333;
	font-weight:bold;
	text-align:right;
	background-image: url(../img/back_tel01.gif) ;
	background-repeat:no-repeat;
	background-position:right center;
	height:28px;
}
.text_tel2 {
	background-image: url(../img/back_tel01.gif) ;
	background-repeat:no-repeat;
	background-position:left center;
	height:28px;
}
.text_tel2 div.tel {
	font-size:26px;
	color:#333;
	font-weight:bold;
	text-align:left;
	padding-left:30px;
}
.text_tel3 {
	font-size:26px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	background-image: url(../img/back_tel02.gif) ;
	background-repeat:no-repeat;
	background-position:right center;
	height:28px;
}

.text11 {
	font-size:11px;
	color:#333;
	line-height:16px;
}
.text11g {
	font-size:11px;
	color:#333;
	text-align:right;
}
.text11w {
	font-size:11px;
	color:#fff;
	text-align:right;
}

.text13 {
	font-size:13px;
	color:#fff;
	text-align:left;
	line-height:18px;
}
.text13 a {
	color:#fff;
}

.text16 {
	font-size:16px;
	color:#333;
	text-align:left;
}
.text16r {
	font-size:16px;
	color:#333;
	text-align:right;
}
.text16g {
	font-size:16px;
	color:#1e1e1e;
	text-align:center;
	line-height:30px;
}
.text16g2 {
	font-size:16px;
	color:#1e1e1e;
	text-align:left;
	line-height:20px;
}

.text24 {
	font-size:24px;
	color:#333;
	text-align:center;
}

#copyright {
	font-size:13px;
	color:#fff;
	text-align:center;
}


/************************************************************************************
padding
*************************************************************************************/
.pd_tb10 {
	padding:10px 0;
}
.pd_tb20 {
	padding:20px 0;
}
.pd_tb30 {
	padding:30px 0;
}
.pd_tb40 {
	padding:40px 0;
}
.pd_tb50 {
	padding:50px 0;
}
.pd_tb80 {
	padding:80px 0;
}

.pd_copyright {
	padding:12px 0;
}


/************************************************************************************
height
*************************************************************************************/
.height10 {
	height:10px;
}
.height20 {
	height:20px;
}
.height30 {
	height:30px;
}
.height40 {
	height:40px;
}
.height50 {
	height:50px;
}
.height60 {
	height:60px;
}
.height80 {
	height:80px;
}
.height100 {
	height:100px;
}

.height_button01 {
	height:525px;
}