img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
hr {
	height: 1px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(2.0);
   transform: scale(2.0);
   margin-right: 0.7em;
}


#header {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	position: relative;
}
.headerLogo {
	height: auto;
	width: 160px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
.bt-obi {
	height: auto;
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
}
.bt-area {
	height: auto;
	width: 950px;
	background-color: #004596;
	clip: rect(0px,auto,0px,auto);
}

#contents {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#footer {
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: #A11E31;
	padding-left: 70px;
}
#footerLogo {
	float: left;
	height: auto;
	width: 160px;
	margin-right: 100px;
	margin-left: 40px;
	margin-top: 15px;
}
#footerNaviTxt {
	float: left;
	height: auto;
	width: auto;
	margin-right: 25px;
	font-family: "Folk Medium", "ヒラギノ角ゴ Pro W6", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
	margin-top: 15px;
}
.footText {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 12px;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/*リンク*/

a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.7;
filter: alpha(opacity=50);        /* ie lt 8 */
-ms-filter: "alpha(opacity=50)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
background:none!important;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*普通のリンク*/
.normal:link {
	color: #000000;
	text-decoration: none;
	}
.normal:visited {
	color: #000000;
	text-decoration: none;
		}
.normal:hover {
	color: #A11E31;
	text-decoration: none;
		}

.normal:active {
	color: #000000;
	text-decoration: none;
		}
	
	/*メニュー*/

#navi {
	position: relative;
	height: 50px;
	width: 100%;
	background-color: ffffff;
	margin: 0;
}
#NaviBase{
	max-width: 1000px;
	min-width: 320px;
	background-color: bb0327;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
ul#menu li{
	float: left;
	position: relative;
	z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
	margin: 0;
	width: 249px;
	background-color: #A11E31;
	display: block;
	font-family: "Folk Medium";
	font-size: 20px;
	font-weight: bold;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	line-height: 15px;
}
#menu li:hover {
	color: #000000;
	background: #dbb7be;
}

ul.child{
    display: none;
    position: absolute;
    margin-left: -1px;
    padding: 0px;
	color: #fff;
	top: 49px;　/*menu liのheightとline-heightを足した値*/
}
.child li:hover {
	color: #004596;
	background: #cccccc;
}
ul.child li a{
	font-size: 18px;
	padding: 10px 10px;
	margin-top: -10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: -5px;
	display: block;
}

li a:hover{
	background: #dbb7be;
}

	/*コンテンツの指定*/
	
#contents940 {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
}

