@charset "UTF-8";

/*default
---------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

html {
       overflow-y: scroll; 
}

body {
	min-width:1033px;
	color: #333333;
	font-family: Microsoft Yahei;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

@media screen and (max-width: 767px) {
	body {
		min-width:100%;
		-webkit-text-size-adjust: 100%;
	}
}

body{font-size:75%\9;}
body:not(:target){font-size:75%\9;}

img {
	border: 0;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

/*a:link, a:visited {
	color: #ea5413;
	text-decoration: underline;
}

a:hover, a:active {
	color: #53a3eb;
	text-decoration: underline;
}170220*/

hr {
	margin-bottom: 40px;
	border:0;
	height: 1px;
	background-color: #dadada;
}

hr + hr {
	margin-top:-20px;
}

ol {
	margin-bottom:40px;
	counter-reset: olcount 0;
	list-style-type: none;
}

ol li {
	text-indent: -2em;
	margin: 5px 0 0 2em;
}

ol li:first-child {
	margin: 0 0 0 2em;
}

ol li:before{
	counter-increment: olcount;
	content: counter(olcount) ". ";
    list-style-type: none;
	/*margin-right:3px;*/
	font-weight: normal;
	color: #333;
}

ol li ul li {
	margin: 0 !important;
}

ol li ol li:before{
	content: counter(number,lower-alpha)"锟紻";
}

ol li ul li:before{
	counter-reset:none;
	content: none !important;
}

ol li a {
  text-decoration: none;
  color: #ea5413;
}
ol li a:hover {
  color: #76c8e4;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/*hr
---------------------------------------------------------- */

hr.hr_dot {
	border-top: 1px dotted #cccccc;
	color:#ffffff;
	background-color: #ffffff !important;
}


/*float
---------------------------------------------------------- */

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.align_c {
	text-align: center;
}

.align_r {
	text-align: right;
}

/*font-size
---------------------------------------------------------- */

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}

.font_exlarge {font-size: 153.9%;}
.font_large {font-size: 123.1%;}
.font_small {font-size: 85%;}

.font_normal {
	font-weight: normal !important;
}


/*margin
---------------------------------------------------------- */


/*top*/
.mt0{ margin-top: 0px !important;}
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb0 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}

/*clearfix
---------------------------------------------------------- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */


/*Display none
---------------------------------------------------------- */
.displaynone{ display:none !important;}

.ttl_box .ttl_link a,
.ttl_box .ttl a,
.ttl_box .txt a,
.link_txt_anchor a,
.link_txt_anchor_nowrap a,
.link_btn a,
.link_btn_free a,
.link_btn_w a,
.related_link_block a,
.link_txt a,
.tab_block a {
	text-decoration: none;
}

/*container
---------------------------------------------------------- */
#container {
	clear: both;
	width: 1023px;
	margin: 0 auto 60px;
	overflow: hidden;
	zoom:1;
	font-size: 116%;
}

@media screen and (max-width: 767px) {
	#container {
		width: 94%;
		margin: 0 auto 20px;
	}

.wpb_content_element {/*锟角夛拷*/
	margin-bottom:10px;
	}

}

#contents {
	float: left;
	width:750px;
}


/*title
---------------------------------------------------------- */
h1.h1body0 {
	margin-bottom:20px;
	padding:12px 20px 9px;
	border-top:3px solid #ea5413;
	border-bottom:1px solid #dadada;
	color: #ea5413;
	font-size: 1.5em;
	line-height:1.4;
	font-size:400;
	background-color: #f1f1f1;
	background-image: linear-gradient(#f1f1f1,#f8f8f8,#f9f9f9);
}

h2.h2body0 {
	font-size: 1.2em;
	color: #203744;
    margin-top: 20px;
    margin-bottom: 15px;
	position: relative;
	padding-left:.5em;
	padding-bottom: .2em;
	border-bottom: 4px solid #ccc;
}
h2.h2body0::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #ea5413;
}

h3.h3body0 {
    padding: .25em 0 .25em .75em;
	border-left: 6px solid #ea5413;
    display: table;
    margin: 0 0 .75em;
    font-size: 1.0em;
    line-height: 1.1em;
    font-weight: bold;
    color: #203744;
}
h3.h3body0 a {
  color: #ea5413; text-decoration: none;
}
h3.h3body0 a:hover {
  color: #76c8e4; text-decoration: none;
}
h3.h3body1 {
	padding: .25em 0 .25em 0;
    display: table;
    margin: 0 0 .75em;
    font-size: 1.15em;
    line-height: 1.1em;
    font-weight: normal;
    color: #ea5413;
}

