@charset "utf-8";
/*------------------------------------------------------------------------
　基礎設定
-------------------------------------------------------------------------*/

* {
	font-family: "メイリオ", Meiryo;
	white-space: normal;
	margin: 0;
	padding: 0;
	color: #333;
}
.body {
	background-image: url(design/header_bg.png);
	background-repeat: repeat-x;
}
#main {
	margin:10px 0 0;
	width: 755px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
#list {
	width: 720px;
}
#list ol li {
	list-style-type: decimal;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
}
a:hover img {
    opacity: 0.5;  
    filter: alpha(opacity=70);  
}  
.box {
	width: 720px;
	margin-top: 20px;
}
.pageTitle {
	font-weight: bold;
	font-size: 24px;
	background-image: url(design/midashiback.png);
	height: 65px;
	width: 720px;
	line-height: 62px;
	text-indent: 15px;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.sub_ttl {
	font-size: 24px;
	font-weight: bold;
	background: url(design/maku_icon.png) no-repeat 0px 4px;
	text-indent: 31px;
	margin: 20px 0 8px;
	width: 720px;
	display: block;
	float: left;
}
.third_ttl{
	font-size: 18px;
	line-height: 32px;
	text-indent: 23px;
	height: 30px;
	width: 720px;
	font-weight: bold;
	color: #FFF;
	display: block;
	background: #00A0E9 url(design/bar_ico.png) no-repeat 6px;
	margin: 20px 0 10px;
}
.fourth_ttl{
	padding: 0px;
	margin: 20px 0 5px 0;
	font-size: 16px;
	border-bottom: thin dotted #a9a9a9;
	line-height: 26px;
	font-weight: bold;
}
.step_ttl {
	width: 720px;
	margin: 0 0 15px;
	line-height: 30px;
}
.linkarea{
	visibility: hidden;
	resize: none;
	height: 0px;
}
.cation_box {
	border: thin solid #F00;
	width: 720px;
	background: #fffff4;
	margin: 20px 0;
}
.cation_inner {
	margin: 15px;
}
.cation_p {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	margin: 0 0 10px;
	border-bottom: thin dotted #F00;
}
.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 0 0 0 16px;
}
a.arrow:hover {
	color: #c0c0c0;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow2 {
	padding: 0 0 3px 5px;
	margin: 0 20px 0 0;
	width: 69px;
	height: 25px;
	background: #00A0E9;
	position: relative;
	display: inline-block;
}
.arrow2:after {
	border-left: 12px solid #00A0E9;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	content: "";
	position: absolute;
	left: 22px;
	top: 0px;
	margin-left: 52px;
}
.arrow2 span {
	font-family: din;
	position: relative;
	z-index: 3;
	font-size: 18px;
	color: #FFF;
	letter-spacing: 1px;
}
.btn1::before{
	width: 12px;
	height: 12px;
	background: #00A0E9;
}
.btn1::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn2 {
	display: inline-block;
	width: 230px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #66cdaa;
	border: 1px solid #66cdaa;
	color: #fff;
	font-size: 16px;
	margin: 5px 0 15px;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn2:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}
.btn3 {
	display: inline-block;
	width: 210px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #1ac6ff;
	border: 1px solid #1ac6ff;
	color: #fff;
	font-size: 15px;
	margin: 3px 0;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn3:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}
.btn4 {
	display: inline-block;
	width: 210px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #9acd32;
	border: 1px solid #9acd32;
	color: #fff;
	font-size: 15px;
	margin: 3px 0;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn4:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}
.btn5{
	display: inline-block;
	width: 210px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #ffa500;
	border: 1px solid #ffa500;
	color: #fff;
	font-size: 15px;
	margin: 3px 0;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn5:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}
.link_txt a {
	color: #39F;
	font-weight: normal;
}
.link_txt a:hover {
	color: #333;
}
/*------------------------------------------------------------------------------------*/

