/* CSS Document */

/*****************************************

共通部分

****************************************/

* {
	font: 100% 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/*******************

body

********************/

/*
Back to top button
*/
#back-top {
	position: fixed;
	bottom: 3%;
	right: 5%;
}
#back-top span {
	width: 66px;
	height: 60px;
	display: block;
}
ul, li, dl, dd, dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	display: table-cell;
}
a {
	color: #7B5C35;
}
/*a:hover {
 color: #B2854D;
}
*/

hr {
	width: 100%;
	border: #7B5C35 solid 2px;
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
.center-block {
	text-align: center;
	margin: 0 auto;
}
.right {
	text-align: right;
}
caption {
	text-align: left;
}
/*PCの時に表示にして、mobileでは表示する*/
#sp_display {
	display: none;
}
/*spの時に非表示にして、pcでは表示する*/

/*******************
text styles
********************/

p {
	margin: 15px 20px 0;
	font-weight: normal;
	color: #333;
}
h3, h4, h5 {
	font-weight: normal;
	color: #3e2300;
}
/*******************
 h1 - h4
********************/

h1 {
	font-size: 174%;
	color: #ffffff;
	background: #7B5C35;
	margin: 0 0 25px;
	padding-left: 10px;/*文字の左にスペース*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: normal;
}
.grid3 h1 {
	margin: 0 0 0px;
	padding-left: 0;/*文字の左にスペース*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 150%;
	background-color: #FFCE14;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 10px;
	/* firefox */
	-moz-border-radius: 10px;
	/* other */
	border-radius: 10px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 5px;
	margin-bottom: 25px;
	/*text-indent: -2em;*/
	padding: 0.5em 20px 0.5em 16px;
}
h2 span {
	background: url(../images/css/img_bg_h2.png) 0px 10px no-repeat;
	padding-left: 2em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h2 span:not(:target) {
	background: url(../images/css/img_bg_h2.png) 0px 9px no-repeat;/* IE9 */
}
h2.eve_title {
	font-size: 20px;
	line-height: 29px;
	background-color: #FFCE14;
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: 0em;
	padding: 0.5em 0.8em;
}
h2.recommend {
	background: #E3DCD5;
	font-size: 123.1%;
	width: 100%;
	text-align: center;
	text-indent: 0em;
	padding: 1em 0;
	margin-top: 0em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
}
h2.event_title {
	display: block;
	font-size: 123.1%;
	direction: block;
	width: 100%;
	background: none;
	text-indent: 0em;
	padding: 0.5em 0;
	margin: 0em;
}
h2.event_title span {
	padding-left: 0em; /*1em（1文字）分、右に動かす*/
	padding-top: 0em;
	padding-bottom: 0;
}
h2.event_title span.bg_event, h2.event_title span.bg_sp, h2.event_title span.bg_important, h2.event_title span.bg_event_sc {
	padding: 0;
	text-align: center;
	font-size: 85%;
	display: block;
	padding: 0.3em 0;
	color: #ffffff;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radiusv: 10px 10px 0 0;
	/* firefox */
	-moz-border-radius: 10px 10px 0 0;
	/* other */
	border-radius: 10px 10px 0 0;
	/* IE */
	behavior: url(PIE.htc);
}
h2.event_title span.bg_sp {
	background: #7eb007;
}
h2.event_title span.bg_event {
	background: #058bff;
}
h2.event_title span.bg_event2 {
	background: #ff0000;
}
h2.event_title span.title {
	display: block;
	background: #decdb7;
	text-indent: 0;
	padding: 10px;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radiusv: 0 10px 10px;
	/* firefox */
	-moz-border-radius: 0 0 10px 10px;
	/* other */
	border-radius: 0 0 10px 10px;
	/* IE */
	behavior: url(PIE.htc);
}
h2.event_title span.bg_event_sc {
	background: #f87100;
}
h2.menu_title {
	font-size: 138.5%;
	background: #FC3;
	padding-top: 1em;
	padding-left: 10px;/*文字の左にスペース*/
	padding-bottom: 1em;
	border-top: #7B5C35 5px solid;
	border-bottom: #7B5C35 5px solid;
	margin: 0;
	background: none;
}
h3 {
	font-size: 160%;
	margin-top: 15px;
	margin-bottom: 20px;
	background: url(../images/css/img_bg_h3.png) repeat-x 0 bottom;
	padding: 10px 20px 10px 5px;
}
h3.title2 {
	margin-top: 0;
	margin-bottom: 14px;
	padding: 0 0 14px 0;
	font-size: 117%;
	background: url(../images/css/img_bg_h3s.png) repeat-x 0 bottom;
}
h3.title-question {
	background: url(../images/css/img_bg_h3.png) repeat-x 0 bottom;
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: -2em;
	padding: 0.5em 20px 14px 30px;
}
h3.title-question span {
	background: url(../images/css/img_icon_question.png) 7px 4px no-repeat;
	padding-left: 2.0em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}
h4 {
	color: #ffffff;
	font-size: 146.5%;
	background-color: #7B5C35;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 10px;
	/* firefox */
	-moz-border-radius: 10px;
	/* other */
	border-radius: 10px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: -1.7em;
	padding: 0.5em 20px 0.5em 40px;
}
h4 span {
	background: url(../images/css/img_bg_h4.png) 5px 0.65em no-repeat;
	padding-left: 1.7em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h5 {
	color: #7B5C35;
	font-size: 126.5%;
	background: url(../images/css/img_bg_h5_border.png) repeat-x 0 bottom;
	padding: 10px 20px 10px 5px;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 10px;
	/* firefox */
	-moz-border-radius: 10px;
	/* other */
	border-radius: 10px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 5px;
	margin-bottom: 25px;
	text-indent: -1.7em;
	padding: 0.5em 20px 0.5em 40px;
}
h5 span {
	background: url(../images/css/img_bg_h5.png) 5px 0.65em no-repeat;
	padding-left: 1.7em; /*1em（1文字）分、右に動かす*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
p {
	font-size: 108%;
	line-height: 160%;
	/*margin: 5px 18px 5px 18px;*/
	margin: 0px;
}
/*p + p {
 margin-top: 5px;
 margin-right: 32px;
 margin-left: 32px;
 margin-bottom: 10px;
}
*/
.grid3 p {
	margin: 5px 10px;
}
.grid3 p.info_contents_title {
	background: #cbdf9c;
	padding: 3px 0;
	margin: 5px 10px;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 5px;
	/* firefox */
	-moz-border-radius: 5px;
	/* other */
	border-radius: 5px;
	/* IE */
	behavior: url(PIE.htc);
}
.plan {
	position: relative;
	width: 60px;
	top: 14px;
	left: 11px;
	margin-bottom: -25px;
}
.hikken {
	position: relative;
	float: right;
	top: -24px;
	right: 150px;
	margin-bottom: -35px;
}
/*******************

menu

********************/
/*******************

グローバルメニュー

********************/
#header_global {
	width: 940px;
}
#header_grobal div {
	box-sizing: content-box;
	float: left;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 *display: inline; /*for ie5～7*/
 *zoom: 1; /*for ie5～7*/
	width: 100%;
	/*max-width: 134px;*/
	max-width: 234px;
	padding-top: 10px;
}
#header_grobal div.start, #header_grobal div.end {
	width: 1px;
}
#header_grobal div.end {
	clear: left;
}
#header_grobal div p, #header_grobal div span {
	display: block; /*for modern*/
	margin: 0;
}
#header_grobal div p {
	height: 42px;
	padding: 0px;
	margin-top: 1.0em;
}
#header_grobal div p.two_column {
	margin: 0.5em 0;
}
#header_grobal div a {
	padding: 1em 0;
	color: #ffffff;
	font-size: 18px
}
#header_grobal div span {
	display: block;
	/*	width: 134px;
*/	width: 234px;
	padding: 0 28px;
}
#header_grobal div span.icon01 {
}
#header_grobal div span {
	width: 100%;
	max-width: 78px;
	height: 78px;
	padding-bottom: 16px;
}
span.icon_new_product {
	background: url(../images/css/img_mark_new.gif) center 20px no-repeat;
	display: block;
	margin: 50% auto;
	width: 32px;
	height: 14px;
}
/* header_sub */