h3.h3body2 {
	font-size: 1em;
    font-weight: bold;
    margin: 1em 0 1em .4em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
    border-left-width: 7px;
    border-left-style: solid;
    border-left-color: #0084bc;
    padding: 2px 0 2px 8px;
}

h4.h4body0 {
    font-size: 1.05em;
    margin: .70em 0;
    text-align: left;
	position: relative;
	padding: 0 .5em .3em 1.7em;
	border-bottom: 1px solid #ccc;
}
h4.h4body0::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 131%;
		line-height:1.4;
	}
	
	h2 {
		font-size: 123.1%;
		line-height:1.4;
	}
	
	h3,
	h4 {
		font-size: 108%;
	}
}


/*category top
---------------------------------------------------------- */
.wpb_text_column.wpb_content_element {
    background: #f2f2f0;

}
.txt-img-block {
    display: block;
    width: 100%;
    float: none;
}

.txt-img-block:hover div.txt-img-block-container{
	-webkit-transition: opacity 0.2s ease-in-out;/* 0.3s ease-in; */
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	opacity: 0.7;
}
.wpb_content_element {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.wpb_text_column {
    /* padding: 0 0 40px 0; */
    width: 100%;
    float: left;
}
.txt-img-block a {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none !important;
}
.txt-img-block div.txt-img-block-container {
    position: relative;
}

.txt-img-block div.txt-img-block-container img {
    height: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}
.txt-img-block div.txt-img-block-container h3 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px 0px 50px;/*0px 15px锟斤拷锟絏锟絍*/
    background: none;
}
.txt-img-block div.txt-img-block-container h3 {
	border-collapse: collapse;
	width: 100%;
	position: absolute;
	bottom: 0%;/*-9%*/
	left: 0;
	right: 0;
	min-height: 52px;
	color: #fff;
	font-size:15px;
	background-color: #333;
	display:table;
	background: url('../images/arw.png') 5% 50% no-repeat rgba(0,0,0,0.5);/*95% 50%,rgba(0,0,0,0.7)锟斤拷锟斤拷蠉X*/
}

@media screen and (max-width:767px){
	
	/* ### General ### */
	body, html{ overflow-x:hidden !important; }
    .main { width: 94% !important; max-width: 100% !important; }
    html body #wpadminbar {z-index: 999999999 !important;position: fixed !important;}
    .alignright, .alignleft {clear: both; float: none; margin: 0 auto;}
	#leftCntr, #rightCntr {width: 100%;}
	#wrapper{ margin-top: 48px; }

	/* ### Other ### */

	/* fix dor margin bottom */
	.column_container:last-of-type div.wpb_content_element:last-of-type {
		margin-bottom: 0px !important;
	}

	/* text block with image - responsive */
	.txt-img-block div.txt-img-block-container {
		position: static;
		display:table;
		width:100%;

	}
	.txt-img-block div.txt-img-block-container img {
		width:100%;
		display: table-cell;

	}

	.txt-img-block div.txt-img-block-container h3 {
		font-size: 13px;
		background-position: 95% 50%;
		display: table-cell;
		width: 69%;
		position: static;
		vertical-align: middle;
		background-color: #535252;/*锟角夛拷*/
	}
	.txt-img-block div.txt-img-block-container h3 span {
		display: block;
		padding: 0 50px 0 15px;
	}
}



/*colum
---------------------------------------------------------- */

.col3, .col4,.col6, .col8, .col9 {
	float: left;
	display: inline;
	margin-left: 2%;
	/*background-color: #e9f5ff;*/
}

.col3:first-child,
.col4:first-child,
.col6:first-child,
.col8:first-child,
.col9:first-child,
.col12:first-child {
	clear: left;
	margin-left: 0;
}

.col3 {width: 23.5%;}
.col4 {width: 32%;}
.col6 {width: 49%;}
.col8 {width: 66%;}
.col9 {width: 74.5%;}
.col12 {width: 100%;}


.col1 {width: 6.5%;}
.col2 {width: 15%;}
.col5 {width: 40.5%;}
.col7 {width: 57.5%;}
.col10 {width: 83%;}
.col11 {width: 91.5%;}



@media screen and (max-width: 767px) {
	.col3 {锟紷/*{width: 49%;}锟斤拷锟较峏*/
		width: 100% !important;
		float: none !important;
		overflow: hidden !important;
		margin-bottom: 0px !important;
	}

	.col3:nth-child(odd) {
		margin-left:0;
	}

	.col9 + .col3 {
		margin-left:0;
	}

	.col3, .col4, .col6, .col8, .col9, .col12 {/*col3锟角夛拷*/
		float: none;
		clear: both;
		width: 100%;
		display:block;
		margin-left:0;
	}
}


