﻿@charset "UTF-8";
/* reset styles */
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	vertical-align:baseline;
	background-color:transparent;
}
img{
	vertical-align:middle;
	*line-height:0;
	*vertical-align:baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
ul,ol {
	list-style: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-spacing:0;
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	display:inline;
	vertical-align:middle;
	*vertical-align:baseline;
}/* base styles */
html{
	font-size:62.5%;/* 10px */
}
body {
	min-width:320px;
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0;
	word-wrap:break-word;
	-webkit-text-size-adjust: 100%;
}
body > div{
	font-size: 1.3rem;
}

/* a */
a:link {
	color: #4d1606;
	-webkit-tap-highlight-color:rgba(255,255,255,0.3);/* スマートフォンサイトでタップした際の色の指定 */
	text-decoration: underline;
}
a:visited {
	color: #4d1606;
	text-decoration: underline;
}

a:hover {
	color: #4d1606;
	text-decoration: none;
}
a:hover img {
	background-color:transparent;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.mB0{
	margin-bottom:0px!important;
}
.mB5 {
	margin-bottom:5px!important;
}
.mB10 {
	margin-bottom:10px!important;
}
.mB15 {
	margin-bottom:15px!important;
}
.mB20 {
	margin-bottom:20px!important;
}
.mB25 {
	margin-bottom:25px!important;
}
.mB30 {
	margin-bottom:30px!important;
}
.mB35 {
	margin-bottom:35px!important;
}
.mB40{
	margin-bottom:40px!important;
}
.mB45 {
	margin-bottom:45px!important;
}
.mB50 {
	margin-bottom:50px!important;
}
.mB55 {
	margin-bottom:55px!important;
}
.mB70 {
	margin-bottom:70px!important;
}
.txtRed {
	color: #F40000!important;
}
.txtBlue {
	color: #5FB6E0!important;
}
.txtPink {
	color: #FF588B!important;
}

.txt_c{
	text-align:center;
}
.txt_r{
	text-align:right;
}
.txt_ind{
	text-indent:-1em;
	padding-left:1em;
}
.txt_b{
	font-weight:bold;
}

.c_b{
	clear:both;
}
.r{
	float:right;
}
.l{
	float:left;
}

input[type="text"],
input[type="password"]{
	height:18px;
	line-height:18px;
}
input[type="number"]{
	text-align:right;
}
select{
	height:20px;
	line-height:20px;
}
textarea{
}
.ime_a{
	ime-mode:active;
}
.ime_i{
	ime-mode:inactive;
}
.ime_d{
	ime-mode:disabled;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size:0.1px;
	line-height:0;
	overflow:hidden;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	overflow: visible;
}
.clearfix {
	display: block;
}
/***------------
header
------------***/
header{
	width:100%;
	background-color:#505050;
	text-align:center;
	padding:25px 0 30px;
}
header .clearfix{
	position:relative;
	width:80%;
	margin:0 auto;
}
header .clearfix .logout{
	position:absolute;
	right:0;
	top:-5px;
	text-align:right;
	font-size:12px;
	font-size:1.2rem;
}
header .clearfix .logout p{
	color:#fff;
}
header .clearfix .logout p span{
	color:#009688;
}
/***------------
contents
------------***/
#contents{
	width:100%;
}
#contents .step,
#contents .step_pra{
	background-color:#EAEAEA;
	height:50px;
	padding-top:10px;
	/*
	height:75px;
	padding-top:25px;
	*/
}
#contents .step>div{
	width:700px;
	margin:0 auto;
}
#contents .step>div>div,
#contents .step_pra>div>div{
	float:left;
	text-align:center;
	width:150px;
	font-size:16px;
	font-size:1.6rem;
	background:url(/assets/img/icon_arrow004.gif) no-repeat right center;
	background-size:6px auto;
	padding-right:20px;
	margin-right:10px;
}
#contents .step>div>div:last-child,
#contents .step_pra>div>div:last-child{
	width:22%;
	margin-right:0;
	background:none;
	padding-right:0;
}
#contents .step>div>div>div img,
#contents .step_pra>div>div>div img{
	width:150px	;
	height:auto;
}
#contents .step_pra>div{
	width:530px;
	margin:0 auto;
}
/***------------
footer
------------***/
footer{
	width:100%;
	background-color:#505050;
	text-align:center;
	padding:20px 0;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
}
/***------------
login
------------***/
.login{
}

