@charset "utf-8";
.sp {
	display: none!important;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
html {
}
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	color: #333;
	min-width: 1100px;
}
/*clearfix */
.clearfix {
}
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 1px;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
h1 {
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: flex;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
p, dt, dd, li {
	line-height: 1.8;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left!important;
}
.tac {
	text-align:center;
}
.fl {
	float: left;
}
.fr {
	float: right;
	display: none;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col01 {
	color: #BF1326;
}
a.link01 {
	color: #BF1326;
	text-decoration: underline;
}
a.link01:hover {
	text-decoration: none;
}
a.link02 {
	text-decoration: underline;
}
a.link02:hover {
	text-decoration: none;
}


#spheader {
	display: none;
}
#pcheader {
	z-index: 900;
	position: relative;
	background-color: #FFF;
	/*display: none;*/
}
.topheadwrap {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #102B45;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
}
.tophead {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.topleft {
	float: left;
}
.topright {
	float: right;
}
.topright .box01 {
	vertical-align: middle;
	display: inline-block;
}
.topright .box01 p {
	font-size: 12px;
	color: #FFF;
	background-color: #102B45;
	display: inline-block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.topright .box02 {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}
.topright .box02 dl {
	text-align: right;
	color: #102B45;
}
.topright .box02 dl dt {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
}
.topright .box02 dl dt .pt01 {
	background-image: url(../img/cmn/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: inline-block;
	padding-left: 15px;
}


.topright .box02 dl dd {
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
}


.topright .box03 {
	vertical-align: middle;
	display: inline-block;
}



.toptxt {
	font-size: 10px;
	font-weight: bold;
	color: #102B45;
}
.headwrap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.head_area {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#gnavwrap {
	background-color: #D6D6D6;
	width: 100%;
}
#gnav {
	width: 1080px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#gnav li a {
	display: block;
	float: left;
	width: 20%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 16px;
	color: #102B45;
	font-size: 14px;
	font-weight: bold;
}
#gnav li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #102B45;
}

#gnav li.current a{
	color: #fff;
	background-color: #102B45;
}
#gnav li a .pt01 {
	display: block;
}
#gnav li a .pt02 {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3;
}
#footerwrap {
	background-color: #102B45;
	width: 100%;
	position: relative;
	padding-top: 20px;
}
#footer {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.footernav {
	text-align: center;
	padding-bottom: 20px;
}
.footernav li {
	line-height: 1;
	display: inline-block;
	margin-left: 6px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.footernav li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footernav li a {
	font-size: 12px;
	color: #FFF;
	line-height: 1;
}
.footernav li a:hover {

}



.pagetop a {
	position: fixed;
	right: 40px;
}


address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #102B45;
	background-color: #D6D6D6;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#top_content_wrap {
	background-color: #EEE;
}
#content {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 150px;
}

.slide img {
	width: 100%;
}
.topmain .title01 {
	text-align: center;
	margin-bottom: 40px;
}
.topmain .title01.pt01 {
	padding-top: 35px;
}