/*block
---------------------------------------------------------- */

/*锟絜锟絃锟絏锟絞锟教傦拷*/

.txt_block {
	clear: both;
	margin-bottom:20px;/*40px*/
	overflow: hidden;
}

.txt_block p {
	margin-bottom: 15px;
}

.txt_block p:last-child,
.txt_block ul:last-child,
.txt_block ol:last-child {
	margin-bottom:0;
}

.txt_block div:first-child {
	margin-left:0;
}

/*.txt_block ol + p,
.txt_block ul + p {
	margin-top: -25px;
}*/


/*锟絜锟絃锟絏锟絞 + 锟芥憸*/
.img_txt_r_block,
.img_txt_l_block {
	clear: both;
	margin-bottom:20px;/*40锟斤拷锟斤拷蠉X*/
	overflow: hidden;
}

.img_txt_r_block p,
.img_txt_l_block p {
	margin-bottom: 15px;
}

.img_txt_r_block p:last-child,
.img_txt_l_block p:last-child {
	margin-bottom: 0;
}

.img_txt_r_block .ph {
	float: right;
	margin: 0 0 1% 2%;
	text-align: center;
}

.img_txt_l_block .ph {
	float: left;
	margin: 0 2% 1% 0;
	text-align: center;
}

.img_txt_r_block .ph p,
.img_txt_l_block .ph p {
	text-align: left;
	/*word-break:break-all;*/
}

.img_txt_r_block .ph p,
.img_txt_l_block .ph p {
	margin:5px 0 10px !important;
	font-size:85%;
}

.img_txt_r_block .txt,
.img_txt_l_block .txt{
	overflow: hidden;
	zoom:1;
}

