@charset "utf-8";

/* --- 1.style reset --- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,pre,th,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
}
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
hr {
}


/* --- 2.float --- */
.float-left, .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.float-right, .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
    zoom: 1; /* for IE6/7 */
}

.clear_b {
	clear: both;
}


/*
.float-clear { 
	zoom: 100%;
}
.float-clear:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
*/


/* --- 3.link --- */
a:link{
	text-decoration:underline;
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

a[href $='.pdf']:not(.manual), #contents ul.list-index li a[href $='.pdf']:not(.manual) {
	background: url(images/icon_pdf.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.doc'] {
	background: url(images/icon_doc.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.xls'] {
	background: url(images/icon_xls.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.docx'] {
	background: url(images/icon_doc.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.xlsx'] {
	background: url(images/icon_xls.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}



/* --- 4.text-align --- */
.to-left {
	text-align:left;	
}
.to-center {
	text-align:center;	
}
.to-right {
	text-align:right;	
}

/* --- original --- */


/* gloval navi */

.cbp-hrmenu {
	width: 100%;

}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
}

.cbp-hrmenu > ul > li {
	display: block;
	float:left;
}

.cbp-hrmenu > ul > li > a {
	padding: 3px 0px 0px 0px;
	display: block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #b1d7d7;
}

.cbp-hrmenu > ul > li.cbp-hropen a {
	color: #0e224f;
	background: #cfd4e0;
	text-decoration:none;
	font-size:90%;
}

.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #0e224f;
	background: #cfd4e0;
}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #cfd4e0;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}


/* 検索窓 */
#search {
position: relative;
margin-right:10px;
}

#search label {
	font-size:80%;
}

#search #s  {
	 width: 180px;
     height: 16px;
     border: 1px solid #000;
     color: #333;
     padding-top: 2px;
     padding-right: 10px;
     padding-bottom: 2px;
     padding-left: 10px;
     background-color: #fff;
     font-size: 13px;
}  
#searchsubmit {
	position: absolute;
	top: 2px;
	_top: 1px;
	border: 1px solid #000;
	left: 288px;
}  
*:first-child + html #searchsubmit    {  
    top: 1px;  
}  
 
#search #searchform {
     position: relative;
}

/* パンくず */
#bc_navi {
	font-size: 80%;
	margin-bottom: 20px;
}

#bc_navi li{
display:block;
padding-right:10px;
float:left;
}

#bc_navi a {
	color: #0E224F;
	text-decoration: none;
}
#bc_navi a:hover {
	text-decoration: underline;
}






/*フッター*/
#pre_footer{
	display: block;
	background-image: url(images/footer_obj.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	height: 60px;
}

footer {
	background-color: #0e224f;
	padding-top: 15px;
	padding-bottom: 15px;
}



#footer_area01 a {
	color: #FFF;
	text-decoration: none;
}
#footer_area01 a:hover {
	text-decoration: underline;
}

#footer_area02 {
	text-align: center;
	color: #FFF;
	font-size: 90%;
	margin-top: 15px;
}
#copyright {
	font-size: 70%;
	margin-top: 30px;
}

/*汎用*/

#main table {
	font-size: 90%;
	margin-bottom: 15px;
	border-collapse:collapse;
}

#main table th {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #d2d5f3;
}

#main table td {
	border: 1px solid #CCC;
	padding: 5px;
}

.dl_list01 {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 50px;
}

.dl_list01 dt {
	width:20%;
	clear:left;
	float: left;
	display: block;
	margin-bottom:5px;

}
.dl_list01 dd {
	width:75%;
	display: block;
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;


}

dl_list01 dd:after{
	content:"";
	display:block;
	clear:both;

}

#main .prd_item {
	float: left;
	width: 120px;
	text-align: center;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
}

#main .ex_item {
	float: left;
	width: 160px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main .prd_item a,#main .ex_item a{
	color: #0E224F;
	text-decoration: none;
	font-size: 90%;
}

.sub_b_box {
	text-align:center;
	margin-bottom:30px;
}

.sub_b_box img {
	margin:0px 5px 10px 5px;
}



header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #FFF;
	z-index:3;
}


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


#logo {
	float: left;
	margin-top: 35px;
	margin-bottom: 5px;
}

/* ---------- 2023/03/15 追加 ---------- */

#header{
	display: none!important;
}

/* ---------- 2023/03/15 追加ここまで ---------- */

nav {
	width: 736px;
	float: right;
}


#nav {
	margin-left:10px;
}


#gnav > li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.cbp-hrmenu {
	float: left;
	position: relative;

}


.cbp-hrmenu > ul > li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}


.cbp-hropen .cbp-hrsub {
	padding: 0px 10px 10px 10px;
	width: 96%;
}



