@charset 'utf-8';
/*==========================

	** TOC **
	reset
	common module
	body layout
	header
	footer

	contents


============================*/


/* reset
-------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: auto;
	line-height: 1.4;
	overflow: scroll;
	color: #666666;
}
body, h1, h2, h3, h4, h5, h6, form, p, ul, ol, li, table, tr, th, td, dl, dd, dt {
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
}
img {
	border: none;
}
li {
	list-style: none;
}
* html h1, * html h2, * html h3, * html h4, * html h5, * html table {
	font-size: 100%;
}
address {
	font-style: normal;
}
h2 {
	font-size: 14px;
}
table {
	padding: 0;
}
th, td {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
strong{
	font-weight:normal;

}

@media print, screen and (min-width: 751px) {
/* common module
------------------------------ */

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}
.overflow{
    overflow: hidden;
}
.alignCenter {
	text-align: center!important;
}
.alignleft {
	text-align: left!important;
}
.alignRight {
	text-align: right!important;
}
.floatleft {
	float: left!important;
}
.floatright {
	float: right!important;
}
.mT0{
    margin-top: 0px!important;
}
.mT15{
    margin-top: 15px!important;
}
.mT30{
    margin-top: 30px!important;
}
.mB0 {
	margin-bottom: 0px!important;
}
.mB5 {
	margin-bottom: 5px!important;
}
.mB7 {
	margin-bottom: 7px!important;
}
.mB10 {
	margin-bottom: 10px!important;
}
.mB15 {
	margin-bottom: 15px!important;
}
.mB20 {
	margin-bottom: 20px!important;
}
.mB30 {
	margin-bottom: 30px!important;
}
.mB40 {
	margin-bottom: 40px!important;
}
.mR0 {
	margin-right: 0px!important;
}
.mR15 {
	margin-right: 15px!important;
}
.mL0 {
	margin-left: 0px!important;
}
.mL10 {
	margin-left: 10px!important;
}
.mL15 {
	margin-left: 15px!important;
}
.mL20 {
	margin-left: 20px!important;
}
.m0a {
	margin: 0 auto!important;
}
.mBm1 {
	margin-bottom: -1px;
}
.pT10 {
	padding-top: 10px!important;
}
.pT20 {
	padding-top: 20px!important;
}
.pB0 {
	padding-bottom: 0px!important;
}
.pB10 {
	padding-bottom: 10px!important;
}
.pB15 {
	padding-bottom: 15px!important;
}
.padding0 {
	padding: 0!important;
}
.nowrap {
	white-space: nowrap;
}
.alt {
	position: absolute;
	top: -5000px;
	left: -999px;
}
a {
	color: #6f95d2;
	text-decoration: underline;
}
a:visited {
	color: #6f95d2;
}
a:hover {
	color: #1b9dff;
}
li img, dt img, dd img {
	vertical-align: bottom;
}
/* body layout
------------------------------ */
html {
	overflow-x: auto;
}
body {
	font-family: Meiryo;
	font-size: 0.9em;
	height: 100%;
	background: #f3ede3;
	color: #333333;
}
.forSP {
	display: none!important;
}
/* header
------------------------------ */

#header {
	width: 940px;
	height: 86px;
	position: relative;
	margin: 0 auto;
	background: url(../images/common/bg_header.gif) no-repeat;
	font-size: 12px;
}
#header .logo {
	width: 120px;
	height: 47px;
	left: 20px;
	position: absolute;
	top: 19px;
}
#header .home_btn {
	position: absolute;
	top: 0px;
	left: 721px;
	width: 57px;
	height: 23px;
}
#header .contact_btn {
	position: absolute;
	top: 0px;
	left: 778px;
	width: 143px;
	height: 23px;
}
#header .call {
	position: absolute;
	top: 49px;
	left: 609px;
	width: 311px;
	height: 17px;
}
#header .subsMenu {
	position: absolute;
	top: 11px;
	left: 435px;
	width: 234px;
	height: 19px;
}
#header .subsMenu li {
	display: inline;
}
#header .lang {
	background: url(../images/common/rang_bt_bg.gif) no-repeat;
	position: absolute;
	top: 11px;
	left: 681px;
}
#header .lang ul {
	width: 249px;
	height: 19px;
	position: relative;
}
#header .lang ul li {
	position: absolute;
	display: inline;
}
#header .lang ul li.en {
	top: 1px;
	left: 26px;
}
#header .lang ul li.ko {
	top: 1px;
	left: 109px;
}
#header .lang ul li.ch1 {
	top: 1px;
	left: 175px;
}
#header .lang ul li.ch2 {
	top: 1px;
	left: 220px;
}
#header .lang ul img {
	vertical-align: inherit;
}
#fontCh {
	position: absolute;
	background: url(../images/common/font_bg.gif) no-repeat 0px 6px;
	width: 250px;
	height: 40px;
	left: 570px;
	top: 37px;
}
ul#font {
	width: 75px;
	height: 21px;
	border: 1px solid #a5bde3;
	margin-left: 70px;
}
ul#font li {
	float: left;
}
ul#font li a {
	display: block;
	float: left;
	height: 18px;
	padding-top: 3px;
	background: #FFF;
	color: #a5bde3;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