@media screen and (max-width: 767px) {
	.img_txt_r_block .ph,
	.img_txt_l_block .ph {
		float: none;
		margin: 0 0 2% 0;
	}

	.img_txt_r_block .txt,
	.img_txt_l_block .txt{
		overflow: visible;
	}
}
/*锟铰曪拷*/
.blue { border: 2px solid #e2f3f7; }

/*锟芥憸锟绞抲锟紷锟斤拷锟教傑傑僐锟絪锟絒锟斤拷锟斤拷锟教偱廋锟斤拷锟絭*/
@media screen and (max-width: 767px) {
img.photo_none_l {float: left;margin-right: 10px;margin-bottom: 10px;}
img.photo_none_r {float: right;margin-left: 10px;margin-bottom: 10px;}
img.photo_none_c {margin-left: auto;margin-bottom: 10px;margin-right: auto;}
}

@media screen and (min-width: 768px) {
img.photo_none_l {float: left;margin-right: 10px;margin-bottom: 10px;}
img.photo_none_r {float: right;margin-left: 10px;margin-bottom: 10px;}
img.photo_none_c {margin-left: auto;margin-bottom: 10px;margin-right: auto;}
}

/*锟芥憸锟教傦拷*/

.img_block{
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
	word-break:break-all;
}

.img_block li {
	list-style: none;
	text-align: center;
}


.img_block li p {
	margin:5px 0 0 !important;
	font-size:93%;
	text-align: left;
	word-break:normal;
}

.img_block li p a, .txt_block p a {
text-decoration: none !important;
color: #ea5413 !important;
}

.img_block li p a:hover, .txt_block p a:hover {color: #76c8e4 !important;}

.img_block li.col12 p {
	 text-align: center;
}

.img_block li.col12 img{
	max-width: 80% !important;
}

@media screen and (max-width: 767px) {
	.img_block li {
		margin-bottom:10px;
	}
	
	.img_block li:last-child {
		margin-bottom:0;
	}
	
	.img_block li.col12 img{
		max-width: 100% !important;
	}
}


/*锟斤拷锟給锟斤拷+锟絜锟絃锟絏锟絞+锟芥憸*/
.ttl2_block,
.ttl3_block {
	clear: both;
	margin-bottom:20px;/*margin-bottom:40px;*/
	overflow: hidden;
}


.ttl_box {
	background-color: #ededed;
	position:relative;
}

.ttl_box .ttl {
	font-size: 116%;
	line-height:1.4;
	color: #ffffff;
	font-weight: bold;
	/*word-break:break-all;*/
	position:relative;
}

.ttl3_block .ttl_box .ttl {
	font-size: 116%;
}

.ttl_box .ttl img {
	width:100%;
	height:auto;
}

.ttl_box .ttl .file-pdf {
	margin-left: 5px;
}

.ttl_box .ttl .file-pdf img {
	width: auto !important;
	display: inline-block !important;
}

.ttl_box .ttl p{
	width:94%;
	position: absolute;
	bottom:0;
	left:0;
	padding: 15px 3% 15px 3%;
	/*background:url(/img/common/bg_black01.png) repeat;*/
}

.ttl_box p.ttl{
	width:94%;
	padding: 15px 3% 15px 3%;
	/*background:url(/img/common/bg_black01.png) repeat;*/
}


.ttl_box .ttl p a,
.ttl_box p.ttl a{
	display:block;
	padding-right: 4%;
	color: #ffffff;
	/*background:url(/img/common/icon_arrow07.png) 98% center no-repeat;*/
}


.ttl3_block .ttl_box .ttl p a,
.ttl3_block .ttl_box p.ttl a {
	display:block;
	padding-right: 6%;
	/*background:url(/img/common/icon_arrow07.png) 97% center no-repeat;*/
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
}


.ttl_box .txt {
	padding: 20px 20px 15px 20px;
}

.ttl_box .txt p + ul {
	margin-top:10px;
}

.ttl_box .txt li {
	margin-bottom:1px;
	list-style: none;
	font-size:108%;
}

.ttl_box .txt li img {
	margin-left: 5px;
	vertical-align: middle;
}

.ttl_box .txt li a {
	display:block;
	padding-left: 15px;
	/*background:url(/img/common/icon_arrow01.png) left 5px no-repeat;*/
	color: #333333;
}

@media screen and (max-width: 767px) {
	.ttl2_block,
	.ttl3_block {
		margin-bottom: 0px;/*170822*/
	}
	.ttl_box {
		margin-bottom:10px;/*margin-bottom:40px;*/
	}
}

/*锟斤拷锟絏锟絞
---------------------------------------------------------- */
ul.ldisc {
  margin-bottom: 10px;
  padding-left: 30px;
}

ul.ldisc li {
	position: relative;
}
ul.ldisc li::after {
	display: block;
	list-style-type: disc;
}
ul.ldisc li a {
  color: #ea5413; text-decoration: none;
}
ul.ldisc li a:hover {
  color: #76c8e4; text-decoration: none;
}
/*term锟教栚庯拷锟脚巊锟絧锟紽fontawesome锟斤拷*/
ul.bodylist0 {margin-top: 10px;}
ul.bodylist0 li {margin-top: 5px;}
ul.bodylist0 li a{background: url(../images/icon_bodylist0.png) no-repeat left center;padding-left: 20px;color: #ea5413;font-size: 15px;line-height: 1.5em;text-decoration: none;}
ul.bodylist0 li a:hover{color: #76c8e4;}
}
/*recruit锟脚巊锟絧锟紽fontawesome锟斤拷*/

/*pagetop
---------------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom:20px;
	right: 20px;
	/*IE6*/
	_display: block;
	_width:1023px;/*978px*/
	_margin: 0 auto;
	_text-align: right;
	_padding: 0 0 20px;/
}
@media screen and (max-width: 767px) {
	.pagetop {
		display: none !important;
	}
}

/*back to top:https://codyhouse.co/gem/back-to-top/锟斤拷锟?/
.cd-top {
  display: inline-block;
  height: 31px;/*40px;*/
  width: 106px;/*40px;*/
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/pagetop.jpg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media screen and (max-width: 767px) 
 {
  .cd-top.cd-is-visible {
display: none;
    /*right: 20px;
    bottom: 50px;*/
  }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 30px;
    bottom: 30px;
  }
}
}

/*锟絧锟斤拷锟斤拷锟斤拷
---------------------------------------------------------- */
.panmenur {
    clear: both;
    width: 1023px;
    margin: 0 auto 10px;
    overflow: hidden;
    zoom: 1;
    margin-top:15px;
}

.panmenur ul li {
    list-style: none;
    display: inline;
}

.panmenur ul li a{
	text-decoration: none !important;
	color:#ea5413;
}

