@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2010 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl{
	font-size: 120%;
}
	
h1 {} /* Header内で設定 */
h2 { margin: 0 0 15px; }

h3 {
	background: url(../images/sttl_01.gif) 0 0 repeat-x;
	font-size: 160%;
	font-weight: bold;
	padding: 31px 0 10px 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #EBB98C;
}
*html .under h3 { width: 700px; }

h4 {
	background: url(../images/sttl_02.gif) 0 50% no-repeat #F4F2E8;
	font-size: 140%;
	font-weight: bold;
	padding: 28px 0 12px 10px;
	margin: 0 0 15px;
}
*html .under h4 { width: 700px; }

p.sttl {
	background: url(../images/sttl_03.gif) 0 100% no-repeat;
	font-size: 140%;
	font-weight: bold;
	padding: 7px 0 10px 50px;
	margin: 0 10px 15px;
}

*html p.sttl { width: 680px; }

a { color: #F90; }
a:hover,
a:active { color: #F90; text-decoration: none; }
a:visited {}
/*a:focus{outline:none;}*/


ul {
}
li {
}

dl {
}
dt {
}
dd {
}

p { margin: 0 0 1em; }

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

/*.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }*/

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

ul.totop {
	clear: both;
	padding-bottom: 20px;
}
ul.totop li {
	float: right;
	list-style: none;
}
ul.totop li a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
ul.totop li a:hover { background-position: bottom; }

hr { display: none; }
img { vertical-align: top; }


/*---- clear ----*/
.clear{
clear:both;
height:0px;
font-size:0px;
line-height:0;
margin:0;
padding:0;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

body {
	background: url(../images/body_bg.gif) 0 0 repeat-x;
	color: #665D52;
	text-align: center;
	padding: 0;
	margin: 0;
}

body.top { background: url(../images/body_bg_top.gif) 0 0 repeat-x; }

#wrapper { background: url(../images/wrapper_bg.gif) 50% 0 no-repeat; }

#wrapper-inner {
	width: 952px;
	text-align: left;
	margin: 0 auto;
}


#main {
	width: 952px;
	padding: 15px 0 20px;
}

h1 {
	position: absolute;
	top: 12px;
	left: 4px;
	font-size: 100%;
	line-height: 1.5;
}

#top_h1 {
	position: absolute;
	top: 12px;
	left: 4px;
	font-size: 100%;
	line-height: 1.5;
}



/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	width: 952px;
	height: 175px;
	padding: 0;
	margin: 0;
}

#header p { position: absolute; padding: 0; margin: 0; }
#header p#logo { top: 43px; left: 0; }
#header p.link-ec { top: 0; right: 0; }

#header ul#g-navi { position: absolute; top: 131px; left: 0; width: 952px; }
#header ul#g-navi:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#header ul#g-navi { display: inline-block; }
/* Hides from IE-mac \*/
* html #header ul#g-navi { height: 1%; }
#header ul#g-navi { display: block; }
/* End hide from IE-mac */
#header ul#g-navi li { float: left; height: 44px; font-size: 0; line-height: 0; }


/*==========================================================================*/
/*                               main-image                                 */
/*==========================================================================*/

#main-image { position: relative; background: url(../images/main_image_bg.png) 0 100% no-repeat; width: 952px; height: 329px; }
#main-image p { position: absolute; top: 8px; right: 0; }
#main-image p img { position: absolute; top: 0; right: 0; }

#main-image ul { position: absolute; top: 17px; left: 0; }
#main-image ul li { margin: 0 0 3px; }

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	background: url(../images/footer_bg.gif) 0 0 repeat-x;
}

#footer div {
	position: relative;
	width: 952px;
	text-align: left;
	padding: 12px 0;
	margin: 0 auto;
}

#footer dl dt { margin: 0 0 8px;}
#footer address { position: absolute; top: 47px; right: 0; font-size: 100%; }

#accessTag {
	display: none;
}

/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: left;
	width: 230px;
	padding: 0 0 15px;
}

#navi dl { background: url(../images/s_navi_bg_01.gif) 0 0 repeat-y; width: 230px; margin: 0 0 15px; }
#navi dl dt { width: 230px; }
#navi dl dd { background: url(../images/line_01.gif) 0 100% repeat-x; width: 230px; }

#navi dl dd a { background: url(../images/s_icon_a_01.gif) 10px 12px no-repeat; display: block; padding: 10px 0 10px 26px; width: 204px; }
*html #navi dl dd a { width: 230px; }
#navi dl dd a span { display: block; }

#navi a:link,
#navi a:visited { color: #665D52; text-decoration: none; }
#navi a:hover,
#navi a:active { color: #F90; text-decoration: underline; }

