
@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


.inline {
	display: inline;
}

.sp_only{
	display: none;
}

.pc_only{
	display: block;
}


/*HTML5リセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	background-image: url(../img/back.jpg);
}

}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}




a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


/*ボックス組汎用クラス*/
/*.box {
	width: 100%;  
	display: -webkit-box;
	display: -moz-box;
}*/

.box {
    width: 100%;
    /* display: -webkit-box; */
    /*display: -moz-box;*/
    width: 45%;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
/*補足-boxを指定すると子要素が回り込みます*/

.box_flex1 {
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
}


.flex_box {
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.flex_box_pcNOwrap {
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
/*補足-boxの子要素に指定して下さい。指定するとブラウザ幅いっぱいまで伸縮します。*/


#spnNav {
    display: none;
}

/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* 投稿を制御editor */

p {
	display: block;
	margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

/* img */

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}


.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
/* IE8, ModanBrowser */
.clearfix {
	width:100%;
	overflow:hidden;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

img {
	border-style:none;
}

a {
	overflow: hidden;
	outline: none;
	color: #009dd9;
}

a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	font-size: 14px;
	color: #505050;
}


h1 {

}

h1 a{

}


h1 a:hover{

}

h2 {

}


h3 {

}

h4 {

}

h5 {
	font-weight: lighter;
}

h6 {
	font-weight: lighter;
}

.none {
	display: none;
}

.pcShow {
	display: block;
}

.pc_inl_Show {
	display: inline;
}

.spnShow {
	display: none;
}

.spn_inl_Show {
	display: none;
}



/*footer下部固定*/
html,body{
	height:100%;
}

#wrap{
	width: 100%;
	min-width: 970px;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}


#container
{
	padding-bottom: 60px; /*フッターの高さと同じ*/
}

#container h3 {
	font-size: 24px;
	font-weight: 200;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	color: #000a6c;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 10px;
}

#container h2 {
	font-size: 30px;
	font-weight: 200;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	color: #000a6c;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 3px;
}

#footer{

}

/* 開始 ＝＝＝＝＝＝＝＝＝＝*/


#header {
	width: 100%;
	height: auto;
	background-image: none;
}

.headWap {
	/*width: 100%;*/
	height: 80px;
	margin: 10px;
		/*margin: 0 auto;
		display: box;
		display: -webkit-box;
	    display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;*/
	}



	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Gナビ */

	#Gnavi {
		width: 970px;
	    margin: 15px auto;
	}



	.main {
		margin: 0 auto;
		display: block;
		height: 100%;
		margin-top: 0px;
	}

	.sidebarMenu {
		height: 100%;
		padding-top: 120px;
		z-index: 1000;
		position: fixed;
		left: 0;
		top: 0;
		width: 290px;
		transform: translateX(-290px);
		transition: transform 290ms ease-in-out;
		background: rgba(0,0,0,0.55);
		overflow-y: scroll;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.sidebarMenuOpen {
		transform: translateX(0);
	}

	#Gnavi a{
		color: #000000;
		display: block;
		width: 100%;
		margin: 0 auto;
		height: 50px;
		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	    background-image: url(../img/nav_img.png);
	    background-position: center 40px;
	    background-repeat: no-repeat;
	}

	#Gnavi li{
		padding: 0;
		text-align: center;
	    border-right: 1px solid;
	    width: 160px;
	    height: 50px;
	}

	#Gnavi li:first-child{
	    border-left: 1px solid;
	}

	#Gnavi .sub-menu li{
		padding: 0px 0 0 28px;
		margin: 10px 0 0 0;
		border-bottom: none;
	}



#Gnavi a:hover{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(../img/nav_img.png);
    background-position: center 45px;
    background-repeat: no-repeat;
}

.top_rightbox{
	width: 30%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

#container {
    width: 100%;
	margin: 0 auto;
}

#taxonomyContents{
	width: 970px;
    margin: 0 auto;
}


#container_archive {
    width: 970px;
	margin: 0 auto;
}

#container .swiper-container {
	z-index: 0;
}

.local_container{
	padding: 20px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 970px;
}

#singleBody{
	width: 70%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 10px 0;
}

#railwayBody {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 10px 0;
}

#fixedpageBody{
	width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 10px 0;
}

.sublist{
	width: 220px;
}

.sublist li{
	padding: 10px;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}

/*汎用ボタン*/
.instant_button {
	text-align: center;
	border: 1px solid #009dd9;
	padding: 5px 9px;
	width: 30%;
	color: #009dd9;
	position: relative;
	z-index: 2;
	background-color: #fff;
	overflow: hidden;
}