ul.menu_header_sub {
	display: block;
	width: 940px;
	;
	padding: 1em 0;
	margin: 0;
}
ul.menu_header_sub li {
	margin: 0 10px;
	width: 220px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #FCC700;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
}
ul.menu_header_sub li:hover {
	background: #C09802;
}
ul.menu_header_sub li:first-child {
	margin: 0 10px 0 0;
}
ul.menu_header_sub li:last-child {
	margin: 0 0 0 10px;
}
ul.menu_header_sub li a {
	display: block;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 3em;
	color: #7B5C35;
	background: url(../images/css/img_in_arrow_brown02.png) no-repeat 20px center;
}
/* menu link */

ul.menu_header_sub li a:hover {
	color: #ffffff;
}
ul.menu_header_sub li a:active {
	background: #999999;
	color: #ffffff;
	text-decoration: none;
}
/* ページ メニューにて仕様*/
ul.menu_page {
	margin: 0;
	padding: 0;
}
ul.menu_page li {
	display: block;
 background:;
	border-bottom: #7B5C35 5px solid;
	cursor: pointer;
}
ul.menu_page li:last-child {
	border: none;
}
ul.menu_page li a {
	display: block;
	font-size: 16px;
	position: relative;
	color: #3E2300;
	background: url(../images/css/img_in_arrow_brown01.gif) no-repeat 10px center;
	padding-left: 2.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	/*anti-aliasing for IE(ver9 apper) and moddan browser*/
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
/* 親メニュー*/
#sidebar_open {
	display: block;
}
#sidebar ul {
	/*  display: none;*/
	background: #ffe6c9;
}
#sidebar span.firstchild + span {
	border-top: none;
}
#sidebar span.firstchild {
	border-top: none;
}
#sidebar span {
	background: #ffe6c9;
	display: block;
	width: 100%;
	cursor: pointer;
	border-bottom: #7B5C35 solid 3px;
	border-top: #7B5C35 solid 3px;
}
#sidebar ul {
	cursor: pointer;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar li {
	cursor: pointer;
	border-bottom: #7B5C35 solid 3px;
	width: 100%;
	margin: 0;
}
#sidebar span a {
	padding-top: 0.8em;
	padding-right: 10px;
	padding-left: 34px;
	padding-bottom: 0.8em;
	background: url(../images/css/img_in_arrow_orange.png) no-repeat 10px center;
	background-size: 14px;
	display: block;
	font-size: 108%;
	color: #7B5C35;
}
#sidebar li a {
	color: #7B5C35;
	display: block;
	font-size: 108%;
	padding: 0.9em 0 0.9em 47px;
	background: url(../images/css/img_icon_arrow_brown_sidemenu.png) no-repeat 33px 17px;
}
#sidebar li:hover, #sidebar span:hover {
	background: #FFBA6B;
}
#sidebar li:last-child {
	border-bottom: none;
}
#sidebar li >ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar li >ul li:first-child {
	border-top: #7B5C35 solid 5px;
}
#sidebar li >ul li:last-child {
	border: none;
}
ul.menu_page li.parent {
	display: block;
	background: #FCC700;
	border-bottom: #7B5C35 5px solid;
	cursor: pointer;
}
ul.menu_page li.parent a {
	display: block;
	font-size: 16px;
	position: relative;
	color: #3E2300;
	padding-left: 2.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	/*anti-aliasing for IE(ver9 apper) and moddan browser*/
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
/*******************

footer

********************/
#footer {
	background-image: url(../images/css/img_bg_footer_sub2.png);
	background-repeat: repeat-x;
	background-color:#ccecfa;
}
.footer_bg_sub {
	height: 69px;
	width: 100%;
}
ul.ui_menu-footer_sub {
	padding: 36px 0 23px;
	text-align: center;
}
ul.ui_menu-footer_sub li {
	text-align: center;
	width: 220px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	cursor: pointer;
}
ul.ui_menu-footer_sub li a {
	padding: 1em 0;
	font-size: 123.1%;
	padding-left: 1.6em;
	background-image: url(../images/css/img_icon_arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
/*******************

bg

********************/
.bg_header-logo {
	background: url(../images/css/img_bg_header_city.png) repeat-x 1300px;
	height: 127px;
	padding: 0 -1000%;
	margin: 0 -1000%;
	position: relative;
}
.bg_header-sub {
	background-repeat: repeat-y;
	background-color: #00A1E7;
	width: 960px;
	margin: 0 auto;
}
.bg_header-grobal {
	background-color: #00a1e7;
}
.bg_footer-copyright {
	background-color: #00a1e7;
	padding: 1.0em 0 1.0em;
	text-align: center;
	color: #fff;
}
.bg_recommend_comment {
	background-color: #E3DCD5;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	margin-top: 10px;
	margin-bottom: 15px;
}
.bg_recommend_comment p {
	margin-top: 0.5em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
}
/*******************

img系

********************/
.img_frame {
	width: 100%;
	box-sizing: border-box;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
.img_frame2 {
	width: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
.img_noborder {
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}
.img_kannnai {
	width: 98%;
}
.img_frame.img_kannnai {
	margin: 0;
}
#float_style001 {
	/*display: table;*/
	vertical-align: top;
	margin-top: 0;
	/*margin-right: 20px;
	margin-left: 20px;*/
	margin-bottom: 0;
}
.fl_img_style001 {
	display: table-cell;
	vertical-align: top;
	padding-top: 12px;
	width: 170px;/*padding-right: 20px;*/
}
.fl_img_style002_l, .fl_img_style002_r {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.fl_img_style002_l {
	padding: 12px 15px 12px 0;
}
.fl_img_style002_r {
	padding: 12px 0 0 15px;
}
.fl_img_style002_l img, .fl_img_style002_r img, .fl_img_style001 img {
	box-sizing: border-box;
	width: 100%;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
	margin-left: 10px;
}
.fl_p_style001 {
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	padding-top: 12px;
}
.fl_p_style001 p {
	margin-top: 0;
	margin-left: 30px;
	margin-right: 2px;
}
.fl_img_style003 {
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding-top: 12px;
	width: 300px;
}
.fl_img_style003 img {
	width: 100%;
}
#detail {
	width: 100%;
	margin: 0;
}
#detail th, #detail td {
	padding: 0.5em;
	border: solid 1px #CCC;
}
#detail th {
	background: #e3dcd5;
	color: #69655c;
	text-align: center;
	width: 20%
}
#detail td {
	width: 100%;
	background: #FFF7ED;
}
/*******************

font系

********************/

