@charset "utf-8";

/*　共通設定　*/

/*------------------------------------------
 ブラウザのマージンとパディング初期化
------------------------------------------*/
*{
	margin:0;padding:0;
}
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td{
	padding: 0;
margin: 0;
}
/*------------------------------------------
 イメージ初期化
------------------------------------------*/
img{
	vertical-align:middle;margin:0;padding : 0px;
}
/*------------------------------------------
 リンク設定
------------------------------------------*/
a img{
	border: none;
}
a{
	color: #9e294d;text-decoration:none;
}
a:hover{
	color:#9e294d;text-decoration:none;
}
a:visited{
	color:#9e294d;text-decoration:underline;
}
/*------------------------------------------
 リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img{opacity:0.85;/*--IE,FF対応--*/filter:alpha(opacity=85);-ms-filter: "alpha( opacity=85)";}
/*------------------------------------------
 float対策
------------------------------------------*/
.fcl{
	zoom: 100%;
}
.fcl:after{
	content: " "; clear: both; height: 0; display: block; visibility: hidden;
}
/*------------------------------------------
 画像回り込み
------------------------------------------*/
.img_left{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left: 10px;
	
}
.img_right{
	float:right;margin-left:20px;margin-bottom:10px; margin-top:10px; margin-right:10px;
}
.img_right_t{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:0px;
}
.img_center{
	display:block;
	margin:10px auto 10px;
	clear:both;
}
.img_center_t{
	display:block;
	margin:0px auto 0;
	clear:both;
}
.size_m{
	border: 2px solid #CCCCCC;
        box-shadow: 3px 3px 3px #CCCCCC;
}
.size_ms{ }

.size_s{
}

.size_ss{}
/*------------------------------------------
 テキスト装飾
------------------------------------------*/
.txt_bold{
	font-weight:bold;
}
.txt_small{
	font-size:90%;
}
.txt_big{
	font-size:120%;
}
.txt_right{
	text-align:right;
}
.txt_center{
	text-align:center;
}
.txt_red{
	color:#C61924;
}
.txt_yellow{
	color: #FFF45C;
}
.txt_ore{
	color: #FF9800;
}
.txt_blue{
	color:#0066cc;
}
.txt_keycolor{
	color:#923253;
}
.txt_keycolor2{
	color:#009744;
}
.txt_keycolor3{
	color:#ff5e3c;
}
.txt_marker{
	background-color:#ffffb6;
}
.txt_underline{
	border-bottom:#cccccc 1px dotted;margin-bottom:2px;
}
/*------------------------------------------
 PC・スマホ切り替え用
------------------------------------------*/
.pc_none{
	display: none;
}
.sp_none{}

/*　各コンテンツ　【　基本設定　】*/
/*------------------------------------------
 メイン設定
------------------------------------------*/
body{
	background: url(../images/bg001.png) repeat 0 0 transparent;
font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
color:#504337;
font-size: 18px;
line-height: 180%;
}


#body_in{
	background: url(../images/b_body_img.jpg) no-repeat center 30px;
	min-width:930px;
}
#wrap{
	background: url(../images/wrap_bg.png) repeat-y scroll center 0;
	min-width: 930px;
	margin:0px auto 0;
	clear: both;
	padding-top: 1px;
}

#wrap_t{
	/*background: url(../images/wrap_bg.png) repeat-y scroll center 0;*/
	min-width: 930px;
	margin:0px auto 0;
	clear: both;
	padding-top: 1px;
}

#frame{}
#top{
	position: relative;
	padding: 0px auto;
	margin: 0px auto;
	height: 770px;
	width: 930px;

}

.top_box{

}


.top_btn{
	display: block;
	left: 537px;
	position: absolute;
	top: 678px;
}


#main{
	width:930px;
	margin:0px auto 15px;
	padding: 0px 0;
}
.section{
	margin:30px auto 10px;clear:both;
}

/*------------------------------------------
　box, txt_area
------------------------------------------*/
.box{
	margin: 0px 15px;
	clear: both;
}

.box_form{
	margin: 0px 35px;
	clear: both;
}

