@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	width: 100%;
	height: 100%;
	font-size: 13px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans Japanese','FontAwesome',serif;
	color: #666666;
	background-color: #ffffff;
}
a{
	color: #ed8097;
	text-decoration: none;
}
a:link {
	font-weight: bold;
}
a:visited {
}
a:hover {
	color: #ffa6b8;
}
a:active {/*クリック中*/
    text-decoration:none;
}
table {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
#errmsg {
	color: red;
	text-align: center;
}
#nmlmsg {
	text-align: center;
}
.error {
	color: red;
}
/*---------------------------------------------
		wraper (header & contents)
---------------------------------------------*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -100px;
}

/*---------------------------------------------
		ヘッダー
---------------------------------------------*/
#header{
	position: fixed;
	z-index: 10000;
	top:0;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px dotted #777777;
}

#header a {
	text-decoration: none;
}

/*---------- disp name ----------*/

table#dspname th {
	padding: 3px;
	color: #ffffff;
	background-color: #b1317e;
	border: 1px solid #b1317e;
}
table#dspname td {
	padding: 3px 6px;
	border: 1px solid #b1317e;
}

/*---------- 下段 ----------*/
#header_m {
	width: 960px;
	height: 40px;
	margin:0 auto;
	background-color: #ebebeb;
}
#header_m ul {
	padding: 0;
	list-style-type: none;
}
#header_m li {
	cursor: pointer;
	margin-top: 5px;
	float: left;
	width: 180px;
	height: 20px;
	padding: 5px;
	color: #666666;
	font-size: 14px;
	text-align: center;
	border: 0;
	border-left: 1px solid #56163c;
	border-right: 1px solid #ebebeb;
}
#header_m li:last-child {
	border-right: 1px solid #56163c;
}
#header_m li:hover {
	color: #ac5489;
	background: -moz-linear-gradient(top, #ebebeb,#ffffff 50%,#ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),color-stop(0.5,#ffffff),to(#ebebeb));
}

/*---------------------------------------------
		コンテンツ
---------------------------------------------*/
#contents {
	clear: both;
	margin: 0 auto;
	padding-top: 165px;
	width: 960px;
	overflow: hidden;
	background-color: #ffffff;
}
/*---------- title & corner ----------*/
#contents .title {
	line-height: 1.5em;
	font-family:"heisei-mincho-std";
	text-align: center;
	font-size: 16px;
	font-weight:700;
	color: #595f6b;
	border-bottom: 1px solid #aaaaaa;
}
#contents .title span {
	margin: 0 auto;
	padding: 5px 20px 2px 20px;
	color: #ffffff;
	margin: 0 auto;
	background-color: #ac5489;
}

#contents .title img {
	font-size: 0;
	display: inline;
	margin: 0 10px;
	vertical-align: middle;
}
#contents .corner {
	padding: 5px 0;
	margin-bottom: 10px;
}
#contents .corner:after {	/* float親のheight0対策 */
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
#contents .corner ul {
	margin: 0;
}

/*---------- 3col left ----------*/
#content_3l {
	float: left;
	width: 265px;
	overflow: hidden;
}
#content_3l .title {
	width: 265px;
}

/*---------- 3col center ----------*/
#content_3c {
	float: left;
	margin: 0 15px;
	width: 505px;
	overflow: hidden;
}
#content_3c .title {
	width: 505px;
}
/*---------- 2col right ----------*/
#content_r {
	float: left;
	margin-top: 10px;
	width: 750px;
	overflow: hidden;
}
#content_r .title {
	height: 13px;
	margin-bottom: 13px;
	width: 750px;
}
/*---------- 2col left ----------*/
#content_l {
	float: left;
	margin: 10px 10px 0 0;
	width: 200px;
	overflow: hidden;
}
#content_l .title {
	width: 200px;
}
#content_l .corner {
	background-color: #f7f7f7;
}
/*---------- message ----------*/
/* nomal message */
.nmlmsg {
	width: 100%;
	text-align: center;
	color: #000;
}
/* error message */
#errmsg {
	width: 100%;
	text-align: center;
	color: #e00;
}
/*---------- table ----------*/
#contents table {
	width: 100%;
	border-collapse: separate;
}
#contents table.narrow {
	white-space: nowrap;
	width: 0%;
}
#contents thead th {
	color: #ffffff;
	background-color: #7a7a7a;
	text-align: center;
} 
#contents th,
#contents td {
	vertical-align: top;
	padding: 5px;
}
#contents th {
	text-align: right;
	white-space: nowrap;
}