.font_bold {
	font-weight: bold;
}
.font_red {
	color: #FF0000;
}
.font_blue {
	color: #028DFF;
}
.font_small {
	font-size: 90%;
}
.font_big {
	font-size: 125%;
}
.font_copyright {
	color: #ffffff;
	font-size: 12px;
}
/* other */
.font_indent {
	text-indent: -2.0em;
	margin-left: 2.0em;/*	padding-left: 23px;
*/}

/* chrome & safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.font_indent {
	text-indent: -2.0em;
	margin-left: 2.0em;/*	padding-left: 23px;
*/}
}
ul.in_arrow_orange {
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 10px;
}
ul.in_circle_orange {
	margin-left: 20px;
	font-size: 108%;
}
ul.in_arrow_orange_question {
	font-size: 116%;
	margin-left: 0 !important;
	margin-bottom: 30px !important;
}
ul.in_arrow_orange_question li {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.in_arrow_orange ul li {
	color: #7B5C35;
	padding-left: 48px;
	background: url(../images/css/img_icon_arrow_brown_sidemenu.png) no-repeat 32px center;
}
ul.in_arrow_orange li, ul.in_circle_orange li {
	padding-left: 1.6em;
	line-height: 160%;
}
ul.in_arrow_orange li {
	background: url(../images/css/img_in_arrow_orange.png) no-repeat 0px 5px;
}
ul.in_circle_orange li {
	background: url(../images/css/img_in_circle_orange.png) no-repeat 8px 5px;
}
ul.in_arrow_orange_border li {
	margin: 5px 5px 10px 0px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-size: 108%;
	border-bottom: 1px dotted #C7BAA9;
	background-size: 18px;
	background-image: url(../images/css/img_in_arrow_orange.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.in_arrow_orange_border li a {
	margin-right: 3px;
	padding-right: 16px;
}
/* リストのマークグレーに */
.list_col {
	margin-left: 10px;
}
.list_col li {
	margin-left: 19px;
	margin-bottom: 9px;
	list-style: disc outside;
	color: #afafaf;
	font-size: 14px;
	list-style-image: none;
}
.list_col li span {
	color: #333333;
}
ul#notification h1 {
	margin: 0;
}
ul#notification {
	padding: 0;
}
ul#notification li {
	font-size: 115%;
	padding: 0.5em 0;
	margin: 3px 0;
	padding-left: 2em;
	border-bottom: #7B5C35 2px solid;
	background-image: url(../images/css/img_in_arrow_brown01.png);
	background-position: 8px 10px;
	background-repeat: no-repeat;
}
ul#notification li a {
	text-decoration: none;
}
ul#notification li dl {
	font-size: 77%;
	padding: 0.5em 0 0;
}
ul#notification li dl dd {
	text-align: right;
	padding-right: 2em;
}
ul#notification li.no_link {
	background-image: none;
	border-bottom: none;
	height: 30px;
}
ul#notification li.no_link:hover {
	background-color: transparent;
}
/*******************

a 系

********************/

