@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-size: 14px;
	font-family : "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	line-height: 24px;
	color: #424344;
	position: relative;
}

form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

table {
	border-collapse: collapse;
}

input , textarea , select , option {
	font-family : "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 100%;
	color: #000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.find {
	cursor: pointer;
}

.sp {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

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

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #d23c89;
}

a:hover {
	color: #e99400;
}

a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

input[type='image']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

.container {
	width: 1000px;
	margin: 0 auto;
}

#container {
/*	height: 149px;*/
}

#fixed {
/*	min-width: 1000px;
	width: 100%;
	height: 149px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;*/
}

/* ---------------------------------------------------------
	CSS Document Header
--------------------------------------------------------- */

#header {
	border-bottom: solid 3px #f0f1f2;
}

#header img {
	margin: -2px 0 0;
}

#header .container {
	height: 100px;
	position: relative;
	width: 1050px;
}

#header h1 {
	height: 38px;
	overflow: hidden;
	font-weight: normal;
	font-size: 11px;
	line-height: 36px;
}

.hlogin {
	float: right;
	width: 218px;
	height: 34px;
	margin-top: 5px;
	padding: 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 2px #d23c89;
	background: #feeff7;
	text-align: center;
}

.hlogin li {
	display: inline-block;
	vertical-align: top;
	height: 18px;
	line-height: 20px;
}

.hlogin li:nth-child(1) {
	margin-right: 9px;
	padding-right: 12px;
	border-right: solid 1px #d23c89;
}

.hlogin li:nth-child(1) a {
	display: block;
	padding-left: 18px;
	background: url(../images/h_login.png) no-repeat 0 3px;
	text-decoration: none;
	color: #d23c89;
}

.hlogin li:nth-child(2) a {
	display: block;
	padding-left: 18px;
	background: url(../images/h_register.png) no-repeat 0 3px;
	text-decoration: none;
	color: #d23c89;
}

.hlogin li a:hover {
	text-decoration: underline;
	color: #424344;
}

#hmenu {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

.navi {
	height: 40px;
	position: absolute;
	top: 47px;
	right: 0;
}

.navi li {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 0 0 4px;
	border-left: dotted 1px #cfd1d3;
	font-size: 14px;
	line-height: 40px;
}

.navi li a {
	display: block;
	padding: 0 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	line-height: 40px;
	color: #424344;
}

.navi li.this a,
.navi li a:hover {
	background: #f0f1f2;
}

.navi li:last-child {
	padding: 6px 0 0 8px;
}

.navi li:last-child a {
	display: block;
	width: 218px;
	height: 29px;
	padding-left: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #cfd1d3;
	background: #f0f1f2 url(../images/h_company.png) no-repeat 22px;
	font-size: 14px;
	line-height: 27px;
}

.navi li:last-child a:hover {
	text-decoration: underline;
	color: #d23c89;
}

.gnavi {
	height: 40px;
	position: absolute;
	top: 15px;
	left: 504px;
}

.gnavi li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}

.gnavi li a {
	display: block;
	padding-left: 18px;
	background: url(../images/h_gnavi.png) no-repeat left;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
	color: #424344;
}

.gnavi li a:hover {
	text-decoration: underline;
	color: #d23c89;
}

/* ---------------------------------------------------------
	CSS Document huser
--------------------------------------------------------- */

#huser {
	height: 41px;
	overflow: hidden;
	border-bottom: solid 1px #cfd1d3;
	border-top: solid 1px #cfd1d3;
}

#huser .container {
	padding-left: 55px;
	border-right: solid 1px #cfd1d3;
	background: url(../images/h_user.png) no-repeat 0 -1px;
	text-align: left;
}

#huser li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
        padding: 8px 0;
}

#huser .f_left a {
	text-decoration: none;
	color: #2a558a;
}

#huser .f_right li {
	padding-left: 14px;
	border-left: solid 1px #cfd1d3;
}

#huser .f_right a {
	padding-left: 18px;
	background: url(../images/h_gnavi.png) no-repeat left;
	text-decoration: none;
	color: #424344;
}

#huser a:hover {
	text-decoration: underline;
	color: #d23c89;
}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	width: 1010px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
}

#bread li {
	float: left;
	margin-right: 8px;
}

#bread li:before {
	content: "\203a";
	display: inline-block;
	vertical-align: -1px;
	margin-right: 5px;
	font-size: 14px;
	color:#d46b6b
}

#bread li a {
	text-decoration: none;
	color: #333;
}

#bread li a:hover {
	text-decoration: underline;
	color: #d23c89;
}

#bread li.nth1 a {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	background: url(../images/i_bread.png) no-repeat 0 9px;
	background-size: 12px 12px;
	text-indent: -999px;
}