.login .div_error_msg{
	color : #ff0000;
	font-weight: bold;
	font-size: 1.4rem;
	height: 30px;
}
.login .logintxt{
	margin:60px 0;
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	line-height:30px;
}
.login .loginfrm{
	background-color:#eaeaea;
	text-align:center;
	padding:80px 0;
}
.login .loginfrm dl{
	position:relative;
	width:370px;
	margin:0 auto;
}
.login .loginfrm dl dt{
	position:absolute;
	height:30px;
}
.login .loginfrm dl dd:first-child{
	margin-bottom:40px;
}
.login .loginfrm dl dd{
	padding-left:70px;
	height:30px;
	margin-bottom:30px;
}
.login .loginfrm dl dd input[type="text"],
.login .loginfrm dl dd input[type="password"]{
	width:285px;
	height:28px;
	font-size:18px;
	font-size:1.8rem;
	padding-left:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border:1px solid #999;
	line-height:28px;
}
.login .loginfrm .loginbtn input[type="submit"]{
	background-color:#009688;
	width:20%;
	height:30px;
	border:none;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:-webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688));
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
/***------------
type
------------***/
.type{
}
.type .sos{
	padding:55px 0;
	text-align:center;
}
.type .welcom{
	/*padding:50px 0;*/
	padding:20px 0;
	background-color:#F4F4F4;
	text-align:center;
	font-size:20px;
	font-size:2.0rem;
	margin-bottom:50px;
}
.type .select>div{
	margin:0 auto;
	width:77%;
}
.type .select>div div.clearfix{
	width:100%;
}
.type .select>div div.clearfix div{
	margin-bottom:40px;
	width:48%;
	border:1px solid #ccc;
	text-align:center;
}
.type .select>div div.clearfix div:nth-child(odd){
	float:left;
}
.type .select>div div.clearfix div:nth-child(even){
	float:right;
}
.type .select>div div.clearfix div a{
	display:block;
	text-decoration:none;
}
.type .select>div div.clearfix div a img{
	width:100%;
	height:auto;
}
.type .select>div div.clearfix div span{
	display:block;
	background:url(/assets/img/icon_arrow001.gif) no-repeat 98% center;
	background-color:#009688;
	height:39px;
	font-size:20px;
	font-size:2.0rem;
	color:#fff;
	line-height:39px;
}
/***------------
point
------------***/
.point{
}
.point .main{
	margin:30px auto 0;
	width:80%;
}
.point .main h1{
	background:url(/assets/img/icon_step1.gif) no-repeat left top;
	background-size:35px;
	border-bottom:2px solid #009688;
	padding-left:50px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
}
.point .main .refine{
	margin-bottom:25px;
}
.point .main .refine p{
	font-size:17px;
	font-size:1.7rem;
	margin-bottom:15px;
}
.point .main .refine p span{
	color:#009688;
}
.point .main .refine .l{
	width:48%;
}
.point .main .refine .l ul{
	width:100%;
	margin-right:-4%;
}
.point .main .refine .l ul li{
	width:21%;
	margin:0 4% 20px 0;
	float:left;
	height:28px;
	line-height:28px;
	text-align:center;
	letter-spacing:-0.1em;
}
.point .main .refine .l ul li a{
	color:#fff;
	background-color:#999;
	border:solid 1px #ccc;
	display:block;
}
.point .main .refine .nav-pills > li.active > a,
.point .main .refine .nav-pills > li.active > a:hover,
.point .main .refine .nav-pills > li.active > a:focus{
	color:#fff;
	background-color:#009688;
	border:solid 1px #ccc;
}
.point .main .refine .r{
	margin:20px 5% 0 0;
	width:38%;
	height:38px;
}
.point .main .refine .r a{
	display:block;
	line-height:38px;
	text-align:center;
	background:url(/assets/img/icon_arrow002.png) no-repeat 20px center;
	background-color:#3A98BD;
	border:1px solid #999;
	color:#fff;
	text-decoration:none;
}
.point .main .gallery{
	margin-bottom:50px;
	margin-right:-1.45%;
	width:101.5%;
}
.point .main .gallery div.clearfix{
}
.point .main .gallery div.clearfix>div{
	width:21.2%;
	float:left;
	margin-right:1.4%;
	margin-bottom:20px;
	border:1px solid #999;
	padding:1%;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	letter-spacing:-0.1em;
}
.point .main .gallery div.clearfix>div img{
	width:92%;
	height:auto;
	margin-bottom:20px;
}
.point .main .gallery input[type="checkbox"]{
	margin-right:5px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	height:13px;
}
.point .btn{
	width:100%;
	height:70px;
	padding-top:30px;
	background-color:#EAEAEA;
}
.point .btn div.clearfix{
	width:400px;
	margin:0 auto;
}
.point .btn div.clearfix .l{
	width:190px;
	height:40px;
	background-color:#666666;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.point .btn div.clearfix .l a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow003.png) no-repeat 24px center;
	padding-left:45px;
}
.point .btn div.clearfix .r{
	width:150px;
	height:40px;
	background-color:#009688;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.point .btn div.clearfix .r a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow002.png) no-repeat 33px center;
	padding-left:53px;
}

