@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

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 {
	border-top: 1px dotted #cccccc;
	margin: 15px 0;
	padding: 10px 0 0;
	text-align: left;
}
.file .pdf {
	background: url(../images/cms/pdf.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .xls,
.file .xlsx {
	background: url(../images/cms/xls.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .doc,
.file .docx {
	background: url(../images/cms/doc.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 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;
}
/*---------------------------------------------------------------------------*/

/* 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;
}
body {
	background: #ffffff;
}
a {
	color: #000;
}
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.8!important;
	filter: alpha(opacity=80);
	transform:translate3d(0,0,0);
	/* For IE8 and earlier */
}
.guide_cm {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	min-width: 1000px;
	overflow: hidden;
	width: 100%;
}
a.style {
	position: relative;
	float: left;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
a.style::before, a.style::after {
	content: '';
	position: absolute;
	right: 13px;
	top: 14px;
	width: 12px;
	height: 12px;
}
a.style:hover:after, a.style:focus:after, a.style:active:after {
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
a.style::after {
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
a.style01::before, a.style01::after {
	background: url('/common/images/style1.png') no-repeat;
}
a.style02::before, a.style02::after {
	background: url('/common/images/style2.png') no-repeat;
}
a.style03::before, a.style03::after {
	background: url('/common/images/style3.png') no-repeat;
	width: 16px;
	height: 16px;
	top: 27px;
	right: 20px;
}
a.style04::before, a.style04::after {
	background: url('/common/images/style4.png') no-repeat;
	width: 15px;
	height: 15px;
	top: 27px;
	right: 14px;
}
a.style05::before, a.style05::after {
	background: url('/common/images/style5.png') no-repeat;
	width: 15px;
	height: 15px;
	top: 28px;
	right: 20px;
}
a.style06::before, a.style06::after {
	background: url('/common/images/style6.png') no-repeat;
	width: 15px;
	height: 15px;
	top: 27px;
	right: 20px;
}
@-webkit-keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}
@keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}
.ttl_cm {
	text-align: center;
}
.cl_red {
	color: #e8341c;
}

.fontS {
	font-size: 90%;
}
.fontM {
	font-size: 100%;
}
.fontL {
	font-size: 120%;
}
header .logo {
	margin: 26px 0;
	display: inline-block;
}
header .mibucoco_banner {
	display: inline-block;
	float: right;
	padding-top: 17px;
}
header .header_top .choose_size {
	float: left;
	margin-right: 20px;
}
header .choose_size dt {
	float: left;
}
header .choose_size dd {
	float: left;
	margin-left: 7px;
}
header .choose_size dd a {
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
}
header .choose_size dd a::before {
	content: '';
	background: #ddd;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .35s ease;
	-moz-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	outline: none;
}
header .choose_size dd a::after {
	content: '';
	background:  url('/common/images/size_item.png') no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
.choose_size dd a:hover::before {
	background-color: #05a237;
}
.fontL .choose_size dd a.large::before {
	background-color: #05a237;
}
.fontS .choose_size dd a.small::before {
	background-color: #05a237;
}
.fontM .choose_size dd a.standard::before {
	background-color: #05a237;
}
.choose_size dd a.small::after {
	background-position: 0px 0px;
}
.choose_size dd a.small:hover::after, .fontS .choose_size dd a.small::after {
	background-position: 0px -35px;
}
.choose_size dd a.standard::after {
	background-position: -42px 0px;
}
.choose_size dd a.standard:hover::after, .fontM .choose_size dd a.standard::after {
	background-position: -42px -35px;
}
.choose_size dd a.large::after {
	background-position: -86px 0px;
}
.choose_size dd a.large:hover::after, .fontL .choose_size dd a.large::after {
	background-position: -86px -35px;
}
header .header_top {
	margin: 17px 0 10px;
	overflow: hidden;
	float: right;
}
header .top_option {
	overflow: hidden;
	float: right;
	clear: both;
}
header .top_option a {
	margin-left: 6px;
}
header .nav_global {
	background: #80ce1b;
}
header .nav_global nav ul {
	display: table;
	width: 100%;
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
}
header .nav_global nav ul li {
	display: table-cell;
	width: 16.666666666%;
	text-align: center;
}
header .nav_global nav ul li a {
	display: block;
	background: #6dc100;
	padding: 15px 15px 18px;
	border-right: solid 1px rgba(255, 255, 255, 0.3);
}
header .nav_global nav ul li a:hover {
	background: #80ce1b;
}
footer {
	padding: 23px 0;
	position: relative;
	border-top: solid 1px #e5e5e5;
}
.top footer {
	border-top: none;
}
footer .guide_cm {
	overflow: inherit;
	position: relative;
}
footer .f_logo {
	float: left;
}
footer .footer_content {
	margin-left: 365px;
}
footer .footer_top {
	overflow: hidden;
}
footer .footer_top p {
	color: #05a239;
	font-size: 1.2rem;
	display: inline-block;
}
footer .footer_top .nav_footer {
	float: right;
}
footer .footer_top .nav_footer  ul li {
	display: inline-block;
	margin-left: 15px;
}
footer .footer_top .nav_footer  ul li a {
	text-decoration: none;
	font-size: 1.2rem;
}
footer .footer_top .nav_footer  ul li a span {
	color: #05a239;
}
footer .footer_bottom {
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
footer .footer_bottom a {
	display: inline-block;
	vertical-align: text-bottom;
}
footer .footer_bottom p {
	float: right;
	color: #05a239;
	font-size: 1.1rem;
	font-family: Arial;
	margin-top: 8px;
}
.gotop {
	position: absolute;
	right: -182px;
	top: 0;
	width: 60px;
	height: 60px;
	background: #434343;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.gotop::before {
	content: '';
	position: absolute;
	top: 22px;
	left: 23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #fff transparent;
}
.top_caption {
	padding: 75px 20px;
	background: url('/common/images/bg_sub.jpg');
}
.top_caption h2 {
	text-align: center;
}
.main_content {
	padding-top: 69px;
}
.paging {
	overflow: hidden;
	position: relative;
}
.paging .prev {
	font-size: 1.4rem;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 3px;
}
.paging .next {
	font-size: 1.4rem;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 3px;
}
.paging ul {
	display: table;
	margin: 0 auto;
}
.paging ul li {
	float: left;
}
.paging ul li a {
	display: block;
	width: 23px;
	height: 23px;
	border: 1px #eee solid;
	text-align: center;
	line-height: 25px;
	margin: 0 5px;
	text-decoration: none;
	font-size: 1.2rem;
}
.paging ul li a:hover {
	text-decoration: underline;
}
/*--------------- /. For site ----------------*/

.box_link {
	background: #f0f0f0;
	padding: 50px 0 30px;
}
.box_link_content {
	overflow: hidden;
}
.box_link_content ul li {
	float: left;
	margin: 0 66px 18px 0;
}
.box_link_content ul li:nth-child(4n) {
	margin-right: 0;
}