.in_arrow_blown1 {
	padding-left: 1.1em;
	background: url(../images/css/img_in_arrow_brown01.png) no-repeat 0em;
}
.in_arrow_blown2 {
	padding-left: 1.2em;
	background: url(../images/css/img_in_arrow_brown02.png) no-repeat 0 center;
}
/*.in_arrow_blown3{
	padding-left: 0.8em;
	background: url(../images/css/img_in_arrow_white02.png) no-repeat 0 center;
}

*/
a.in_arrow_blown3 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
a.in_arrow_blown3::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #603609;
	border-right: 2px solid #603609;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* for google chorome & Safari start */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.in_arrow_blown1 {
	background-size: 15px;
}
.in_arrow_blown2 {
	background-size: 12px;
}
}
/* for google chorome & Safari end*/


.in_arrow_blown {
	padding-left: 1.1em;
	background: no-repeat 0 2px;
}
.in_answer {
	padding-left: 30px;
	background: url(../images/css/img_icon_answer.png) no-repeat 0 6px;
}
.in_pdf {
	padding-left: 1.3em;
	background: url(../images/css/img_in_pdf.gif) no-repeat 0 0.2em;
}
.in_home {
	padding-left: 1.6em;
	background: url(../images/css/img_icon_house.png) no-repeat 0;
}
.in_excel {
	padding-left: 1.1em;
	background: url(../images/css/img_in_excel.gif) no-repeat 0 2px;
}
.in_word {
	padding-left: 1.1em;
	background: url(../images/css/img_in_word.gif) no-repeat 0 2px;
}
.in_external {
	padding-left: 1.1em;
	background: url(../images/css/img_in_external.gif) no-repeat 3px 4px;
}
/*******************

align 系

********************/
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center a img {
	text-align: center;
	display: table-cell;
}
/*******************

float 系

********************/