#gallery .isotope-item {
	border: 1px solid #999;
	float: left;
	font-size: 1.2rem;
	letter-spacing: -0.1em;
	margin-bottom: 20px;
	margin-right: 1.4%;
	padding: 1%;
	text-align: center;
	width: 20.2%;
}

#gallery .image-data {
	font-size: 1.2rem;
	height: 2em;
	letter-spacing: -0.1em;
	text-align: center;
}

#gallery div img {
	height: auto;
	margin-bottom: 20px;
	width: 92%;
}
/***------------
level
------------***/
.level{
}
.level .main{
	margin:30px auto 0;
	width:80%;
}
.level .main h1{
	background:url(/assets/img/icon_step2.gif) no-repeat left top;
	background-size:35px;
	border-bottom:2px solid #009688;
	padding-left:50px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
}
.level .main .image{
	margin-bottom:50px;
}
.level .main .image>p{
	font-size:16px;
	font-size:1.6rem;
	border-bottom:1px solid #009688;
	margin-bottom:30px;
}
.level .main .image>p span{
	color:#009688;
}
.level .main .image div.clearfix{
	width:100%;
}
.level .main .image div.clearfix>div{
	width:45%;
	text-align:center;
}
.level .main .image div.clearfix>div img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.level .main .image div.clearfix>div.l{
	border:1px solid #ccc;
	padding:10px 10px 5px;
}
.level .main .image div.clearfix>div.r{
	border:1px solid #ccc;
	padding:10px 10px 5px;
	background-color:#009688;
	color:#fff;
}
.level .main .stage{
	width:97%;
	margin:0 auto 90px;
}
.level .main .stage>p{
	font-size:16px;
	font-size:1.6rem;
	border-bottom:1px solid #009688;
	margin-bottom:20px;
}
.level .main .stage>p span{
	color:#009688;
}
.level .main .stage div.clearfix{
}
.level .main .stage div.clearfix>.l{
	width:48%;
	font-size:16px;
	font-size:1.6rem;
	line-height:28px;
}
.level .main .stage div.clearfix>.r{
	margin:20px 5% 0 0;
	width:38%;
	height:38px;
}
.level .main .stage div.clearfix>.r a{
	display:block;
	line-height:38px;
	text-align:center;
	background:url(/assets/img/icon_arrow002.png) no-repeat 20px center;
	background-color:#3A98BD;
	border:1px solid #999;
	color:#fff;
	text-decoration:none;
}
.level .main .stage div.fixlevel{
	width:100%;
	margin:0 auto;
}
.level .main .stage div.fixlevel>div{
	width:45%;
	float:left;
	/*margin-right:4.2%;*/
	/*border:1px solid #ccc;*/
}
.level .main .stage div.fixlevel>div:last-child{
	width:54%;
	float:right;
	margin-right:0;
}
.level .main .stage div.fixlevel>div img{
	width:90%;
	height:auto;
	margin:5%;
}
.level .main .stage div.fixlevel>div p{
	margin:0 5%;
	font-size:12px;
	font-size:1.2rem;
}
.level .main .stage div.fixlevel>div p input[type="checkbox"]{
	margin-right:5px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	height:13px;
}
.level .main .stage div.fixlevel>div p.price{
	color:#009688;
	font-size:18px;
	font-size:1.8rem;
	text-align:right;
	/*margin-bottom:5%;*/
}
.level .main .stage div.fixlevel>div span.level_frame_in{
	float:right;
	margin-right:0;
	border:1px solid #ccc;
	margin-bottom:2%;
}
/* 1次～3次説明メッセージ	2016.02.12	kawasaki */
.level .main .stage div.fixlevel>div p.msg{
	font-size:8px;
	font-size:0.8rem;
	text-align:left;
	margin-bottom:1%;
}
.level .main .stage div.fixlevel>div p.msg2{
	font-size:8px;
	font-size:0.8rem;
	text-align:left;
	margin-bottom:5%;
}

