@charset "utf-8";
/* CSS Document */

/* common
-----------------------------------------*/

i.fa {
	margin-left: 0.4em;
	margin-right: 0.4em;
}

ul.icon_check li {
	background-image: url(images/icon_check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.btn_sizeL {
	font-size: 1.2em;
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	clear: both;
	margin-top: 1em;
}
.btn_sizeL a {
	border-radius: 5px;
	display: block;
	text-decoration: none;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
}
.btn_sizeL a:link {
	color: #FFFFFF;
	background-color: #ff4e00;
}
.btn_sizeL a:visited {
	color: #FFFFFF;
	background-color: #ff4e00;
}
.btn_sizeL a:hover {
	color: #000000;
	background-color: #ff4e00;
}

.btn_sizeM {
	font-size: 1.0em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	clear: both;
	margin-top: 1em;
}
.btn_sizeM a {
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
}
.btn_sizeM a:link {
	color: #FFFFFF;
	background-color: #ff4e00;
}
.btn_sizeM a:visited {
	color: #FFFFFF;
	background-color: #ff4e00;
}
.btn_sizeM a:hover {
	color: #000000;
	background-color: #ff4e00;
}

p.detail a {
	font-weight: bold;
}

.btn_list {
	font-size: 1em;
	text-align: center;
	float: right;
	clear: both;
	height: 40px;
}
.btn_list a {
	border-radius: 5px;
	display: inline;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	padding-right: 1em;
}
.btn_list a:link {
	color: #000000;
	background-color: #EBEBEB;
}
.btn_list a:visited {
	color: #000000;
	background-color: #EBEBEB;
}
.btn_list a:hover {
	color: #D90000;
	background-color: #EBEBEB;
}

ul.column2 {
	padding-bottom: 40px;
}
ul.column2 li {
	float: left;
	width: 345px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.column2 li.box-mr0 {
	margin-right: 0px;
}
.update {
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	text-align: left;
}

/* index
---------------------------------------------------*/
#topImg {
	text-align: center;
	width: 100%;
}
#topImg img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
/*
.nivoSlider {
	-webkit-box-shadow: 1px 1px 5px #CCCCCC;
	box-shadow: 1px 1px 5px #CCCCCC;
}*/
.combox.indexcom {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
	border-style: none;
}

p.postedDate {
	font-size: 11px;
	color: #888888;
	padding-top: 0px;
	padding-bottom: 0px;
}

.calenderarea {
	background-color: #F6F7F9;
	text-align: center;
	font-size: 13px;
	line-height: 1.3em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.calenderarea h3 {
	font-size: 1.6em;
	font-weight: 600;
	padding-top: 0px;
	color: #2F60BD;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}
.calenderlink {
	margin-bottom: 1em;
}
.calender {
	margin-bottom: 1em;
}
.calender2 {
   -moz-opacity:0.7;
   opacity:0.7;
   filter:alpha(opacity=70);
}
.fb-box iframe {
}


.index_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}
.index_inner img {
	max-width: 1000px;
}

#news {
	background-image: url(../images/index/news.jpg);
}
.news {
	text-align: left;
	padding: 0.5em 1em;
}
.news dl {
	border-bottom: 1px dotted #712d16;
}
.news dl:first-child {
	border-top: 1px dotted #712d16;
}
.news dl dt {
	width: 160px;
	clear: left;
	float: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news dl dd {
	padding-left: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news dl a {
	display: block;
	color: #712d16;
	font-weight: bold;
}
.news dl a:link {
	text-decoration: underline;
}
.news dl a:visited {
	text-decoration: underline;
}
.news dl a:hover {
	text-decoration: none;	
}
.font_mincho {
	font-family: ryo-display-plusn, serif;
	font-style: normal;
	font-weight: 700;
}
