@charset "utf-8";
/* CSS Document */
/*styleからコピーしたもの*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	list-style-type: none;
	font-size: 110%;
}


a:link { color:#AD182F; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:visited { color:#AD182F; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
	color: #ED678C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
}



img {
	border: none;
}


/*下*/
.page-back {
	font-size: 12px;
	text-align: right;
	margin-top:5em;
	margin-bottom:1em;

}

/*サブページ*/


/*スマホ幅ページ*/


.smbody{
	margin: 0;
	padding: 0;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	width: 100%;
	max-width: 1200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

#rightboxsm{
	width: 100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0x;
	margin-bottom: 0px;
}

#rightboxsm2 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0x;
	margin-bottom: 0px;	
}
.subtitsm {
	width: 100%;
	height: 1.5em;
	background-image: url(images/subtit_bg.gif);
	background-repeat: no-repeat;
	line-height: 1.5em;
	text-indent: 2em;
	margin-bottom: 1em;
	margin-top: 1.5em;
	color: #FFF;
	background-color: #2671E8;
}

/* 商品案内 */
.tabletsm  {
	margin-left: 0.5em;
	text-align: left;
	margin-right: 0.5em;
	margin-top: 0px;
}

.tabletsm th{
	background-color: #8DBAFF;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
}

.tabletsm td  {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	vertical-align: middle;
}


.table1sm  {
	margin-left: 1 px;
	margin-right: 1 px;
	width: 100%;
}


.table1sm td  {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	vertical-align: middle;
}
.table2sm  {
	border-top-style: none;
	border-left-style: none;
	margin-left: auto;
	width: 100%;
}

.table3sm  {
	width: 100%;
	border-radius: 1px;
	border: 2px double #0F4496;
}


/*ぶら下げ右寄*/

.subp01{
	text-indent:-1.5em;
	padding-left:3em;
}
.sub2{
	text-indent:1.0em;
	padding-left:0.5em;
}

#footersm {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	max-width: 1200px;
	color:#FFFFFF;
	padding-top:1em;
}

/*商品案内用*/
/*黄色*/
.subtit-ysm {
	width: 100%;
	height: 35px;
	background-color: #FF9933;
	font-size: 18pt;
	font-color: #000;
	text-indent: 1em;
	margin-bottom: 10px;
	margin-top: 0.8em;
	color: #FFFFFF;
	text-shadow: 0px 0px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}