@charset "utf-8";

/*
	0.	base
	1.	clearfix
	2.	Block Skip
	3.	header
	4.	footer
	5.	search
	6. 	font-size
	7.	language
*/

/* base
--------------------------------------------------------- */
body
	{
        margin: 0;
        padding: 0;
		width: 100%;
        font-style: normal;
	}

.container {
    margin: 0 auto;
    width: 800px;
	/* overflow:hidden; */
}

.mt0 {
	margin-top: 0;
}

.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml2em {
	margin-left: 2em;
}

.line-hgt140 {
	line-height: 140%;
}

ul.txt_ind {
	/* text-indent: 1em; */
	margin-left: 2em;
}

.txt_indent {
	text-indent: 1em;
}

.txt_indent02 {
	text-indent: 2em;
}

.pagenavi {
	margin-top: 1em;
    margin-bottom: 1.5em;
}

.pagenavi ul {
    padding-left: 0;
	margin-left: 0;
}

.pagenavi li {
    float: left;
	margin-left: 2em;
	margin-bottom: 0.3em;
}

.pagenavi li a {
    background: none repeat scroll 0 0 transparent;
}

.list_title {
	border-left: 15px solid #3bcf08;
	padding-left: 5px;
}

ol.num {
	font-weight: bold;
	margin-left: 2em;
}

ol.sub_num {
	margin-left: 2em;
}

ul.num_list {
	list-style-type: none;
}

h4.sub_ti {
	font-size: 95%;
	font-weight: bold;
}

.icon2 {
    margin-left: 0.1em;
}

li.list_exm {
	list-style-type: none;
	text-indent: -1em;
}

#contact {
    text-align: right;
	margin-top: 30px;
}

#contact div {
    border: 3px double #3bcf08;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 95%;
    margin: 1em 0 1em auto;
    max-width: 30em;
    min-width: 28%;
    padding: 0.5em 1em;
    text-align: center;
}


/* clearfix
--------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Block Skip
--------------------------------------------------------- */
div#blockskip { 
	z-index: 9999; 
	overflow: visible; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}

div#blockskip a { 
	display: block; 
	float: left; 
	background: #666666; 
	margin: 0; 
	margin-top: -1px; 
	padding: 0; 
	width: 100%;
	min-width: 800px; 
	/* min-width: 980px; */ 
	color: #ffffff; 
	text-align: center; 
	text-decoration: none; 
	font-size: 1px; 
	color: #666666; 
	line-height: 0; 
	cursor: default; 
	height: 1px; 
	overflow: hidden; 
}

div#blockskip a:hover { 
	text-decoration: underline; 
}

div#blockskip a.show { 
	color: #ffffff; 
	height:1em; 
	margin-top: -3px; 
	padding: 5px 0; 
	font-size: 93%; 
	line-height: 1; 
	cursor: pointer; 
}

/* header
----------------------------------------------------------- */
#header {
	border-bottom: 2px solid #3bcf08;
	width: 800px;
	/* min-height: 160px; */
	min-height: 175px;
	margin: 0 auto;
	background-image: url(/img/header/header_backgroundimage.jpg);
	background-repeat: no-repeat;
	z-index: 1000;
}

.header_left {
	float: left;
	/* margin-top: 15px; */
	display: inline;
}

.header_left a img.logo {
	margin-top: 21px;
	border: none;
}

.header_right {
	float: right;
	/* margin-top: 15px; */
	margin-right: 10px;
	width: 265px;
}

.header_right ul {
	text-align: right;
	list-style-type: none;
	margin-bottom: -1px;
	/* margin-bottom: 2px; */
}

.header_right ul li {
	/* margin-bottom: 5px; */
	/* margin-bottom: 2px; */
}

/* footer
---------------------------------------------------------- */
.footer {
	border-top: 2px solid #3bcf08;
    padding-top: 15px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.footer_menu	{
	font-size: 0.9em;
	width: 485px;
	margin-left: auto;
	margin-right: auto;}

.footer_menu ul	{margin: 0;
	padding: 0;}

.footer_menu li	{list-style-type: none;
	float: left;
	padding: 0;}

.footer_menu li a	{display: block;
	width: 120px;
	line-height: 25px;
	border-right: solid 1px #aaaaaa;
	color: #000000;
	text-align: center;
	text-decoration: none;}

.footer_menu li.first a	{border-left: solid 1px #aaaaaa;}

.footer_menu li a:hover	{background-color: #bbfdb5;}


#footer_count	{width: 800px;
	margin: 0 auto;
}

#footer_inner	{padding: 10px;}

#footer_count p	{color: #333333;
	font-size: 0.9em;
	margin: 0;
	text-align: center;}

#footer_count p.company {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}

#footer_count p.company_add {
	margin: 10px auto 10px;
}

#footer_count p.copyright {
	margin: 15px auto 15px;
}