.level .btn{
	width:100%;
	padding:30px 0;
	background-color:#EAEAEA;
}
.level .btn>p{
	width:55%;
	margin:0 auto 20px;
	font-size:15px;
	font-size:1.5rem;
	line-height:28px;
}
.level .btn div.clearfix{
	width:400px;
	margin:0 auto;
}
.level .btn div.clearfix .l{
	width:190px;
	height:40px;
	background-color:#666666;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.level .btn div.clearfix .l a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow003.png) no-repeat 24px center;
	padding-left:45px;
}
.level .btn div.clearfix .r{
	width:150px;
	height:40px;
	background-color:#009688;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.level .btn div.clearfix .r a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow002.png) no-repeat 33px center;
	padding-left:53px;
}
.finishimage{
	width:100%;
}
.finishimage table{
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.finishimage table th{
	border:1px solid #ccc;
	background-color:#009688;
	font-size:18px;
	font-size:1.8rem;
	font-weight:normal;
	text-align:center;
	color:#fff;
	padding:5px 0;
	vertical-align:middle;
}
.finishimage table td{
	border:1px solid #ccc;
	vertical-align:middle;
	text-align:center;
	padding:20px;
}
.finishimage table td img{
	width:100%;
	height:auto;
}
/***------------
confirm
------------***/
.confirm{
}
.confirm .main{
	margin:30px auto 0;
	width:80%;
}
.confirm .main h1{
	background:url(/assets/img/icon_step3.gif) no-repeat left top;
	background-size:35px;
	border-bottom:2px solid #009688;
	padding-left:50px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
}
.confirm .main h1.con1{
	background:url(/assets/img/icon_step2.gif) no-repeat left top;
	background-size:35px;
	border-bottom:2px solid #009688;
	padding-left:50px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
}
.confirm .main .check{
	margin:0 auto 30px;
	width:88%;
}
.confirm .main .check .l{
	width:60%;
}
.confirm .main .check .l>div{
	width:48%;
	border:1px solid #999;
}
.confirm .main .check>p{
	font-size:11px;
	font-size:1.1rem;
	clear:both;
	padding-top:10px;
}
.confirm .main .check>p span{
	color:#ff0000;
}
.confirm .main .check .l>div h2{
	background-color:#009688;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:22px;
	font-size:2.2rem;
}
.confirm .main .check .l>div p{
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FF0000;
	font-size:22px;
	font-size:2.2rem;
}
.confirm .main .check .l>div.date{
	float:left;
}
.confirm .main .check .l>div.price{
	float:right;
}
.confirm .main .check .r{
	width:165px;
	margin-top:10px;
}
.confirm .main .check .r li{
	width:100%;
	height:30px;
	line-height:30px;
	border:1px solid #999;
	margin-bottom:15px;
}
.confirm .main .check .r li a{
	display:block;
	background:url(/assets/img/icon_arrow002.png) no-repeat 9% center;
	background-color:#3A98BD;
	padding-left:18%;
	color:#fff;
	text-decoration:none;
}
.confirm .main .check .r li button{
	width:100%;
	background:url(/assets/img/icon_arrow002.png) no-repeat 24% center;
	background-color:#D3A484;
	color:#fff;
	text-decoration:none;
	border:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
	border:none;
	height:30px;
	font-size:13px;
	font-size:1.3rem;
	line-height:30px;
}
.confirm .main .confirm_price{
	margin:0 auto 50px;
	width:100%;
}
.confirm .main .confirm_price h3{
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	border-bottom:1px solid #009688;
	margin-bottom:15px;
}
.confirm .main .confirm_price h3 span{
	color:#009688;
}
.confirm .main .confirm_price table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #ccc;
}
.confirm .main .confirm_price table th{
	border:1px solid #ccc;
	text-align:center;
	background-color:#505050;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	font-weight:normal;
	height:50px;
	line-height:50px;
}
.confirm .main .confirm_price table td{
	border-left:1px solid #ccc;
	font-size:16px;
	font-size:1.6rem;
	height:40px;
	line-height:40px;
	padding:0 20px;
}
.confirm .main .confirm_price table tr:nth-child(even) {
	background-color:#F4F4F4;
}
.confirm .main .confirm_price table .tax{
	background-color:#E5E5E5;
}
.confirm .main .confirm_price table .total{
	background-color:#505050 !important;
	color:#fff;
}
.confirm .main .confirm_price table .total span{
	font-size:21px;
	font-size:2.1rem;
}
.confirm .main .confirm_price table input[type="button"]{
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height:25px;
	line-height:25px;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	font-size:1.5rem;
	color:#fff;
}
.confirm .main .confirm_price table .imagebtn{
	background-color:#999;
	background:-webkit-gradient(linear, left top, left bottom, from(#999), to(#999));
}
.confirm .main .confirm_price table .delatebtn{
	background-color:#000;
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
}
.confirm .main .confirm_price table .select{
	background-color:#009688;
	background:-webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688));
	width:70% !important;
}
.confirm .main .confirm_price table .select_on{
	background-color:#D44350;
	background:-webkit-gradient(linear, left top, left bottom, from(#D44350), to(#D44350));
	width:70% !important;
}
.confirm .main .confirm_price .confirm_image{
	width:100%;
	margin-bottom:50px;
}
.confirm .main .confirm_price .confirm_image div.clearfix>div{
	width:45%; 
	border:1px solid #ccc;
}
.confirm .main .confirm_price .confirm_image div.clearfix>div.r{
	background-color:#009688;
	color:#fff;
}
.confirm .main .confirm_price .confirm_image div.clearfix>div img{
	width:92%;
	height:auto;
	margin:4% 4% 1%;
}
.confirm .main .confirm_price .confirm_image div.clearfix>div p{
	font-size:15px;
	font-size:1.5rem;
	text-align:center;
}
.confirm .btn .karte{
	width:200px;
	text-align:center;
	height:40px;
	line-height:40px;
	background-color:#C8B26B;
	border:1px solid #999;
	font-size:15px;
	font-size:1.5rem;
	float:right;
}
.confirm .btn .karte a{
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow002.png) no-repeat 20px center;
}
.confirm .btn{
	width:100%;
	padding:30px 0;
	background-color:#EAEAEA;
}
.confirm .btn div.clearfix{
	width:590px;
	margin:0 auto;
}
.confirm .btn div.clearfix .back{
	width:170px;
	height:40px;
	line-height:40px;
	background-color:#666;
	border:1px solid #999;
	float:left;
	margin-right:28px;
	text-align:center;
	font-size:15px;
	font-size:1.5rem;
}
.confirm .btn div.clearfix .back a{
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow003.png) no-repeat 15px center;
}
.confirm .btn div.clearfix .type{
	width:170px;
	height:40px;
	line-height:40px;
	background-color:#ccc;
	border:1px solid #999;
	float:left;
	text-align:center;
	font-size:15px;
	font-size:1.5rem;
}
.confirm .btn div.clearfix .type a{
	display:block;
	color:#333;
	text-decoration:none;
	background:url(/assets/img/icon_arrow005.gif) no-repeat 10px center;
}
.confirm .btn div.clearfix .order{
	width:150px;
	height:40px;
	line-height:40px;
	background-color:#009688;
	border:1px solid #999;
	float:right;
	text-align:center;
	font-size:15px;
	font-size:1.5rem;
}
.confirm .btn div.clearfix .order a{
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow002.png) no-repeat 30px center;
}
#jquery-ui-dialog h3{
	font-size:18px;
	font-size:1.8rem;
	color:#009688;
	font-weight:normal;
	margin-top:20px;
}
#jquery-ui-dialog p{
	padding-left:18px;
}
#ondContentControlWrapper{
 margin:0 10px;
}
.content {
  background-color:#FFCC33;
  position: relative;
  min-height: 0;
  max-width:960px;
  min-width:480px;
  margin:0 auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 20px 0px 20px;
}
.caption-label {
  font-size:18px;
}
.caution-label {
  font-size:11px;
}
.estimate-box {
  background:#ffffff;
  border:1px solid #000000;
  margin-bottom:15px;
  width:500px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-image:url('/assets/img/spike009.png');
  background-repeat:no-repeat;
}
.hidden {
  visibility:hidden;
}
		