#law-lead {
	height: auto;
	width: 940px;
	font-family: "Folk Medium";
	font-size: 24px;
	font-weight: bolder;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.lawbox01 {
	padding: 0px;
	height: auto;
	width: 940px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

.lawbox02 {
	padding: 0px;
	height: auto;
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

.lawtitle {
	height: 100%;
	width: 250px;
	background-color: #EFDFCC;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.lawcon {
	height: auto;
	width: 660px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.picture {
	height: auto;
	width: 1000px;
	margin-bottom: 45px;
	position: relative;
}

.pictureTop {
	height: auto;
	width: 1000px;
}

.picturelaw {
	height: auto;
	width: 1000px;
	margin-bottom: 20px;
}

.picture940 {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	overflow: hidden;
}

.picture940_03 {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	overflow: hidden;
	margin-top: 30px;
	clear: both;
}

.picture940_02 {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: hidden;
}

.picture940None {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	overflow: hidden;
	clear: both;
}

.picture940UnderNone {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 30px;
	clear: both;
}


.bodyCopySS {
	font-family: "Gothic Medium BBB", "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ ProN W3";
	font-size: 12px;
	line-height: 20px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 8px;
}

.topItem {
	float: left;
	height: auto;
	width: 290px;
	margin-right: 35px;
	margin-bottom: 35px;
}
.topItemSpec {
	font-family: "Gothic Medium BBB", "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ ProN W3";
	font-size: 16px;
	line-height: 24px;
	height: auto;
	width: 100%;
	margin-top: 20px;
}

.topItemRight {
	float: left;
	height: auto;
	width: 290px;
	margin-bottom: 35px;
}

.topPr {
	float: left;
	height: auto;
	width: 260px;
	margin-right: 80px;
	margin-bottom: 35px;
}

.topPrRight {
	float: left;
	height: auto;
	width: 260px;
	margin-bottom: 35px;
}

.topPrCopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 26px;
	height: auto;
	width: 100%;
	margin-top: 20px;
	text-align: justify;
}


.ItemSubLeft {
	float: left;
	height: auto;
	width: 450px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.ItemSubRight {
	float: left;
	height: auto;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.itemCopy {
	font-family: "Shin Go Regular", sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 8px;
}

.specCopy {
	font-family: "Shin Go Regular", sans-serif, Osaka, "ＭＳ Ｐゴシック";
	font-size: 24px;
	line-height: 34px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 8px;
}
.red {
	color: #FF0000;
}
.green {
	color: #009900;
}
.f_half {
	font-size: 8px;
}

.shinB {
	font-family: "Shin Go Bold", sans-serif, "ＭＳ Ｐゴシック";
}

.itemLeftCopy {
	font-family: "Gothic Medium BBB", "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ ProN W3";
	font-size: 18px;
	line-height: 30px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}

.itemLeftCopyHalf {
	font-family: "Gothic Medium BBB", "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ ProN W3";
	font-size: 18px;
	line-height: 30px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 225px;
	margin-bottom: 30px;
	margin-top: 20px;
	float: left;
	margin-right: 30px;
}

.itemLeftCopyHalfRight {
	font-family: "Gothic Medium BBB", "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ ProN W3";
	font-size: 18px;
	line-height: 30px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 195px;
	margin-bottom: 30px;
	margin-top: 20px;
	float: left;
}

.txtBoldLarge {
	font-family: "Shin Go Bold", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 24px;
	line-height: 30px;
}

.txtBoldLargeBlue {
	font-family: "Shin Go Bold", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 24px;
	line-height: 30px;
	color: #0000FF;
}



	/*オーダーに関しての追加*/

.orderPrice {
	float: left;
	height: 100%;
	width: 200px;
	margin-right: 0px;
	padding-top: 18px;
	font-family: "Midashi Go MB31";
	font-size: 55px;
	line-height: 34px;
}

.orderPrice02 {
	float: right;
	height: 100%;
	width: 200px;
	margin-right: 0px;
	padding-top: 25px;
	font-family: "Midashi Go MB31";
	font-size: 55px;
	line-height: 34px;
}

.order {
	height: 80px;
	width: 920px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 5px;
	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;
	clear: both;
}

.orderInCopy {
	height: 30px;
	width: 920px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 5px;
	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;
	font-family: "Shin Go Regular", "ヒラギノ角ゴ Pro W6", sans-serif;
	font-size: 22px;
}

.orderEnd {
	height: 80px;
	width: 920px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	border: 1px solid #333333;
	padding-left: 5px;
}

.order-button {
	float: left;
	height: auto;
	width: 20px;
	padding-top: 30px;
	padding-left: 5px;
}

.order-select {
	float: right;
	height: auto;
	width: 890px;
}

#orderleadTop {
	height: auto;
	width: 940px;
	font-family: "Folk Medium";
	font-size: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#orderlead {
	height: auto;
	width: 940px;
	font-family: "Shin Go Bold";
	font-size: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.orderbox01 {
	padding: 0px;
	height: auto;
	width: 940px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

.orderbox02 {
	padding: 0px;
	height: auto;
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.specMidashi {
	font-family: "Shin Go Bold", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 28px;
	line-height: 32px;
	height: auto;
	width: auto;
}

.specMidashiMNew {
	font-family: "Ryumin Bold KL", "ＭＳ Ｐ明朝", serif;
	font-size: 44px;
	line-height: 48px;
	height: auto;
	width: auto;
}

.orderItem {
	height: 100%;
	width: 800px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: "Shin Go Medium", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 24px;
	line-height: 38px;
	margin: 0px;
	overflow: hidden;
}

.ordertitle {
	height: 100%;
	width: 240px;
	background-color: #EFDFCC;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: "Shin Go Bold";
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	overflow: hidden;
}

.ordertitle02 {
	height: 40px;
	width: 240px;
	background-color: #EFDFCC;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: "Shin Go Bold";
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	overflow: hidden;
}
.ordertitle03 {
	height: 40px;
	width: 90px;
	background-color: #EFDFCC;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: "Shin Go Bold";
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	overflow: hidden;
}

.ordercon {
	height: 54px;
	width: auto;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.ordercon02{
	height: 44px;
	width: auto;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.ordercon03 {
	height: 54px;
	width: auto;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.orderCount {
	height: 54px;
	width: 110px;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.hissu {
	height: 21px;
	width: 70px;
	margin-top: 30px;
	float: right;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hissu02 {
	height: 21px;
	width: 70px;
	margin-top: 5px;
	float: right;
	margin-right: 6px;
	margin-bottom: auto;
	margin-left: 0px;
}

.shiji {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.form-txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 30px;
}
.footerNaviArea {
	font-family: "Folk Medium", "ヒラギノ角ゴ Pro W6", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 17px;
	line-height: 34px;
	float: left;
	height: auto;
	width: 240px;
	margin-right: 70px;
	color: #FFFFFF;
	margin-bottom: 60px;
}
.copyright {
	font-family: "Folk Medium", "ヒラギノ角ゴ Pro W6", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 14px;
	line-height: 14px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	color: #FFFFFF;
}
.itemBodyCopy {
	font-family: "Shin Go Medium", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 20px;
	line-height: 36px;
	height: auto;
	width: 965px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 35px;
}
.price {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #BB1927;
}
.orderBt {
	height: auto;
	width: 450px;
	margin-bottom: 30px;
}
.darkBlue {
	color: #003363;
}
.topBody {
	font-family: "Ryumin Medium KL", "ＭＳ 明朝", serif;
	font-size: 25px;
	line-height: 52px;
	height: auto;
	width: 760px;
	position: absolute;
	left: 227px;
	top: 101px;
	color: #77402e;
	text-align: justify;
}
.topItemLead {
	font-family: "Shin Go Medium", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 18px;
	line-height: 30px;
	color: #FF0000;
}
.txtA {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 16px;
}

 .select-box select {
	width: 60%;     /*boxの幅親エリアに対して */
	height: 38px;     /*boxの高さ */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
		background: #eee;
	background: url(../contents/order/img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);     /*urlはが矢印画像のある場所 */
	background-size: 24px, 100%;      /*00px部分、矢印画像の大きさ */
	font-size: 24px;     /*右の矢印画像の大きさ */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.f14black {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.itemSpecPh {
	float: left;
	height: auto;
	width: 300px;
	margin-right: 40px;
}

.itemSpecPh02 {
	float: left;
	height: auto;
	width: 300px;
	margin-right: 25px;
}

.itemSpecCopy {
	float: left;
	height: auto;
	width: 600px;
	font-family: "Shin Go Regular", sans-serif;
	font-size: 20px;
	line-height: 32px;
}

.itemSpecCopy18 {
	float: left;
	height: auto;
	width: 615px;
	font-family: "Shin Go Regular", sans-serif;
	font-size: 18px;
	line-height: 28px;
}

.itemSpecCopy16 {
	float: left;
	height: auto;
	width: 600px;
	font-family: "Shin Go Regular", sans-serif;
	font-size: 16px;
	line-height:26px;
}

.kasseikouso {
	height: auto;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	position: relative;
}
.kousoCopy {
	font-family: "Shin Go Regular", sans-serif;
	font-size: 16px;
	line-height: 28px;
	height: auto;
	width: 620px;
	position: absolute;
	left: 17px;
	top: 100px;
}
.specBox {
	height: auto;
	width: 940px;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}
.leadCopyBlue {
	font-family: "Ryumin Bold KL", "ＭＳ 明朝", serif;
	font-size: 26px;
	line-height: 32px;
	color: #005bac;
}
.kakomi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	line-height: 26px;
	height: auto;
	width: 964px;
	border: 2px solid #FF0000;
	color: #FF0000;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.bold_24 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