.instant_button img {
	width: 100%;
}
/*汎用ボタン*/

#newsContents{
	width: 970px;
    margin: 0 auto;
}

.newsList{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    /* margin: 0 auto; */
    -webkit-justify-content: start;
	-moz-justify-content: start;
	-ms-justify-content: start;
	-o-justify-content: start;
	justify-content: start;
}

.text_box{
	text-align: center;
}

#fixedpageBody .otoku_kippu{
	width: auto;
}

#fixedpageBody .pass_kippu{
	width: auto;
}

.singlepage_thum{
	margin: 30px 0;
}

#spot_box #spot_info_title {
    margin: 60px 0 40px 0;
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px dotted #000;
}

#spot_box #link_area {
    margin: 0 auto;
    width: 90%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#print_btn {
    text-align: right;
    width: 100%;
    margin-bottom: 30px;
}

#print_btn a {
    display: inline-block;
    border: solid 2px #000;
    line-height: 40px;
    padding: 0 10px;
}


#spot_box .table_title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 60px 10px 0px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: right 30%;
    background-size: 50px;
}

.info_table {
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
}

.info_table th {
    width: 20%;
    padding-right: 3%;
}

.info_table th, .info_table td {
    padding-bottom: 3%;
    padding-top: 3%;
    vertical-align: middle;

}

.line {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

#taxonomyContents .box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#taxonomyContents .box .spot_image{
    width: 40%;
    overflow: hidden;
}

#taxonomyContents .box .spot_image img{
    width: 180px;
    height: auto;
}

#taxonomyContents .box .date{
	width: 20%;
	margin: auto 10px;
}
#taxonomyContents .box .title{
	width: 30%;
	margin: auto 10px;
}


.btBlock{
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #c6c6c6;
    width: 100%;
}

#newsContents .btBlock{
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #c6c6c6;
    width: 100px;
}

.new_btBlock{
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #c6c6c6;
    width: 100px;
}

.new_btBlock:hover{
    opacity: 0.5;
}
.choden_guide_btBlock{
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #c6c6c6;
    width: 100px;
}

.menuBlock{
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #c6c6c6;
    width: 100%;
}

.btBlock:hover{
    opacity: 0.5;
}

.furikaeyusou{
	border-top: 1px solid #ccc;
	margin-top: 50px;
}

.movie_archive iframe{
	width: 100%;
	height: auto;
}

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/


#header .info_box{
    width: 100%;
    height: auto;
    padding: 2px 10px;
    background: #ccc;
    background-color: rgba(0,0,0,0.40);
    overflow: auto;
}

#header .info_box li{
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    display: block;
    white-space: nowrap;
}

#header .info_box a{
	color: #fff;
}

.logo{
	margin: 20px 55px 10px;
}

.top_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	width: 970px;
    margin: 0 auto;
}

.top_content .top_rightbox .facebook{
    margin: 10px;
}

.departure_flex {
	padding: 18px 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.voyage2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	min-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.inline {
	display: inline-block;
}


.sns_icon{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
}

.sns_icon img{
	margin: 4px 0 4px 10px;
}


.sec_bg{
	height: 25vw;
	background: #fff;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	justify-content: center; 
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}

.sec_bg_s{
	height: 80px;
}

.sec_bg_s .sec_logo{
	display: none;
}

.spn_column{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

#footer {
	width: 100%;
	min-width: 970px;
	/*min-width: 1080px;*/
	color: #fff;
	text-decoration: none;
	background-color: #b00000;
	text-align: center;
	/*	border-top: solid 1px #727171;*/
}

#line {
    margin-top: 40px;
    width: 970px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.footWap {
	width: 1080px;
	margin: 0px auto 10px;
	font-size: 13px;
	text-align: center;
}


.footWap a {
	color: #505050;
}



#footer address {
	padding: 10px 0;
	width: 100%;
	margin: 0px auto 0px;
	color: #555555;
	font-size: 13px;
	text-align: center;
	font-style: normal;
	/*background-color: #f00;*/
}

.banner{
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.banner a{
	margin: 5px 5px 0 5px;
}


/*ニュース追加*/

#singleBody h2 {
	border-bottom: rgb(0, 10, 108) 1px solid;
}

#singleBody .time {
	text-align: right;
}

#singleBody .singleContent{
	padding: 10px;
}

#singleBody .singleContent img{
	width: 100%;
	height: auto;
}

#singleBody a.ghost_button {
	border: 1px solid #009dd9;
	padding: 10px 20px;
	margin: 40px auto;
	width: 140px;
	display: block;
	text-align: center;
}