#confirm_price{
	margin-bottom: 50px;
	margin-left: 20px;
}

#confirm_price table{
	margin-bottom: 15px;
}

#confirm_price table td, #confirm_price table th{
	border: 1px solid #000000;
	padding: 5px;
}

#confirm_price table th{
	background-color: #66aaff;
	text-align: center;
}

#confirm_price table td{
	background-color: #ffffff;
	text-align: left;
}

#confirm_price table .txtC{
	text-align:center;
}

#confirm_price table .txtR{
	text-align:right;
}

/***------------
customer
------------***/
.customer{
}
.customer .main{
	margin:30px auto 0;
	width:90%;
}
.customer .main h1{
	background:url(/assets/img/icon_step4.gif) no-repeat left top;
	background-size:35px;
	border-bottom:2px solid #009688;
	padding-left:50px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
}
.customer .main h1.cus1{
	background:url(/assets/img/icon_step3.gif) no-repeat left top;
	background-size:35px;
	border-bottom:2px solid #009688;
	padding-left:50px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
}
.customer .main .inform{
	width:100%;
	margin-bottom:50px;
}
.customer .main .inform .l{
	width:30%;
}
.customer .main .inform>.r{
	width:63%;
	border:1px solid #999;
}
.customer .main .inform .r img{
	width:100%;
	height:auto;
}
/* 修理箇所 */
.divFixArea{
	width:69%;
	float:left;
}
.divFixArea table{
	width:100%;
}
.divFixArea th,
.divFixArea td{
	border-right: 1px solid #999;
}
.divFixArea th{
	background-color:#505050;
	color:#fff;
	text-align:center;
	font-weight:normal;
	line-height:30px;
	height:30px;
}
.divFixArea th.fixpoint,
.divFixArea td.fixpoint{
	width:33%;
}
.divFixArea th.fixbody,
.divFixArea td.fixbody{
	width:45.5%;
}
.divFixArea th.fixdelete,
.divFixArea td.fixdelete{
	text-align:center;
}
.divFixArea td{
	padding:5px 0 5px 2%;
}
.divFixArea tr:nth-child(even) {
	background:#EDEDED;
}
.divFixArea td.fixdelete input[type="button"]{
	border:none;
	color:#fff;
	background:#000;
	width:71%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	text-align:center;
	height:30px;
}
/* 一般枠 */
#globalNavi{
	padding-top: 7px;
	text-align: center;
}
.nav{
	margin: 0 auto;
	position: absolute;
	line-height:1;
	text-align: left;
}
.nav li{
	list-style: none;
	position: relative;
}
.nav ul{
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
}
* html .nav ul{
	line-height: 0;
}
.nav ul li{
	float: none;
}
.nav ul{
}
.nav ul ul{
	top: 0;
	left: 81px;
}
.nav ul a{ 
	display: block;
	width: 70px;
	background:#121212;
	padding: 6px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	zoom: 1;
	line-height: 1;
	padding:10px 5px !important;
}
.nav ul li:last-child a{ 
	border-bottom:none;
}
.nav ul a.hover {
	background: #444;
}
/* お客様情報 */
#divCustomerInput{
	margin-bottom: 40px;
}