.float_right {
	float: right;
	max-width: 26%;
}
.float_left {
	float: left;
	max-width: 26%;
}
/*******************

btn 系

********************/
.btn {
	text-indent: 3em;
	display: block;
	padding: 1em 3em 1em 0em;
	text-align: center;
	color: #ffffff;
	background-image: url(../images/css/img_icon_arrow_white.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	-webkit-border-radius: 25px;
	/* firefox */
	-moz-border-radius: 25px;
	/* other */
	border-radius: 25px;
	/* IE */
	behavior: url(PIE.htc);
	margin: 1em 0;
}
.btn2 {
	text-indent: 3em;
	display: block;
	padding: 1em 3em 1em 0em;
	text-align: center;
	background-image: url(../images/css/img_icon_arrow_blue.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	-webkit-border-radius: 25px;
	/* firefox */
	-moz-border-radius: 25px;
	/* other */
	border-radius: 25px;
	/* IE */
	behavior: url(PIE.htc);
	margin: 1em 0;
}
/*細い版
.btn2s{
	width:250px;
	text-indent:3.5em;
	display: block;
	padding: 0.4em 0 0.3em 0.1em;
	background-image: url(../images/css/img_icon_arrow_blue.png);
	background-size:12px;
	background-position: 20px left;
	background-repeat: no-repeat;
	margin: 1em 0;
	text-decoration:none;
	font-size:12px;
	
}
*/
a.btn2s {
	background-color: #00a1e7;
	background-image: url(../images/css/img_icon_arrow_white.png);
	background-position: 240px;
	background-size: 14px;
	background-repeat: no-repeat;
	width: 250px;
	-webkit-border-radius: 25px;
	/* firefox */
	-moz-border-radius: 25px;
	/* other */
	border-radius: 25px;
	/* IE */
	line-height: 40px;
	padding-left: 16px;
	margin: 10px 0 0;
	display: block;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a.btn3s {
	border: 2px solid #00a1e7;
	background-image: url("../images/css/img_icon_arrow_blue.png");
	background-position: 240px;
	background-size: 16px;
	background-repeat: no-repeat;
	width: 250px;
	-webkit-border-radius: 25px;
	/* firefox */
	-moz-border-radius: 25px;
	/* other */
	border-radius: 25px;
	/* IE */
	line-height: 40px;
	padding-left: 16px;
	margin: 10px 0 0;
	display: block;
	text-align: left;
	color: #00a1e7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.btn4s {
	background-color: #f87100;
	;
	background-image: url(../images/css/img_icon_arrow_white.png);
	background-position: 240px;
	background-size: 14px;
	background-repeat: no-repeat;
	width: 250px;
	-webkit-border-radius: 25px;
	/* firefox */
	-moz-border-radius: 25px;
	/* other */
	border-radius: 25px;
	/* IE */
	line-height: 40px;
	padding-left: 16px;
	margin: 10px 0 0;
	display: block;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a.btn4 {
	display: block;
	cursor: pointer;
	width: 230px;
	margin: 8px auto;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #00a1e7;
	border-radius: 5px;
	box-shadow: 0 4px 0 #008dcb, 0 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
a.btn4:hover {
	background-color: #00a1e7;
}
a.btn4:active {
	color: #ddd;
	background-color: #00a1e7;
	box-shadow: 0 0 0 #008dcb, 0 0 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}
a.btn5 {
	display: block;
	cursor: pointer;
	width: 57%;
	margin: 15px auto;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: #00a1e7;
	background-image: url(../images/icon_pdf.png);
	background-position: right 10px bottom 8px;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0 4px 0 #008dcb, 0 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
a.btn5:hover {
	background-color: #00a1e7;
}
a.btn5:active {
	color: #ddd;
	background-color: #00a1e7;
	box-shadow: 0 0 0 #008dcb, 0 0 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}

@media screen and (max-width:48.000em) {
a.btn5 {
	width: 98%;
}
}
/*ベタ茶色*/
.btn_brown {
	background-color: #7B5C35;
}
.btn_brown:hover {
	color: #FFF;
	background-color: #A87D48;
}
/*ベタオレンジ*/
.btn_orange {
	background-color: #f87100;
}
.btn_orange:hover {
	color: #ffffff;
	background-color: #ff9033;
}
/*ブルー枠*/
.btn_orange2 {
	color: #f87100;
	border: 2px solid #f87100;
	background-image: url(../images/css/img_icon_arrow_orange.png);
}
.btn_orange2:hover {
	color: #FFF;
	background-color: #f87100;
	background-image: url(../images/css/img_icon_arrow_white.png);
}
/*ベタブルー*/
.btn_blue {
	color: #00a1e7;
	border: 2px solid #00a1e7;
	color: #ffffff;
	background-color: #00a1e7;
	background-image: url(../images/css/img_icon_arrow_white.png);
}
.btn_blue a:hover {
	color: #ffffff;
}
.btn_blue:hover {
	color: #FFF;
	background-color: #31b2ea;
}
/*ブルー枠*/
.btn_blue2 {
	color: #00a1e7;
	border: 2px solid #00a1e7;
	color: #00a1e7;
	background-image: url(../images/css/img_icon_arrow_blue.png);
}
.btn_blue2:hover {
	color: #FFF;
	background-color: #31b2ea;
	background-image: url(../images/css/img_icon_arrow_white.png);
}
.btn_icon_white {
	margin-right: auto;
}
/*******************

table系

********************/

.wrap_table, .wrap_layout {
	padding-top: 0;
	/*	padding-right: 30px;
	padding-left: 30px;
*/	padding-bottom: 0;
	margin: 15px 0;
}
.wrap_table_top_event {
	margin: 0;
	padding-right: 10px;
}
#table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#table td, #table th {
	padding: 10px;
	background: #fff7ed;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
#table th {
	background: #e3dcd5;
	color: #69655c;
	text-align: center;
	white-space: nowrap;
}
#table table td, #table table td {
	display: table-cell;
}
/**** #table01 ****/
#table01 {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px solid #EEEAE3;
	border-left: 1px solid #EEEAE3;
	border-right: 1px solid #EEEAE3;
}
#table01 td, #table01 th {
	padding: 10px;
}
#table01 th {
	background-color: #EEEAE3;
	color: #3e2300;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
}
#table01 td {
	padding: 10px;
	border-bottom: solid 1px #EEEAE3;
}
/**** .table02 ****/
.table02 {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px solid #EEEAE3;
	border-left: 1px solid #EEEAE3;
}
.table02 thead th {
	background-color: #EEEAE3;
	border-right: 1px solid #fff;
}
.table02 thead th:last-child {
	border: none;
}
.table02 td, .table02 th {
	padding: 10px;
}
.table02 tbody td {
	padding: 10px;
	border-bottom: solid 1px #EEEAE3;
	border-right: 1px solid #EEEAE3;
}
/*******************

image layout patarn

********************/
.element, .el_img, el_caption {
	width: 100%;
}
.el_img {
}
.el_img img {
	width: 100%;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
.el_caption {
	font-size: 77%;
	padding: 0;
}
.el_caption p {
	font-size: 161.6%;
	text-align: left;
	padding-bottom: 15px;
}
.el_caption dt {
	font-weight: bold;
}
ul#three-column li {
	width: 30%;
	height: 50%;
	margin: 0 1%;
	display: inline-block;
 *zoom:1 *display:inline;
	vertical-align: top;
}
ul#three-column li :first-child {
	margin: 0 1% 0 0;
}
ul#three-column li :last-child {
	margin: 0 0 0 1%;
}
#layout_three-column-to-single {
	display: block;
	width: 100%;
	margin: 0 30px;
}
#layout_two {
	width: 100%;
	display: table;
}
#layout_two li {
	width: 50%;
	display: table-cell;
	padding: 15px 1%;
}
#layout_two li dt {
	text-align: center;
}
#layout_three img {
	height: 40%;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