.cbp-hrmenu .cbp-hrsub-inner > div {
	padding: 20px;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	display:block;
	float:left;
	width:30%;
	padding: 5px;
}


#h_navi01 {
	width: 294px;
	float: right;
}
#h_navi01 li {
	display: block;
	float: left;
}



#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	margin-bottom: 20px;

}

#main {
	width:730px;
	float:right;
}

#sidebar {
	width:230px;
	float:left;
}
#sidebar h2 {
	color: #0E224F;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0E224F;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
}
#sidebar ul {
	font-size: 90%;
}
#sidebar ul li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-color: #CCC;
}





	
#head_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer_area01 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 80%;
	color: #FFF;
}


footer .footer_box01 {
	float: left;
	text-align: left;
	display: block;
	width: 18%;
	margin-right: 15px;
}

footer .footer_box01 h3 a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	font-size: 80%;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
footer ul >li > a:hover {
	text-decoration: underline;
}

/* フッターサブメニュー */
footer ul li:hover ul.subs {
    display: block;
}
footer ul.subs > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	font-size: 70%;
	margin-left: 6px;
}
footer ul.subs > li a {
	color: #FFFFFF;
	line-height: 140%;
	text-decoration: none;
}
footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
footer ul.subs > li > a {
	margin-bottom: 10px;
}
footer ul.subs > li li {
    padding-left: 8px;
}
footer ul.subs > li li:hover {
    padding-left: 15px;
}

/*ページトップ*/
#page-top {
	    margin-left: 930px;
}
#page-top a {
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
}

.fixed-bottom{
	position: fixed;
    bottom: 10px;
    margin-left: 660px;

}



a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.w_fitter {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.box_right {
	float: right;
}

.w250 {
width:250px;
}
	


/* slider（仮） */

#top_contents h2 {
	margin-bottom: 10px;
}

.top_box {
position:relative;
}

.top_box .toIndex {
background-color:#0E224F;
color:#FFF;
position:absolute;
font-size:70%;
top:5px;
right:10px;
padding:2px 5px;
}

.top_box .toIndex a {
color:#FFF;
text-decoration:none;
}

#product_cat_list li {
	position:relative;
}

#product_cat_list span {
	font-size: 10px;
	background-color: #F00;
	color: #FFF;
	display: block;
	padding: 2px;
	width: 22px;
	z-index: 10;
	position: absolute;
	left: 2px;
	top: 2px;
}


#owl-example div img {
padding:3px;
border:1px solid #ccc;
}

#top_catalogue {
	margin-bottom:20px;
}

#top_side_b {
	margin-bottom:20px;
}
#top_side_b li {
	margin-bottom:10px;
}
#main h1 {
	font-size: 180%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0E224F;
	padding-left: 15px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#main h2:not(#saiyou) {
	color: #0E224F;
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: normal;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0E224F;
	padding-top: 10px;
}

#main h2#saiyou {
	font-size: 180%;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e224f;
	color: #0e224f;
	font-weight: bold;
}
#main h3.saiyou {
	color: #0E224F;
	padding-bottom: 10px;
	margin-bottom: 10px;
margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E224F;
	font-weight: bold;
}
#main h3.saiyou02 {
	vertical-align: middle;
	float: left;
	color: #0F214F;
}

#main h3.saiyou03 {
	color: #FFFFFF;
	background-color: #0E224F;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 20px;
}

#main h3.saiyou04 {
	color: #0E224F;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 20px;
	border: 1px solid #0E224F;
}


#main #saiyou span {
	color: #FFF;
	font-size: 60%;
	background-color: #0E224F;
	padding-right: 5px;
	padding-left: 5px;
}
#main #saiyou_lead_h {
	text-align: center;
	color: #0E224F;
	font-size: 130%;
	font-weight: bold;
}
#main #saiyou_lead_p {
	text-align: center;
	margin-bottom: 30px;
}
#main #rinen_box {
	margin-bottom: 30px;
	display: table;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#d9e1e6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

#main #rinen_box dt {
	display: table-cell;
	float: left;
	clear: left;
	width: 10%;
	vertical-align: middle;
	height: 80px;
	margin-right: 10px;
}

#main #rinen_box dt img {
	padding: 5px;
}

#main #rinen_box dd {
	display: table-cell;
	width: 88%;
	vertical-align: middle;
	margin-left: 20px;
	height: 80px;
	color: #0E224F;
}

#main #rinen_box dt,#main #rinen_box dd {
}
#main .ibox {
	padding-bottom: 10px;
}

#main .ibox .ibox_left {
	float: left;
	margin-right: 2%;
}
#main .ibox .ibox_right {
	float: right;
	text-align:right;

}

#main .ibox .ibox_right02 {
	float: right;
}