#divCustomerInfo{
}

#divCustomerInfo dl{
	position:relative;
}
#divCustomerInfo dl dt{
	width: 40%;
	padding: 0 0 0 2%;
	text-align: left;
	background-color: #505050;
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 30px;
	height:30px;
	position:absolute;
}
#divCustomerInfo dl dd{
	text-align: left;
	margin-bottom: 10px;
	height:30px;
	margin-left:42%;
}
#divCustomerInfo dl dd input{
	width: 100%;
	border:1px solid #999;
	height:28px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}

#divCustomerInfo table{
	width: 101%;
	margin-bottom:10px;
}
#divCustomerInfo table th{
	width: 41%;
	padding: 0 0 0 2%;
	background-color: #505050;
	color: #ffffff;
	vertical-align:middle;
	font-weight:normal;
	border-bottom:1px solid #505050;
}
#divCustomerInfo table td{
	border:1px solid #999;
	padding-right:1px;
}
#divCustomerInfo table td textarea{
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	font-size:1.3rem;
	line-height: 18px;
	padding-top: 3px;
}

#divFixInfo{
}

#divCustomerInfo>div{
	width:100%;
	border:1px solid #999;
}

#divCustomerInfo div h4{
	font-size: 13px;
	font-size:1.3rem;
	font-weight: normal;
	padding: 3px 5px;
	text-align: left;
	color: #ffffff;
	background-color: #505050;
	margin: 0 0 5px 0;
}

#divCustomerInfo div select{
	width: 40%;
	margin:0 5px;
}

#divFixInfo{
	background-color: #ffffff;
}

/* 修理箇所情報 */

#divFixBuikou{
    border-left: 1px solid #999;
    float: right;
    margin-left: -1px;
    width: 31%;
}

#divFixBuikou h4{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	background-color: #505050;
	margin: 0 0 5px 0;
	height:30px;
	text-align:center;
	line-height:30px;
}
#divFixBuikou textarea{
	width: 100%;
	border:none;
}


/* 一般枠 */
#globalNavi{
	position: relative;
	height:auto;
}

#globalNavi ul{
}

#globalNavi ul li a{
	background-color: #009688;
	color: #ffffff;
	display:block;
	padding:10px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}


.waku_other #ulHana{
	top:  12%;
	left: 9%;
}
.waku_other #ulWatari{
	top:  12%;
	left: 9%;
}
.waku_other #ulMayu{
	top:  8%;
	left: 38%;
}
.waku_other #ulModan{
	top:10%;
	right:10%;
}
.waku_other #ulYama{
	top: 42%;
	left: 7%;
}
.waku_other #ulTemple{
	bottom:40%;
	right: 5%;
}
.waku_other #ulKuringus{
	bottom:9%;
	left:17%;
}
.waku_other #ulYoroi{
	bottom:16%;
	left: 68%;
}
.waku_other #ulSonota{
	bottom:9%;
	left: 49%;
}
.waku_other #ulRim{
	bottom:9%;
	left:17%;
}