@font-face {
	font-family: din;
	src: url(font/DINMittelschriftStd.otf);
}
p {	font-size: 15px; line-height: 25px;	margin: 0px;}

.font1 { color: #F00; }
.font2 { font-family: din; font-size: 13px; letter-spacing: 2px; color: #b3b3b3;}
.font3 { font-size: 12px; line-height: 18px;}
.font4 { font-size: 20px; line-height: 30px; color: #00A0E9; font-weight: bold;}
.font10 { font-size: 22px; font-weight: bold; line-height: 30px;}
.font20 { font-size: 22px; font-weight: bold; color: #F60; text-align: center;}
.font21 {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	padding: 3px 5px 1px;
	background-color: #fafaaf;
	border: thin solid #F00;
	margin-top: 10px;
	display: inline-block;
}
/*------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
　サイドメニュー
-------------------------------------------------------------------------*/

.category_6339{
	width: 180px;
	background: url(design/side_beginner_icon.png) no-repeat 0px 12px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	color: #00A0E9;
	border-top: 2px solid #00A0E9;
	border-bottom: 1px solid #ccc;
	text-indent: 20px;
	font-size: 18px;
    margin-top: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: default;
}
.category_6340 a,.category_6341 a,.category_6342 a,.category_6343 a,
.category_6344 a,.category_6345 a,.category_6366 a,.category_6367 a,
.category_6368 a{
	width: 180px;
	height: 30px;
	text-indent: 10px;
	background: url(design/side_gray_arrow.png) no-repeat 0px 12px;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dotted #b3b3b3;
	display: block;
	text-decoration: none;
	transition: 0.3s;
}
.category_6340 a:hover,.category_6341 a:hover,.category_6342 a:hover,
.category_6343 a:hover,.category_6344 a:hover,.category_6345 a:hover,
.category_6366 a:hover,.category_6367 a:hover,.category_6368 a:hover{
	color: #87cefa;
	text-decoration: underline;
}
.category_6347,.category_6351,.category_6355,.category_6358,.category_6361{
	height: 33px;
	width: 180px;
	font-size: 15px;
	font-weight: bold;
	background: url(/goods_img/168/design/side_blue_arrow.png) no-repeat 6px 14px #e6e6e6;
	text-indent: 16px;
	line-height: 33px;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        cursor: default;
}
.category_6348 a,.category_6349 a,.category_6350 a,.category_6352 a,.category_6353 a,
.category_6354 a,.category_6356 a,.category_6357 a,.category_6359 a,.category_6360 a{
	width: 180px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dotted #b3b3b3;
	display: block;
	text-decoration: none;
	transition: 0.3s;
}

.category_6348 a:hover,.category_6349 a:hover,.category_6350 a:hover,.category_6352 a:hover,
.category_6353 a:hover,.category_6354 a:hover,.category_6356 a:hover,.category_6357 a:hover,
.category_6359 a:hover,.category_6360 a:hover {
	color: #87cefa;
	text-decoration: underline;
}
.category_6365 {
	width: 180px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #00A0E9;
	border-top: 2px solid #00A0E9;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
        margin-top: 30px;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        cursor: default;
}
.side_subttl {
	width: 180px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #00A0E9;
	border-top: 2px solid #00A0E9;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
        margin-top: 30px;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        cursor: default;
}


/*------------------------------------------------------------------------
　index
-------------------------------------------------------------------------*/
.index_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
.index_ttl_b {
	font-size: 21px;
	color: #00A0E9;
}
/* 4point */
.index_4point_inner {
	margin: 15px 20px 5px;
}
.index_4point {
	background-color: #F7F9F9;
	border: 2px solid #b3b3b3;
	width: 715px;
	margin: 20px 0 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.index_4point ul{
	margin-top: 5px;
}
.index_4point li{
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 2px;
	background: url(design/index_4point_check.png) no-repeat 0px 3px;
	text-indent: 30px;
}
.index_4point li:nth-child(-n+2){
	border-bottom: 2px dotted #999;
}

/*------------------------------------------------------------------------
　スライダー
-------------------------------------------------------------------------*/
#slider {
	position: relative;
	width: 720px;
	height: 400px;
}
#slider a:focus {
	outline: 0;
}
.slider-view {
	position: relative;
	width: 720px;
	height: 360px;
	overflow: hidden;
}
.slider-container {
	position: absolute;
	height: 360px;
	width: 720px;
}
.slider-container div {
	position: relative;
	float: left;
	width: 720px;
	height: 360px;
}
.slider-container div a {
	display: block;
}
.slider-container div a:hover {
	color: #600;
}
#slide-prev, #slide-next {
	position: absolute;
	top: 368px;
	color: #00A0E9;
	font-size: 28px;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
}
#slide-prev {
	left: 28px;
}
#slide-next {
	right: 41px;
}
.slider-pagination {
	position: absolute;
	top: 370px;
	left: 50%;
	margin-left: -40px;
	width: 100px;
}
.slider-pagination a {
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
	background-color: #CCC;
	margin: 0px 5px;
}
.slider-pagination a:hover {
	background: #b3b3b3;
}
.slider-pagination a.current {
	background: #4ae;
}