.box_bg{
	margin: 5px 15px;
	border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.box_bg_img{
	background: url(../images/box_bg_img.jpg) repeat scroll center 0 transparent;
	border: 0px solid #d5cfba;
	margin: 20px 15px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
	padding-top: 0px;
	padding-bottom: 20px;
}


.box_bg_w{
	background-color:#FFF;
	border: 0px solid #d5cfba;
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
	padding-bottom: 20px;
}

.box_bg_wl{
	background-color:#FFF;
	border: 0px solid #d5cfba;
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
	padding-bottom: 20px;
	padding-top: 20px;
}



.box_bg_p{
	background: repeat scroll center 0 transparent;
	background-color:#fbeef7;
	border: 0px solid #d5cfba;
	margin: 20px 15px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
	padding-bottom: 20px;
}

.box_border{
	background-color: #FCFAF0;
	border: 5px double #CCCCCC;
	margin: 20px 20px;
	padding: 20px 20px;
}




.txt_area{
	padding:0px 35px;
}

.txt_area_bg{
	padding: 10px 15px;
	margin: 10px 35px 30px;
}


.txt_area_w{
	background-color:#F7F3E6;
	padding: 15px 20px 20px;
	margin: 10px auto 20px;
	border-radius: 5px;
	border: 2px dashed #ca890f;

}

.txt_area_b{
	background-color: #FFFFFF;
	margin: 0px 20px 20px;
	border-radius: 0px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border: 15px solid #f3f2ed;

}

.txt_area_dotted{
	background-color: #FFFFFF;
	border: 3px dotted #13643f;
	padding: 10px 15px;
	margin: 10px 20px;
}

.txt_area_border{
	background-color: #FFFFFF;
	border: 5px solid #c8bb98;
	padding: 10px 20px;
	margin: 10px 20px;
}
.txt_area_bg01{
	background: url(../images/bg03.gif) repeat scroll center 0 transparent;
	border: 0px solid #CCCCCC;
	padding: 20px 20px;
	margin: 10px auto 15px;
}


.txt_area_bg02 p{
	
	margin:5px 10px 5px;
	line-height: 200%;
	padding: 5px 10px;
	}







.txt_area_fl{
	display:block;
	float:left;
	text-align:left;
	padding: 0px auto;
	width:560px;
	font-size: 100%;
	
	}
	
.txt_area_fr{
	display:block;
	float:right;
	text-align:left;
	width:360px;
	padding-top: 10px;
	}
	


.txt_area_ami{
	background: url(../images/bg06.gif) repeat scroll center 0 transparent;
	padding: 20px 20px 20px;
	margin: 10px auto 0px;
}


.video_box_fl{
	display:block;
	float:left;
	text-align:left;
	width:520px;
	font-size: 100%;
	padding-top: 10px;
	
	}
	
.video_box_fr{
	display:block;
	float:right;
	text-align:left;
	width:300px;
	padding-top: 0px;
	}




/*------------------------------------------
 h1 h2 h3 h4 h5
------------------------------------------*/
h1{
	background-color: #504337;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto;
	width: auto;
	height:30px;
	text-align:center;
}
.h1_txt{
	display: block;
	line-height: 130%;
	padding: 10px 10px 0;
}

h2{}

/*------------------------------------------
 h3タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h3.title{
}




/*------------------------------------------
 h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4.title_01{
	margin: 0px auto 15px;
	text-indent:-4000px;
	height:66px;
	display:block;
	clear:both;
}



h4.title_02{
	margin: 0px auto 15px;
	text-indent:-4000px;
	height:66px;
	display:block;
	clear:both;
}

.t_001{
	background: url(../images/title_001.gif) no-repeat scroll center 0 transparent;
}
.t_002{
	background: url(../images/title_002.gif) no-repeat scroll center 0 transparent;
}
.t_003{
	background: url(../images/title_003.gif) no-repeat scroll center 0 transparent;
}
.t_004{
	background: url(../images/title_004.gif) no-repeat scroll center 0 transparent;
}
.t_005{
	background: url(../images/title_005.gif) no-repeat scroll center 0 transparent;
}
.t_006{
	background: url(../images/title_006.gif) no-repeat scroll center 0 transparent;
}








/*------------------------------------------
 サブタイトル装飾（基本値）
------------------------------------------*/



.sub_title_a{
	border-left:10px solid #97be2f;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	margin: 10px auto 0;
	padding-left: 10px;
	padding-top: 2px;
	color: #333333;
	padding-bottom: 0px;
	letter-spacing: 2px;
	border-bottom: 1px dotted #97be2f;
}


.sub_title_b{
	font-size: 27px;
	font-weight: bold;
	line-height: 200%;
	margin: 15px auto 10px;
	padding: 5px 10px 0px;
	color: #9e294d;
	display: block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 4px double #9e294d;
}

.sub_title_c{
		border-top: 5px solid #59493f;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 10px 20px 8px;
	background-color: #13643f;
    box-shadow: 2px 2px 2px #CCCCCC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sub_title_d{
	
	border-right: 2px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: bold;
	line-height: 180%;
	margin: 10px auto 10px;
	padding: 10px 20px 8px;
	background-color: #59493f;
	text-align:center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

}





.sub_title_e{
	font-size: 24px;
	line-height: 180%;
	margin: 0px auto 0px;
	padding: 5px 10px 0px;
	color: #504337;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #504337;
	letter-spacing: 10px;
}

.sub_title_e2{
	font-size: 22px;
	line-height: 230%;
	margin: 0px 40px 0px;
	padding: 5px 10px 0px;
	color: #504337;
	font-weight: bold;
	text-align: left;
}

.sub_title_f{
	background-color: #f2f2f2;
	border-left : 15px solid #a10a63;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #504337;
	font-size: 22px;
	line-height: 130%;
	margin: 10px 0 15px;
	padding: 8px 20px 6px;
	font-weight: bold;
}


.sub_title_g{
	background-color: #f2f2f2;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #333333;
	font-size: 22px;
	line-height: 130%;
	margin: 10px 0 15px;
	padding: 8px 10px 6px;
	font-weight: bold;
}

.sub_title_h{
	font-size: 26px;
	line-height: 160%;
	margin: 5px auto 5px;
	padding: 5px 10px 5px;
	color: #13643f;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #13643f;
}

.sub_title_i{
	font-size: 22px;
	line-height: 160%;
	margin: 5px auto 5px;
	padding: 5px 10px 5px;
	color: #ed1f66;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ed1f66;
}

.sub_title_bg{
	display:block;
	background: url(../images/sub_title_bg.gif) no-repeat scroll center 0 transparent;
	/*font-family: "小塚明朝 Pro B", "ＭＳ Ｐ明朝", serif;*/
	font-size:24px;
	font-weight: bold;
	height: 56px;
	line-height: 260%;
	color:#3D250D;
	clear: both;
	margin: 0 auto 15px;
	padding:10px auto 5px;
	text-align:left;
	text-indent: 25px;
}

/*------------------------------------------
 ヘッダーエリア
------------------------------------------*/

#header_bg{
	background: url(../images/header_bg.gif) repeat-x scroll center 0 transparent;
	height: 103px;
	margin: 0 auto;
	padding: 0;
	width:auto;
	border-bottom: 1px solid #13643f;
}
#header{
	background: url(../images/header.gif) no-repeat scroll center 0 transparent;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	width:930px;
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
}
#header .header_tel_number{
	color:#504337;
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	left: 449px;
	top: 41px;
	white-space: nowrap;
}