.waku_pra #ulHana{
	top:  26%;
	left: 26%;
}
.waku_pra #ulWatari{
	top:  12%;
	left: 9%;
}
.waku_pra #ulMayu{
	top:  20%;
	left: 48%;
}
.waku_pra #ulModan{
	top:10%;
	right:10%;
}
.waku_pra #ulYama{
	top: 50%;
	left:11%;
}
.waku_pra #ulTemple{
	bottom:50%;
	right: 5%;
}
.waku_pra #ulKuringus{
	bottom:9%;
	left:17%;
}
.waku_pra #ulYoroi{
	bottom:33%;
	left: 78%;
}
.waku_pra #ulSonota{
	bottom:17%;
	left: 68%;
}
.waku_pra #ulRim{
	bottom:9%;
	left:23%;
}

/* 修理金額 */
#customer_price{
	margin: 0 auto 40px auto;
}

#customer_price table{
	margin: 0 auto 50px auto;
	width:100%;
	border-collapse:collapse;
	border:1px solid #ccc;
}

#customer_price table td,
#confirm_price table th{
	border-right:1px solid #ccc;
	padding:5px 10px;
	font-size:16px;
	font-size:1.6rem;
}

#customer_price table th{
	background-color: #505050;
	text-align: center;
	font-weight:normal;
	color:#fff;
	height:50px;
	line-height:50px;
	border-right:1px solid #ccc;
	font-size:17px;
	font-size:1.7rem;
}

#customer_price table tr.tax{
	background-color:#E5E5E5 !important;
}
#customer_price table tr.total{
	background-color:#505050 !important;
	color:#fff;
}
#customer_price table tr.total span{
	font-size:21px;
	font-size:2.1rem;
}
#customer_price table tr:nth-child(odd) {
	background:#F4F4F4;
}
.customer .btn{
	width:100%;
	height:70px;
	padding-top:30px;
	background-color:#EAEAEA;
}
.customer .btn div.clearfix{
	width:520px;
	margin:0 auto;
}
.customer .btn div.clearfix .l{
	width:190px;
	height:40px;
	background-color:#666666;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.customer .btn div.clearfix .l a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow003.png) no-repeat 24px center;
	padding-left:45px;
}
.customer .btn div.clearfix .r{
	width:270px;
	height:40px;
	background-color:#C8B26B;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.customer .btn div.clearfix .r a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow002.png) no-repeat 20px center;
	padding-left:35px;
}
/***------------
price
------------***/
.pricelist{
}
.pricelist .list{
	margin:30px auto 0;
	width:80%;
}
.pricelist .list h1{
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
	background-color:#009688;
	color:#fff;
	text-align:center;
	height:40px;
	line-height:40px;
}
.pricelist .list div>p{
	border-bottom:1px solid #009688;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:20px;
}
.pricelist .list div>p span{
	color:#009688;
}
.pricelist .list table{
	width:100%;
	border:1px solid #ccc;
	margin-bottom:50px;
}
.pricelist .list table th{
	text-align:center;
	font-weight:normal;
	background-color:#505050;
	font-size:18px;
	font-size:1.8rem;
	color:#fff;
	height:50px;
	line-height:50px;
	border-right:1px solid #ccc;
}
.pricelist .list table td{
	font-size:16px;
	font-size:1.6rem;
	padding:7px 30px 7px 20px; 
	border-right:1px solid #ccc;
}
.pricelist .list table tr:nth-child(odd) {
	background:#F4F4F4;
}
.pricelist .btn{
	width:100%;
	height:70px;
	padding-top:30px;
	background-color:#EAEAEA;
}
.pricelist .btn div{
	width:200px;
	height:40px;
	background-color:#666666;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
	margin:0 auto;
}
.pricelist .btn div a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow003.png) no-repeat 15px center;
	padding-left:35px;
}



/***------------
complete
------------***/
#divComplete{
	margin-bottom: 40px;
}
#divMessage{
	background-color: #ffffff;
	padding :15px;
	font-size: 16px;
	font-height: 3em;;
	width: 300px;
	margin: 0 auto 20px auto;
}
.complete{
}
.complete .main{
	margin:30px auto 0;
	width:80%;
}
.complete .main h1{
	background-size:35px;
	border-bottom:2px solid #009688;
	padding-left:10px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
}
.complete .main .inform{
	width:100%;
	margin-bottom:50px;
}
.complete .main .inform .l{
	width:30%;
}
.complete .main .inform>.r{
	width:63%;
	border:1px solid #999;
}
.complete .main .inform .r img{
	width:100%;
	height:auto;
}