.panmenur ul li a:hover {color: #b54719;}

@media screen and (max-width: 767px) {
	.panmenur {
		width:94%;
		margin: 0 auto 5px;
	}
}

/* keyvisual锟絧锟斤拷锟斤拷锟斤拷 */
@media only screen and (min-width: 768px){
ul.panmenur_key {
    list-style: none;
}
ul.panmenur_key li {float: left;padding-top: 10px;padding-left:2px;margin-bottom: 10px;color: white;}
ul.panmenur_key li a {color: white;text-decoration:none;}
ul.panmenur_key li a:hover {color: #76c8e4;}

}

@media screen and (max-width: 767px) {
	ul.panmenur_key {
		display:none;
	}
}

/*sidemenu
-------------------------------------------------*/
#side_nav {
	float: right;
	width:250px;
	font-size:85%;
}

#side_nava {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
        margin-bottom:20px;
}

#side_navb {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

@media screen and (max-width: 767px) {
	#contents,
	#side_nav {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
}

/*side_nav
---------------------------------------------------------- */

#side_nav .nav_ttl {
        border-bottom:1px solid #ccc;
	background-color:#ea5413;
	color: #ffffff;
	font-size: 123.1%;
}

#side_nav .nav_ttl a {
    border:1px solid #ccc;
	display:block;
	padding: 8px 10px;
	color: #ffffff !important;
	text-decoration: none !important;
	text-align: center;
}

#side_nav li {
	list-style: none;
	border-bottom: 1px solid #dadada;
	font-size: 108%;
}

#side_nav li a {
	display:block;
	padding: 8px 10px 8px 32px;
	font-weight: normal;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(../images/icon_navi_1.png) 12px center no-repeat;
}

#side_nav li.other a {
	display:block;
	padding: 8px 10px 8px 32px;
	font-weight: normal;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(../images/icon_subnav.gif) 12px center no-repeat;
}

#side_nav li.imgonly {
	list-style: none;
}
#side_nav li.imgonly a {
	display:block;
	padding: 8px 10px 8px 32px;
	background: none;
}
#side_nav li.imgonly a:link,
#side_nav li.imgonly a:visited {
	text-decoration: none;
}

#side_nav li.imgonly a:hover,
#side_nav li.imgonly a:active {
	text-decoration: none;
	background-color: #fff !important;
}

#side_nav li a:link,
#side_nav li a:visited {
	color: #333333;
	text-decoration: none;
}

#side_nav li a:hover,
#side_nav li a:active {
	color: #333333;
	text-decoration: none;
	background-color: #ffc8b0 !important;
}


#side_nav li.select {
	/*border-bottom: 1px dotted #dadada;*/
}

#side_nav li.select + li {
	border-top: 0;
}

#side_nav li.select a {
	background: #ffd6c5 url(../images/icon_navi_1.png) 10px center no-repeat;
}

#side_nav li ul li {
	border-bottom:0;
	border-top: 1px solid #dadada;
	font-size:85%;
}

#side_nav li ul li.select {
	border-top: 1px dotted #dadada;
}

#side_nav li ul li a {
	font-weight: normal;
	background: #ffffff url(../images/icon_subnav.gif) 18px center no-repeat !important;
}

#side_nav li ul li.select a {
	background: #ace2fc url(../images/icon_subnav.gif) 18px center no-repeat !important;
}

#side_nav li ul li ul {
	margin-left: 30px;
	font-size:116%;
}

#side_nav li ul li ul li:first-child {
	border-top: none;
}

#side_nav li ul li ul li a,
#side_nav li ul li.select li a {
	font-weight: normal;
	padding: 8px 0 8px 20px;
	/*background: #ffffff url(/img/common/icon_sidenav03.png) 10px center no-repeat !important;*/
}

#side_nav li ul li.select li.select {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#side_nav li ul li.select li.select a {

	/*background: #f2f8fe url(/img/common/icon_sidenav03.png) 10px center no-repeat !important;*/
}

@media screen and (max-width: 767px) {
	#side_nav li a {
	font-weight: bold;
	}
}

/*category key visual
---------------------------------------------------------- */
#topimgkey {
    
}

#top_keyvisual {
    width: 1234px;
    height: 255px; 
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

@media screen and (max-width: 767px) {

#topimgkey {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    background-color: #fff;
}

#top_keyvisual {
    width:100%;
    margin: 0 auto 10px;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
}

@media only screen and (min-width: 768px){

  #top_keyvisual img { visibility: hidden}
  
}


.gsgs{width: 1023px; margin:0px auto; padding-top:44px; font-size:24px;}
.gsgs1{width: 1023px; margin:0px auto; padding-top:4px; font-size:14px;text-transform: uppercase;}

.page{
	padding:10px 0;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;}
.page a{
	text-decoration:none;
	color:#8698b6;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:14px 14px;
	margin-right:3px}
.page a.active{
	background:#e85400;
	border:1px solid #e85400;
	color:#fff}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#e85400;
	border:1px solid #e85400}