@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin: auto;
	padding: 0 35px;
	background: #FFF;
}

#h_box, #footer_box, #copy_right p, #main_img, #main, .box, #topicPath{

}
body{
	background: url(common/images/common/bg_body.jpg);
}
/* ------header------- */
#header{
	background: #FFF;
	padding: 45px 0 30px 0;
}
#header h1 {
	color: #ccc;
	font-size: 10px;
	padding-top: 2px;
}
#h_left {
	width: 18%;
	float: left;
}
#h_right {
	float: right;
	width: 80%;
	text-align: right;
}
#h_right li{
	float: left;
}
/*---- main----------*/

#content{
	width: 685px;
	float: left;
}
#snav{
	width: 250px;
	float: right;
}

.btn_snav li{ margin-bottom: 10px;}

.btn_sns {
	margin-bottom: 10px;
	overflow: hidden;
}
.btn_sns li {
	float: left;
	margin-left: 20px;
}
.btn_sns li:first-child {
	margin-left: 0;
}

/*----back to top----------*/
#bk_top {
	text-align:center;
}

#scrollUp {
	width: 84px;
	height: 87px;
  bottom: 10%;
  right: 5%;
	background:url(common/images/common/pagetop.png) no-repeat right bottom;
}
/* ------footer------- */
#footer {
	padding: 25px 0;
	background:url(common/images/common/bg_footer.jpg);
	min-width: 1030px;
}
#footer #footer_box{
	width: 960px;
	margin: auto;
}
#logo_f{
	width: 130px;
	float: left;
}
#footter_r{
	width: 800px;
	float: right;
	text-align: center;
}
#footter_r ul{
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footter_r li{
	display:inline-block;
	margin: 0 12px;
}
#footter_r li a{
	color: #FFF;
	text-decoration: none;
	background: url(common/images/common/arrow01.png) no-repeat left center;
	padding-left: 10px;
}
#footter_r li a:hover{ color: #CCC;}
#footter_r p span{
	color: #FFF;
	display: inline-block;
	padding-bottom: 7px;
	padding-right: 40px;
	font-size:10px;
}

/* ------ magin box ------- */
.section {
	margin-bottom:45px;
}
.container {
	margin-bottom:30px;
}
.case {
	margin-bottom:25px;
}
.pack {
	margin-bottom:20px;
}
.item {
	margin-bottom:15px;
}
.mb_clear{ margin-bottom: 0; }
.section .container:last-child {
	margin-bottom:0px;
}
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}

/* ------<p> margin------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}


/* ------table style------- */
/* ------tb_style------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style td,
.tb_style th{
	padding:5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.tb_style th{
	background:#eee;
}




/* ------ colum style ------- */
.col2_box, .col3_box, .col4_box{
	position:relative;
}
.col2_box .col2, .col3_box .col3, .col4_box .col4{
	float:left;
	box-sizing: border-box;
}
.col2_box .col2:first-child,
.col3_box .col3:first-child,
.col4_box .col4:first-child{
	margin-left:0;
}
/* ------2colum------- */
.col2_box {
}
.col2_box .col2 {
}

/* ------3colum------- */
.col3_box {
}
.col3_box .col3 {
}

/* ------4colum------- */
.col4_box {
}
.col4_box .col4 {
}


/*-------container------- */
.container {

}
.container .msg {
	width: 62%;
	word-break: break-all;
}
.container .img {
	width: 35%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}


/*------ list_dot ------*/
.list_dot{
	list-style:disc;
	margin:0 0 15px 17px;
}

/*------ slide_box ------*/
#main_img #slide_box{
	width: 630px;
	float: left;
}
#main_img .banner{
	width: 330px;
	float: left;
}