.topmain .bnr01 {
	margin-bottom: 60px;
	display: none;
}
.topmain .bnr02 {
	margin-bottom: 100px;
}
.topmain .bnr02 a {
	background-image: url(../img/top/bnr_02_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

.topmain .boxwrap01 {
	margin-bottom: 40px;
}
.topmain .boxwrap01 .box01{
	float: left;
	width: 347px;
	margin-left: 19px;
}
.topmain .boxwrap01 .box01:first-child {
	margin-left: 0px;
}
.topmain .boxwrap01 .box01 a {
	display: block;
}
.topmain .boxwrap01 .box01 a:hover {
	text-decoration: none;
}


.topmain .boxwrap01 .box01 .img {
	margin-bottom: 12px;
}
.topmain .boxwrap01 .box01 .title {
	font-size: 16px;
	color: #102B45;
	padding-left: 22px;
	font-weight: bold;
	background-image: url(../img/cmn/icon_01.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.topmain .boxwrap01 .box01 .txt {
	font-size: 14px;
	color: #555;
	padding-left: 22px;
}
.topmain .boxwrap02 .box01 a {
	display: block;
}
.topmain .boxwrap02 .box01 a:hover {
	text-decoration: none;
}
.topmain .boxwrap02 .box01 .img {
	margin-bottom: 12px;
}
.topmain .boxwrap02 .box01 .txt {
	font-size: 12px;
	color: #555;
}
.maintitlewrap {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.maintitle {
	font-size: 30px;
	font-weight: bold;
	color: #102B45;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.topicpathwrap {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
.topicpath {
	font-size: 12px;
	font-weight: normal;
	color: #102B45;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.topicpath a{
	color: #102B45;
}
.cmntitle01 {
	background-color: #E5E5E5;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1;
}
.cmntitle01 span {
	font-size: 20px;
	font-weight: bold;
	color: #102B45;
	padding-left: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #102B45;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cmntitle02  {
	font-size: 16px;
	font-weight: bold;
	color: #102B45;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #102B45;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	line-height: 1;
}
.cmntitle02.pt01  {
	font-size: 16px;
	font-weight: bold;
	color: #BF1326;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #BF1326;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	line-height: 1;
}
.cmntitle02 .fs {
	font-size: 14px;
}

.cmntitlewrap {
	width: 1080px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.cmntitle03  {
	font-size: 20px;
	font-weight: bold;
	color: #102B45;
	padding-left: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #102B45;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 1;
}


.aboutmain .cont01 {
	margin-bottom: 55px;
}
.table01 table {
	width: 100%;
}
.table01 table th {
	background-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-align: left;
	width: 185px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 30px;
}
.table01 table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-align: left;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 45px;
	background-color: #F2F2F2;
}
.table02 table {
	width: 635px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #102B45;
	border-bottom-color: #102B45;
	margin-bottom: 40px;
}
.table02 table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102B45;
	font-weight: normal;
	text-align: right;
	width: 100px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	vertical-align: top;
}
.table02.pt01 table th{
	width: 160px;
}
.table02 table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102B45;
	font-weight: normal;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 2px;
	vertical-align: top;
}
.table03 table {
	width: 100%;
	margin-bottom: 35px;
	border: 1px solid #E4E4E4;
}
.table03 table th {
	background-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #102B45;
	text-align: left;
	width: 185px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	vertical-align: top;
	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: #E4E4E4;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.table03 table td {
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: top;
	border: 1px solid #E4E4E4;
	padding-right: 15px;
}
.table04 table {
	width: 100%;
	margin-bottom: 35px;
	border: 1px solid #E4E4E4;
}
.table04 table .w01 {
	width: 85%;
}

.table04 table th {
	background-color: #E4E4E4;
	font-size: 12px;
	font-weight: bold;
	color: #102B45;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	border: 1px solid #D6D6D6;
}
.table04 table td {
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: top;
	border: 1px solid #D6D6D6;
	padding-right: 15px;
}
.pickupwrap {
	background-color: #EEE;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom: 30px;
}
.pickup {
	background-color: #FFF;
	border: 1px solid #102B45;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}
.topslider {
	margin-right: 140px;
	margin-left: 140px;
}
.slick-slide{
	outline: none;
}
.st_cal_block  {
	width: 90%;
}
.st_cal_block a {
	display: block;
}
.st_cal_block a:hover {
	text-decoration: none;
}

.st_cal_block .clearfix {
    display: block;
}

.st_cal_block .img {
	margin-bottom: 15px;
}
.st_cal_block .title {
	margin-bottom: 10px;
	color: #102B45;
	padding: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #102B45;
	border-bottom-color: #102B45;
	font-weight: bold;
}
.st_cal_block .txt {
	padding-right: 5px;
	padding-left: 5px;
}
.plistwrap {
	margin-bottom: 50px;
}

.plist {
	width: 166px;
	float: left;
	margin-right: 35px;
	margin-bottom:30px;
}
.plist .clearfix {
    display: block;
}
.plist:nth-child(4n+1) {
	clear:both;
}
.plist a {
	display: block;
}
.plist a:hover {
	text-decoration: none;
}
.plist .img {
	margin-bottom: 15px;
}
.plist .title {
	margin-bottom: 10px;
	color: #102B45;
	padding: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #102B45;
	border-bottom-color: #102B45;
	font-weight: bold;
}
.plist .txt {
	padding-right: 5px;
	padding-left: 5px;
}
.ptxt01 {
	margin-bottom: 30px;
}
.productdetailmain .ptxt01 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight:bold;
}
.pimg01 {
	margin-bottom: 60px;
}
.pboxwrap01 {
	margin-bottom: 60px;
}

.pbox01 {
	width: 392px;
}
.pbox01 .pt01 {
	margin-bottom: 25px;
}
.pbox01 .pt02 {
	font-size: 12px;
	color: #FFF;
	background-color: #102B45;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
}
.pbox01 .pt03 li {
	color: #102B45;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: bold;
}
.pbox01 .pt03 li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pbox02 {
	display: table;
	padding: 15px;
	width: 100%;
	border: 3px solid #102B45;
}
.pbox02 .pt01 {
	vertical-align: middle;
	display: table-cell;
	padding-right: 10px;
	width: 56px;
}
.pbox02 .pt02 {
	vertical-align: middle;
	display: table-cell;
}
.pbox02 ul li {
	font-size: 13px;
	line-height: 1.5;
}









.pagenavwrap {
	margin-bottom: 60px;
}
.pagenavwrap .pagetxt {
	font-weight: bold;
	color: #102B45;
	float: left;
}
.wp-pagenavi {
    float: right;
    text-align: left;
    font-size: 0px;
	margin-right: 75px;
	clear: none;
}
.wp-pagenavi a {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;	
	color: #102b45;
	background-color: #EEEEEE;
	border: 1px solid #102B45;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
}
.wp-pagenavi .current {
	color: #FFFFFF;
	background-color: #102B45;
	border: 1px solid #102B45;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.wp-pagenavi .extend {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;	
	color: #102b45;
	background-color: #EEEEEE;
	border: 1px solid #102B45;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
}
.wp-pagenavi a {
}
.wp-pagenavi a:hover {
	color: #FFFFFF;
	background-color: #102B45;
}
.productmain .btn01 {
	margin-left: 225px;
}
.sktbox01 {
	background-image: url(../img/productdetail/skt_12.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.sktbox02 {
	background-image: url(../img/productdetail/skt_13.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.sktbox03 {
	background-image: url(../img/productdetail/skt_14.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.sktbox04 {
	background-image: url(../img/productdetail/skt_15.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.sktbox05 {
	background-image: url(../img/productdetail/skt_16.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.skttitle {
	text-align: center;
	padding-top: 23px;
	padding-bottom: 23px;
	background-color: #0089B7;
	position:relative;
}
.skttitle .morebtn{
	position:absolute;
	right:16px;
	top: 28px;
}
.sktblock .pt01 {
	text-align: center;
	margin-bottom: -81px;
}
.sktblock .pt02 {
	text-align: center;
	padding-top: 106px;
	padding-bottom: 35px;
}
.sktblock .pt03 {
	color: #FFF;
	text-align: center;
	padding-bottom: 60px;
}
.sktblock .pt04 {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 0px;
}
.sktblock .pt05 {
	color: #FFF;
	text-align: left;
	padding-bottom: 80px;
	width: 522px;
	margin-top: -60px;
	margin-left: 295px;
}
.sktblock .pt06 {
	color: #FFF;
	text-align: center;
	padding-bottom: 65px;
	padding-top: 50px;
}
.sktblock .pt07 {
	text-align: center;
	padding-bottom: 65px;
}
.sktblock .pt08 {
	text-align: center;
	padding-bottom: 45px;
	padding-top: 45px;
}
.sktblock .pt09 {
	color: #FFF;
	text-align: center;
	padding-bottom: 60px;
}
.sktblock .pt10 {
	text-align: center;
	padding-bottom: 40px;
	padding-top: 55px;
}
.sktblock .pt11 {
	color: #FFF;
	text-align: center;
	padding-bottom: 110px;
}







.mainblock {
	float: left;
	width: 850px;
}
.subblock {
	float: right;
	width: 210px;
}
.subnav {
	background-color: #EEE;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.subnav dt {
	font-size: 15px;
	color: #102B45;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102B45;
	font-weight: bold;
}
.subnav dd a{
	color: #102B45;
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	display: block;
}
.subnav dd:last-child a{
	color: #102B45;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	display: block;
}











.aboutmain .boxwrap01  {
	background-color: #E1E1E1;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.aboutmain .box01 {
	background-color: #FFF;
	padding: 30px;
}

.aboutmain .txt01 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	padding-bottom: 15px;
}
.aboutmain .txt02 {
	text-align: right;
	font-weight: bold;
	color: #173D64;
}
.aboutmain .txt02 span {
	background-image: url(../img/cmn/icon_02.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	display: inline-block;
}


.aboutmain .box01 dl dt{
	font-size: 15px;
	color: #FFF;
	background-color: #173D64;
	display: inline-block;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 1px;
	padding-left: 14px;
}
.aboutmain .box01 dl dd {
	margin-bottom: 35px;
	padding-left: 14px;
}
.aboutmain .box01 dl dd ul li {
	color: #173D64;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
}
.buymain .boxwrap01  {
	padding-left: 100px;
}
.buymain .box01 {
	margin-bottom: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 2px solid #BDBDBD;
	width: 620px;
}
.buymain .box02 {
	margin-bottom: 40px;
	padding-left: 20px;
}
.buymain .img01 {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}



.buymain .txt01 {
	font-weight: bold;
	color: #173D64;
	font-size: 17px;
	margin-bottom: 7px;
}
.buymain .txt01 span {
	background-image: url(../img/cmn/icon_02.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	display: inline-block;
}
.buymain .txt02 {
	margin-bottom: 10px;
}
.buymain .txt03 {
	margin-bottom: 40px;
	color: #C01426;
}
.buymain .txt04 {
	margin-bottom: 40px;
}
.buymain .txt05 {
	margin-bottom: 20px;
}
.buymain .txt06 {
	margin-bottom: 40px;
	padding-left: 30px;
}
.buymain .txt06 a {
	background-image: url(../img/cmn/icon_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	padding-left: 40px;
	color: #102B45;
	text-decoration: underline;
}
.buymain .txt06 a:hover {
	text-decoration: none;
}
.buymain .list01 dt{
	font-weight: bold;
}
.buymain .list01 dd.pt01 {
	margin-bottom: 15px;
}
.buymain .list01 dd.pt02 {
	margin-bottom: 15px;
	color: #5C5C6A;
	padding-left: 1em;
	padding-top: 7px;
}





.linktel {
	font-size: 15px;
	font-weight: bold;
	color: #102B45;
	background-image: url(../img/cmn/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: inline-block;
	padding-left: 14px;
	background-size: 11px;
}
.formmain .boxwrap01{
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.formmain .txt01 {
	font-weight: bold;
	color: #173D64;
	margin-bottom: 40px;
}
.formmain .txt01 a{
	color: #173D64;
}
.formmain .txt02 {
	font-weight: bold;
	color: #173D64;
	background-color: #E4E4E4;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 30px;
}
.formmain .txt03 {
	font-weight: bold;
	color: #173D64;
	margin-bottom: 40px;
}
.formmain input {
	padding: 5px;
	border: 1px solid #ccc;
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.inp01 input {
	width: 100%;
}
.inp02 input {
	width: 30%;
}
.inp03 input {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

.formmain textarea {
	padding: 5px;
	border: 1px solid #ccc;
	height: 150px;
	width: 100%;
}
.formbtn {
	text-align: center;
}
.formbtn li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.formbtn li input {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #FF4D4D;
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 12px;
	padding-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ksmblock {
	width: ;
	margin-right: auto;
	margin-left: auto;
	width: 810px;
}

.ksmblock table {
	border-collapse: inherit;
}

.mb01 {
	margin-bottom: 40px!important;
}


/*common
------------------*/

.clearFix:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}

/*left
------------------*/
#left {
	float:left;
	width:209px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image: url(../images/l_bg.gif);
	background-repeat: repeat-y left top;
}

/*right
------------------*/
#right {
	float:right;
	width:666px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;	
}

/*sub
------------------*/

#sub_container {
overflow:auto!important;
overflow /**/: hidden;
	width:900px;
	text-align:left;
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(../images/l_bg.gif);
	background-repeat: repeat-y left top;
	background-color:#ffffff;	
}

#sub_container h1{
  text-align: right;
  color: #666666;
  line-height: 110%;
  font-size: 70%;
  margin: 5px 0px 0px 0px;
  padding:0px;
  height: 21px;
  font-weight : normal;
}

#pan {
	text-align:left;
	width: 900px;
}

div.pan_txt {
  margin:10px 0px 10px 0px;
  padding:0px;
  text-align:left;
  color: #000000;
  line-height: 110%;
  font-size: 72%;
 }
 
.pan_txt a:link {
	color:#002F6B;
	text-decoration:underline;
}

.pan_txt a:visited {
	color:#002F6B;
	text-decoration:underline;
}

.pan_txt a:hover {
	color:#526791;
	text-decoration:underline;
}
 
/*menu
------------------*/
 
div.l_menu {
  margin:0px;
  padding:0px;
  text-align:left;
  border-top:4px solid #ff00ff;
  border-top-color:#666666;
 }
 
 div.l_menu  img {
  margin:0px;
  padding:0px;
 }
 
 /*anchor
 ------------------*/
 
.anchor{
  margin:0px;
  padding:0px;
  line-height: 0%;
  font-size: 0%;
  height: 0px;
 }
 
 /*top
------------------*/

div.r_left{
  float:left;
  margin:0px;
  padding:0px;
  text-align:left;
 }
 
div.r_title{
  margin:0px 0px 4px 0px;
  padding:0px;
  text-align:left;
 }

div.r_txt_b {
  text-align:left;
  padding:0px;
  margin:0px 0px 8px 0px;
  color: #000000;
  line-height: 120%;
}

.kakaku {
  text-align:left;
  padding:0px;
  margin:0px;
  color: #000000;
  line-height: 120%;
  font-size: 130%;
  font-weight: bold;
}

div.r_icon {
  text-align:left;
  padding:0px;
  margin:0px 0px 15px 0px;
}

div.r_icon img {
  text-align:left;
  padding:0px;
  margin:0px;
}

div.r_kounyu {
  text-align:left;
  padding:0px;
  margin:0px 0px 5px 0px;
}

div.r_right {
	float:left;
	margin:0px;
	padding:0px;
	text-align:right;
	margin-left: 80px;
}

div.r_right_p {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	text-align:right;	
}

div.r_cap{
  text-align:left;
  padding:0px;
  margin:3px 0px 0px 0px;
  color: #000000;
  line-height: 120%;
  font-size: 13px;
}

div.r_toiawase{
  text-align:left;
  padding:0px;
  margin:0px;
  color: #CF111B;
  line-height: 120%;
}
  
.r_toiawase a:link {
	color:#CF111B;
	text-decoration:underline;
}

.r_toiawase a:visited {
	color:#CF111B;
	text-decoration:underline;
}

.r_toiawase a:hover {
	color:#f25964;
	text-decoration:underline;
}

.r_b_chui{
  text-align:left;
  padding:0px;
  margin:0px;
  color: #CF111B;
  line-height: 120%;
  font-size: 13px;
}
  
.r_b_chui a:link {
	color:#CF111B;
	text-decoration:underline;
}

.r_b_chui a:visited {
	color:#CF111B;
	text-decoration:underline;
}

.r_b_chui a:hover {
	color:#f25964;
	text-decoration:underline;
}

div.r_p_s {
  text-align:left;
  padding:0px;
  margin:15px 0px 24px 0px;
}

div.r_p_s123  {
  width: 160px;
  float:left;
  text-align:left;
  padding:0px;
      margin: 0px 27px 0px 0px;
}

div.r_p_s4  {
  width: 160px;
  float:left;
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 0px;
}

div.r_tokuchou {
  text-align:left;
  padding:0px;
  margin:20px 0px 15px 0px;
}

div.r_txt{
  text-align:left;
  padding:0px;
  margin:0px 0px 10px 0px;
  color: #000000;
  line-height: 160%;
}

div.r_txt_red{
  text-align:left;
  padding:0px;
  margin:0px 0px 10px 0px;
  color: #CF111B;
  line-height: 160%;
}

.r_txt_red a:link {
	color:#CF111B;
	text-decoration:underline;
}

.r_txt_red a:visited {
	color:#CF111B;
	text-decoration:underline;
}

.r_txt_red a:hover {
	color:#f25964;
	text-decoration:underline;
}

.r_txt_kome{
  text-align:left;
  padding:0px;
  margin:15px 0px 0px 0px;
  color: #444444;
  line-height: 150%;
  font-size: 13px;
}

.r_txt_kome td {
  text-align: left;
  vertical-align: top;
  padding:3px;
  margin:0px;
}

.r_txt_kome a:link {
	color:#444444;
	text-decoration:underline;
}

.r_txt_kome a:visited {
	color:#444444;
	text-decoration:underline;
}

.r_txt_kome a:hover {
	color:#888888;
	text-decoration:underline;
}

.r_pagetop {
  text-align: right;
  padding:0px;
  margin:15px 5px 15px 0px;
}

.r_contents {
  text-align: left;
  padding:15px 0px 5px 15px;
  margin:0px 0px 25px 0px;
  border:4px double #002F6B;
}

div.r_contents_mark{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 0px;
  line-height: 110%;
  background-image: url(../img/ksm/contents_bg.gif);
  background-repeat: no-repeat;
  background-color:#ffffff;	
}

div.r_contents_txt{
  text-align:left;
  padding:0px;
  margin:0px 0px 6px 13px;
  color: #002F6B;
  line-height: 110%;
  background-color:#ffffff;	
  font-weight: bold;
}

.r_contents_txt a:link {
	color:#002F6B;
	text-decoration:none;
}

.r_contents_txt a:visited {
	color:#002F6B;
	text-decoration:none;
}

.r_contents_txt a:hover {
	color:#526791;
	text-decoration:underline;
}

div.r_t_movie{
  text-align:left;
  padding:0px;
  margin:0px;
  background-image: url(../img/ksm/top_movie_bg.jpg);
  background-repeat: no-repeat;
}

div.r_midashi{
  margin:0px 0px 15px 0px;
  padding:0px;
  text-align:center;
  background-image: url(../img/cmn/bg_addtitle.png);
 }

.r_movie_list{
list-style-type: square;
 text-align:left;
  padding:0px;
  margin:20px 0px 0px 20px;
  color: #000000;
  line-height: 140%;
 }
 
.r_movie_list a:link {
	color:#002F6B;
	text-decoration:none;
}

.r_movie_list a:visited {
	color:#002F6B;
	text-decoration:none;
}

.r_movie_list a:hover {
	color:#526791;
	text-decoration:underline;
}
 
div.r_movie_mark{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 20px;
  line-height: 110%;
  background-image: url(../img/ksm/movie_yajirushi.gif);
  background-repeat: no-repeat;
}

div.r_movie_txt{
  text-align:left;
  padding:4px 0px 5px 0px;
  margin:20px 0px 0px 35px;
  color: #002F6B;
  line-height: 110%;
  font-weight: bold;
}

.r_movie_txt a:link {
	color:#002F6B;
	text-decoration:none;
}

.r_movie_txt a:visited {
	color:#002F6B;
	text-decoration:none;
}

.r_movie_txt a:hover {
	color:#526791;
	text-decoration:underline;
}

div.r_center{
  width:666px;
  margin:0px;
  padding:0px;
  text-align:center;
 }

div.r_center_p{
  margin:0px;
  padding:0px;
  text-align:center;
 }
 
.r_center table {
	background-color: #ffffff;
	border:#888888 1px solid;
	border-collapse: collapse;
	width: 580px;
	color:#000000;
	text-align:center;
	margin-left:auto;margin-right:auto;
	margin-top:20px;
} 

.r_center table td.t_line01_a {
border: #888888 1px solid;
	background-color: #fff;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.r_center table td.t_line02_a {
border: #888888 1px solid;
	background-color: #f4f3f1;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.r_center table td.t_line01_b {
border: #888888 1px solid;
	background-color: #fff;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.r_center table td.t_line01_b_c {
border: #888888 1px solid;
	background-color: #fff;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.r_center table td.t_line02_b {
	border: #888888 1px solid;
	background-color: #f4f3f1;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.r_chui_list{
  list-style-type: disc;
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 20px;
  color: #000000;
  line-height: 160%;
 }

div.r_manual_left{
  float:left;
  margin:0px;
  padding:0px;
  text-align:left;
  width: 156px;
 }
 
div.r_manual_p{
  margin:0px 0px 0px 45px;
  padding:0px;
  text-align:left;
 }

div.r_manual_right {
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
    /* width: 510px; */
    margin-left: 25px;
}

div.r_manual_cap{
  text-align:left;
  padding:0px;
  margin:33px 0px 0px 31px;
  color: #000000;
  line-height: 140%;
}

div.r_manual_mark{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 10px;
  line-height: 140%;
  background-image: url(../img/ksm/pdf_icon.gif);
  background-repeat: no-repeat;
}

.r_manual_cap a:link {
	color:#002F6B;
	text-decoration:underline;
}

.r_manual_cap a:visited {
	color:#002F6B;
	text-decoration:underline;
}

.r_manual_cap a:hover {
	color:#526791;
	text-decoration:underline;
}

div.r_manual_cap_kome{
  text-align:left;
  padding:0px;
  margin:8px 0px 0px 40px;
  color: #000000;
  line-height: 140%;
}

 /*hmb
------------------*/

div.r_hmb_p_r{
  float:right;
  margin:0px;
  padding:0px;
  width: 172px;
 }

div.r_hmb_p_l {
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
	width: 474px;
}

div.r_h_movie{
  text-align:left;
  padding:0px;
  margin:0px;
  background-image: url(../img/ksm/hmb_movie_bg.jpg);
  background-repeat: no-repeat;
}

 /*ksm
------------------*/

div.r_k_movie{
  text-align:left;
  padding:0px;
  margin:0px;
  background-image: url(../img/ksm/ksm_movie_bg.jpg);
  background-repeat: no-repeat;
}

.bui_title {
  text-align:left;
  padding:0px;
  margin:25px 0px 20px 35px;
  color: #000000;
  line-height: 120%;
  font-size: 130%;
  font-weight: bold;
}

.bui_title2 {
  text-align:left;
  padding:0px;
  margin:25px 0px 5px 35px;
  color: #000000;
  line-height: 120%;
  font-size: 130%;
  font-weight: bold;
}

.bui_title_kome {
  text-align:left;
  padding:0px;
  margin:0px 0px 20px 35px;
  color: #000000;
  line-height: 140%;
}

.bui_title_kome a:link {
	color:#000000;
	text-decoration:underline;
}

.bui_title_kome a:visited {
	color:#000000;
	text-decoration:underline;
}

.bui_title_kome a:hover {
	color:#888888;
	text-decoration:underline;
}

.line {
   border-bottom: 3px solid #cccccc;
   padding: 0px;
}

.bui_pin_title {
  text-align:left;
  padding:0px;
  margin:25px 0px 3px 45px;
  color: #000000;
  line-height: 140%;
  font-weight:bold;
}

div.r_pin_center{
  width:666px;
  margin:0px;
  padding:0px;
  text-align:left;
 }

.r_pin_center table {
	background-color: #ffffff;
	border:#888888 1px solid;
	border-collapse: collapse;
	width: 280px;
	color:#000000;
	text-align:left;
	margin:0px 0px 0px 42px;
} 

.r_pin_center table td.t_line01_a {
border: #888888 1px solid;
	background-color: #DEEBF0;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}

.r_pin_center table td.t_line01_b {
    border: #888888 1px solid;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}

 /*top_hmb_ksm
------------------*/

div.r_set{
    border: #002F6B 2px solid;
	background-color: #ffffff;
	padding: 10px 10px 7px 10px;
	margin:5px 15px 5px 15px;
	width:280px;
}

div.r_set_title{
	margin:0px 0px 5px 0px;
}

div.r_set_txt{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 0px;
  color: #000000;
  line-height: 160%;}

div.r_set2{
	padding: 0px;
	margin:0px 0px 0px 25px;
	width:280px;
	text-align:center;
	font-size: 160%;
	color: #002F6B;
	font-weight: bold;
}

div.r_set_txt2{
  text-align:left;
  padding:0px;
  margin:5px 0px 25px 15px;
  color: #000000;
  line-height: 150%;
  font-size: 100%;
}

.kakaku_red {
  text-align:left;
  padding:0px;
  margin: 0px 5px 0px 5px;
  color: #CF111B;
  line-height: 120%;
  font-size: 130%;
  font-weight: bold;
}

div.r_link_txt{
  text-align:left;
  padding:0px;
  margin:25px 0px 0px 0px;
  color: #000000;
  line-height: 160%;
}

.r_link_list{
  list-style-type: square;
  text-align:left;
  padding:0px;
  margin:5px 0px 0px 20px;
  color: #000000;
  line-height: 140%;
 }
 
.r_link_list a:link {
	color:#002F6B;
	text-decoration:underline;
}

.r_link_list a:visited {
	color:#002F6B;
	text-decoration:underline;
}

.r_link_list a:hover {
	color:#526791;
	text-decoration:none;
}

 /*kounyu
------------------*/
 
div.r_kounyu_title {
  text-align:left;
  padding:0px;
  margin:25px 0px 8px 0px;
}

div.r_kounyu_txt{
  text-align:left;
  padding:0px;
  margin:0px 0px 20px 0px;
  color: #000000;
  line-height: 160%;
}

.r_kounyu_txt a:link {
	color:#000000;
	text-decoration:underline;
}

.r_kounyu_txt a:visited {
	color:#000000;
	text-decoration:underline;
}

.r_kounyu_txt a:hover {
	color:#888888;
	text-decoration:underline;
}

.r_kounyu_txt_red{
  text-align:left;
  padding:0px;
  margin:0px 0px 20px 0px;
  color: #CF111B;
  line-height: 160%;
}

.r_kounyu_txt_red a:link {
	color:#CF111B;
	text-decoration:underline;
}



.r_kounyu_txt_red a:visited {
	color:#CF111B;
	text-decoration:underline;
}

.r_kounyu_txt_red a:hover {
	color:#f25964;
	text-decoration:underline;
}

.r_kounyu_kome {
	color:#CF111B;
	font-weight: bold;




}

.r_txt_red a:link {
	color:#CF111B;
	text-decoration:underline;
}

.r_txt_red a:visited {
	color:#CF111B;
	text-decoration:underline;
}

.r_txt_red a:hover {
	color:#f25964;
	text-decoration:underline;
}

.r_mail_add {
  margin:0px 2px 3px 2px;
}

.r_kounyu_kome {
	color:#CF111B;
	font-weight: bold;
}

.r_kounyu_mail {
  text-align: left;
  padding:15px;
  margin:0px 15px 25px 15px;
  border:2px solid #999999;
}

div.r_kounyu_mail_txt{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 0px;
  color: #000000;
  line-height: 160%;
}

div.r_kounyu_mail_txt2{
  text-align:left;
  padding:0px;
  margin:20px 0px 0px 0px;
  color: #000000;
  line-height: 160%;
}

.r_kounyu_mail_list{
list-style-type: decimal;
 text-align:left;
  padding:0px;
  margin:0px 0px 0px 23px;
  color: #000000;
  line-height: 190%;
 }

.r_kounyu_mail_txt3{
  text-align:left;
  padding:0px;
  margin:0px;
  color: #555555;
  line-height: 160%;
}

div.r_kounyu_fax_cap{
  text-align:left;
  padding:0px;
  margin:15px 0px 25px 31px;
  color: #000000;
  line-height: 140%;
}

div.r_kounyu_fax_mark{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 25px;
  line-height: 140%;
  background-image: url(../img/ksm/pdf_icon.gif);
  background-repeat: no-repeat;
}

.r_kounyu_fax_cap a:link {
	color:#002F6B;
	text-decoration:underline;
}

.r_kounyu_fax_cap a:visited {
	color:#002F6B;
	text-decoration:underline;
}

.r_kounyu_fax_cap a:hover {
	color:#526791;
	text-decoration:underline;
}

div.r_tokuchu_left{
  float:left;
  margin:0px;
  padding:0px;
  text-align:left;
  width: 180px;
 }
 
div.r_tokuchu_p{
  margin:0px 0px 0px 20px;
  padding:0px;
  text-align:left;
 }

div.r_tokuchu_right {
	float:right;
	margin:0px;
	padding:0px;
	text-align:left;
	width: 486px;
}

div.r_tokuchu_cap{
  text-align:left;
  padding:0px;
  margin:20px 0px 0px 5px;
  color: #000000;
  line-height: 140%;
  font-size: 85%;
}

div.r_tokuchu_mark{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 10px;
  line-height: 140%;
  background-image: url(../img/ksm/pdf_icon.gif);
  background-repeat: no-repeat;
}

.r_tokuchu_cap a:link {
	color:#002F6B;
	text-decoration:underline;
}

.r_tokuchu_cap a:visited {
	color:#002F6B;
	text-decoration:underline;
}

.r_tokuchu_cap a:hover {
	color:#526791;
	text-decoration:underline;
}

.r_kounyu_kome_t {
  text-align:left;
  padding:0px;
  margin:15px 0px 17px 0px;
  color: #555555;
  line-height: 150%;
  font-size: 85%;
}

.r_kounyu_kome_t td {
  text-align: left;
  vertical-align: top;
  padding:3px;
  margin:0px;
}

.r_kounyu_kome_t a:link {
	color:#555555;
	text-decoration:underline;
}

.r_kounyu_kome_t a:visited {
	color:#555555;
	text-decoration:underline;
}

.r_kounyu_kome_t a:hover {
	color:#777777;
	text-decoration:underline;
}

div.r_kounyu_center{
  width:666px;
  margin:0px;
  padding:0px;
  text-align:center;
 }

.r_kounyu_center table {
	background-color: #ffffff;
	border:0px;
	border-collapse: collapse;
	font-size: 85%;
	width: 620px;
	color:#000000;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
} 

.r_kounyu_center table td.t_line01_a_top {
	border-top: #555555 3px solid;
	background-color: #fff;
	text-align: right;
	padding: 8px 0px 8px 8px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line02_a {
	border-top: #555555 1px solid;
	background-color: #fff;
	text-align: right;
	padding: 8px 0px 8px 8px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line01_b_top {
	border-top: #555555 3px solid;
	background-color: #fff;
	text-align: left;
	padding: 8px 8px 8px 0px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line02_b {
	border-top: #555555 1px solid;
	background-color: #fff;
	text-align: left;
	padding: 8px 8px 8px 0px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line02_a_end {
	border-top: #555555 1px solid;
	border-bottom: #555555 3px solid;
	background-color: #fff;
	text-align: right;
	padding: 8px 0px 8px 8px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line02_b_end {
	border-top: #555555 1px solid;
	border-bottom: #555555 3px solid;
	border-right: 0px;
	background-color: #fff;
	text-align: left;
	padding: 8px 8px 8px 0px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line01_b_top_colon {
	border-top: #555555 3px solid;
	background-color: #fff;
	text-align: center;
	padding: 8px 12px 8px 12px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line02_b_colon {
	border-top: #555555 1px solid;
	background-color: #fff;
	text-align: center;
	padding: 8px 12px 8px 12px;
	vertical-align: top;
}

.r_kounyu_center table td.t_line02_b_end_colon {
	border-top: #555555 1px solid;
	border-bottom: #555555 3px solid;
	border-right: 0px;
	background-color: #fff;
	text-align: center;
	padding: 8px 12px 8px 12px;
	vertical-align: top;
}

.r_mail_add2 {
  margin:3px 0px 0px 0px;
}

.r_school {
  text-align: left;
  padding:15px 10px 0px 15px;
  margin:0px 20px 0px 20px;
  border:4px double #CF111B;
  background-image: url(../purchase/images/school_bg.gif);
  background-repeat: no-repeat;
}

.r_school_list{
list-style-type: decimal;
 text-align:left;
  padding:0px;
  margin:0px 0px 20px 30px;
  color: #000000;
  line-height: 160%;
  font-size: 85%;
 }
 
.r_school_list a:link {
	color:#000000;
	text-decoration:underline;
}

.r_school_list a:visited {
	color:#000000;
	text-decoration:underline;
}

.r_school_list a:hover {
	color:#888888;
	text-decoration:underline;
}

.r_school_list li{
  padding:0px;
  margin:0px 0px 15px 0px;
 }
 
div.r_school_title{
  margin:5px 0px 20px 0px;
  padding:0px;
  text-align:center;
 }

div.r_school_left{
  float:left;
  margin:0px;
  padding:0px;
  text-align:left;
  width: 121px;
 }
 
div.r_school_p{
  margin:3px 0px 0px 0px;
  padding:0px;
  text-align:left;
 }

div.r_school_right {
	float:right;
	margin:0px;
	padding:0px;
	text-align:left;
	width: 455px;
}

div.r_school_cap{
  text-align:left;
  padding:0px;
  margin:0px 0px 0px 0px;
  color: #000000;
  line-height: 160%;
  font-size: 85%;
}

.r_school_cap a:link {
	color:#000000;
	text-decoration:underline;
}

.r_school_cap a:visited {
	color:#000000;
	text-decoration:underline;
}

.r_school_cap a:hover {
	color:#888888;
	text-decoration:underline;
}

div.r_kounyu_txt_b{
  text-align:left;
  padding:0px;
  margin:20px 0px 5px 0px;
  color: #000000;
  line-height: 160%;
  font-size: 85%;
  font-weight: bold;
}

 /*kojin
------------------*/

.r_kojin_list{
list-style-type: decimal;
 text-align:left;
  padding:0px;
  margin:20px 0px 15px 30px;
  color: #000000;
 }
 
 .r_kojin_list li{
  padding:0px;
  margin:0px 0px 15px 0px;
 }
 
 div.r_kojin_txt{
  text-align:right;
  padding:0px;
  margin:0px 0px 25px 0px;
  color: #000000;
  line-height: 160%;
  font-size: 85%;
}


#anc01, #anc02, #anc03, #anc04, #anc05, #anc06 {
	margin-top: 0;
	padding-top: 0;
}
div.shopping a{
	background-color:#3C87D2;
	color:#fff;
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px 0;
	/*border-radius: 6px;*/
}
div.shopping a:hover{
	text-decoration:none;
}
/*-------------------- subhead --------------------*/

.hpb-subh01{
	margin: 0px 0px 7px;
	padding: 3px 0px 0px 7px;
}

.hpb-subh01-cell1{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	background: #66669A;
}

.hpb-subh02 {
}

.hpb-subh02-cell1{
	color: #FFFFFF;
	/* font-size: 80%; */
	font-weight: bold;
	background: #66669A;
	border: none;
	padding: 3px 3px 3px 7px;
}

.hpb-subh02-cell2{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	background: #66669A;
	padding: 3px 3px 3px 7px;
}

.hpb-subh02-cell3{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	background: #66669A;
	padding: 3px 7px 3px 3px;
}

.hpb-subh02-cell4{
	font-size: 80%;
	font-weight: bold;
	background-image : url(hpb_i_subh_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 3px 3px 20px;
	border-right: 1px solid #66669A;
	border-bottom: 1px solid #66669A;
}

.hpb-subh02-cell5{
	/* New */
	font-size: 80%;
	font-weight: bold;
	padding: 3px 3px 3px 20px;
	border-color: #66669A #66669A #66669A #66669A;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
}

.hpb-subh02-cell6 {
}

.hpb-subh03{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	background: #66669A;
	padding: 3px 3px 3px 7px;
}
.hpb-subh04{
	font-size: 80%;
	font-weight: bold;
	padding: 3px 3px 3px 7px;
}
.hpb-subh05{
	font-size: 80%;
	height: 15px;
}
/*-------------------- layout base --------------------*/

.hpb-lb-tb1{
	width: 100%;
	background: #FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none;
	border-left: 1px solid #FFFFFF;
}

.hpb-lb-tb1-cell1{
	font-size: 80%;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 14px;
	width: 204px;
}

.hpb-lb-tb1-cell2{
	width: 406px;
	border-left: 1px solid #FFFFFF;
}

.hpb-lb-tb1-cell3{
	padding-left: 26px;
	/* font-size: 80%; */
	line-height: 14px;
	padding-right: 26px;
}

.hpb-lb-tb1-cell4{
	font-size: 100%;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 13px 14px;
}

.hpb-lb-tb1-cell5 {
}

.hpb-lb-tb1-cell6 {
}

.hpb-lb-tb1-cell7 {
}

.hpb-lb-tb1-cell8 {
}

.hpb-lb-tb2{
	width: 453px;
	background: #FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none;
	border-left: 1px solid #FFFFFF;
}

.hpb-lb-tb2-cell3{
	padding-left: 26px;
	font-size: 80%;
	line-height: 14px;
}

.hpb-lb-tb2-cell4{
	font-size: 100%;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 13px 14px;
}

.hpb-lb-tb3{
	width: 603px;
	background: #FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none;
	border-left: 1px solid #FFFFFF;
}

.hpb-lb-tb3-cell3{
	padding-left: 26px;
	font-size: 80%;
	line-height: 14px;
}

.hpb-lb-tb3-cell4{
	font-size: 100%;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 13px 14px;
}
.hpb-lb-tb4{
}

/*-------------------- design parts--------------------*/

.hpb-dp-tb1 {
}

.hpb-dp-tb1-cell1{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
}

.hpb-dp-tb1-cell2{
	font-size: 80%;
	line-height: 16px;
	border-bottom: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}

.hpb-dp-tb1-cell3{
	font-size: 80%;
	line-height: 16px;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
}

.hpb-dp-tb1-cell4{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border-bottom: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}

.hpb-dp-tb1-cell5{
	font-size: 80%;
	line-height: 16px;
	border: 1px dashed #8E8E8E;
}

.hpb-dp-tb2 {
}

.hpb-dp-tb2-cell1{
	background: #66669A;
	border-right: 1px solid #8E8E8E;
	font-size: 80%;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 7px;
	color: #FFFFFF;
}

.hpb-dp-tb2-cell2{
	border-right: 1px solid #8E8E8E;
	font-size: 80%;
	line-height: 16px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
}

.hpb-dp-tb2-cell3{
	font-size: 80%;
	line-height: 16px;
	border-right: 1px solid #8E8E8E;
	padding: 7px 7px 7px 14px;
}

.hpb-dp-tb2-cell4{
	border-right: 1px solid #8E8E8E;
}

.hpb-dp-tb2-cell5 {
}

.hpb-dp-tb3 {
}

.hpb-dp-tb3-cell1{
	border: 1px solid #8E8E8E;
}

.hpb-dp-tb3-cell2 {
}

.hpb-dp-tb3-cell3 {
}

.hpb-dp-tb4 {margin-bottom: 32px;}

.hpb-dp-tb4-cell1{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
}

.hpb-dp-tb4-cell2{
	font-size: 80%;
	line-height: 16px;

	border-bottom: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
}

.hpb-dp-tb4-cell3{
	font-size: 80%;
	line-height: 16px;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
}

.hpb-dp-tb4-cell4{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border-bottom: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
}

.hpb-dp-tb4-cell5{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
}

.hpb-dp-tb4-cell6{
	font-size: 80%;
	line-height: 16px;
}

.hpb-dp-tb4-cell7{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border: 1px solid #8E8E8E;
}

.hpb-dp-tb4-cell8{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border: 1px dashed #8E8E8E;
	    padding-top: 17px;
}

.hpb-dp-tb4-cell9{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
}

.hpb-dp-tb4-cell10{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border: 1px solid #8E8E8E;

}

.hpb-dp-tb4-cell11{
	/*font-size: 84%;*/
	border-bottom: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
	vertical-align: middle;
	text-align: center;
	width: inherit!important;
	padding: 15px;
}
.hpb-dp-tb4-cell11.add01{
	width:45%!important;
}
.hpb-dp-tb4-cell11 p{
	line-height:1.6;
	margin-bottom: 1em;
	/* margin-top: 1em; */
}
.hpb-dp-tb4-cell12{
	font-size: 80%;
	line-height: 16px;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
}

.hpb-dp-tb4-cell13{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}

.hpb-dp-tb4-cell14{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
}

.hpb-dp-tb5 {
}

.hpb-dp-tb5-cell1{
	font-size: 80%;
	line-height: 16px;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.hpb-dp-tb5-cell2{
	font-size: 100%;
	line-height: 16px;
}

.hpb-dp-tb5-cell3 {
}

.hpb-dp-tb5-cell4 {
}

.hpb-dp-tb5-cell5{
	font-size: 80%;
	line-height: 16px;
	color: #333333;
	padding-top: 14px;
	padding-bottom: 14px;
}

.hpb-dp-tb5-cell6{
	font-size: 80%;
	line-height: 16px;
	border-left: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
	padding-right: 7px;
	padding-top: 7px;
	padding-left: 7px;
}

.hpb-dp-tb6{
	width:9px;
}
.hpb-dp-tb7{
	font-size: 80%;
	line-height: 16px;
	padding: 14px;
}
.hpb-dp-tb8{
	width:9px;
}
.hpb-dp-tb9{
}
.hpb-dp-tb9-ph{
}

.moretxt {
    text-align: right;
    display: block;
    padding-top: 0;
    text-decoration: underline;
    padding-top: 10px;
    float: right;
    clear: both;
}
.moretxt img {
    box-shadow: 4px 4px 10px -3px #ccc;
    -moz-box-shadow: 4px 4px 10px -3px #ccc;
    -webkit-box-shadow: 4px 4px 10px -3px #ccc;
    border-radius: 18px;
}

.blank01 th{
	padding-top:20px;
}

.hpb-cnt-tb-cell1 {
    color: #333333;
    /*border-width: 0px 1px 1px 0px;*/
    background: #E8E8E8;
}
.hpb-cnt-tb1 th{
	padding:5px;
}
.hpb-cnt-tb1 td{
	padding:5px;
}

.productdetailmain .mainblock a{
	text-decoration:underline;
}
.productdetailmain .mainblock a:hover{
	text-decoration:none;
}
.mainblock pre  {
	font-size: 16px;
	font-weight: bold;
	color: #102B45;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #102B45;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	line-height: 1;
	font-family: inherit;
}

div .linkbtn {
	width: 90%;
	margin:10px auto 50px;
}

.linkbtn table{
	width: 100%;
	padding:1px 3px;
}

@media screen and (min-width:601px) {
.linkbtn table td.btn {
			padding: 1px auto;
			text-align: center;
	}
}

@media screen and (max-width:600px) {
.linkbtn table td.btn {
			margin: 2px auto;
			display: block;
			max-width: 50%;
	}
}

div .news {
	width: 60%;
	margin: 10px auto;
}

.news table.info{
	border:#102B45 1px solid;
	width: 100%;
	margin:15px auto 100px;
}

.news table td.info_title {
	font-size: 20px;
	color: #FFF;
	background-color: #102B45;
	padding:2px 20px;
}

@media screen and (min-width:601px) {
.news table td.info_main {
	font-size: 16px;
	color: #102B45;
	padding:5px 20px;
	}
}

@media screen and (max-width:600px) {
.news table td.info_main {
	font-size: 12px;
	color: #102B45;
	padding:5px 15px;
	}
}