ul#font li.m1 a {
	width: 24px;
	border-right: 1px solid #d0e2ff;
}
ul#font li.m2 a {
	width: 24px;
	border-right: 1px solid #d0e2ff;
}
ul#font li.m3 a {
	width: 25px;
}
ul#font li a:hover {
	background: #a5bde3;
	color: #FFFFFF;
}
#mainMenu {
	width: 942px;
	padding-left: 0px;
}
#mainMenu li {
	display: inline;
}
#search {
	width: 200px;
	position: absolute;
	left: 732px;
	top: 37px;
}
#search .search {
	vertical-align: top;
	height: 17px;
	width: 142px;
	border: 1px solid #cccccc;
	color: #999999;
	padding: 4px 3px 0;
	margin-right: 5px;
}
/* contents
------------------------------ */

#wrapper {
	position: relative;
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -105px;
	border: #dbd2c3 1px solid;
	border-top: none;
	border-bottom: none;
	background: #FFF;
}
#wrapper #contents {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 150px;
}
#wrapper #contents #conts {
	width: 680px;
	float: left;
	background: #FFF;
}
#wrapper #contents #form_conts{
	width:100%;
	float: left;
	background: #FFF;
}
#wrapper #contents #side_conts {
	width: 200px;
	float: right;
	background: #FFF;
	overflow: hidden;
}
#contents #conts {
	width: 680px;
	float: left;
}
#conts {
	width: 680px;
	margin: 7px 0 0 0;
}
#form_conts{
	width: 680px;
	margin: 7px 0 0 0;
}
#conts h2 {
	margin: 0;
	padding: 0;
}
#form_conts h2 {
	margin: 0;
	padding: 0;
}
div#news_area {
	width: 680px;
	margin: 0 auto;
	padding: 0;
}
#contents #side_conts {
	width: 200px;
	float: right;
	margin: 3px 0 0 0;
}
.sideIn {
	width: 200px;
	background: url(../images/home/side_epsI.gif) repeat-y;
}
.sideIn dl {
	font-size: 12px;
}
.sideIn dt {
	background: url(../images/common/ico_news.gif) no-repeat 7px 9px;
	padding: 5px 0 0 15px;
}
.sideIn dd {
	width: 180px;
	background: url(../images/home/side_boder.gif) no-repeat bottom;
	padding: 1px 5px 5px 15px;
}
.brn_kiji {
	text-align: center;
	margin: 10px 0 5px 0;
}
#side_conts .bnr_Area {
	width: 200px;
	margin: 20px 0 0 0;
	font-size: 10px;
	line-height: 16px;
}
#side_conts .bnr_Area p {
	padding: 5px 0 0 0;
}
/* footer
------------------------------ */



#footer {
	position: absolute;
	bottom: 0;
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 0 0;
	background: #FFF;
	display: block;
}
#footer .pageTop {
	position: relative;
	width: 940px;
	height: 30px;
	margin: 0 auto;
	border-bottom: #e7e5e2 1px solid;
	clear: both;
}
#footer .pageTop img.btn_pageT {
	position: absolute;
	width: 134px;
	height: 28px;
	padding: 0;
	top: 2px;
	left: 786px;
}
#footer .copyright {
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	background: url(../images/common/foot_bg.gif) no-repeat;
}
#footer .copyright ul li {
	float: left;
	margin: 0px 0 0 0;
	padding: 8px 0 0 20px;
}
#footer .copyright .copy_txt {
	width: 206px;
	height: 10px;
	margin: 40px auto 0 auto;
	padding: 0 0 15px 0;
}
/* --------------------------------- */

.clearfix {
	clear: both;
	overflow: hidden;/*for mac-ie5.x*/
	/*\*//*/
	overflow: hidden;
	/**/
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.pink {
	color: #f8227e;
}
.brown {
	color: #855c33;
}
/*------ 130726 add -------*/
/*Common*/
.PromoWord {
	position: relative;
	top: 35px;
	left: 145px;
	display: inline;
	color: #663300;
	font-size: 12px;
	font-weight: normal;
}
}

@media screen and (max-width: 750px) {
/* common module
------------------------------ */
.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}
.forPC {
	display: none!important;
}
.sp_mb20{
	margin-bottom: 20px!important;
}
.nowrap {
	white-space: nowrap;
}
.alt {
	position: absolute;
	top: -5000px;
	left: -999px;
}

a {
	color: #562c07;
	text-decoration: underline;
}



a:visited {
	color: #6f95d2;
}
a:hover {
	color: #1b9dff;
}
li img, dt img, dd img {
	vertical-align: bottom;
}