#header .header_btn{
	height: 60px;
	width: 215px;
	position: relative;
	left: 715px;
	top: 15px;
	
}

/*------------------------------------------
 お申込みエリア
------------------------------------------*/
.order{
	width:830px;
border: 5px solid #e46477;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 2px 2px #CCCCCC;
margin: 15px auto;
padding: 0 0 10px;
}

h3.order_h3 {}
h3.order_main {}

/*　インフォメーションエリア　*/
.order_info{
	background-color: #FFFFFF;
}

/*　▼左：TELエリア▼　*/
.order_tel{
	float:left;margin:10px 5px 5px 20px;
}

/*　▼右：ボタンエリア▼　*/
.order_mail{
	float:right;margin:10px 20px 5px 5px;
}



/*　▼通話無料▼　*/
.order .txt_cap{
	font-size: 16px;font-weight: bold;line-height: 160%;
}

/*　▼TEL番号▼　*/
.order a.txt_tel{
	background: url("../images/t_icon.png") no-repeat scroll 0 0 transparent;
color: #333333;
display: block;
font-size: 36px;
font-weight: bold;
line-height: 100%;
text-indent: 39px;
white-space: nowrap;
}

/*　▼営業時間▼　*/
.order .order_time{
	background-color:#FBFFC7;
display: block;
font-size: 16px;
margin: 0 auto 0px;
width: 95%;
}

.plain{
	white-space: nowrap;
}


/*　流用コンテンツ　【　良く使うカテゴリ　】*/
/*------------------------------------------
 リストのチェックアイコン
------------------------------------------*/
ul{
	line-height: 200%;
list-style: none outside none;
padding: 10px 10px;
}
ul li.icon_check{
	background: url(../images/icon_check.gif) no-repeat scroll 0 0;
padding-left: 34px;
}

/*------------------------------------------
 list_box
------------------------------------------*/
.list_box_01{
	background: url(../images/check_bg.jpg) no-repeat scroll center 0 transparent;
	height:451px;
}

.list_box_01 ul.L{
	padding: 110px 0 0;
	margin:0px 10px 10px 175px;
	width: 340px;
	float:left;
}

.list_box_01 ul.R{
	padding: 110px 0 0;
	margin:0px 10px 10px 0px;
	width: 360px;
	float:left;
}


.list_box_01 ul li.icon_check{
	background: url(../images/icon_check.png) no-repeat scroll 3px 5px transparent;
	font-size:20px;
	font-weight: normal;
	line-height: 140%;
	list-style: none outside none;
	margin: 8px 0;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 8px;
}

.list_box_01 h5{
	display:none;
	}



/*------------------------------------------
 list_box02
------------------------------------------*/
.list_box_02{
	background: url(../images/check_bg.jpg) no-repeat scroll center 0 transparent;
	height:451px;
}

.list_box_02 ul.L{
	padding: 110px 0 0;
	margin:0px 10px 10px 175px;
	width: 340px;
	float:left;
}

.list_box_02 ul.R{
	padding: 110px 0 0;
	margin:0px 10px 10px 0px;
	width: 360px;
	float:left;
}


.list_box_02 ul li.icon_check{
	background: url(../images/icon_check.png) no-repeat scroll 3px 5px transparent;
	font-size:20px;
	font-weight: normal;
	line-height: 140%;
	list-style: none outside none;
	margin: 8px 0;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 8px;
}

.list_box_02 h5{
	display:none;
	}


/*------------------------------------------
 list_box
------------------------------------------*/
.list_box_02{
	background: url(../images/check_bg2.jpg) no-repeat scroll center 0 transparent;
	height:660px;
}

.list_box_02 ul{
	padding: 210px 0 0;
	margin:0px 10px 10px 90px;
	width: 500px;
	float:left;
}


.list_box_02 ul li.icon_check{
	background: url(../images/icon_check.png) no-repeat scroll 3px 5px transparent;
	font-size:20px;
	font-weight: normal;
	line-height: 140%;
	list-style: none outside none;
	margin: 8px 0;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 5px;
}

.list_box_02 h5{
	display:none;
	}
	
/*------------------------------------------
 list_box_item
------------------------------------------*/
.list_box_item{
	height: auto;
}

.list_box_item ul{
	padding: 0 0 0;
	margin:0px 10px 10px;
	width: auto;
}
.list_box_item li{
	background: url(../images/list_icon_s.png) no-repeat scroll 3px 9px transparent;
	font-size:16px;
	font-weight: normal;
	line-height: 140%;
	list-style: none outside none;
	margin: 8px 0;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-top: 5px;
}	

/*------------------------------------------
 特徴BOX
------------------------------------------*/
.box_m{
	background-color: #BB8C5C;
border-radius: 10px 10px 10px 10px;
margin: 0 20px;
padding: 0 0 30px;
}
.box_m_txt{
	background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
margin: 0 30px;
padding: 20px 20px;
}

.box_m_txt ul li{
	line-height: 160%;
margin: 10px 0;
padding: 0 0 10px;
}

/*------------------------------------------
 point
------------------------------------------*/
.point_title{
	border-bottom: 2px dotted #333333;
color: #AA0000;
font-size: 22px;
font-weight: bold;
margin-left: 0px;
padding-bottom: 5px;
padding-top: 10px;
}


/*------------------------------------------
 point_area
------------------------------------------*/