#main #osusume_box {
	background-color: #D4E5E6;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#main #osusume_box .osusume_box02 {
	width: 252px;
	float: left;
	margin-right: 55px;
	margin-left: 55px;
	color: #0E224F;
}


#main .clock {
	float: left;
	margin-right: 10px;
}
#main .line01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F214F;
	margin-bottom: 20px;
}

#main .w28 {
	width: 28%;
}

#main .w30 {
	width: 30%;
}
#main .w65 {
	width: 65%;
}

#main .w70 {
	width: 70%;
}
#main .box50_left {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 2%;
	margin-bottom: 2%;
}
#main .box50_left h4 {
	color: #0E224F;
}

#main .list01 {
	font-size: 90%;
}
#main .list01 li {
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 20px;
}

#main .box01 {
	float: left;
	width: 47%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	border: 2px solid #0E224F;
}
#main .box01 h4 {
	color: #FFFFFF;
	background-color: #0E224F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main .box01 ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 10px;
	margin-top: 10px;
	list-style-position: outside;
	color: #0E224F;
	margin-bottom: 10px;
	font-size: 90%;
}

#main .box01 ul li {
	color: #0E224F;
	margin-bottom: 10px;
	list-style-type: disc;
	line-height: 140%;
}

#main .box02 {
	float: left;
	width: 48%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}
#main .box02 h4 {
	color: #0E224F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #0E224F;
}
#main .box02 ul {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	list-style-position: outside;
	color: #0E224F;
	margin-bottom: 10px;
	font-size: 90%;
}

#main .box02 ul li {
	color: #0E224F;
	margin-bottom: 10px;
	line-height: 140%;
	background-image: url(images/ic_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .box02 ul li a {
	color: #0E224F;
	text-decoration: none;
}
#main .box02 ul li a:hover {
	text-decoration: underline;
}
#main .q {
	background-image: url(images/ic_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	color: #0E224F;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main .a {
	background-image: url(images/ic_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	margin-bottom: 2em;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .box03 {
	border: 3px solid #0E224F;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 130%;
	font-weight: bold;
	color: #0E224F;
	margin-bottom: 30px;
}

#main .box04 {
	padding: 20px;
	border: 3px solid #F33;
	margin-bottom: 20px;
}


#main #saiyou_nav {
	margin-bottom: 20px;
}
#main #saiyou_nav li {
	float: left;
	margin: 6px;
}

#main p {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 1em;
}

#main table {
	font-size: 90%;
	margin-bottom: 15px;
	border-collapse:collapse;
}

#main table th {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #d2d5f3;
}

#main table td {
	border: 1px solid #CCC;
	padding: 5px;
}

#search_view h1 {
	margin-bottom: 1em;
	font-size: 140%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0E224F;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#search_view .search_box {
	margin-bottom: 30px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #0E224F;
	padding-left: 20px;
}

#search_view .search_title_i {
	line-height: 180%;
	font-size: 100%;
}
.search_title_i a {
	color: #0E224F;
}
#search_view .search_box p {
	font-size: 90%;
	line-height: 140%;
}

#main #s_form input[type="text"] {
	padding: 3px;
	border: 1px solid #333;
}

#main #s_form textarea {
	padding: 3px;
	border: 1px solid #333;
}

#main #s_form select {
	padding: 3px;
	border: 1px solid #333;
}

#main #s_form input[type="submit"] {
	padding: 4px;
	border: 2px solid #b11f1f;
	color: #FFF;
	background-color: #ec0505;
	width: 80px;
}

.noborder {
	border: none;
}

.noborder th {
	border: none !important;
}

.noborder td {
	padding:20px 0px !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px dotted #666666 !important;
}

.mw_wp_form_input .attention02 {
	display: none;	
}

.mw_wp_form_confirm .attention01 {
	display: none;	
}

.mw_wp_form_preview .attention01 {
	display: none;	
}




	
#slider {
margin-top:110px;
	margin-bottom: 15px;
	background-color: #eee;
}
	
	
#top_contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 60px;
}

#top_left {
	float: left;
	width: 700px;
}

#new {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 185px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 50px;
}

#new dt {
	font-size: 80%;
	clear:left;
	float: left;
	display: block;
	width: 30%;
	margin-bottom:5px;

}
#new dd {
	font-size: 80%;
	width: 65%;
	display: block;
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;


}

#new dd:after{
	content:"";
	display:block;
	clear:both;

}

#new dt a {
	color: #333;
	text-decoration: none;
}
#new dt a:hover {
	text-decoration: underline;
}

#new_archive {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 50px;
}

#new_archive dt {
	font-size: 90%;
	clear:left;
	float: left;
	display: block;
	width: 30%;
	margin-bottom:5px;

}
#new_archive dd {
	font-size: 90%;
	width: 65%;
	display: block;
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;


}

