@charset "utf-8";
/*************************************************************

	ブラウザスタイルのリセット

*************************************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
}
/*************************************************************

	基本設定

*************************************************************/
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.6;
	background: #FFFFFF;
}
a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a img{
background:none!important;
}
 
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
/*************************************************************

	サイズ調整

*************************************************************/
.taL {
	text-align: left !important;
}
.taC {
	text-align: center !important;
}
.taR {
	text-align: right !important;
}
.uLine {
	text-decoration: underline !important;
}
.vaTop {
	vertical-align: top !important;
}
.vaMid {
	vertical-align: middle !important;
}
.vaBot {
	vertical-align: bottom !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb07 {
	margin-bottom: 7px !important;
}
.mb08 {
	margin-bottom: 8px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !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;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml55 {
	margin-left: 55px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.fs11 {
	font-size: 11px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs13 {
	font-size: 13px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs17 {
	font-size: 17px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fB {
	font-weight: bold !important;
}
.fwN {
	font-weight: normal !important;
}
.lh14 {
	line-height: 1.4;
}
.lh16 {
	line-height: 1.6;
}
.lh18 {
	line-height: 1.8;
}
.lh20 {
	line-height: 2.0;
}
.bold {
	font-weight: bold;
}
.tRed {
	color: #e90c0c !important;
}
.tWhi {
	color: #FFF !important;
}
.fc01 {
	color: #635353;
}
.fc02 {
	color: #EF006B;
}
.fc03 {
	color: #999;
}
.fw_nomal {
	font-weight: normal !important;
}
/*************************************************************

	ヘッダー

*************************************************************/
#header {
	width: 100%;
	background: url(cmnfix/header_line.jpg) repeat-x top;
}
#header_inner {
	width: 960px;
	margin: 0 auto;
}
h1 {
	padding: 5px 0 10px 0;
	color: #333333;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
}
/*************************************************************

	ナビゲーション

*************************************************************/
#navi {
	width: 960px;
	margin: 0 auto;
}
/*************************************************************

	メインビジュアル

*************************************************************/

#mainvisual {
	width: 100%;
	background: url(home/img/main_bg.jpg) center;
}
#mainvisual_inner {
	width: 960px;
	margin: 0 auto;
	padding:10px 0;

}
#sub_mainvisual {
	width: 100%;
	padding-bottom: 40px;
}
#sub_mainvisual_inner {
	width: 960px;
	margin: 0 auto;
}
/*************************************************************

	共通フッター

*************************************************************/
#footer {
	background: #2e1e1a;
}
#footer_inner {
	width: 960px;
	margin: 0 auto;
}
.footer_link {
	margin-top: 20px;
	padding: 0 0 25px 20px;
	color: #FFF;
	font-size: 11px;
	line-height: 1.2;
	border-left: 1px dashed #645756;
}
.footer_link ul li {
	color: #FFF;
	font-size: 11px;
	line-height: 1.2;
	background: url(cmnfix/icon02.png) no-repeat top left;
	padding-left: 15px;
	margin-bottom: 20px;
}
.footer_link ul li a {
	text-decoration: none;
	color: #FFF;
}
.footer_link ul li a:hover {
	text-decoration: underline;
}
#footer_logo {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#footer_copyright p {
	text-align: center;
	color: #635353;
	font-size: 11px;
	line-height: 1.2;
	padding: 10px 0;
}
/*************************************************************

	コンテンツ

*************************************************************/
#contents {
	width: 100%;
	background: #F5F5F5;
	padding: 30px 0 50px 0;
}
#contents_inner {
	width: 910px;
	margin: 0 auto;
	background: #FFF;
	padding: 25px;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background: url("cmnfix/pagetop.jpg");
	display: block;
	width: 40px;
	height: 40px;
}
#pagetop a:hover {
	background: url(cmnfix/pagetop_on.jpg);
}
.title {
	background: url(cmnfix/title_bg.jpg) no-repeat bottom;
	margin-bottom: 30px;
}
.title h2 {
	padding: 6px 0 10px 0;
	font-size: 20px;
	line-height: 1.2;
	color: #333333;
	font-weight: bold;
}
.subtitle {
	background: url(cmnfix/sub_title_bg.jpg) no-repeat;
}
.subtitle h3 {
	padding: 4px 0 0 15px;
	font-size: 18px;
	line-height: 1.2;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.subtitle h3 a {
	text-decoration: none;
	color: #00938C;
}
.subtitle h3 a:hover {
	text-decoration: underline;
	color: #00938C;
}
.subtitle span {
	font-size: 13px;
	line-height: 1.2;
	color: #333333;
	font-weight: normal;
}
.subtitle2 {
	width: 605px;
	border-left: 3px solid #EF006B;
	margin-left: 10px;
}
.subtitle2 h3 {
	padding: 1px 0 0 6px;
	font-size: 15px;
	line-height: 1.2;
	color: #333333;
	font-weight: bold;
}
.subtitle2 h3 span {
	padding: 0 20px 0 0;
	color: #00948C;
}
.image_box1 {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.image_box2 {
	border: 1px solid #CCCCCC;
}
.border01 {
	border: 1px solid #CCC;
}
.border02 {
	border-bottom: 1px solid #EEE;
}
.border03 {
	background: url(cmnfix/boder01.jpg) no-repeat bottom;
	padding-bottom: 20px;
}
.border04 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.photo_style {
	padding: 3px;
	border: 1px solid #CCC;
}
.photo_box01 {
	width: 625px;
	text-align: center;
}
.side_t_01 {
	background: url(cmnfix/side_t_01.png);
	height: 37px;
}
.side_t_01 h3 {
	padding-left: 32px;
	font-size: 15px;
	color: #FFFFFF;
}
.side_box01 {
	padding: 10px 25px;
}
/*************************************************************

	テーブル

*************************************************************/
.table01 {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: -2px;
}
.table01 tr td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px 10px;
	box-sizing: border-box;
}
.table02 {
	background: #CCCCCC;
	margin-top: -1px;
}
.td_bg01 {
	background: #FCFAFB;
}
.price {
	color: #FF007C;
	font-size: 16px;
}
.tablebody01 {
	color: #333333;
	font-size: 13px;
	line-height: 1.4;
	background-image: url("cmnfix/prt_arrow_01.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 0 5px 13px;
	margin: 4px 0 0 0;
}
.tablebody02 {
	padding: 0 10px 8px 0;
	text-align: right;
}
.tablebody03 {
	padding: 7px 9px;
	background: #ECFBF5;
	color: #000000;
	font-size: 13px;
	line-height: 1.4;
}
.tablebody04 {
	padding: 7px 9px;
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
	line-height: 1.4;
}
/*************************************************************

	01_topPage

*************************************************************/
.txt_01_01 {
	border-bottom: 1px solid #333333;
	padding: 0 0 5px 0;
	color: #333333;
	font-size: 16px;
	line-height: 1.2;
}
.txt_01_02 {
	color: #333333;
	font-size: 11px;
	line-height: 1.2;
	padding: 0 0 5px 0;
}
.txt_01_03 {
	color: #333333;
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 10px 0;
	background: url(home/img/icon01.png) no-repeat left top;
	padding-left: 20px;
}
.txt_01_03 a {
	color: #333333;
	text-decoration: underline;
}
.img_01_01 {
	padding: 0 0 10px 0;
}
.box_01_01 {
	width: 760px;
	height: 280px;
	overflow: auto;
}
.box_01_02 {
	border: 1px solid #DDDDDD;
	padding: 7px;
	background: #FFFFFF;
}
.border_01_01 {
	border-bottom: 1px solid #DDDDDD;
}
.top_t1 {
	background: url(home/img/t1_bg.png) no-repeat;
	height: 60px;
}
.top_t1 h3 {
	padding-left: 50px;
	padding-top: 6px;
	font-size: 16px;
}
.top_bg01 {
	background: url(home/img/bg01.jpg) no-repeat;
	width: 400px;
	height: 343px;
	text-align: center;
}
.top_bg01 img {
	padding-top: 60px;
}
.top_t2 {
	background: url(home/img/t2_bg.png) no-repeat;
	width: 500px;
	height: 37px;
}
.top_t2 h4 {
	padding-left: 46px;
	padding-top: 7px;
	color: #FFF;
	font-size: 16px;
}
.top_box01 {
	width: 458px;
	padding: 20px;
}
.top_box02 {
	width: 402px;
	padding: 20px;
}
.top_t3 {
	background: url(home/img/t3_bg.png) no-repeat;
	height: 37px;
}
.top_t3 h4 {
	padding-left: 46px;
	padding-top: 7px;
	color: #FFF;
	font-size: 16px;
}
.top_t4 {
	background: url(home/img/t4_bg.png) no-repeat;
	height: 48px;
}
.top_t4 h3 {
	padding-left: 60px;
	padding-bottom: 10px;
	font-size: 16px;
}
/*************************************************************

	02

*************************************************************/

.textarea_02_50 {
	width: 50px;
}
.textarea_02_200 {
	width: 200px;
}
.textarea_02_280 {
	width: 280px;
}
.textarea_02_420 {
	width: 420px;
}
.form_btn01 {
	background: #000;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 100px;
	border: none;
}
.form_btn02 {
	background: #000;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 10px;
	border: none;
}
.form_box01 {
	background: #F9F9F9;
	padding: 20px;
}
/*************************************************************

	03

*************************************************************/
.img_bg01 {
	background: url(03/img/img_bg01.jpg) no-repeat;
	width: 625px;
	height: 518px;
	position: relative;
}
.img_bg01 p {
	position: absolute;
	width: 370px;
	height: 68px;
}
.img_bg01 .tex01 {
	top: 40px;
	left: 230px;
}
.img_bg01 .tex02 {
	top: 160px;
	left: 200px;
}
.img_bg01 .tex03 {
	top: 280px;
	left: 170px;
}
.img_bg01 .tex04 {
	top: 400px;
	left: 140px;
}
/*************************************************************

	09

*************************************************************/
.border_09_01 {
	border-bottom: 1px dashed #BBBBBB;
}
.bg_09_01 {
	background-image: url("09/img/bg_01.gif");
	background-repeat: repeat-x;
	background-position: left center;
}
.bg_09_01 p {
	text-align: center;
	color: #00938C;
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
}
.bg_09_01 p span {
	background: #FFFFFF;
	padding: 0 20px;
}
.txt_09_01 {
	color: #333333;
	font-size: 14px;
	line-height: 1.2;
	background-image: url("09/img/prt_01.gif");
	background-repeat: no-repeat;
	background-position: 5px top;
	padding: 0 0 8px 32px;
}
.txt_09_02 {
	color: #333333;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 0 8px 40px;
}
.txt_09_03 {
	color: #333333;
	font-size: 13px;
	line-height: 1.2;
	background-image: url("09/img/prt_02.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 10px 10px;
}
.txt_09_04 {
	color: #333333;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
.txt_09_05 {
	color: #333333;
	font-size: 17px;
	line-height: 1.2;
	padding: 0 0 10px 0;
	font-weight: bold;
}