#navi ul { background: url(../images/s_navi_bg_02.gif) 0 0 repeat-y; width: 230px; padding: 3px 0 0; margin: 0 0 15px; }
#navi ul li { background: url(../images/line_01.gif) 0 100% repeat-x; width: 230px; }
#navi ul li a { background: url(../images/s_icon_a_02.gif) 10px 12px no-repeat; display: block; padding: 10px 0 10px 26px; width: 204px; }
*html #navi ul li a { width: 230px; }

#navi p { margin: 0 0 5px; }

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

#content {
	float: right;
	width: 700px;
	padding: 0;
	margin: 8px 0 0;
}

.top #content { width: 710px; }

.left-content { width: 480px; float: left; }

.right-content {
	background: url(../images/right-content_bg.jpg) 0 0 no-repeat;
	width: 222px;
	float: right;
	padding: 0 0 7px;
}


/* index
------------------------------------------------------------------------*/
.top h2 { background: none; padding: 0; margin: 0; border: none; }
.top p.top_title { background: none; padding: 0; margin: 0; border: none; }
.top h4 { background: none; padding: 0; margin: 0; border: none; }

.top-section01 { width: 480px; margin: 0 0 20px; line-height: 1.5; }
.top-section01 .box { background: url(../images/top_box_bg.gif) 0 0 repeat-y; }
.top-section01 .inner { background: url(../images/top_box_top.jpg) 0 0 no-repeat; }
.top-section01 .inner div {
	background: url(../images/top_box_btm.gif) 0 100% no-repeat;
	padding: 20px;
}

.top-section01 p.txt01,
.top-section01 span.txt01 { font-weight: bold; }
.top-section01 p.txt02 { padding-right: 160px; }
.top-section01 p.toph4 { padding: 20px 0px 0px 0px; }
*html .top-section01 p.toph4 { padding: 20px 0px 0px 0px; width: 440px; }

ul.top-section02 { width: 490px; margin: 0 0 20px -10px; }
ul.top-section02:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.top-section02 { display: inline-block; }
/* Hides from IE-mac \*/
* html ul.top-section02 { height: 1%; }
ul.top-section02 { display: block; }
/* End hide from IE-mac */

ul.top-section02 li { float: left; padding-left: 10px; }

.right-content ul { padding: 0 0 12px; }
.right-content ul li { margin: 0 0 3px 8px; }

.right-content p { margin: 0 0 5px 10px; }


/* under
------------------------------------------------------------------------*/

/* common */


p.topic-path {
	text-align: right;
	padding: 0;
}
*html p.topic-path { width: 700px; }

p.pagetop { text-align: right; margin: 0 0 30px; }
p.pagetop a:hover img { opacity: 0.8; filter: alpha(opacity=80); }

.conBox {
	padding: 0 10px 20px;
	line-height: 1.5;
	margin: 0;
}
.conBox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.conBox { display: inline-block; }
/* Hides from IE-mac \*/
* html .conBox { height: 1%; }
.conBox { display: block; }
/* End hide from IE-mac */

.conBox.btm { padding-bottom: 10px; }

.conBox p { margin: 0 0 10px; }

.conBox p.catch { margin-bottom: 20px; }

.conBox p.imgL {
	float: left;
	margin: 0 15px 10px 0;
}

.conBox p.imgR {
	float: right;
	padding: 0;
	margin: 0 0 10px 15px;
}

.conBox ul { margin: 0 0 7px; }
.conBox ul li {
	background: url(../images/icon_01.gif) 0 4px no-repeat;
	padding: 0 0 8px 14px;
}

table {
	line-height: 1.6;
	border-top: solid 1px;
	border-left: solid 1px;
	border-color: #E6E2D5;
	border-collapse: collapse;
	width:680px;
	margin:0 10px 30px;
}

table th ,
table td {
	text-align: left;
	vertical-align: top;
	padding: 8px 10px 7px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color: #E6E2D5;
}