.layout_3 img {
	padding-bottom: 3px;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 1px;
}
#layout_two img {
	width: 100%;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url(PIE.htc);
	border: #7B5C35 solid 3px;
}
#layout_two dd {
	margin: 0;
	text-align: center;
}
table#layout_two {
	width: 100%;
}
#layout_two td:first-child {
	padding-left: 0%;
	padding-right: 5%;
}
#layout_two td:last-child {
	padding-left: 5%;
	padding-right: 0%;
}
table#layout_three {
	width: 100%;
}
#layout_three td {
	width: 32%;
}
#layout_three td:first-child {
	padding: 15px 2% 15px 0%;
}
#layout_three td:last-child {
	padding: 15px 0% 15px 2%;
}
table.layout_3 {
	width: 100%;
}
.layout_3 td {
	width: 50%;
	vertical-align: top;
	padding : 10px;
}
.layout_four li {
	display: inline-block;
	padding: 0 6px;
	width: 22%;
	text-align: center;
}
/*
links
*/
#links {
	display: block;
	background: #FFF7ED;
	margin: 20px 0px;
	padding: 0.8em;
	/**** 角丸 ****/
 /* chrome & safari */
	-webkit-border-radius: 8px;
	/* firefox */
	-moz-border-radius: 8px;
	/* other */
	border-radius: 8px;
	/* IE */
	behavior: url("PIE.htc");
}
#links ul {
	display: table;
	font-size: large;
}
#links ul li {
	display: inline-table;
 vertical-align::middle;
	padding: 0.5em 0;
	padding-right: 1em;
}
hr.hr_style-one {
	width: 94%;
	margin: 3%;
	border: 0;
	border-bottom: 2px dashed #999;
}
.input {
	width: 94%;
	height: 1.8em;
	margin: 3%;
}
.input_text {
	height: 10.8em;
}
.short {
	padding: 0 24px !important;
}
.cn_caption {
	font-size: 108%;
	margin: 0;
	padding: 0;
}
.cn_caption dt {
	float: left;
	width: 60px;
	display: block;
}
.cn_caption dd {
}
/*================================================
　　　　
* 特別展

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

.special {
	overflow: hidden;
	margin-bottom: 40px;
}
.special h3 {
	margin: 0 0 20px 0;
}
.special_title {
	font-size: 119%;
	background-color: #FFCE14;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* IE */
	behavior: url(PIE.htc);
	text-align: center;
	margin-bottom: 15px;
	padding: 8px;
}
.special_box {
	float: left;
	width: 203px;
	margin-right: 22px;
}
.special_box:last-child {
	margin-right: 0px;
}
.special_img {
	vertical-align: top;
	width: 150px;
	padding-right: 0px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.special_img img {
	width: 100%;
	text-align: center;
}
.special_cap {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	vertical-align: top;
	padding-top: 2px;
	width: 170px;
	height: 116px;
	font-size: 12px;
}
/*================================================
　　　　
* dd

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

/* 横並び */

.list_01 {
	font-size: 12px;
	line-height: 1.6em;
	margin-left: 0px;
}
.list_01 dt {
	font-size: 12px;
	font-weight: bold;
	width: 80px;
}
.list_01 dd {
	margin: -1.6em 0 4px 0;
	padding: 2px 0 4px 60px;
}
.list_2 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
}
.list_2 li {
	display: inline;
	float: left;
	margin: 0 auto;
	overflow: hidden;
	width: 50%;
	text-align: center;
}
.list_2 li:first-child {
	width: 40%;
}
.list_2 li img {
	border: 3px solid #7b5c35;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}
.list_03 {
	font-size: 12px;
	line-height: 1.6em;
}
.list_03 dt {
	font-size: 14px;
	font-weight: bold;
	width: 110px;
	padding-left: 24px;
	background: rgba(0, 0, 0, 0) url("../images/css/img_in_circle_orange.png") no-repeat scroll 8px 5px;
}
.list_03 dd {
	margin: -1.6em 0 4px 0;
	padding: 0 0 4px 126px;
	font-size: 14px;
}
/* 2017.03.21 add */

header>#pc_display.bg_header-logo {
	height: inherit !important;
	padding: 20px 0 14px;
}
.bg_header-logo>.container {
	display: block;
}
.hdLogo {
	float: left;
}
.hdSelect {
	float: right;
	background: url(../images/img_header_select.png) no-repeat top right;
	height: 92px;
	width: 231px;
}
.hdSelect>select {
	position: relative;
	padding: 6px 14px;
	left: 50px;
	top: 24px;
}
/*================================================
　　　　
* テキスト＋画像リスト

================================================*/
 