/* body layout
------------------------------ */
body {
	font-family: Meiryo;
	font-size: 14px;
	line-height: 1.5;
	height: 100%;
	background: #f3ede3;
	color: #333333;
}
img {
	vertical-align: top;
	max-width: 100%;
}
/* header
------------------------------ */
.header {
	background: #fff;
}
.header .headerInner {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.header .headerInner .logo {
	float: left;
	margin-left: 2%;
	width: 212px;
}
.header .headerInner .logo img {
	height: auto;
	width: 100%;
}
.header .headerInner .spMenuBtn {
	background: url(../images/sp/common/sp_menu-btn.gif) no-repeat 0 0;
	background-size: 30px;
	width:30px;
	height: 37px;
	float: right;
	padding: 0 10px 0 0;
	cursor:pointer;
}
.header .headerInner .close {
	background: url(../images/sp/common/sp_menu-btn_close.gif) no-repeat 0 0;
	background-size: 30px;
	width:30px;
	height: 37px;
	float: right;
	padding: 0 10px 0 0;
}
#gnavi {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 61px;
	width: 100%;
	z-index: 99;
}
#gnavi ul {
	width: 100%;
	border: 1px solid #95775d;
	box-sizing:border-box;
}
#gnavi ul li {
	border-bottom: 1px dashed #c3b3a2;
	position: relative;
	background-color: #f8efdf;
}
#gnavi ul li:last-child {
	border-bottom: none;
}
#gnavi ul li a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color:#663300;
}
#gnavi ul li span {
	display: block;
	padding: 8px 12px;
	background: url(../images/sp/common/arrow_r.png) no-repeat right 15px center;
	background-size: 7px;
}
#gnavi ul li span:hover {
	background-color: #caae86;
	border-radius: 9px;
	color:#FFF;
}
#gnavi ul .close ul{
	display: none;
}
#gnavi ul .acd{
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color:#663300;
}
#gnavi ul .acd span{
	background: url(../images/sp/common/list_plus.png) no-repeat right 15px center;
	background-size: 10px;
}
#gnavi ul .open ul{
	display: block;
}
#gnavi ul .acd ul{
	border: none;
	margin-top: 8px;
}
#gnavi ul .acd ul li{
	background-color: #fff;
}
#gnavi ul .acd ul li a{
	padding: 10px 20px;
	background: url(../images/sp/common/arrow_r.png) no-repeat right 20px center;
	background-size: 7px;
}
/* contents
------------------------------ */
#wrapper {
}
#wrapper #contents {
	margin: 0 2%;
	background: #FFF;
}
#wrapper #contents #conts {
	padding: 0 2% 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3ede3;
}
#conts h2{
	padding-top: 10px;
	margin: 10px 0 20px;
}
#conts h2 img {
	width: 100%;
}
div#news_area {
	margin: 0 auto;
	padding: 0;
}

#wrapper #contents #side_conts {
	width:200px;
	margin: auto;
	padding-bottom: 20px;
}
.sideIn {
	background: url(../images/home/side_epsI.gif) repeat-y;
	text-align: center;
	margin-bottom: 20px;
}
.sideIn dl {
	font-size: 12px;
}
.sideIn dt {
	background: url(../images/common/ico_news.gif) no-repeat 7px 9px;
	padding: 5px 0 0 15px;
}
.sideIn dd {
	width: 180px;
	background: url(../images/home/side_boder.gif) no-repeat bottom;
	padding: 1px 5px 5px 15px;
}
.brn_kiji {
	display: block;
	margin: auto;
}
#side_conts .bnr_Area {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	margin-top: 10px;
}
#side_conts .bnr_Area p{
	margin: 6px 0;
}
/* footer
------------------------------ */
.footer .pageTop {
	text-align: right;
	margin: 0 2%;
	padding: 20px 2% 0 0;
	background-color: #fff;
}
.footer .copyright {
	background: url(../images/sp/common/foot_bg.gif) no-repeat 0 0;
	background-size: cover;
	padding: 15px 2% 0;
}
.footer .copyright p{
	color:#562c07;
	font-size: 14px;
}


.footer .copyright .tel{
	font-weight: bold;
	font-size: 20px;
	background: url(../images/sp/common/img_freecall.gif) no-repeat 0 center;
	background-size: 22px;
	padding: 0 0 0 25px;
}



.footer .copyright ul{
	overflow: hidden;
}
.footer .copyright ul li{
	float: left;
}
.footer .copyright ul li a{
	color:#b03723;
	font-size: 13px;
}
.footer .copyright .copy_txt {
	font-size: 10px;
}
/* --------------------------------- */
.clearfix {
	clear: both;
	overflow: hidden;/*for mac-ie5.x*/
	/*\*//*/
	overflow: hidden;
	/**/
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.pink {
	color: #f8227e;
}
.brown {
	color: #855c33;
}

#profile_conts a{
	font-size:16px;
    color: #fb71ac;
    text-decoration: underline;
}

.profile_center{
	text-align:center;
	margin:20px 0px 20px 0px;
}

}

.catch a{
	font-size: 18px;
    color: #fb71ac;
    text-decoration: underline;
}

.catch2 a{
	font-size: 18px;
    color: #fb71ac;
    text-decoration: underline;
}

.catch a:hover{
	font-size: 18px;
    color: #fb71ac;
    text-decoration: none;
}

.catch2 a:hover{
	font-size: 18px;
    color: #fb71ac;
    text-decoration: none;
}