/*---------- banner ----------*/
#banner {
	margin: 10px 0;
}
#banner img {
	margin: 5px 0;
}
/*---------- info ----------*/
#info {
	padding: 5px;
}
/*---------------------------------------------
		フッター
---------------------------------------------*/
#push {
	height: 100px;
}
#footer {
	height: 100px;
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
} 
#footer_i {
	clear: left;
	border: 0;
	margin: 0 auto;
	padding: 15px 0;
	width: 960px;
	overflow: hidden;
	text-align: center;
}
#footer_i ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	left: 50%;
	float: left;
}
#footer_i li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 0.5em;
}
#footer2 {
	clear: left;
	height: 16px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#footer a:link {
	color: #ffffff !important;
}
#footer a:hover {
	color: #cd75aa !important;
}
#footer a:visited {
	color: #ffffff !important;
}
#footer a:active {
	color: #ffffff !important;
}

/*---------------------------------------------
		フォーム
---------------------------------------------*/
form.input {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
}
form.input th {
	width: 160px;
	white-space: nowrap;
}
form.noborder {
	margin: 0;
	border: 0px;
}
form.noborder th {
	white-space: nowrap;
}

/*---------------------------------------------
		table tr valiation
---------------------------------------------*/
.tr_even {
	background-color: #eee;
}
.tr_odd {
	background-color: #fff;
}

/*---------------------------------------------
		table cell valiation
---------------------------------------------*/
.cv_nopadding {
	padding: 0 !important;
}
.cv_prewrap {
	white-space: pre-wrap !important;
	overflow-wrap: break-word !important;
}
.cv_nowrap {
	white-space: nowrap !important;
}
.cv_odd {
	background-color: #fff !important;
}
.cv_evn {
	background-color: #ddd !important;
}
.cv_center {
	text-align: center !important;
}
.cv_right {
	text-align: right !important;
}
.cv_border_b {
	border-bottom: 1px !important;
}
.cv_vtop {
	display: inline-block;
	vertical-align: top !important;
}
.cv_vmiddle {
	display: inline-block;
	vertical-align: middle !important;
}
.cv_vbottom {
	display: inline-block !important;
	vertical-align: bottom !important;
}
.cv_datetime input {
	float: left !important;
}
.cv_datetime div {
	float: left !important;
}
.cv_datetime span {
	float: left !important;
}
.cv_datetime.dragdealer {
	width: 480px !important;
}
.cv_error {
	color: #cc0000 !important;
}
.cv_min {
	width: 10% !important;
}
.cv_max {
	width: 90% !important;
}
/*----------- email & URL--------------*/
.cv_email,
.cv_url,
.cv_appoint {
	display: block;
	vertical-align: middle;
}
.cv_email span,
.cv_url span,
.cv_appoint span {
	float: left;
	margin-right: 15px;
}
.cv_email img,
.cv_url img,
.cv_appoint img {
	float: left;
}
.cv_email img {
	margin: 0 10px 0 0;
}
.cv_url img {
	margin: 0 10px 0 0;
}
.cv_appoint img {
	float: left;
	margin: -3px 10px 0 0;
}

/*---------------------------------------------
		p valiation
---------------------------------------------*/
p.pankuzu {
	margin: 10px 0 0 0;
}
/*---------------------------------------------
		text valiation
---------------------------------------------*/
.error {
	color: #dd0000;
	font-size: 80%;
	font-weight: bold;
}
.comme_b {
	color: #000000;
	font-size: 80%;
}
.comme_r {
	color: #dd0000;
}
.warning {
	color: #0000bb;
	font-size: 80%;
	font-weight: bold;
}
.input_msg {
	color: #f0a8d3;
}
.confirm_msg {
	color: #70ea8e;
}
.attr {
	font-weight: bold;
}

.pagenum {
	cursor: pointer;
}

.more {
	width: 100%;
	text-aling: right;
}

.email {
	cursor: pointer;
}
/*---------------------------------------------
		icon font
---------------------------------------------*/
.icon_font {
	font-family: 'Noto Sans Japanese','FontAwesome',serif;
}