.list-box {
	display: table;
	width: 95%;
	margin: 0 auto;
	padding: 5px 0px;
	border-bottom: 1px dotted #c7baa9;
}
.list-box:last-of-type {
	border-style: none;
}
.list-box a {
	text-decoration: none;
}
.list-img, .list-text {
	display: table-cell;
	vertical-align: top;
}
.list-img {
	padding: 5px 0;
}
.list-img img {
	width: 130px;
	margin: 5px 10px 5px 5px;
	border: 2px solid #7b5c35;
	border-radius: 8px;
}
.list-date {
	background-color: #058bff;
	border-radius: 15px;
	color: #fff;
	font-size: 13px;
	padding: 3px 20px;
	margin-top: 12px;
	margin-left: 0px;
	display: inline-block;
}
.list-text {
	width: 100%;
	padding-left: 10px;
}
.list-text p.text01 {
	font-size: 16px;
	line-height: 1.1;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 0;
	color: #058bff;
	font-weight: bold;
	text-decoration: underline;
}
.list-text a p.text01 {
	border-bottom: 1px dotted;
}
.list-text p.text02 {
	font-size: 13px;
	margin-right: 10px;
	padding-top: 3px;
	padding-left: 10px;
	margin-left: 0px;
}
/* 吹き出し枠 */
.balloon {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #3e2300;
	width: 90%;
	min-width: 115px;
	line-height: 34px;
	color: #3e2300;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	z-index: 0;
}
.balloon:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #ffffff transparent transparent transparent;
	z-index: 0;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #3e2300 transparent transparent transparent;
	z-index: -1;
}
/*******************
twitterアイコン
********************/