/*------ news ------*/
.title_top{
	margin-bottom: 15px;
}
#news .frame_box {
	border: medium none;
    height: 90px;
    margin-bottom: 20px;
    overflow: auto;
    width: 690px;
  -webkit-overflow-scrolling:touch;
}
#news iframe {
    border: medium none;
    display: block;
    height: 100%;
    width: 100%;
}
#news ul{
	overflow: auto;
	height: 85px;
	padding-right: 15px;
}
#news li{
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}
#news li span{
	width: 110px;
	float: left;
	background: url(common/images/index/ico_cycle.jpg) no-repeat left center;
	padding-left: 15px;
	letter-spacing: 1px;
}
#news li a{
	width: 525px;
	float: left;
}


/*------ article_list ------*/
.article_list ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.article_list li {
	list-style-type:none;
	width:218px;
	margin:0 5px 10px 5px;
	position:relative
}
.article_list li a {
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
	background:#fff;
	color:rgba(50,50,50,0.2);
	box-shadow:0 0 6px rgba(0,0,0,0.2),0 4px 6px rgba(0,0,0,0.3);
	position:relative;
	display:block
}
.article_list li .time {
	position:absolute;
	top:0px;
	right:0;
	color:#000;
	font-size:10px;
	padding:3px;
	background:rgba(255,255,255,0.8);
	text-shadow:0 1px 0 rgba(255,255,255,0.5)
}
.article_list li img:nth-child(2) {
	width:100%;
	height:auto
}
.article_list li .title {
	font-weight:bold;
	padding:8px;
	margin:0;
	background:none;
	color:#3f210f;
}

.article_list .icon {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000
}

/*------ category_box ------*/
#btn_online {
	position: relative;
}
#set_box {
	text-align: center;
}
#set_box li {
	display: inline-block;
	margin: 0 50px;
}

#btn_cat {
	overflow: hidden;
}
#btn_cat li {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*------ store_list_box ------*/
.store_list_box {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
/*.store_list_box img {
	width:100%
}*/
.store_list_box .store_list {
	width:calc(50% - 20px);
	margin:0 10px 30px 10px;
}
.store_list_box .store_list h3 {
	background:#53c4c5;
	font-weight: bold;
	color:#fff;
	padding:4px;
	text-align:center
}
.store_list_box .store_list ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top: 10px;
}
.store_list_box .store_list ul li {
	list-style-type:none;
	width:31%;
	margin:1%
}


/*------ page ------*/
#con #main  {
	padding-bottom: 45px;
}
#con #main h1 {
    border-bottom: 1px solid #3f210f;
    font-size: 1.5rem;
    line-height: 1.2em;
    padding: 5px 5px 10px;
}
#con #main .date {
    color: #555;
    font-size: 1rem;
    text-align: right;
	margin-top: 10px;
}
#con #main .date a {
    background: #85B441;
    border-radius: 4px;
    color: #fff;
    font-size: 0.9rem;
    padding: 3px 4px;
    text-decoration: none;
}
#con #main  ol, #main ul {
/*    padding: 5px 0 5px 25px;
*/
}
#con #main  ul {
    list-style-type: disc;
}
#con #main  ol li, #main ul li {
    /*padding: 5px 0;*/
}
#con #main  table {
    margin: 10px 0;
}
#con #main  table th, #main table td {
    padding: 5px;
}
#con #main  img {
    display: block;
    margin: 10px auto;
}
#con #main  a img {
    transition: all 0.5s ease 0s;
}
#con #main  a img:hover {
    opacity: 0.7;
}
#con #main h2 {
    background: #53C4C5;
    clear: both;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 20px 0 10px;
    padding: 6px 5px 6px 18px;
    position: relative;
    z-index: 10;
}


.table-contactform7 table th {
    border-bottom: 1px dotted #999;
    padding: 5px;
    text-align: right;
}
.table-contactform7 table th span {
    background: #EE62A1;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 0.9em;
    margin-right: 10px;
    padding: 0 9px;
}
.table-contactform7 table td {
    border-bottom: 1px dotted #999;
    padding: 5px;
}

#page_handme {
	background: url(common/images/handme/bg_handme.jpg);
}


.article_list .archive_link {
	text-align: right;
	margin-top:10px;
}
.article_list .archive_link a {
	color: #3f210f;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
.article_list .archive_link a:hover {
	opacity: 0.7
}