/* search
--------------------------------------------------------------- */
#search_box {
	margin-right: 0;
	text-align: right;
	margin-top: 40px;
}

#search #text	{
	width: 140px;
	height: 21px;
	padding: 0 0 0 5px;
	font-size: 14px;
	line-height: 1;
	border: none;
	outline: none;
	background: none;
	background-image: url(/img/header/bar_textbox.png);
	background-repeat: no-repeat;}

#search .searcharea {
	height: 18px;
	border: 1px solid #676767;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
   	-moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
}

#search #search_button	{
	width: 46px;
	padding: 4px 0;
	font-size: 14px;
	line-height: 1;
	border: none;
	outline: none;
	background: none;
	background-image: url(/img/header/serach_btn.png);
	background-repeat: no-repeat;
	/* margin-left: 4px; */
	margin-left: -11px;
	vertical-align:top;
}

#search #search_button:hover	{
	background-position: 0 -31px;
}

/* ie8 search
--------------------------------------------------------------- */
.ie8 #search_box {
	margin-right: 0;
	text-align: right;
}

.ie8 #search #text	{
	width: 140px;
	height: 21px;
	padding: 5px 0 0 5px;
	font-size: 14px;
	line-height: 1;
	border: none;
	outline: none;
	background: none;
	background-image: url(/img/header/bar_textbox.png);
	background-repeat: no-repeat;}

.ie8 #search .searcharea {
	height: 18px;
	border: 1px solid #676767;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
   	-moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
}

.ie8 #search #search_button	{
	width: 46px;
	height: 21px;
	margin-top: 0px;
	/* padding: 4px 0; */
	/* font-size: 14px; */
	/* line-height: 1; */
	border: none;
	outline: none;
	background: none;
	background-image: url(/img/header/serach_btn.png);
	background-repeat: no-repeat;
	/* margin-left: 4px; */
	margin-left: -11px;
	vertical-align:top;
}

.ie8 #search #search_button:hover	{
	background-position: 0 -31px;
}

/* font-size
---------------------------------------------------------------- */
#fs_change {
	margin-right: -5px;
	margin-top: 7px;
}

#fs_change img {
	float: left;
}

#fs_change a {
    color: #4272db;
}

#controls {
	float: right;
	/* height: 30px; */
	width: 190px;
	margin: 0 0 3px;
	padding-left: 0;
}

#controls li {
	float:left;
	display:block;
	list-style-type:none;
	margin-right:5px;	
}

#controls li a {
	outline: 0 none;	
	background: none;
}

/* language
---------------------------------------------------------------- */
#language {
	margin: 0 0 7px;
	width: 269px;
	/* height: 21px; */
	height: 36px;
}

#language img {
	float: left;
	/* margin: 3px 10px 0 0; */
	margin: 0 10px 0 0;
}

#language #link1 a	{
	background-image: url(/img/header/language_eng_btn.png);
	background-repeat: no-repeat;
}

#language #link2 a	{
	background-image: url(/img/header/language_china_btn.png);
	background-repeat: no-repeat;
}

#language #link3 a	{
	background-image: url(/img/header/language_korea_btn.png);
	background-repeat: no-repeat;
}

#language ul	{
	margin: 0;
	padding: 0;
}

#language li	{
	list-style-type: none;
	float: left;
	margin-right: 4px;
}

#language li.last	{
	list-style-type: none;
	float: left;
}

#language li a	{
	display: block;
	width: 59px;
	line-height: 21px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-top: 10px;
}

#language li a:hover	{
	background-position: 0 -31px;
}

/* ie7 header
--------------------------------------------------------------- */
.ie7 .header_right ul#controls {
	margin-bottom: 7px;
}

.ie7 .header_right ul#controls li:first-child {
	margin-left: 5px;
	margin-right: 4px;
}

.ie7 .header_right ul#controls li {
	margin-right: 0;
}

.ie7 .header_right ul li {
	margin-bottom: 10px;
}

.ie7 #search {
	margin-top: 10px;
}

.ie7 #search #search_button {
	margin-top: 1px;
}

.ie7 #search #text {
	padding-top: 4px;
}

.ie7 a img {
	border: none;
}

.ie7 .header_left {
	float: left;
	margin-top: 21px;
	display: inline;
}

.ie7 .header_right {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	width: 265px;
}

.ie7 .header_right ul {
	text-align: right;
	list-style-type: none;
	margin-bottom: -1px;
}

#header h1 a img {
	border: none;
}

#header .header_right ul li a img {
	border: none;
}

.ie8 .header_left a img.logo {
	margin-top: 21px;
	border: none;
}

/* 20150327tuika
--------------------------------------------------------------- */
.e_btn{
	width:104px;
	float: right;
	margin-top: 5px;
}

.e_btn a img{
	border-style: none !important;
}

.e_btn a:hover img{
	opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
	}