.box_point{
	background:no-repeat scroll 0 0 transparent;
	background-color:#cfe49f;
	height:auto;
	background-position:top center;
	margin: 20px 15px 20px;
	padding-top:0px;
	padding-bottom:20px;
	display: block;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}




.point_area{
	clear:both;
	margin:15px 20px 0;
	padding: 10px 10px 0px 12px;
	width: auto;
	display: block;
	background-color:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:3px solid #c8bb98;
	min-height: 160px;
	background: url(../images/bg03.gif) repeat scroll center 0 transparent;
}

.point_area_y{
	clear:both;
	margin:20px 20px;
	padding: 10px 10px 10px 15px;
	width: auto;
	display: block;
	background-color:#f5f6d6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:1px solid #B2B2B2;
	min-height: 160px;
}

.point_img{
	display: block;
	float: left;
	margin: 10px 10px 0 5px;
	padding-right: 0px;
}



.point_txt{
	display: block;
	margin: 0 0px 0 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	width:830px;
	font-size: 16px;
}




h5.point_t_title{
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: bold;
	line-height: 130%;
	margin: 0px auto 10px;
	padding: 10px 20px 8px;
	background-color: #13643f;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*.pt_001{background: url("../images/point_t1.png") no-repeat scroll center 0 transparent;}*/





.point_number,
.point_number2{
	display:none;
}


/**/


/*------------------------------------------
 message_box（中央センタリングに大きな文字）
------------------------------------------*/
.box_e{
    background-color: #773535;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: "ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3";
    font-size: 32px;
    font-weight: bold;
    line-height: 130%;
    margin: 20px auto;
    padding: 20px 20px 15px;
	text-align: center;

}
.box_e .box_e_in{
	font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
background: none repeat scroll 0 0 #FCF8F2;
color: #333333;
font-size: 19px;
font-weight: normal;
line-height: 140%;
margin-top: 20px;
padding: 15px 40px 20px;
text-align: left;
}

/*------------------------------------------
 フロートボックス
------------------------------------------*/

.con2_area{
	clear:both;
	height:auto;
	margin: 10px 25px;
	padding: 0px auto;
	width:auto;
	padding-top: 550px;
	border-radius: 5px;
}

.con2_L,
.con2_R{
	float: left;
	height: auto;
	margin: 10px 0px 10px 28px;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;

}



.con2_imgs{
	float: left;
	height: 252px;
	margin: 10px 3px;
	padding: 10px auto;
	width: 421px;
	/*background-color: #faf9f4;
	border:1px solid #601986;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;*/
}



.con_f{
	margin: 10px 5px;
	padding: 10px 10px;
	width: auto;
	border: 1px solid #CCCCCC;
	}


.con2_title{
	border-bottom: 3px solid #13643f;
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
	color: #13643f;
	padding: 0px 10px auto;
	text-indent: 10px;
	text-align: center;
	border-top: 0px solid #13643f;
	line-height: 200%;
}


/*------------------------------------------
 フロートボックス
------------------------------------------*/

.con3_area{
	clear:both;
	height:auto;
	margin: 10px auto;
	padding: 0px auto;
	width:auto;
}

.con3_1,
.con3_2,
.con3_3{
	float: left;
	height : 200px;
	margin : 0px 5px 20px;
	padding: 10px auto 5px;
	width: 253px;
	background-color: #FFFFFF;
	border : 5px solid #eee8c5;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}

.con3_4{
	float: left;
	height: auto;
	margin: 0px 5px 10px;
	padding: 10px auto 5px;
	width: 253px;
	background-color: #FFFFFF;
	border:5px solid #eee8c5;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}







.con_f{
	margin: 10px 5px;
	padding: 10px 10px;
	width: auto;
	border: 1px solid #CCCCCC;
	}


.con3_title{
	border-bottom: 1px dotted #13643f;
	display: block;
	font-size: 20px;
	color : #990033;
	text-align: center;
	margin: 0px 5px 5px;
	line-height: 130%;
	font-weight: bold;
	height : 70px;
	padding-top: 20px;
}

.con3_title2{
	border-bottom: 1px dotted #13643f;
	display: block;
	font-size: 20px;
	color: #4d7b21;
	text-align: center;
	margin: 0px 5px 5px;
	line-height: 130%;
	font-weight: bold;
	height: 55px;
	padding-top: 5px;
}

/*------------------------------------------
 フロートボックス2
------------------------------------------*/

.voice3_area{
	clear:both;
	height:auto;
	margin: 10px auto;
	padding: 0px auto;
	width:auto;
}

.voice3_1,
.voice3_2,
.voice3_3{
	float: left;
	height : 200px;
	margin : 0px 5px 20px;
	padding: 10px auto 5px;
	width: 253px;
	background-color: #FFFFFF;
	border : 5px solid #eee8c5;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}

.voice3_4{
	float: left;
	height: auto;
	margin: 0px 5px 10px;
	padding: 10px auto 5px;
	width: 253px;
	background-color: #FFFFFF;
	border:5px solid #eee8c5;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}
.voice3_title{
	border-bottom: 1px dotted #13643f;
	display: block;
	font-size: 20px;
	color : #e46477;
	text-align: center;
	margin: 0px 5px 5px;
	line-height: 130%;
	font-weight: bold;
	height : 50px;
	padding-top: 20px;
}
/*------------------------------------------
 お客様の声
------------------------------------------*/
.voice_area{
	margin: 20px 20px 0;
	padding: 10px 15px 10px;
	background: url(../images/bg003.png) repeat center 0px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}
.voice{
	font-size:96%;
	background: url(../images/voice_bg.gif) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	line-height: 160%;
	margin: 15px auto 10px;
	padding: 10px 20px 10px;
}



.voice_L,
.voice_R{
	font-size:96%;
	float:left;
	background: url(../images/voice_bg.gif) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	line-height: 160%;
	margin: 10px 9px;
	padding: 10px 15px 10px;
	width:370px;
	height: 150px;
}


.voice_01,
.voice_02,
.voice_03{
	font-size:96%;
	float:left;
	background: url(../images/voice_bg.gif) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	line-height: 160%;
	margin: 5px 9px;
	padding: 10px 15px 10px;
	width:226px;
	height: 300px;
}


/*------------------------------------------
 良くある質問
------------------------------------------*/
.faq{
	background: none repeat scroll 0 0 #FFFCF5;
border: 1px dotted #98062e;
font-size: 16px;
margin: 10px auto;
padding: 10px 20px;
}
.faq_q{
/*
background: url(../images/icon_q.gif) no-repeat scroll 0 0 transparent;
*/
border-bottom: 1px solid #460607;
color: #460607;
font-size: 22px;
font-weight: bold;
line-height: 140%;
margin: 10px auto;
padding: 0 0 5px;
}
.q{
	background-color: #319FC8;
border-radius: 20px 20px 20px 20px;
font-size: 22px;
font-weight: bold;
color: #FFFFFF;
display: block;
float: left;
height: 32px;
margin-right: 8px;
text-align: center;
width: 32px;
line-height: 140%;
}

.faq_a{
/*
background: url(../images/icon_a.gif) no-repeat scroll 0 0 transparent;
*/
line-height: 180%;
margin: 10px auto;
padding: 0;
}
.a{
	background-color: #e06d8b;
border-radius: 20px 20px 20px 20px;
font-size: 22px;
font-weight: bold;
color: #FFFFFF;
display: block;
float: left;
height: 32px;
margin-right: 8px;
text-align: center;
width: 32px;
line-height: 140%;
}

/*------------------------------------------
 アクセス
------------------------------------------*/
.map_area{
	font-size: 16px;
	line-height: 100%;
	text-align: right;
	padding: 0 15px 0;
}

.map_in{
	display: block;
	height: 340px;
	margin: 0 auto;
	width: 100%;
}

.info_left{
	float:left;
	width:490px;
}
.info_right{
	float: right;
	font-size: 18px;
	line-height: 100%;
	text-align: right;
	width: 370px;
}

/*------------------------------------------
 テーブル
------------------------------------------*/
.table01{
	background-color: #cccccc;
	margin: 0px auto 20px;
	width:100%;
	font-size: 14px;
}
.table01 th{
	background-color: #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 5px 10px;
	text-align:left;
}
.table01 td{
	background-color: #FFFFFF;
line-height: 150%;
padding: 5px 10px;
}
.table01 th.th01{
	width:30%;
}
.table01 th.th02{
	width:30%;
}


.table02{
	background-color: #cccccc;
font-size: 18px;
margin : 30px auto;
width:100%;
}
.table02 th{
	background-color: #EFEFEF;
font-weight: normal;
line-height: 140%;
padding: 10px 20px;
}
.table02 td{
	background-color: #FFFFFF;
line-height: 150%;
padding: 10px 20px;
}
.table02 th.th01{
	text-align: center;
width:25%;
}
td.td_c{
	text-align: center;
}
td.td_r{
	text-align: right;
}

/*------------------------------------------
 フォーム部分
------------------------------------------*/

.form_area{
	margin: 20px auto;
}
/* --フォームテーブルの部分-- */
.table_box{
	border-top: 1px dashed #666666;
	margin: 15px auto;
	width: 800px;
}
.inq_box{
	border-bottom: 1px dashed #666666;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
}
.inq_box_top{
	border-top: #cccccc 1px solid;
}
.inq_box_title{
	border-left : 8px solid #fc7727;
	float: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 20px;
	padding-left: 12px;
	width: 260px;
}
.inq_box_txt{
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 20px;
	padding-top: 20px;
	width: 450px;
}
input, textarea, select{
	font-size: 16px;
	margin: 5px auto;
	padding: 5px;
}
input[type="text"]:focus, textarea:focus, select:focus{
	outline: 0;
	background-color: #FFFFDD;
}
/*------------------------------------------
 フッター
------------------------------------------*/
#footer{
	display: block;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e294d;
}
.copyright{
	background-color: #504337;
	color: #FFFFFF;
	height: 40px;
	margin: 15px auto 0;
	padding-top: 15px;
}

/*　追加コンテンツ設定　*/


/*------------------------------------------
 menu_area
------------------------------------------*/

.box_menu{
	background:no-repeat scroll 0 0 transparent;
	background-color:#F9F7F0;
	height:auto;
	background-position:top center;
	margin: 20px auto 20px;
	padding-top:0px;
	padding-bottom:20px;
	display: block;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}


.menu_area{
	clear:both;
	margin:0px 20px;
	padding: 10px 10px 10px 15px;
	width: auto;
	display: block;
	background-color:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:1px solid #B2B2B2;
	min-height: auto;
}

.menu_area_c{
	clear:both;
	margin:10px 20px;
	padding: 10px auto 15px;
	width: auto;
	display: block;
	min-height: auto;
}



/*------------------------------------------
 良くある質問
------------------------------------------*/


.faq_area{
	background: none repeat scroll 0 0;
	font-size: 16px;
	margin: 20px 20px;
	padding: 0px auto;
}
/*.faq{
background: none repeat scroll 0 0 #FFFCF5;
border: 1px dotted #98062e;
font-size: 16px;
margin: 10px auto;
padding: 0px auto;
}*/
.faq_q{
	/*
background: url(../images/icon_q.gif) no-repeat scroll 0 0 transparent;
*/
border-bottom: 1px solid #13643f;
	color: #13643f;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	margin: 10px auto;
	padding: 0 0 5px;
}


.faq_a{
/*
background: url(../images/icon_a.gif) no-repeat scroll 0 0 transparent;
*/
line-height: 180%;
margin: 10px auto;
padding: 0;
}



/*------------------------------------------
 STEP
------------------------------------------*/
.step_area{
	margin: 20px 35px;
}

.step_title{
	background-color:#FFFFFF;
	border-bottom: 2px dashed #cccccc;
	border-top: 2px dashed #cccccc;
	color: #54463A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	letter-spacing: 0.04em;
	line-height: 180%;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}

.s_block{
	background-color: #5c4011;
	border-radius: 30px;
	box-shadow: 1px 1px 1px #666666;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 15px;
	padding: 6px 30px;
}


.step_area p{
	font-size:16px;
	
}


/*------------------------------------------
 プランエリア
------------------------------------------*/
.plan_bg{
	border: 1px solid #13643f;
	margin: 10px auto;
	padding: 15px 20px;
	background-color: #f2f2f2;
}

.plan_bg2{
	border: 1px solid #438243;
	margin: 10px auto;
	padding: 15px 20px;
	background-color: #FFFFFF;
}


.pcon_title{
	font-size: 22px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}





/*------------------------------------------
 良くある質問カスタマイズ編
------------------------------------------*/
.faq_c{
	background: none repeat scroll 0 0;
	border: 1px dotted #13643f;
	font-size: 16px;
	margin: 10px auto;
	padding: 5px 15px;
	/*border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;*/
	width: auto;
	
}
.faq_c_q{
	background: url(../images/qa_q_bar.gif) no-repeat scroll 0 0 transparent;
	/*border-bottom: 1px solid #460607;*/
color:#13643f;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	margin: 10px auto 0;
	padding: 15px 5px 5px 60px;
	height:47px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.faq_c_ql{
	background: url(../images/qa_q_bar2.gif) no-repeat scroll 0 0 transparent;
color:#1D7E06;
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin: 10px auto 0;
	padding: 10px 5px 5px 50px;
	height:77px;
}


.faq_c_a{
	background: url(../images/qa_a_bar.gif) no-repeat scroll 0 0 transparent;
	padding: 5px 5px 0px 60px;
	line-height: 180%;
	margin: 0px auto 10px;
	height:auto;
}



/*------------------------------------------
イメージBGコンテンツ
------------------------------------------*/
.bg_img001{
	margin: 0px auto 10px;
	height:1070px;
	display:block;
	clear:both;
	background: url(../images/bg_img001.jpg) no-repeat scroll center 0px transparent;
	background-color:#FFFFFF;
	width:900px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
}

.bg_img001_t{
	display:none;
}

.img001_txt{
	padding:300px 30px 10px 35px;
}

.img001_fl{
	display:block;
	float:left;
	text-align:left;
	padding: 0px auto 0;
	width:590px;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 25px;
}

.img001_w{
	display:block;
	text-align:left;
	padding: 0px auto 0;
	width:auto;
	font-size: 100%;
	margin-top: 0px;
	clear: both;
}
	


.bg_img001_st{
	display:none;
}

.bg_img001 p{
	padding:10px auto 10px;
	line-height:180%;
	width: auto;
	font-size: 20px;
}



.bg_img002{
	margin: 0px auto 10px;
	height:683px;
	display:block;
	clear:both;
	background: url(../images/bg_img002.png) no-repeat scroll center 0px transparent;
	width:auto;
}

.bg_img002_t{
	display:none;
}

.img002_txt{
	padding:200px 30px 10px 35px;
}

.img002_fl{
	display:block;
	float:left;
	text-align:left;
	padding: 0px auto 0;
	width:650px;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 25px;
}

.img002_w{
	display:block;
	text-align:left;
	padding: 0px auto 0;
	width:auto;
	font-size: 100%;
	margin-top: 0px;
	clear: both;
}
	


.bg_img002_st{
	display:none;
}

.bg_img002 p{
	padding:10px 30px 10px;
	line-height:180%;
	width: auto;
	font-size: 20px;
}



.bg_img003{
	margin: 0px auto 10px;
	height:359px;
	display:block;
	clear:both;
	background: url(../images/bg_img003.jpg) no-repeat scroll left 5px transparent;
	width:860px;
}

.bg_img003_t{
	display:none;
}

.img003_txt{
	padding:100px 0px 10px 25px;
	width: 510px;
}

.bg_img003 p{
	padding:10px auto 10px;
	line-height:190%;
	width: auto;
	font-size: 18px;
}

/*------------------------------------------
 h5readコンテンツ
------------------------------------------*/
.rd_001{
	margin: 0px auto 10px;
	height:59px;
	text-indent:-4000px;
	display:block;
	clear:both;
	background: url(../images/h5_read001.gif) no-repeat scroll center transparent;
}

.rd_002{
	margin: 0px auto 10px;
	height:61px;
	text-indent:-4000px;
	display:block;
	clear:both;
	background: url(../images/sub_title_img01.gif) no-repeat scroll center transparent;
}

.rd_003{
	margin: 0px auto 10px;
	height:61px;
	text-indent:-4000px;
	display:block;
	clear:both;
	background: url(../images/sub_title_img02.gif) no-repeat scroll center transparent;
}

.rd_004{
	margin: 0px auto 10px;
	height:102px;
	text-indent:-4000px;
	display:block;
	clear:both;
	background: url(../images/h5_read002.gif) no-repeat scroll center transparent;
}

.rd_005{
	margin: 0px auto 10px;
	height:61px;
	text-indent:-4000px;
	display:block;
	clear:both;
	background: url(../images/h5_read003.gif) no-repeat scroll center transparent;
}




/*------------------------------------------
 Pコンテンツ
------------------------------------------*/

p.cons{
	margin:0 10px 10px;
	line-height: 160%;
}

p.cons2{
	margin:0 10px 10px;
	line-height: 160%;
	text-align: center;
}

p.base{
	margin:5px auto 15px;
	line-height: 180%;
	padding: 5px 10px;
}


/*------------------------------------------
イメージ・バナーコンテンツ
------------------------------------------*/

.bana_area{
	vertical-align:top;
	padding: 0px auto 10px;
	text-align: center;
	margin-bottom: 0px;
	width: auto;
	margin: 0 auto;
}

.bana_area img{
	padding: 3px 1px;
}


.bana_area2{
	vertical-align:top;
	padding: 0px auto 0;
	text-align: center;
	margin-bottom: 0px;
}

.bana_area2 img{
	padding: 5px 0px 0 0px;
	float: left;
}




/*------------------------------------------
その他
------------------------------------------*/


h5.title_katsuyo{
	margin: 10px auto 5px;
height:75px;
text-indent:-4000px;
display:block;
clear:both;
}


.kt_001{
	background: url(../images/katsuyou_t.gif) no-repeat scroll center 0 transparent;
}
.kt_002{
	background: url(../images/katsuyou_t2.gif) no-repeat scroll center 0 transparent;
}
.kt_003{
	background: url(../images/katsuyou_t3.gif) no-repeat scroll center 0 transparent;
}
.kt_004{
	background: url(../images/katsuyou_t4.gif) no-repeat scroll center 0 transparent;
}
.kt_005{
	background: url(../images/katsuyou_t5.gif) no-repeat scroll center 0 transparent;
}



/*------------------------------------------
 フロートボックス　カスタム2カラム
------------------------------------------*/
.con2c{
	float: left;
	height: auto;
	margin: 5px 5px 5px 5px;
	padding: 0px auto;
	width: 418px;
	height:338px;
}

.c_bg1{
	background: url(../images/kouka01.png) no-repeat scroll center 0 transparent;
}
.c_bg2{
	background: url(../images/kouka02.png) no-repeat scroll center 0 transparent;
}
.c_bg3{
	background: url(../images/kouka03.png) no-repeat scroll center 0 transparent;
}	
.c_bg4{
	background: url(../images/kouka04.png) no-repeat scroll center 0 transparent;
}
.c_bg5{
	background: url(../images/kouka05.png) no-repeat scroll center 0 transparent;
}
.c_bg6{
	background: url(../images/kouka06.png) no-repeat scroll center 0 transparent;
}
.c_bg7{
	background: url(../images/kouka07.png) no-repeat scroll center 0 transparent;
}
.c_bg8{
	background:no-repeat scroll center 0 transparent;
}
	
.con2c h6{
	display:none;
}	

.con2c p{
	padding:120px 25px 10px;
	display:block;
	line-height:180%;
	font-size: 16px;
}	



.info_box{
	background: url(../images/con1_02.gif) repeat-y scroll center 0;
	width:814px;
	margin:10px auto 0;
	padding-top:0px;
	}

.info_box_t{
	margin: 0px auto 10px;
    height:83px;
    text-indent:-4000px;
    display:block;
    clear:both;
    background: url(../images/con1_01.gif) no-repeat scroll center 0 transparent;
}
	
.info_box_txt{
	padding:0 30px;
}



.info_box p{
	padding:0 10px;
	line-height:160%;
}


/*　サブページ設定　*/

/*------------------------------------------
 サブページ共通
------------------------------------------*/
.sub_page_title{
	background-color: #13643f;
border-bottom: 3px solid #CCCCCC;
color: #FFFFFF;
font-size: 28px;
font-weight: bold;
margin: 20px 0;
padding: 20px 0 15px;
text-align: center;
}

#order_page,#privacypolicy,#company,#law,#order_end{
	line-height: 140%;
margin: 0 30px;
padding:5px 0;
min-height:600px;
}
#privacypolicy,#company,#law{
	font-size:14px;
line-height: 140%;
}
/* 別々に指定したければ、分けてください*/

/*------------------------------------------
 プライバシーポリシーページ設定
------------------------------------------*/
#pp_page{}

.sub_page_h{
	background: none repeat scroll 0 0 #EFEFEF;
border-left: 12px solid #999999;
font-size: 18px;
line-height: 130%;
margin: 0 0 15px;
padding: 5px 15px 3px;
}

/*------------------------------------------
 特定商取引法に基づく表記
------------------------------------------*/



/*------------------------------------------
 会社概要
------------------------------------------*/

/*------------------------------------------
■ 商品紹介
------------------------------------------*/
.box_item{
	background: url(../images/item_bg.png) no-repeat center top #f2f6f9;
	border: 1px solid #d5cfba;
	margin: 20px 35px;
	padding-bottom:10px;
	border-radius: 10px;
	padding-top: 15px;
}


.b_item_in{
	border: 0px solid #d5cfba;
	margin: 0px 15px 0px;
	padding-bottom:0px;
	border-radius: 10px;
}

.item_img_area{
	display:block;
	float:left;
	padding:0px 0;
	width: 273px;
}


.item_txt_area{
	display:block;
	float:right;
	padding:0px 0px;
	width: 552px;
}


/*　ボタンエリア　*/
.item_btn{
	display: block;
	float:right;
	width:318px;
	height: 100%;
	margin-right:0px;
}

.order_i{
	background: url(../images/set_order.jpg)  no-repeat center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding:0;
	height:631px;
	clear: both;
	position: relative;
}
.order_i_area{
}
.order_i p.txt_cap{
	font-size: 16px;
font-weight: bold;
line-height: 140%;
padding: 0 0 0 0px;
display:none;
}

/*　ボタンエリア　*/
.order_i_btn{
	display: block;
	left: 565px;
	position: absolute;
	top:463px;
	width:316px;
	height: 100px;
}




/*------------------------------------------
 youtube　*サイズ幅100％表示したい場合は、SP用のCSSソースを流用してください。
------------------------------------------*/

.video-container{
	text-align: center;
}
.video-container iframe{
	width: 520px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
	height: 380px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
}




/*------------------------------------------
 新要素　ページトップへ戻るボタン
------------------------------------------*/
#go_top{
	padding: 0px;
	width: 100%;
	max-width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
#go_top a{
	background-color: #666666;
	padding: 6px;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 0px 2px #CCCCCC, 0px 0px 2px #CCCCCC inset;
	color: #FFF;
	display: block;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
/*------------------------------------------
 新要素　トップナビゲーション
------------------------------------------*/
#top_nav{
	width: 100%;
	height: 50px;/*ここの高さ幅はJavascriptと絡んでいます。変更したい時はtop_nav.jsを一緒に調整してください*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	top: -50px;/*ここの高さ幅はJavascriptと絡んでいます。変更したい時はtop_nav.jsを一緒に調整してください*/
	z-index: 999;
	background-color: transparent;
	background-image: url(../images/top_nav_bg.png);/*透過のグレー画像入れてます。背景画像変えたい場合は、基本縦幅50PXまでで作成して置き換えてください。透過させたい時は透明度を設定したpngで。*/
	background-repeat: repeat;
	background-position: 0px 0px;
}
#top_nav_in{
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_nav_in .top_nav_left{
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_nav_in .top_nav_left ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#top_nav_in .top_nav_left ul li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
	*display:inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
#top_nav_in .top_nav_left ul li a{
	display: block;
	background-color: rgba(102,102,102,0.6);
	border: 1px solid #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 0px 2px #CCCCCC, 0px 0px 2px #CCCCCC inset;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#top_nav_in .top_nav_left ul li a:hover{
	background-color: rgba(102,102,102,1.0);
}
#top_nav_in .top_nav_right{
	margin: 0px;
	padding: 0px;
	float: right;
}
#top_nav_in .top_nav_right .top_nav_tel{
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-indent: -5px;
}
#top_nav_in .top_nav_right .top_nav_tel span{
	color: #FF0000;
}
#top_nav_in .top_nav_right .top_nav_tel a.plain{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	cursor: default;
}
#top_nav_in .top_nav_btn{
	float: right;
}
/*------------------------------------------
 新要素　SPナビゲーション
------------------------------------------*/
.sp_nav{
	display: none;
}

