@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/


a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #000000;
	text-decoration: underline;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

a:hover {
	text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #ff0000 !important;
}
.f_c_yellow {
	color: #ffff00 !important;
}
.f_c_blue {
	color: #0000ff !important;
}
.f_c_gray {
	color: #cccccc !important;
}
.f_c_gray_2 {
	color: #999999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {

	margin: 15px 0;
	padding: 10px 0 0;
	text-align: left;
}
.file .pdf {
	background: url(/admin/common/images/cms/pdf.gif) left center no-repeat;
	line-height: 30px;
	padding: 10px 0 0 30px;
}
.file .xls,
.file .xlsx {
	background: url(/admin/common/images/cms/xls.gif) left center no-repeat;
	line-height: 30px;
	padding: 10px 0 0 30px;
}
.file .doc,
.file .docx {
	background: url(/admin/common/images/cms/doc.gif) left center no-repeat;
	line-height: 30px;
	padding: 10px 0 0 30px;
}
.top-right {
	float: right;
	margin: 0px 0px 30px 30px;
}
.top-left {
	float: left;
	margin: 0px 30px 30px 0px;
}
.top-center {
	margin: 0px 0px 30px 0px;
	text-align:center;
}
.bottom-right {
	float: right;
	margin: 30px 0px 0px 30px;
}
.bottom-left {
	float: left;
	margin: 30px 30px 0px 0px;
}
.bottom-center {
	margin: 30px 0px 0px 0px;
	text-align:center;
}
.entry-container b {
	font-weight: bold;
}
.entry-container i {
	font-style: italic;
}