#singleBody a.ghost_button:hover {
	opacity: 0.8;
}


.postList{
	padding: 10px;
}

.postList dl a {
	font-size: 20px;
	display: block;
	border-bottom: dotted 1px #ccc;
}

.postList dl .date{
	display: block;
	font-size: 12px;
	text-align: right;
}

.postList dl{
	margin-bottom: 40px;
}

.topContainer {
	position: relative;
}



.alignR {
	padding: 5px 10px;
	text-align: right;
}

.newsBt {
	border: 1px solid #000;
	color: #000;
	padding: 2px 20px;
	width: auto;
	display: inline-block;
	text-align: center;
}

.wp-pagenavi {
	margin-top: 20px;
	margin-bottom: 50px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
	display: block;
	border: 1px solid #c6c6c6;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-left: 0;
}


.wp-pagenavi > a:first-child ,
.wp-pagenavi > span:first-child {
	border-left: 1px solid #c6c6c6;
}

.nextpostslink,
.previouspostslink {
	font-family: 'Anonymous Pro', monospace, sans-serif;
	font-size: 20px;
}

.nextpostslink { order: 7; }
.last { order: 6; }


/*時刻表*/
.timetable{
   margin: 0 auto;
   width: 600px;
   box-sizing: border-box;
}

.timetable tr{
	    border-top: 1px solid;
	    box-sizing: border-box;
}

.timetable tr:last-child{
	    border-bottom: 1px solid;
	    box-sizing: border-box;
}

.timetable td{
	    border-left: 1px solid;
	    box-sizing: border-box;
}

.timetable_bus td{
	width: 30%;
}

.timetable td:last-child{
	    border-right: 1px solid;
	    box-sizing: border-box;
}

.timetable p{
    margin: 0;
    padding: 20px;
}

#fixedpageBody .rosenzu_base img{
	width: 80%;
}

#fixedpageBody .rosenzu img{
	width: 60%;
}
/*時刻表*/

#fixedpageBody img{
	width: 100%;
	height: auto;
}

#fixedpageBody .sample_image_beica {
	padding-bottom: 20px;
}

#fixedpageBody .sample_image_beica img,
#fixedpageBody .sample_image_oneDayPass img{
	width: 60%;
	margin: 0 auto;
	display: block;
}

#fixedpageBody .ekiquest img{
	width: 200px;
}

#fixedpageBody .fare_syogai{
	width: 60%;
}


#movie_contents {
    width: 970px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 50px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

/*採用情報 railwayカテゴリ簡易ページ*/
#railway_recruit .flexBox{
	display: flex;
	justify-content: center;
}

#railway_recruit .flexBox a{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #003e6d;
	color: #fff !important;
	padding: 20px 30px;
	margin: 30px 20px 10px;
	width: calc(100% / 2.1);
}

#railway_recruit .flexBox a:hover{
	opacity: 0.7;
	transition: 1s;
}

/*採用情報*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/


/*白 */
.white {
	color: #fff;
}
/*ピンク */
.pink {
	color: #ff287b;
}
/*ブルー */
.blue {
	color: #00a0e9;
}
/*オレンジ */
.orange {
	color: #f18b1d;
}
/*黄色*/
.yellow {
	color: #ffc103;
}
/*みどり*/
.green {
	color: #56bd36;
}
/*むらさき*/
.purple {
	color: #8d7dfd;
}
/*あいいろ*/
.ai {
	color: #3e408f;
}

.gray {
	color: #585858;
}
.red {
	color: #ef1f2c;
}

.red2 {
	color: #f00;
}




.floatR{
	float: right;
}

.floatL{
	float: left;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sml {
	font-size: 11px;
}


.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}


.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}

.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}

.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs26 {font-size: 26px;}
.fs28 {font-size: 28px;}
.fs30 {font-size: 30px;}
.fs32 {font-size: 32px;}
.fs34 {font-size: 34px;}
.fs36 {font-size: 36px;}
.fs38 {font-size: 38px;}
.fs40 {font-size: 40px;}
.fs42 {font-size: 42px;}
.fs44 {font-size: 44px;}
.fs46 {font-size: 46px;}
.fs48 {font-size: 48px;}
.fs50 {font-size: 50px;}
.fs52 {font-size: 52px;}
.fs54 {font-size: 54px;}
.fs56 {font-size: 56px;}
.fs58 {font-size: 58px;}
.fs60 {font-size: 60px;}


/*記事ページ調整追加用*/
.serviceTable {
	width: auto;
}

.serviceTable td a img{
	width: 150px !important;
	height: auto !important;
}