/* mitsumori_btn */
.mitsumori_btn {
	display: inline-block;
	width: 720px;
	height: 120px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin: 20px 0;
	position: relative;
	-webkit-perspective: 6000px;
	perspective: 6000px;
}

.mitsumori_subttl {
	color: #FFF;
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 20px;
	line-height: 30px;
}
.mitsumori_btn::before,
.mitsumori_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.mitsumori_btn,
.mitsumori_btn::before,
.mitsumori_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.mitsumori_btn span {
	display: block;
	position: absolute;
	width: 720px;
	height: 120px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
	font-size: 36px;
	font-weight: bold;
}
.mitsumori_btn span:nth-child(1) {
	background-color: #F0831E;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -60px;
	-moz-transform-origin: 50% 50% -60px;
	transform-origin: 50% 50% -60px;
}
.mitsumori_btn span:nth-child(2) {
	background-color: #00A0E9;
	color: #FF0;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -60px;
	-moz-transform-origin: 50% 50% -60px;
	transform-origin: 50% 50% -60px;
}
.mitsumori_btn:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.mitsumori_btn:hover span:nth-child(2) {
	background-color: #F4A55E;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
/* plan */
.index_plan_box1{
	width: 347px;
	float: left;
	margin: 0 20px 20px 0;
	border-width:4px 1px 1px;
	border-style:solid;
	border-color: #0086CD #b3b3b3 #b3b3b3;
	margin: 0 15px 15px 0;
	box-shadow:0px 0px 4px 2px #e8e8e8;
	-moz-box-shadow:0px 0px 4px 2px #e8e8e8;
	-webkit-box-shadow:0px 0px 4px 2px #e8e8e8;
}
.index_plan_box2{
	width: 347px;
	margin: 0 0 20px;
	border-width:4px 1px 1px;
	border-style:solid;
	border-color: #F0831E #b3b3b3 #b3b3b3;
	float: left;
	margin: 0 15px 15px 0;
	box-shadow:0px 0px 4px 2px #e8e8e8;
	-moz-box-shadow:0px 0px 4px 2px #e8e8e8;
	-webkit-box-shadow:0px 0px 4px 2px #e8e8e8;
}
/* plan_box */
.plan_box_inner{
	background: #fff;
	border-radius: 20px;
	font-size: .85em;
	margin: 20px;
}
.plan_box_inner img{
	margin: 0 0 5px;
}
.plan_box_inner a{
	border-radius: 20px;
	display: block;
	text-decoration: none;
	zoom: 1;
}
.plan_box_inner a:hover{
	transition: 0.3s;
}
.plan_box_inner a .plan_img{
	height: 176px;
	width: 307px;
	overflow: hidden;
	margin-bottom: 5px;
}
.plan_box_inner a:hover img{
    opacity: 1;  
}
.plan_box_inner a:hover .plan_img img{
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.plan_txt dd{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}
 
/* plan_btn */
.plan_btn{
	text-align: center;
}
.plan_btn span{
	text-decoration: none;
	color: #00A0E9;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #00A0E9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 0;
	display: block; 
}
.plan_box_inner a:hover .plan_btn span{
	text-decoration: none;
	color: #F0831E;
	border: 2px solid #F0831E;
	letter-spacing: 3px;
	-webkit-transition: all .3s;	
	transition: all .3s;
}
.plan_ttl1 { font-size: 24px; font-weight: bold; color: #0086CD;}
.plan_ttl2 { font-size: 24px; font-weight: bold; color: #F0831E;}
.plan_ttl3 { font-size: 18px; font-weight: bold; color: #333; margin-left: 5px;}

.index_voice {
	float: left;
	width: 720px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 20px;
}
.index_voice .index_voice_img1 {
	float: left;
	width: 347px;
	margin-right: 20px;
}
.index_voice .index_voice_img2 {
	float: left;
	width: 347px;
	margin-left: 20px;
}
.index_voice_name {	font-size: 14px; font-weight: bold; margin:0 0 5px;}
.index_voice_txt {
	float: left;
	width: 353px;
}

.index_voice_ttl { font-size: 22px; font-weight: bold; line-height: 28px; color: #00A0E9; margin:0 0 10px;}

.index_contents ul{
	float: left;
	width: 740px;
	margin: 0 0 20px;
}
.index_contents li{
	border: 1px solid #b3b3b3;
	float: left;
	width: 229px;
	margin: 0 15px 0 0;
	box-shadow:0px 0px 4px 2px #e8e8e8;
	-moz-box-shadow:0px 0px 4px 2px #e8e8e8;
	-webkit-box-shadow:0px 0px 4px 2px #e8e8e8;
}
.index_contents li a{
	text-decoration: none;
}
.index_contents dl{	margin: 8px 10px;}
.index_contents dt{	font-size: 18px; font-weight: bold;}
.index_contents dd{
	font-size: 13px;
	line-height: 18px;
}
.index_contents a:hover dt{	color: #c0c0c0;}
.index_contents a:hover dd{	color: #c0c0c0;}

.proces li{
	width: 220px;
	float: left;
	padding-right:15px;
	margin-right: 15px;
}
.proces li:nth-child(1){
	border-right: 1px dotted #b3b3b3;
}
.proces li:nth-child(2){
	border-right: 1px dotted #b3b3b3;
}
.proces dt{	color: #00A0E9;	text-align: center;	font-size: 18px; font-weight: bold; margin: 5px 0 2px;}
.proces dd{	font-size: 14px; line-height: 22px;	margin: 0px;}


/*------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------*/

#footer {
	width: 720px;
	float: left;
	margin: 20px 0 0;
}
.footer_guide li{
	width: 350px;
	float: left;
}
.footer_guide li:nth-child(-n+2){
	height: 300px;
}
.footer_guide_ttl {
	width: 720px;
	font-family: din;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 35px;
	margin: 0 0 20px 0;
}
.footer_guide li:nth-child(odd){
	margin: 0 20px 0 0;
}
.footer_guide dt{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 8px;
	border-bottom: 1px solid #666;
}
.footer_guide dd{
	font-size: 13px;
	line-height: 20px;
}
.footer_logo {
	float: left;
	text-align: center;
	width: 720px;
}
.footer_copyright {
	background-color: #00A0E9;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	float: left;
	text-align: center;
	width: 720px;
	margin-top: 25px;
	padding: 5px 0;
}
.footer_menu {
	background-color: #EEE;
	float: left;
	border: 1px solid #C8C8C8;
	margin: 50px 0 25px 0;
	width: 720px;
	text-align: center;
}
.footer_menu ul .home {
	background: url(design/home_icon.png) no-repeat 0px 2px;
	padding-left: 15px;
}
.footer_menu ul {
	margin: 10px 0 ;
}
.footer_menu li {
	display: inline;
	font-size: 12px;
	margin: 0 3px;
}
.footer_li {
	border-left: 2px dotted #999999;
	padding-left: 9px;
}
.footer_menu li a{
	text-decoration: none;
}
.footer_menu li a:hover{
	color: #F0831E;
	text-decoration: underline;
}


/*------------------------------------------------------------------------
　beginner
-------------------------------------------------------------------------*/

.beginner_step_box {
	padding-top: 20px;
	float: left;
	margin-top: 20px;
	width: 720px;
	border-top: 1px dotted #b3b3b3;
}
.beginner_step_img {
	margin: 0 0 20px;
}
.beginner_step_left {
	float: left;
	width: 382px;
	margin-right: 30px;
}
.beginner_plan {
	margin: 20px 0 0;
}
.beginner_step_right {
	height: 200px;
	width: 308px;
	float: left;
}

.begginer_pay {
	margin-top: 10px;
}
.beginner_last {
	display: block;
	float: left;
	background-color: #00A0E9;
	width: 720px;
	margin: 30px 0 5px;
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	padding: 15px 0;
}
.footer_guide {
	float: left;
}


/*------------------------------------------------------------------------
　order
-------------------------------------------------------------------------*/
.order_btn {
	float: left;
	margin-bottom: 20px;
}
.order_btn li {
	width: 230px;
	height: 192px;
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #a9a9a9;
}
.order_btn li:nth-child(1).order_bg {
	border-top: 4px solid #7D7EBC;
}
.order_btn li:nth-child(2).order_bg {
	border-top: 4px solid #ffa500;
}
.order_btn li:nth-child(3).order_bg {
	border-top: 4px solid #EE8386;
}
.order_btn li:nth-child(4).order_bg {
	border-top: 4px solid #4F9694;
}
.order_btn li:nth-child(5).order_bg {
	border-top: 4px solid #D2B60F;
}
.order_btn li:nth-child(6).order_bg {
	border-top: 4px solid #6699CC;
}
.order_btn_list {
	margin: 10px;
	text-align: center;
}
.order_btn_nav {
	font-size: 12px;
	line-height: 18px;
}
.order_btn_ttl {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.order_btn_ttl a:link {
	color: #333333;
	text-decoration: none;
}
.order_btn_ttl a:visited {
	color: #333333;
	text-decoration: none;
}
.order_btn_ttl a:hover {
	color: #6495ed;
	text-decoration: underline;
}

/*　kiji_box
============================== */ 
.kiji_box {
	float: left;
	margin: 30px 0 0;
	width: 720px;
}
.kiji_box dl {
	float: left;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #808080;
}
.kiji_box dt:nth-of-type(1){
	width: 425px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: thin dotted #a9a9a9;
	float: left;
	margin: 0 0 10px 0;
	display: block;
}
.kiji_box dt:nth-of-type(2){
	float: right;
}
.kiji_box dd:nth-of-type(1){
	width: 425px;
	float: left;
	display: block;
}
.kiji_box span{
	width: 425px;
	font-size: 15px;
	line-height: 25px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.kiji_box ul {
	width: 425px;
	display: block;
	margin: 0 0 10px;
	float: left;
}
.kiji_box li {
	font-size: 12px;
	display: block;
	background-color: #00A0E9;
	color: #FFF;
	text-align: center;
	padding: 2px;
	width: 65px;
	float: left;
	margin-right: 10px;
}

/*------------------------------------------------------------------------
　flow
-------------------------------------------------------------------------*/
#flow_box {
	margin-top: 20px;
	width: 720px;
}
.flow_box1 {
	border-width:4px 1px 1px;
	border-style:solid;
	border-color: #0086CD #b3b3b3 #b3b3b3;
	background: url(image/shoppingguide_boxbg1.png) no-repeat;
}
.flow_box2 {
	border-width:4px 1px 1px;
	border-style:solid;
	border-color: #F0831E #b3b3b3 #b3b3b3;
	background: url(image/shoppingguide_boxbg2.png) no-repeat;
	margin-top: 20px;
}
.flow_ttl {
	margin: 20px;
}
.flow_ttl dl {
	border-bottom: 1px dotted #333;
	height: 150px;
	padding-bottom: 20px;
}
.flow_box1 .flow_ttl dl {
	background: url(design/flow_ico1.png) no-repeat right top;
}
.flow_box2 .flow_ttl dl {
	background: url(design/flow_ico2.png) no-repeat right top;
}
.flow_ttl dt h3 {
	font-size: 38px;
	font-weight: bold;
	line-height: 38px;
}
.flow_box1 .flow_ttl h3 {
	color: #0086CD;
}
.flow_box2 .flow_ttl h3 {
	color: #F0831E;
}
.flow_ttl dd {
	font-size: 17px;
	line-height: 28px;
	margin-top: 12px;
}
.flow_box1 .flow_contents dl{
	background: url(design/flowbg01.png) no-repeat;
	margin: 20px;
	height: 540px;
}
.flow_box2 .flow_contents dl{
	background: url(design/flowbg02.png) no-repeat;
	margin: 20px;
	height: 830px;
}
.flow_contents dt{
	margin-left: 120px;
	font-size: 22px;
	font-weight: bold;
}
.flow_contents dd{
	margin: 0 0 18px 120px;
	padding: 0 0 18px;
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px dotted #808080;
}


/*------------------------------------------------------------------------
　deliverydate
-------------------------------------------------------------------------*/
#deliverydate_box {
	float: left;
	width: 680px;
	margin-top: 20px;
}
.fee_txt{
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 20px;
}
.haisou_time {
	margin-top: 10px;
	margin-bottom: 5px;
}


/*------------------------------------------------------------------------
　shoppingguide
-------------------------------------------------------------------------*/

.payee dl {
	float: left;	
	width: 350px;
	margin-right: 21px;
	font-size: 14px;
	line-height: 30px;
}
.payee dt:nth-child(n+2) {
	background-color: #E8E8E8;
	float: left;
	width: 90px;
	display: block;
	text-align: center;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #a9a9a9;
}
.payee dd {
	float: left;
	width: 256px;
	display: block;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #a9a9a9;
	text-indent: 15px;
}
.payee_img {
	display: block;
	width: 347px;
	text-align: center;
	height: 56px;
	border: 1px  solid #a9a9a9;
	float: left;
}

/*------------------------------------------------------------------------
　faq
-------------------------------------------------------------------------*/
.faq_c {
	width: 720px;
	float: left;
}
.faq_c ul{
	text-align: center;
}
.faq_c ul li {
	display: inline;
	font-size: 14px;
	margin-right: 25px;
}
.faq_box dl {
	width: 720px;
}
.faq_box dt{
	width: 720px;
	height: 30px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	border-bottom: thin dotted #666666;
	margin: 0 0 15px;
}
.faq_box dt span {
	font-family: din;
	color: #00A0E9;
	font-size: 22px;
	font-weight: normal;
	margin-right: 8px;
	vertical-align: bottom;
}
.faq_box dd {
	font-size: 14px;
	line-height: 24px;
	background: url(design/answer_icon.png) no-repeat;
	padding-left: 80px;
	list-style-type: none;
	list-style-position: outside;
	height: 80px;
}

/*------------------------------------------------------------------------
　fax
-------------------------------------------------------------------------*/
.fax_button_box {
	margin-top: 20px;
	float: left;
	width: 720px;
	margin-bottom: 20px;
}
.fax_button_box_left {
	float: left;
	margin-right: 20px;
	height: 197px;
	width: 181px;
}
.fax_list dl {
	width: 347px;
	float: left;
	margin-right: 25px;
}
.fax_list {
	margin-top: 25px;
}

.fax_list dt {
	background: url(design/fax_ttl.png) no-repeat;
	height: 38px;
	font-size: 20px;
	font-weight: bold;
	text-indent: 15px;
	margin-bottom: 5px;
}
.fax_list dd {
	height: 90px;
}


/*------------------------------------------------------------------------
　table_box
-------------------------------------------------------------------------*/

.table_box dl {
	width: 720px;
	background-color: #DBDBDB;
	font-size: 15px;
	line-height: 25px;
}
.table_box dt {
	width: 160px;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #fff;
	float: left;
	font-weight: bold;
	padding: 10px;
}
.table_box dd {
	background-color: #F5F5F5;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #fff;
	margin-left: 180px;
	padding: 10px;
}

/*------------------------------------------------------------------------
　site
-------------------------------------------------------------------------*/

#site_introduction ul {
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	width: 720px;
}
#site_introduction ul li {
	border-bottom: thin dotted #a9a9a9;
	margin-bottom: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	width: 720px;
	float: left;
	display: block;
}
#site_introduction {
	margin-top: 20px;
}
#company_table {
	margin-bottom: 30px;
}
#site_introduction ul li .site_img {
	float: left;
	margin-right: 20px;
	width: 284px;
}
#site_introduction ul li .site_txt {
	float: left;
	width: 416px;
}
#site_introduction ul li .site_guide_right .site_logo {
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------
　aut_form
-------------------------------------------------------------------------*/
#aut_form{
	width: 720px;
}
input[type="radio"] {
	vertical-align:middle;
	margin:0 5px 2px 0;
}
input[type="text"] {
	vertical-align:middle;
	margin:0 5px 2px 0;
}
/***********************************/
.m_textRed {color: #ff0000;}

.m_text_small {	font-size: 12px;}

.m_text_bold {font-weight:bold;}

.m_textRed_s {color: #ff0000; font-size: 12px;}

.m_textRed_b {color: #ff0000; font-weight:bold; font-size:160%;}

.input_name { width: 180px; }

.input_b { width: 480px; }

/***********************************/

.m_block {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #1f5c99;
	padding: 0px;
	margin: 0 0 10px 0;
}
.m_form {
	font-size: 15px;
	background-color: #999;
	text-align: left;
	width: 720px;
}
.m_form1{
	background-color: #eee;
	width: 160px;
	font-weight: bold;
	padding: 0 15px;
	line-height: 18px;
}
.m_form2{
	background-color: #FFF;
	width: 510px;
	padding: 15px;
}
.ash_c	{
	background-color: #AAA;
	margin: 3px 0;
	padding: 1px 0 1px 6px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.m_col{
	height: 40px;
	width: auto;
	background-color: #EAEAEA;
	padding: 0 10px;
	font-size: 14px;
	color: #000000;
}
.m_red_r {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	font-size: 11px;
	float: right;
	padding: 0 2px 0 6px;
	letter-spacing: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	vertical-align: middle;
}
form textarea{
	width: 505px;
	height: 100px;
	resize: none;
}
form select{
	margin: 0 0 5px;
}

/* 送信ボタン設定 ----------------- */
button.button1 {
	font-size: 0.8em;
	font-weight: bold;
	margin-right:10px;
	padding: 6px 15px;
	background-color: #5599DD;
	color: #fff;
	border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
	}

button.button2, button.button3 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 8px 15px;
	color: #fff;
	border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
	}

button.button2 {background-color: #EE2222;}
button.button3 {background-color: #5599DD;}

button.button1:hover, button.button2:hover, button.button3:hover {opacity: 0.8;}


/*------------------------------------------------------------------------
　nouki
-------------------------------------------------------------------------*/

#nouki_box {
	width: 720px;
	font-size: 14px;
}
.chumon_nouki {
	background-color: #cc0029;
	font-weight: bold;
	height: 32px;
	font-size: 18px;
	color: #FFF;
	line-height: 32px;
}
.chumon_nouki2 {
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	font-size: 14px;
	background-color: #FFF;
}
.track_icon {
	margin-right: 10px;
	vertical-align: -3px;
}
.noukiguide_text01 {
	color: #FFF;
}
.noukiguide_text02 {
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
}

/*------------------------------------------------------------------------
　design order
-------------------------------------------------------------------------*/
.designorder_box{
	float: left;
	margin: 20px 0 30px 0;
}
.designorder_box li{
	background-color: #00A0E9;
	width: 225px;
	float: left;
	margin-right: 22px;
	text-align: center;
}
.designorder_box li span{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	margin: 10px;
	display: inline-block;
}

/*------------------------------------------------------------------------
　lightbox
-------------------------------------------------------------------------*/
.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}
.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both
}
.lb-disable-scrolling {
	overflow: hidden
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px
}
.lightbox a img {
	border: none
}
.lb-outerContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px
}
.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}
.lb-outerContainer:after {
	display: table
}
.lb-container {
	padding: 4px
}
.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(design/loading.gif) no-repeat
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
	display: table
}
.lb-data {
	padding: 0 4px;
	color: #fff
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}
.lb-data .lb-number {
	visibility:hidden
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(design/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

/*------------------------------------------------------------------------
　kako
-------------------------------------------------------------------------*/
.kako_box {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: thin dotted #a9a9a9;
	float: left;
	width: 720px;
}
.kako_left {
	float: left;
	margin-right: 30px;
}
.kako_right {
	float: left;
	width: 390px;
}
.kako_ttl {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------
　example
-------------------------------------------------------------------------*/
.example_box {
	padding: 25px;
	border: thin solid #a9a9a9;
	width: 667px;
	float: left;
}
.example_line {
	float: left;
	margin-top: 20px;
	width: 720px;
}
.example_box2 {
	padding: 25px;
	border: thin solid #a9a9a9;
	width: 295px;
	float: left;
	margin-right: 22px;
}
.example_box3 {
	padding: 25px;
	border: thin solid #a9a9a9;
	width: 295px;
	float: left;
}
.example_box_under {
	width: 669px;
	float: left;
	margin-top: 15px;
}
.example_sabimg {
	float: left;
	padding-right: 15px;
}
.example_description {
	float: left;
	width: 329px;
}
.example_description2 {
	float: left;
	width: 294px;
	margin-top: 5px;
}
.middle_blue {
	font-size: 18px;
	font-weight: bold;
	color: #00A0E9;
	border-bottom: thin dotted #a9a9a9;
	margin-bottom: 10px;
	line-height: 25px;
}
.example_spec li{
	font-size: 14px;
	line-height: 24px;
}
.example_img {
	float: left;
	display: block;
}
.designer {
	width: 300px;
	font-size: 12px;
	color: #333;
	height: 94px;
	float: left;
	margin-top: 10px;
}
.interview_box {
	width: 720px;
	margin-top: 30px;
	border-top: thin solid #333;
	float: left;
	padding-top: 15px;
}
.interview_img {
	width: 720px;
	margin-top: 15px;
	display: block;
	font-size: 12px;
	line-height: 25px;
}
.interview_question {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px;
}
.after_interview {
	width: 720px;
	margin-top: 20px;
}
.after_ttl {
	font-size: 15px;
	color: #00A0E9;
	border-top: thin dotted #a9a9a9;
	border-bottom: thin dotted #a9a9a9;
	line-height: 25px;
	margin-bottom: 5px;
	font-weight: bold;
}
.store_info_box {
	background-color: #EEEFEF;
	padding: 15px;
	margin-top: 10px;
	float: left;
	width: 690px;
}
.store_info_left {
	float: left;
	margin-right: 20px;
}
.store_info_right {
	float: left;
	width: 500px;
}
.interview_graybox {
	background-color: #EEEFEF;
	padding: 15px;
	font-size: 12px;
	margin-top: 5px;
}
.interview_graybox a:hover {
	color: #00A0E9;
	text-decoration: none;
}