table th { background: #F9F8EB; font-weight: normal; vertical-align: middle; }

table td ul li {
	background: url(../images/icon_01.gif) 0 4px no-repeat;
	padding: 0 0 5px 12px;
}

table td ul li.btm { padding-bottom: 0; }

.marL10 { margin-left: 10px; }
.marB10 { margin-bottom: 10px; }
.marB20 { margin-bottom: 20px; }
.marB30 { margin-bottom: 30px; }
.bold { font-weight: bold; }
.small{ font-size:90%;}

.bn-ec { background: url(../images/bn_ec_bg.gif) 0 0 repeat-x; padding: 12px 0 11px; margin: 0 10px 30px; }
.bn-ec:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.bn-ec { display: inline-block; }
/* Hides from IE-mac \*/
* html .bn-ec { height: 1%; }
.bn-ec { display: block; }
/* End hide from IE-mac */

.bn-ec dl { width: 326px; float: left; padding-left: 9px; }
.bn-ec dl dt { margin: 0 0 9px; }
.bn-ec dl dd { text-align: center; }

/*----- 01 about ---------------------------------------------------------*/

.about h3 { margin: 0; }

.about .aboutBox { padding: 0 10px 20px; line-height: 1.5; margin: 0 0 30px; }
.about .aboutBox.box {
	background: url(../images/about_01.jpg) 100% 0 no-repeat;
	padding: 15px 260px 0 10px;
}

.about .aboutBox p { margin: 0 0 10px; }
.about .aboutBox dl dt { color: #FB9F1B; font-weight: bold; margin: 0 0 5px; padding: 10px 0 0; }

/*----- 02 security ---------------------------------------------------------*/

.security .paintBox { padding: 0 10px 20px; }
.security .paintBox .inner { background: url(../images/line_02.gif) 0 100% repeat-x; padding: 0 0 15px; margin: 0 0 15px; }
.security .paintBox .inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.security .paintBox .inner { display: inline-block; }
/* Hides from IE-mac \*/
* html .security .paintBox .inner { height: 1%; }
.security .paintBox .inner { display: block; }
/* End hide from IE-mac */

.security .paintBox p.img {
	width: 120px;
	float: left;
	margin: 0;
}

.security .paintBox .inner div {
	width: 540px;
	float: right;
}

.security .paintBox p.ttl {
	color: #7B973E;
	font-size: 140%;
	font-weight: bold;
}

.security .imgBox { margin: 0 0 30px; }
.security .imgBox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.security .imgBox { display: inline-block; }
/* Hides from IE-mac \*/
* html .security .imgBox { height: 1%; }
.security .imgBox { display: block; }
/* End hide from IE-mac */

.security .imgBox.btm { margin-bottom: 50px; }

.security .imgBox dl {
	width: 200px;
	float:left;
	padding-left: 25px;
}

.security .imgBox dl dt { margin: 0 0 10px; }
.security .imgBox dl dd { font-weight: bold; text-align: center;}

.security .imgBox ul { text-align: center; }
.security .imgBox ul li { display: inline; margin: 0 10px; }

/*----- 03 care ---------------------------------------------------------*/

.care .pointBox { padding: 0 0 40px; }
.care .pointBox div { margin: 0 0 10px; }
.care .pointBox div:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.care .pointBox div { display: inline-block; }
/* Hides from IE-mac \*/
* html .care .pointBox div { height: 1%; }
.care .pointBox div { display: block; }
/* End hide from IE-mac */

.care .pointBox dl {
	width: 335px;
	float: left;
	padding-left: 10px;
}

.care .pointBox dl dd {
	background: #F4F2EC;
	padding: 9px;
	border: 1px solid #E6E2D5;
	border-top: none;
	min-height: 90px;
}
* html .care .pointBox dl dd { width: 335px; height: 100px; }

/*----- 04 popular ---------------------------------------------------------*/

.popular table { margin-bottom: 20px; }
.popular table th { width: 22%; }
.popular table td span.off { color: #C00; font-size: 120%; font-weight: bold; }
.popular table td span.line { text-decoration: line-through; }

.popular p.btnWcabinet { text-align: center; margin: 0 0 50px; }

/*----- 05 06 07 08 linup ---------------------------------------------------------*/

ul.loNav { background: url(../images/line_02.gif) 0 100% repeat-x; padding: 0 0 20px; margin: 0 0 30px; }
ul.loNav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.loNav { display: inline-block; }
/* Hides from IE-mac \*/
* html ul.loNav { height: 1%; }
ul.loNav { display: block; }
/* End hide from IE-mac */
ul.loNav li {
	background: url(../images/icon_a_01.gif) 0 2px no-repeat;
	width: 320px;
	float: left;
	padding-left: 15px;
	margin: 0 0 10px 10px;
	display: inline;
}

ul.loNav li.clr { clear: both; }

ul.loNav li a:link,
ul.loNav li a:visited { color: #665D52; text-decoration: underline; }
ul.loNav li a:hover,
ul.loNav li a:active { color: #F90; text-decoration: none ; }

.itemBox { padding: 0 10px 30px; }
.itemBox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.itemBox { display: inline-block; }
/* Hides from IE-mac \*/
* html .itemBox { height: 1%; }
.itemBox { display: block; }
/* End hide from IE-mac */
.itemBox h4 { background: url(../images/sttl_04.gif) 0 100% no-repeat; padding: 2px 0 14px 20px;}
*html .itemBox h4 { width: 420px; }
.itemBox dl { width: 240px; float: left; }
.itemBox dl dt { margin: 0 0 10px; }
.itemBox dl dt img { border: 1px solid #E6E2D5; }
.itemBox div { width: 420px; float: right; }
.itemBox p.txt { margin: 0 0 15px; line-height: 1.5; }
.itemBox table { width: 420px; margin: 0; }
.itemBox table th { width: 24%; }
.itemBox table td span.off { color: #C00; font-size: 120%; font-weight: bold; }
.itemBox table td span.line { text-decoration: line-through; }

.cabinet #lo11 h4 { background: url(../images/sttl_05.gif) 0 100% no-repeat; line-height: 1.5; }

/*----- 05 cabinet ---------------------------------------------------------*/

/*----- 06 cupboard ---------------------------------------------------------*/

/*----- 07 television ---------------------------------------------------------*/

*html .television .itemBox h4 { width: 680px; }

/*----- 08 display ---------------------------------------------------------*/

.display ul.loNav li { float: none; width: auto; display: block; }

.display #lo05 h4,
.display #lo06 h4,
.display #lo07 h4,
.display #lo09 h4 { background: url(../images/sttl_05.gif) 0 100% no-repeat; line-height: 1.5; padding: 0 0 8px 20px;}

/*----- 09 faq ---------------------------------------------------------*/

.faq .faqBox { padding: 0 10px 40px; }
.faq .faqBox dl {
	background: url(../images/faq_q_bg.gif) 100% 100% no-repeat;
	line-height: 1.6;
	padding: 8px 0;
	border-top: 2px solid #F4F2E8;
}
.faq .faqBox dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.faq .faqBox dl { display: inline-block; }
/* Hides from IE-mac \*/
* html .faq .faqBox dl { height: 1%; }
.faq .faqBox dl { display: block; }
/* End hide from IE-mac */
*html .faq .faqBox dl { width: 680px; }
.faq .faqBox dl dt { float: left; width: 38px; padding-left: 10px }
.faq .faqBox dl dd { float: right; width: 628px; padding: 8px 0 0; font-weight: bold; }

.faq .faqBox .aBox { background: url(../images/faq_a_bg.gif) 0 0; padding: 10px 0 1px; }
.faq .faqBox .aBox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.faq .faqBox .aBox { display: inline-block; }
/* Hides from IE-mac \*/
* html .faq .faqBox .aBox { height: 1%; }
.faq .faqBox .aBox { display: block; }
/* End hide from IE-mac */

.faq .faqBox .aBox p { float: left; width: 38px; padding-left: 10px; }
.faq .faqBox .aBox div { float: right; width: 628px; padding: 8px 0 0; }
.faq .faqBox .aBox div p { float: none; width: auto; margin: 0 0 10px; padding: 0; }
	

/*----- 10 voice ---------------------------------------------------------*/

.voice .voiceBox { padding: 0 10px 30px; }
.voice .voiceBox dl {
	background: url(../images/faq_a_bg.gif) 0 0;
	padding: 14px;
	margin: 0 0 20px;
	border: 1px solid #E6E2D5;
}

.voice .voiceBox dl dt { margin: 0 0 10px; }

/*----- 11 order ---------------------------------------------------------*/

.order .conBox table { margin: 0 0 10px; width: auto; }
.order .conBox table th.center { text-align: center; }
.order .conBox table td.center { text-align: center; }
.order .conBox table td.right { text-align: right; }
.order table td { vertical-align: middle; }

.order .conBox p.bold { color:#F90; margin: 0 0 5px; }

.order .conBox dl dt { font-weight: bold; }
.order .conBox dl dd { margin: 0 0 10px; }

/*----- 12 inquiry -----------------------------------------------------*/

.inquiry .conBox p span { color: #c00; }
.inquiry table th { width: 30%; vertical-align: middle; }
.inquiry table th ,
.inquiry table td {}
.inquiry table textarea { width: 420px; }

.inquiry table input { max-width: 400px; }
.inquiry table input { width: 300px; }
.inquiry table ol input { width: auto; }

.inquiry select { font-size: 12px; }

span#fmail_title_default,
span#fmail_title_confirm,
span#fmail_title_error,
span#fmail_title_thanks {
	width: 700px;
	height: 140px;
}

/*----- 13 company ---------------------------------------------------------*/

.company table th { width: 26%; }

/*----- 14 privacy ---------------------------------------------------------*/

.privacy h4 { background: url(../images/sttl_04.gif) 0 100% no-repeat; padding: 2px 0 14px 20px; margin: 0 10px 15px}
* html .privacy h4 { width: 680px; }












