﻿@charset "utf-8";


.top_main{
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 420px;
	margin: 0 auto;
	background: #222 50% 0 no-repeat;
	background: #222 center bottom no-repeat\9;
}

.top_main::after{
	content: "";
	position: absolute;
	bottom: 20px;
	right: 50%;
	margin-right: -479px;
	display: block;
	width: 209px;
	height: 161px;
	background: url(../img/common/logo_300.png) no-repeat center center;
}

#top a{
	text-decoration: none;
}

#top a:hover{
	text-decoration: underline;
}


/*header
--------------------------------------------------*/

#top #header{
	width: 960px;
	height: auto;
	margin: 0 auto 25px;
}

#top #header .logo{
	margin-top: 50px;
	float: left;
}

#top #header .menu{
	margin-top: 25px;
	float: right;
}

#top #header .menu ul{
	width: 441px;
	height: 170px;
	background: url(../img/top/menu_line.gif) no-repeat left top;
	padding-left: 1px;
}

#top #header .menu ul li{
	float: right;
}

#top #header .onlineshop{
	margin: 25px 60px 0 0;
	float: right;
}


/*content
--------------------------------------------------*/

#content_inner{
	width: 960px;
	margin: 0 auto;
}

#content_inner .c_left{
	width: 355px;
	float: left;
}

#content_inner .c_right{
	width: 555px;
	float: right;
}


/*information
--------------------------------------------------*/

#information{
	margin-bottom: 60px;
	font-size: 12px;
	line-height: 18px;
}

#information table{
	margin: 10px 0 0;
}

#information table tr{
	background: url(../img/common/dot.png) repeat-x bottom;
}

#information table tr th{
	width: 105px;
	padding: 20px 0;
}

#information table tr td{
	padding: 20px 0;
}

#information .more{
	margin: 20px 0 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	background: url(../img/common/arrow.png) no-repeat left;
	float: right;
}


/*shop
--------------------------------------------------*/

#shop{
	margin-bottom: 60px;
	font-size: 12px;
	line-height: 18px;
}

#shop .shop_detail{
	margin-bottom: 20px;
	padding-bottom: 21px;
	background: url(../img/common/dot.png) repeat-x bottom;
}

#shop .shop_detail h3{
	font-size: 15px;
	margin-bottom: 15px;
}

#shop .shop_detail address{
	margin-bottom: 15px;
}

#shop .shop_detail table tr th{
	width: 65px;
}

#shop .more{
	margin: 20px 0 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	background: url(../img/common/arrow.png) no-repeat left;
	float: right;
}


/*banner
--------------------------------------------------*/

#banner{
	margin-bottom: 60px;
}

#banner ul li{
	float: left;
}


/*product
--------------------------------------------------*/

#product{
	margin-bottom: 60px;
}

#product ul.category li{
	width: 165px;
	float: left;
}

#product ul.category li p{
	font-size: 12px;
	line-height: 18px;
}

#product .more{
	margin: 25px 0 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	background: url(../img/common/arrow.png) no-repeat left;
	float: right;
}

.attention{
	color:#960000;
	font-size: 1em;

}

.attention span{
    display: block;
    width: 100%;
    height: auto;
    color: #333;
    padding: 16px 0px 24px 0px;
    border-bottom: 1px #c8c1ae dashed;
}

h5{
    color:#960000;
    padding: 16px 0px 4px 0px;
}



/*blog_bn
--------------------------------------------------*/


<style type="text/css">


#blog{

font-family: 'Noto Sans Japanese', sans-serif;

}

#blog h2{
    font-size: 1.5em;
    font-weight: 200;
    padding: 0px 0px 12px 0px;
}

#blog h2 span{
font-size: 0.6em;
    color: #B89C54;
    display: inline-block;
    padding: 0px 0px 0px 15px;
    font-weight: 100;
}

#blog h3{
	font-size:1.2em;
	padding:21px 0px 0px 0px;
}

#blog h5{
padding: 4px 0px 4px 0px;

}

#blog img{
    padding: 16px 16px 0px 16px;
    float: left;
    display: block;
}

#blog a{
	padding: 0px 8px 16px 0px;
    border-radius: 10px;
    background-color: #fff;
    display: block;
    overflow:hidden;
    margin:0px 0px 8px 0px;
}

.moreblog{
    margin: 20px 0 0;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    background: url(../img/common/arrow.png) no-repeat left;
    float: right;
}

</style>