/*------------------------------------------
 新要素　カートボタン
------------------------------------------*/
.cart_botton input[type="image"]{
    width:318px;
    height: 100%;
    display: block;
    cursor:pointer;
    cursor:hand;
}
.cart_botton input[type="image"]:hover {
    opacity: 0.85;/*--IE,FF対応--*/
    filter: alpha(opacity=85);
    -ms-filter: "alpha( opacity=85)";
}


.cart_botton2 input[type="image"]{
    width:316px;
    height: 100%;
    display: block;
    cursor:pointer;
    cursor:hand;
}
.cart_botton2 input[type="image"]:hover {
    opacity: 0.85;/*--IE,FF対応--*/
    filter: alpha(opacity=85);
    -ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
 リストのチェックアイコン
------------------------------------------*/
ul{
	list-style: none outside none;
}
ul li.icon_check{
	background: url(../images/icon_check.png) no-repeat scroll 0 0;
	padding-left: 34px;
}
/*------------------------------------------
 list_box
------------------------------------------*/
.list_box_01{
	background: url(../images/list_box_01.jpg) no-repeat scroll center 0 transparent;
	height : 360px;
}
.list_box_01 ul{
	line-height: 200%;
	margin: 0 30px;
	width : 485px;
	padding : 10px 10px 30px;
}
.list_box_01 ul li.icon_check{
	background: url(../images/icon_check.png) no-repeat scroll 0 0 transparent;
	font-size : 22px;
        font-weight: 500;
/*	font-weight: bold;*/
	line-height: 100%;
	list-style: none outside none;
	padding-bottom: 10px;
	padding-left : 55px;
	padding-top: 6px;
	margin-top : 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.box_bg_y{
	background-color:#faf9f4;
	border: 1px solid #d5cfba;
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
	padding-bottom: 20px;
	padding-top: 10px;
}
/*------------------------------------------
 list_box02
------------------------------------------*/
.list_box_02{
	background: url(../images/list_box_02.jpg) no-repeat scroll center 0 transparent;
	height : 330px;
}
.list_box_02 ul{
	line-height: 200%;
	margin: 0 30px;
	width : 485px;
	padding : 10px 10px 30px;
}
.list_box_02 ul li.icon_check{
	background: url(../images/icon_check.png) no-repeat scroll 0 0 transparent;
	font-size : 22px;
        font-weight: 500;
/*	font-weight: bold;*/
	line-height: 100%;
	list-style: none outside none;
	padding-bottom: 10px;
	padding-left : 55px;
	padding-top: 6px;
	margin-top : 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.box_bg_y{
	background-color:#faf9f4;
	border: 1px solid #d5cfba;
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
	padding-bottom: 20px;
	padding-top: 10px;
}
/*------------------------------------------
 角丸
------------------------------------------*/
.kadomaru img{
   border-top-left-radius: 20px;  /* 左上 */
   border-top-right-radius: 20px; /* 右上 */
}