.complete .btn{
	width:100%;
	height:70px;
	padding-top:30px;
	background-color:#EAEAEA;
}
.complete .btn div.clearfix{
	width:520px;
	margin:0 auto;
}
.complete .btn div.clearfix .l{
	width:220px;
	height:40px;
	background-color:#666666;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.complete .btn div.clearfix .l a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow002.png) no-repeat 24px center;
	padding-left:45px;
}
.complete .btn div.clearfix .r{
	width:250px;
	height:40px;
	background-color:#C8B26B;
	border:1px solid #999;
	line-height:40px;
	font-size:17px;
	font-size:1.7rem;
}
.complete .btn div.clearfix .r a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:url(/assets/img/icon_arrow002.png) no-repeat 20px center;
	padding-left:35px;
}
/***------------
history/list
------------***/
.history{
}
.history .list{
	margin:30px auto 0;
	width:95%;
}
.history .list h1{
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:30px;
	height:33px;
	background-color:#009688;
	color:#fff;
	text-align:center;
	height:40px;
	line-height:40px;
}
.history .list div>p{
	border-bottom:1px solid #009688;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:20px;
}
.history .list div>p span{
	color:#009688;
}
.history .list table{
	width:100%;
	border:1px solid #ccc;
	margin-bottom:50px;
}
.history .list table th{
	text-align:center;
	font-weight:normal;
	background-color:#505050;
	font-size:14px;
	font-size:1.4rem;
	color:#fff;
	height:35px;
	line-height:35px;
	border-right:1px solid #ccc;
}
.history .list table td{
	font-size:11px;
	font-size:1.1rem;
	padding:5px;
	border-right:1px solid #ccc;
}
.history .list table tr:nth-child(odd) {
	background:#F4F4F4;
}


.history .search{
	background-color:#EAEAEA;
	position : relative;
}
.history .search .search_in{
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

.history .search .l{
	width: 85%
}
.history .search .r{
	width: 90px;
	margin-top: 310px;
}
.history .search dl{
	position:relative;
	width: 50%;
	float: left;
}
.history .search dl dt{
	width: 25%;
	padding: 0 0 0 2%;
	text-align: left;
	background-color: #505050;
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 30px;
	height:30px;
	position:absolute;
}
.history .search dl dd{
	text-align: left;
	margin-bottom: 10px;
	height:100%;
	margin-left:30%;
}
.history .search dl dd input[type="text"]
{
	width: 90%;
	border:1px solid #999;
	height:28px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.history .search dl dd input[type="text"].datepicker,
.history .search dl dd input[type="date"]
{
	width: 35%;
	border:1px solid #999;
	height:28px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.history .search dl dd input[type="checkbox"]{
	height:28px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.history .search dl dd label{
	margin-right: 15px;
}

.history .btn{
    bottom: 15px;
    position: absolute;
    right: 15px;
    width: 100px;
}
.history .btn div{
    background-color: #c8b26b;
    border: 1px solid #999;
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 80px;
	
}
.history .btn div a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
}

.history .btnPoint{
    --bottom: 15px;
    --position: absolute;
    --right: 15px;
    --width: 100px;
}
.history .btnPoint div{
    background-color: #01A9DB;
    border: 1px solid #999;
    font-size: 1.5rem;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 120px;
    margin-bottom:10px;
	
}
.history .btnPoint div a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
}

#div_den_search_result .div_NoResult{
	text-align: center;
	margin-bottom: 40px;
    font-size: 1.5rem;
}

#div_azukari{
	margin-bottom: 5px;
}
#div_azukari div{
	width: 45%;
	float: left;
	padding-left: 5px;
}

#div_den_search_result .div_point{
	text-align: center;
	margin-bottom: 20px;
    	font-size: 1.5rem;
}

#div_den_search_result .point{
	text-align: center;
    	font-size: 2rem;
}

/***------------
history/pointlist
------------***/
.history{
}
.history .pointlist{
	margin:30px auto 0;
	width:95%;
	text-align:center
}

.history .pointlist table{
	width:60%;
	border:1px solid #ccc;
	margin-bottom:50px;
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
}
.history .pointlist table th{
	text-align:center;
	font-weight:normal;
	background-color:#505050;
	font-size:14px;
	font-size:1.4rem;
	color:#fff;
	height:35px;
	line-height:35px;
	border-right:1px solid #ccc;
}
.history .pointlist table td{
	font-size:13px;
	font-size:1.4rem;
	padding:5px;
	border-right:1px solid #ccc;
}

#mst #cotage .List  table tbody td{
	height:50px;
	--border-right:solid 1px #221714;
	border-bottom:solid 1px #221714;
	--font-weight:normal;
	vertical-align:middle;
	text-align:left;
	padding-top:1px;
	padding-left:5px;
}

.tdLeft {
	text-align:left;
 }

.tdRight {
	text-align:right;
 }

.history .pointlist table tr:nth-child(odd) {
	background:#F4F4F4;
}

.history .btnBack{
    --position: absolute;
}

.history .btnBack div{
    background-color: #c8b26b;
    border: 1px solid #999;
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
	
}
.history .btnBack div a{
	--display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
}
