@charset "UTF-8";
/* CSS Document */

body {
	font-size: 85%;
	color: #535353;
	line-height: 160%;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-image: url(../images/common/bg_page.gif);
}
img {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}

.attention,.attention a {
	color: #d85151;
}
.attention img {
	margin-right: 5px;
}

a.btn {
	padding: 15px 30px 15px 50px;
	background: url(../images/common/ico_btn_arrow.gif) 20px 50% no-repeat #ff8400;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 4px 4px 0px #d5d5d5;
}
a.btn:hover {
	margin: 10px 0px 0px 4px;
	box-shadow: none;
}
a.btn.small {
	padding: 10px 20px 10px 40px;
	font-size: 90%;
}
#container {
	padding-top: 185px;
}


/* ----------------------------------------------------------- 
	ヘッダー（固定）
---------------------------------------------------------------*/
#headerWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 183px;
	background: url(../images/common/bg_gnavi.gif) 0 0 repeat-x;
	box-shadow: 2px 2px 4px #dac1a6;
	z-index: 10;
}
header {
	width: 960px;
	margin: 0 auto;
}

header.wide {
	width: 1120px;
	margin: 0 auto;
}
header h1 {
	height: 100px;
	padding-top: 10px;
	float: left;
}
header a.btn_login{
	display: block;
	text-decoration: none;
	float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px;
    line-height: 100%;
    margin: 28px 20px;
    background-color: #fff;
    color: #ff8400;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #ff8400;
}
header a.btn_login:hover{
	color: #fff;
	background-color: #ff8400;
}
header p {
	padding: 20px 100px 0px 0px;
	float: right;
}
header nav {
	clear: both;
}
header nav ul {
	position: relative;
}
header nav li {
	float: left;
}
header nav li a {
	display: block;
	height: 53px;
	padding-top: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}
header nav li span {
	display: block;
	padding-left: 3px;
	color: #ffd39b;
	font-size: 80%;
	font-weight: normal;
}

.nav_about { width: 140px;}
.nav_howto { width: 150px;}
.nav_tools { width: 180px;}
.nav_faq { width: 170px;}
.nav_contact { width: 170px;}

.nav_about a {
	width: 100px;
	padding-left: 40px;
	background: url(../images/common/ico_about.gif) 0 50% no-repeat;
}
.nav_howto a {
	width: 85px;
	padding-left: 65px;
	background: url(../images/common/ico_howto.gif) 20px 50% no-repeat;
}
.nav_tools a {
	width: 125px;
	padding-left: 55px;
	background: url(../images/common/ico_delivery.png) 15px 50% no-repeat;
}
.nav_faq a {
	width: 120px;
	padding-left: 50px;
	background: url(../images/common/ico_faq.gif) 15px 50% no-repeat;
}
.nav_contact a {
	width: 115px;
	padding-left: 55px;
	background: url(../images/common/ico_contact.gif) 15px 50% no-repeat;
}



nav li.nav_interview {
	position: absolute;
	top: -30px;
	right: 0px;
	width: 140px;
	height: 140px;
}
nav li.nav_interview a {
	width: 140px;
	height: 140px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/common/btn_order.png) 0 0 no-repeat;
}
nav li.nav_interview a:hover {
	background-position: 0 -140px;
}

.nav_about,.nav_howto,.nav_tools,.nav_faq {
	background: url(../images/common/bg_gnavi_line.gif) 100% 20px no-repeat;
}

/* ----------------------------------------------------------- 
	セクション
---------------------------------------------------------------*/
section {
	width: 960px;
	margin: 0 auto 30px auto;
	margin-top: -185px;
	padding-top: 190px;
}

.pin {
	padding-top: 280px;
	background: url(../images/common/bg_section.gif) 0 190px no-repeat;
}
section .inner {
	padding: 40px;
	background-color: #FFF;
	box-shadow: 2px 2px 4px #dac1a6;
}

section h2 {
	padding: 10px 0px 30px 65px;
	font-size: 230%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
section h2 span {
	display: block;
	margin-top: 10px;
	font-size: 60%;
	color: #ffb759;
}
section p {
	margin-bottom: 10px;
}

/* ----------------------------------------------------------- 
	#contact 商品紹介
---------------------------------------------------------------*/
#contact h2 {
	background-image: url(../images/contact/ico_contact.gif);
}
#contact div.box {
	border: 1px solid #bfb9b1;
	padding: 20px 50px;
}
#contact li {
	float: left;
}
#contact li img {
	margin-right: 10px;
	vertical-align: middle;
}
.tel {
	margin-right: 60px;
	color: #ff8400;
	font-size: 220%;
	font-weight: bold;
}
.mail a {
	color: #444444;
}
p.btn_contact {
    margin: 40px 0px;
}


/* ------------------------------ 
 footer
----------------------------------*/
footer {
	padding-bottom: 30px;
	background-color: #FFF;
	text-align: center;
}
footer nav {
	margin-bottom: 20px;
	background-color: #ff8400;
}
footer nav ul {
	width: 200px;
	margin: 0 auto;
	padding: 10px;
}
footer nav li {
	float: left;
	color: #FFF;
}
footer nav a {
	color: #FFF;
}


p.pagetop {
    bottom: 0;
    cursor: pointer;
    padding-bottom: 40px;
    padding-right: 0;
    padding-top: 0;
    position: fixed;
    right: 80px;
    width: 74px;
    z-index: 10;
}


/* ------------------------------ 
clearfix
----------------------------------*/
.clearfix:after { 
	content: ""; 
	display: block; 
	height: 0; 
	visibility: hidden; 
	clear: both;
}

/* ------------------------------ 
#series #flow
----------------------------------*/
#series p,#flow h2,#lineup  {
	text-align: center;
}

#flow h2 {
	font-size: 170%;
	margin-bottom: 20px;
}


/* ------------------------------ 
トップページのnav
----------------------------------*/
.nav_series { width: 280px;}
.nav_flow { width: 200px;}
.nav_lineup { width: 160px;}
.nav_question { width: 170px;}
.nav_question2 { width: 170px;}

.nav_series a {
	width: 250px;
	padding-left: 40px;
}
.nav_flow a {
	width: 100px;
	padding-left: 65px;
	background: url(../images/common/ico_howto.gif) 20px 50% no-repeat;
}
.nav_lineup a {
	width: 125px;
	padding-left: 55px;
	background: url(../images/common/ico_about.gif) 15px 50% no-repeat;
}
.nav_question a {
	width: 120px;
	padding-left: 50px;
	background: url(../images/common/ico_faq.gif) 15px 50% no-repeat;
}

.nav_question2 a {
	width: 120px;
	padding-left: 50px;
	background: url(../images/common/ico_faq.gif) 15px 50% no-repeat;
}

.nav_series,.nav_flow,.nav_lineup,.nav_question {
	background: url(../images/common/bg_gnavi_line.gif) 100% 20px no-repeat;
}

.nav_question{ 
	margin-right:0;border-right:none;
}

.nav_question2{ 
	margin-right:0;border-right:none;
}





.theme {
	padding: 0 0 40px 0;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
}

.theme2 {
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
}


.case img {
	margin: 50px 0;
}

.color img {
	margin:50px 18px;
}

.template {
	font-size: 140%;
}

.template_img img{
	margin: 20px 18px;
}