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

base

---------------------------------- */

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #343333;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/contents/bg.png);
	text-shadow: 0px 1px 0px #FFFFFF;
}

/*----------------------------------

画像

---------------------------------- */

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom

}
.imgline {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ff6fa3;

}
.imgline02 {
	background-color: #FFF;
	padding: 2px;
}

.img_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.img_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.c-both {
    clear:both; display:block; visibility:hidden;
}

/*----------------------------------

テキスト

---------------------------------- */

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	line-height: 200%;
}

.t12 { font-size: 12px; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t24 { font-size: 24px; }
.t30 { font-size: 30px; }


/*----------------------------------

リンク色

---------------------------------- */

a:link {
	color: #772a00;
	text-decoration: underline;
}
a:visited {
	color: #772a00;
	text-decoration: underline;
}
a:hover {
	color: #772a00;
	text-decoration: none;
}


/*----------------------------------

テキスト装飾

---------------------------------- */

strong {
	font-size: 18px;
}

.red {
	color: #c40202;
}

.price {
	color: #c40202;
	font-size: 24px;
}
.pink {
	color: #fd589e;
}
.blue {
	color: #06F;
}

.red_u {
	color: #c40202;
	text-decoration: underline;
}

.yellow_bg {
	background-color: #FF0;
	font-weight: bold;
}

.und {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.pickup {
	font-weight: bold;
	background-color: #FF9;
}



/*----------------------------------

wrapper

---------------------------------- */

.wrap900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.wrap830 {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

.wrap710 {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

.wrap625 {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}


.wrap560 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.wrap610 {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}


.wrap720 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.wrap775 {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}




/*----------------------------------

bottom

---------------------------------- */

.btm02 {
	margin-bottom: 2px;
}
.btm05 {
	margin-bottom: 5px;
}
.btm08 {
	margin-bottom: 8px;
}
.btm10 {
	margin-bottom: 10px;
}
.btm15 {
	margin-bottom: 15px;
}
.btm20 {
	margin-bottom: 20px;
}
.btm25 {
	margin-bottom: 25px;
}
.btm30 {
	margin-bottom: 30px;
}
.btm40 {
	margin-bottom: 40px;
}
.btm50 {
	margin-bottom: 50px;
}
.btm60 {
	margin-bottom: 60px;
}
.btm70 {
	margin-bottom: 70px;
}
.btm80 {
	margin-bottom: 80px;
}


/*----------------------------------

frame

---------------------------------- */

.gray_frame {
	border: 6px solid #CCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.gray_frame02 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}




/*----------------------------------

ブレッド

---------------------------------- */

ul.bullet {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
ul.bullet li {
	list-style: none;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(../img/sec03/check.png);
	background-position: left 15px;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 60px;
}


/*---------- ブレット ----------*/
ul.bullet02 {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
ul.bullet02 li {
	list-style: none;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 1px;
	font-weight: bold;

	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	/*padding-right: 200px;*/
}

li.blt01 {
	background-image: url(../img/sec04/img01.png);
	background-position: right 15px;
	background-repeat: no-repeat;
	height: 130px;
}

li.blt02 {
	/*background-image: url(../img/sec04/img02.png);*/
	background-position: right 15px;
	background-repeat: no-repeat;

}

li.blt03 {
	/*background-image: url(../img/sec04/img03.png);*/
	background-position: right 15px;
	background-repeat: no-repeat;

}

/*---------- ブレット ----------*/
ul.bullet03 {
list-style:none;
margin:0;
padding:0;
}
ul.bullet03 li {
	list-style: none;
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: normal;
	background-image: url(../img/common/check02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 30px;
}