#bread li.nth1:before {
	content: "";
}

#bread li.nth1 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document support-block
--------------------------------------------------------- */

.support-block {
	width: 470px;
	margin: 0 auto 30px;
	padding: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #F0F1F2;
	text-align: center;
}

.support-text {
	margin-bottom: 10px;
}

.support-btn {
	display: inline-block;
	vertical-align: top;
	width: 192px;
	height: 44px;
	padding-left: 20px;
	border: solid 2px #d23c89;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FEEFF7 url(../images/i_flag.png) no-repeat 48px;
	background-size: auto 22px;
	text-decoration: none;
	font-size: 15px;
	line-height: 41px;
	color: #d23c89;
	cursor: pointer;
}

.support-btn:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.support-link {
	margin-top: 10px;
	font-size: 12px;
}

/* ---------------------------------------------------------
	CSS Document pnavi
--------------------------------------------------------- */

#pnavi ul {
	margin: 0 0 2px;
	padding: 10px;
	text-align: center;
	font-size:15px;
}

#pnavi li  { 
    display: inline; 
    margin: 0 2px; 
    padding: 0; 
} 
#pnavi li span, 
#pnavi li a { 
    display: inline-block; 
    margin-bottom: 5px; 
    padding: 5px 10px; 
    background: #fff; 
    border: 1px solid #d74e93; 
    text-decoration: none; 
    vertical-align: middle; 
} 
#pnavi li span { 
    color: #fff; 
    background: #d74e93; 
} 
#pnavi li a { 
    background: #fff; 
    color: #d74e93; 
}

#pnavi li a:hover {
	background: #feeff7;
}


/* ---------------------------------------------------------
	CSS Document footer > fnavi
--------------------------------------------------------- */

#fnavi {
	padding: 20px 0 30px;
	background: #eff0f1;
}

#fnavi h2 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 100;
	font-size: 14px;
	line-height: 1;
	color: #d43989;
}

#fnavi .h2_last {
	padding-top: 10px;
}

#fnavi h2 a {
	text-decoration: none;
	color: #d43989;
}

#fnavi div.f_left {
	margin-right: 50px;
	font-size: 12.5px;
	color: #ccc;
}

#fnavi div.f_left li {
	line-height:15px;
    padding-bottom:10px;
}

#fnavi div.last {
	float: left;
	font-size: 12.5px;
}

#fnavi ul a {
	text-decoration: none;
	color: #424344;
}

#fnavi ul ul {
	padding-left: 16px;
}
#fnavi ul ul a {
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	background: none;
}

#fnavi ul a:hover {
	text-decoration: underline;
	color: #d43989;
}

#fnavi .f_tel {
	display:block;
	margin:20px 0;
	padding:15px 20px;
	background:#fff;
	border:#dadbdb 1px solid;
	border-radius:5px;
	color:#333;
	text-align:center;
	line-height:18px;
}

#fnavi .f_tel span {
	font-size:23px;
	line-height:33px;
	color:#d95b9c;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	height: 38px;
	overflow: hidden;
	background: #969a9e;
	line-height: 39px;
	color: #fff;
}

#footer .f_left li {
	float: left;
	margin-right: 33px;
	font-size: 12px;
}

#footer .f_left li a {
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
	background: url(../images/f_arrow.png) no-repeat left;
	text-decoration: none;
	color: #fff;
}

#footer .f_left li a:hover {
	text-decoration: underline;
	color: #d43989;
}

#footer address {
	float: right;
	font-size: 11px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	margin-left: -57px;
	position: fixed;
	bottom: -70px;
	left: 50%;
}

#pagetop img {
	cursor: pointer;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#pagetop img:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}


/* ヘッダーに配置した問い合わせ */

#header
{
	margin-left: -200px;
}

#header .f_tel {
	display: block;
	/*margin: 20px 0;*/
	margin: 1px 8px;
	/*padding: 15px 20px;*/
	padding: 4px 0;
	background: #fff;
	border: #dadbdb 1px solid;
	border-radius: 5px;
	color: #333;
	text-align: center;
	line-height: 16px;

	position: absolute;
	top: 0;
	left: 1050px;
	width: 190px;
	font-size: 12.5px;
	line-height: 18px;
}

#header .f_tel span {
	font-size: 23px;
	line-height: 33px;
	color: #d95b9c;
}

/* ログインに（無料）を記載 */
.hlogin
{
	width: 248px;
}
.gnavi
{
	left: 520px;
}

#sp-global-navi
{
	display: none;
}

@media screen and (max-width: 1000px) {
	#header
	{
		margin-left: 0;
	}
	#header .f_tel {
		display: none;
	}
}

/*!* 全体幅 *!*/
/*body, html*/
/*{*/
	/*min-width: 1280px;*/
/*}*/