.error-message {
    color:#F00;
}
/* Dialog */
#save_alert{display: none;}
#error_alert{display: none;}
#info_alert{display: none;}
.w3-panel:after,.w3-panel:before{content:"";display:table;clear:both;}
.w3-panel{position: fixed;width: 100%;z-index: 10;padding:0.01em 16px}.w3-panel{margin-top:-135px;margin-bottom:16px;}
.w3-green{color:#fff!important;background-color:#4CAF50!important;}
.w3-red{color: #fff!important;background-color: #f44336!important;}
.w3-blue{ background-image: url("/common/images/loading.gif");z-index: 10; position:fixed;top:50%;left:50%;width: 30px; height: 64px;/*background: #ededed; *//*color: #fff!important;background-color: #2196F3!important;*/}
.w3-panel h3{font-size:16px}h4{font-size:20px;}
.w3-panel h3{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}
.w3-panel p {display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;}


/*---------------------------------------------------------------------------*/

/* font-family */
.hira_w3 {
	font-family:'HiraKakuPro W3';
}
.hira_w6 {
	font-family: 'HiraKakuPro W6';
}
.gothic_debold {
	font-family: 'GothicMB101Pro DeBold';
}
.gothic_regular {
	font-family: 'GothicMB101Pro Regular';
}
.gothic_medium {
	font-family: 'GothicMB101Pro Medium';
}
.helvetica_bold {
	font-family:'Helvetica Bold';
}
.jun201_regular {
	font-family: 'Jun201Pro Regular';
}
.jun34_medium {
	font-family: 'Jun34Pro Medium';
}
/* end font- family */
/* color text */

/* end color text */





/*--------------- For site ----------------*/
html, body {
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif";
	background: #ededed;
}
a, a:link, a:visited, a:active, a:hover, a:hover img {
	color: #000;
	text-decoration: none;
}
a:hover {
	transition: all .12s ease;
	-moz-transition: all .12s ease;
	-webkit-transition: all .12s ease;
	-o-transition: all .12s ease;
	-ms-transition: all .12s ease;
	outline: none;
}
a:focus {
	outline: none;
}
.btn_alpha {
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.btn_alpha:hover {
	opacity: 0.85!important;
	filter: alpha(opacity=89);
	transform:translate3d(0,0,0);
	/* For IE8 and earlier */
}
.row {
	zoom: 1;
	position: relative;
}
.row:before,
.row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
/* ----------------- Reset First ---------------- */
.guide {
	display: block;
	margin: 0 28px 0 26px;
	overflow: hidden;
}
.container {
	min-width: 1110px;
	/* overflow: hidden; */
	overflow-x: hidden;
	width: 100%;
	padding: 0;
	position: relative;
}
/* ----------------- /. Reset First ---------------- */
header {
	background: #bbbb00;
}
header .logo {
	margin: 5px 0 11px 10px;
	display: inline-block;
}
header .logo img {
	display: inline-block;
	vertical-align: middle;
}
header .logo span {
	font-size: 1.6rem;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	padding: 10px 0 0 10px;
	vertical-align: middle;
	letter-spacing: -3px;
}
header .btn_x {
	float: right;
	height: 75px;
	width: 79px;
	line-height: 75px;
	text-align: center;
	text-decoration: none;
	background: #8e8e00;
}
header .btn_x img {
	vertical-align: middle;
}
.option {
	display: block;
	background: #fff;
	height: 65px;
	line-height: 65px;
}
.option h3 {
	display: inline-block;
	color: #7e7e7e;
	font-size: 2.2rem;
	font-weight: normal;
}
.main_content {
	/* padding-bottom: 30px; */
}
.select_style {
	padding: 0;
	margin: 0;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	width: 300px;
	background: #fff url('/common/images/bg_select.jpg') no-repeat right;
}
.select_style2 {
	padding: 0;
	margin: 0 16px 0 0;
	width: 300px;
}
.select_style2 select {
	padding: 3px 30px 4px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	font-size: 1.2rem;
	height: 25px;
}

.select_style3 {
	padding: 0;
	margin: 0 16px 0 0;
	width: 175px;
}
.select_style3 select {
	padding: 3px 30px 4px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	font-size: 1.2rem;
	height: 25px;
}

.select_style select {
	padding: 3px 30px 4px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	font-size: 1.2rem;
	height: 25px;
}
.short_text input {
	padding: 3px 30px 4px 8px;
	width: 100%;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	font-size: 1.2rem;
	height: 25px;
	margin-right: 1em;
}
.select_style select::-ms-expand {
	display: none;
}
.select_style select:focus {
	outline: none;
}
.ip_group {
	border: 1px solid #e8e8e8;
	padding: 3px 8px 4px 8px;
	box-sizing: border-box;
	font-size: 1.2rem;
	height: 27px;
	outline: none;
	width: 100%;
}
textarea.ip_group {
	resize: vertical;
	min-height: 58px;
}
a.btn_default {
	font-size: 1.4rem;
	color: #5f5f5f;
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 155px;
	box-sizing: border-box;
	background: #fff url(/common/images/bg_button.jpg) repeat-x left bottom;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: left;
	padding: 0 22px;
}
a.btn_add::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('/common/images/icon_plus.png') no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.paging {
	margin: 0 22px;
}
.paging p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 1.2rem;
}
.paging input {
	width: 102px;
	margin: 0 11px;
	text-align: center;
}
.paging a {
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
}
.paging a.btn_prev {
	background: url('/common/images/btn_prev.png') no-repeat;
}
.paging a.btn_next {
	background: url('/common/images/btn_next.png') no-repeat;
}
/*パンくず*/
.main .pankuzu {
    font-size: 1.1rem;
    padding: 10px 40px;
    border-top: 1px solid #d9e3ed;
    -webkit-font-smoothing: antialiased;
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.main .pankuzu ul {
    overflow: hidden;
    list-style: none;
    padding: 3px 0;
}
.main .pankuzu ul li {
	display: block;
	position: relative;
    float: left;
	padding: 0;
	font-size: 1.4rem;
}
.main .pankuzu ul li + li {
	margin-left: 1em;
	padding-left: 1.5em;
}
.main .pankuzu ul li + li::before {
	content: ">";
	position: absolute;
	top: 50%;
	left: 0;
    color: #888;
	font-size: 1.5rem;
	transform: translate(0,-50%);
}
.main .pankuzu ul li a {
	font-size: 1.4rem;
}

/*--------------- /. For site ----------------*/