body{font-size: 12px;}
td{font-size: 12px;}
.txt9px {font-size: 9px;}
.txt10px {font-size: 10px;}
.txt14px {font-size: 14px;}
.txt16px {font-size: 16px;}
.txt18px {font-size: 18px;}
.lineup {line-height: 150%;}
.lineupbold {
	line-height: 150%;
	font-weight: bold;
}

.mg20 { margin:20px 0; }
.mgb30 { margin-bottom:30px; }
.mgt10 { margin-top:10px; }
.mgl20 { margin-left:20px; }

.txtIndent { margin-left:1em; text-indent:-1em; _margin-left:0.5em; _text-indent:-0.5em; padding-right:1em; margin-bottom:5px; margin-top:0; }
*:first-child+html .txtIndent{ margin-left:0.5em; text-indent:-0.5em; }
html>/**/.txtIndent{ margin-left:0.5em; text-indent:-0.5em; }

.txtIndent3 {margin-left:3em; text-indent:-3em;}

.photoArea img { margin-bottom:6px; }

ol li { margin-bottom:10px; margin-top:1em; }

.text_center { text-align:center; }
.bgPurple { background-color:#E6E6F2; padding:10px; }

/*-------------------------------------
 seinou
 -------------------------------------*/
 
.content {
	width:660px;
	margin:0 auto;
	text-align:left;
}
.content table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	width:100%;
}
.content ul {
	list-style:none;
	margin:0;
	padding:15;
}

.boxList li { margin-bottom:20px; }
.boxList a {
	display: block;
	padding: 15px;
	font-size: 19px;
	font-weight: bold;
	line-height:1.3;
	text-decoration: none;
	color: #000;
	overflow:hidden;
	background-color:#C0D8EC;
}
.boxList a:hover {
	background-color:#84B2D7;
	color:#FFF;
}
.boxList span {
	float:right;
	font-size:24px;
}

.innerList {
	background-color:#FFF;
	padding-left:30px !important;
}
.innerList li {
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}
.innerList a {
	font-size: 17px;
	display:block;
	line-height:1.3;
	padding: 0 10px 10px 10px;
}
.innerList li:first-child a { padding-top:0; }
.innerList li:last-child { margin-bottom:0; }
.innerList a:hover {
	text-decoration:none;
}
.innerList a i { color:#000; margin-left:10px; }

.lrBox {
	width:660px;
	overflow:hidden;
	background-color:#EFEFEF;
	margin-bottom:15px;
}
.lrBox .l_cont {
	width:230px;
	float:left;
	padding:15px;
	line-height:1.3;
	margin:0;
}
.lrBox .r_cont {
	width:350px;
	float:right;
}

.btn01 { margin-top:50px; }
.btn01 a {
	display: block;
	padding:10px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
}
.btn01 a:hover {
	border: 1px solid #333;
	color: #FFF;
	background-color:#333;
}



/*   TOP 新着情報   */

.newsbox { width: 660px; margin-top: 30px;}
.newsbox h2 {margin:0; width: 160px;}
.whatnew, .productinfo { display: flex; flex-wrap: wrap; margin-bottom: 20px;}
.whatnew div { width: 500px; }
.productinfo dl  { width: 500px; display: flex; flex-wrap: wrap; margin:0; text-align: left; }
.productinfo dt {width:20%; margin:0 0 10px 0;}
.productinfo dd {width:80%; margin:0 0 10px 0;}
.productinfo p { width: 100%; text-align: right; }
.linklist { width: 660px; margin-bottom: 20px; text-align: left; }

/*   新着情報一覧   */

#what .titlebox { width: 660px; margin: 20px auto 10px; text-align: left; }
#what .titlebox h2 { margin: 20px 0 30px;}
#what .titlebox h3 { font-size: 16px; border-bottom: 2px solid #333; }