#new_archive dd:after{
	content:"";
	display:block;
	clear:both;

}

#new_archive dt a {
	color: #333;
	text-decoration: none;
}
#new_archive dt a:hover {
	text-decoration: underline;
}


#t_product {
	margin-bottom: 40px;
}
#t_product_head h2 {
	float: left;
}



#t_product ul li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#t_product_head #search {
	float: right;
	color: #0F214F;
}

#t_pickup {
margin-bottom:50px;
}

#t_pickup li {
	display: block;
	float: left;
}

#t_pickup li:last-child {
	margin-left:10px;
}

#top_banner li {
	display: block;
	float: left;
	margin: 2px;
}

#top_right {
	float: right;
	width: 230px;
}


#main h1 {
	font-size: 180%;
	color: #0E224F;
	margin-bottom: 20px;
}
#main h1+p {
	margin-bottom: 20px;
}

#main h2 {
	color: #0E224F;
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: normal;
	margin-top: 30px;
	padding-top: 10px;
}
#main h2 span {
	font-size: 70%;
	color: #666;
}
#main h3 {
	color: #0E224F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}


#main p {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 1em;
}

.arc_item_prd {
width:120px;
padding:10px;
font-size:80%;
margin:0px 10px 15px 10px;
float:left;

}

.arc_item_prd img {
border:1px solid #ccc;
padding:3px;
margin-bottom:5px;
}

#product_arc ul li {
	display: block;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#product_arc  h1 {
	margin-bottom: 30px;
}


#main #product_t_img {
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0E224F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000;
}
#main #product_t_img img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#main #example_mainimg {
	margin-top: 30px;
	margin-bottom: 30px;
}
#main #product_copy {
	color: #0E224F;
}

.color {
	width: 32%;
	float: left;
	margin-right: 1%;
}
.color p {
	color: #0E224F;
	font-size: 90%;
}


/* 検索窓 */
#search_arc {
	position: relative;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
	margin-left: 20px;
}

#search_arc label {
	font-size:90%;
}

#search_arc #s  {
	 width: 300px;
     height: 18px;
     border: 1px solid #000;
     color: #333;
     padding-top: 2px;
     padding-right: 10px;
     padding-bottom: 2px;
     padding-left: 10px;
     background-color: #fff;
     font-size: 13px;
}  
#searchsubmit_s {
	position: relative;
	top: 7px;
	_top: 1px;
	border: 1px solid #000;
}  
*:first-child + html #searchsubmit    {  
    top: 1px;  
}  
 
#search_arc #searchform {
     position: relative;
}


.sizebox {
	width:32%;
	float:left;
	margin:0.5%;
}

.sizebox h3 {
	background-color: #DDD;
	padding-left: 10px;
	font-size: 90%;
}



.box_right {
	float: right;
}
#main table {
	font-size: 80%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

#main table th {
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #ddd;
	color: #0E224F;
}
#main table th.price {
	background-color: #0E224F;
	color: #FFF;
}


#main table td {
	border: 1px solid #CCC;
	padding: 3px;
	text-align: center;
}

#main table td.price {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: right;
}

.manual {
	display: block;
	text-align: center;
	background-color: #d4e5e6;
	border: 1px solid #0E224F;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#main h1 {
	font-size: 180%;
	color: #0E224F;
	margin-bottom: 20px;

}
#main h1+p {
	margin-bottom: 20px;
}

#main h2 {
	color: #0E224F;
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: normal;
	margin-top: 30px;
	padding-top: 10px;
}
#main h2 span {
	font-size: 70%;
	color: #666;
}
#main h3 {
	color: #0E224F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}


#main p {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 1em;
}



#example_arc ul li {
	display: block;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#example_arc h1 {
	margin-bottom: 30px;
}

#example_arc ul li img {
	border:5px solid #ddd;
}

#main #product_t_img {
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0E224F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000;
}
#main #product_t_img img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#main #example_mainimg {
	margin-top: 30px;
	margin-bottom: 30px;
}

#main .arc_item_exp{
	width: 160px;
	float: left;
	padding: 7px;
	border: 1px solid #CCC;
	font-size: 80%;
	line-height: 140%;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 25px;
	margin-left: 3px;
height:200px;
	}
#main .arc_item_exp a {
	color: #0E224F;
	text-decoration: none;
}
#main .arc_item_exp a:hover {
	text-decoration: underline;
}
#main .arc_item_exp img {
	margin-bottom: 10px;
}





.box_right {
	float: right;
}
#main table {
	font-size: 80%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

#main table th {
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #ddd;
	color: #0E224F;
}
#main table th.price {
	background-color: #0E224F;
	color: #FFF;
}


#main table td {
	border: 1px solid #CCC;
	padding: 3px;
	text-align: center;
}

#main table td.price {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: right;
}