.twitter_button_PC {
	margin-left: 30px;
}
.twitter_button_SP {
	display: none;
}
ol.circle {
	counter-reset: li; /* Initiate a counter */
	padding: 0; /* Remove the default left padding */
	list-style: none; /* Disable the normal item numbering */
}
ol.circle > li {
	position: relative; /* Create a positioning context */
	margin: 0 0 6px 1.4em; /* Give each list item a left margin to make room for the numbers */
	padding: 4px 10px;
	font-size: 16px;
	line-height: 24px;
}
ol.circle > li:before {
	content: counter(li); /* Use the counter as content */
	counter-increment: li; /* Increment the counter by 1 */
	/* Position and style the number */
	position: absolute;
	top: 17px;
	left: -18px;
	width: 23px;
	height: 23px;
	background: #ff9033;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol.number {
	padding: 0;
	counter-reset: li;    /* li のカウンタを 0 にセット */
	list-style: none;
}
ol.number li {
	margin-bottom: 10px;
	line-height: 24px;
	position: relative;
	font-size: 14px;
	padding-left: 2em;
	text-indent: -1.4em;
}
ol.number li:before {
	color: #ff9033;
	font-weight: bold;
	counter-increment: li;   /* li の数を一つずつ増加 */
	content: counter(li) ". ";          /* 数を表示 */
}
ol.suji {
	position: relative;
	margin: 0;
	padding: 0
}
ol.suji li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	padding-bottom: 0.3em;
}
ol.suji li span {
	position: absolute;
	left: 0;
	margin: 0
}
/*******************
ちかはくグッズ
********************/
.chikahakugoods .el_caption dt {
	font-size: 140%;
	border-bottom: 1px dotted #9b9b9b;
}
.chikahakugoods .el_caption dd.catch {
	font-size: 120%;
}
#main_contents .contents {
	padding: 0 20px 20px !important;
}
/*******************
トップページ　緊急お知らせ
********************/
.news {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 16px 0;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	border: 2px solid #D31316;
	background-color: #FFFFFF;
	color: #D31316;
}
.news a {
	text-decoration: underline;
	position: relative;
	font-weight: bold;
	color: #D31316;
}
.news2 {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px 20px 16px 20px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	border: 3px solid #D31316;
	background-color: #FFFFFF;
}
.news2 h2{
	margin-bottom:16px;
	font-size:16px;}

.news2 p{
    font-size: 14px;
    line-height: 22px;
    margin: 0px;}
@media screen and (max-width:48.000em) {
.news {
	margin-bottom: 0;
	padding: 10px 5px 10px 5px;
	width: 90%;
	line-height: 18px;
	font-size: 12px;
}
.news2 {
	margin-bottom: 0;
	padding: 10px 14px;
	width: 85%;
	line-height: 18px;
	font-size: 12px;
}


}
.waku01 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0.8em;
	border: 2px solid #D31316;
}
.waku01 p {
	color: #D31316;
}
.update {
	display: inline-block;
	position: relative;
	top: -2px;
	left: 5px;
	padding: 2px 4px 0;
	background-color: #00a1e7;
	color: #ffffff;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/*カレンダー*/	
img.kyukan{
	display:inline;
	position:relative;
	top:5px;
}
	
	

/*===================================================================
    layout
===================================================================*/
/* ------ margin ------ */
.mtA {
	margin: 0 auto !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml55 {
	margin-left: 55px !important;
}
.ml60 {
	margin-left: 60px !important;
}
/* ------ padding ------ */
.pt0 {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pr55 {
	padding-right: 55px !important;
}
.pr60 {
	padding-right: 60px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pl55 {
	padding-left: 55px !important;
}
.pl60 {
	padding-left: 60px !important;
}
