@charset "UTF-8";
/* =========================================================
reset
========================================================= */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, 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: #F9F9EA;
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, ul li, ol {
	list-style: none;
}
ol ol {
	list-style: decimal inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
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;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
/* =========================================================
start
========================================================= */
html {
	font-size: 62.5%;
/*10px*/ }
body {
	font-family: "小塚ゴシック Pr6N", "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* =========================================================
class
========================================================= */
/* クリアフィックス */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* クリア */
.clear {
	clear: both;
}
/* マージン設定 */
.mNone {
	margin-top: 0 !important;
}
.mSSS {
	margin-top: 0.5em !important;
}
.mSS {
	margin-top: 1em !important;
}
.mS {
	margin-top: 1.5em !important;
}
.mM {
	margin-top: 2em !important;
}
.mL {
	margin-top: 3em !important;
}
.mLL {
	margin-top: 4em !important;
}
/* テキスト位置 */
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}

/* 透過用ロールオーバー用 */
.hover:hover {
	display: block;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}

/* リンクアイコン */
.icontext1 {
	background: url(../commonimages/icon.png) no-repeat left center;
	padding-left: 20px;
	text-decoration: none;
	margin-top: 2em;
	font-size:16px;
}

.icontext2 {
	background: url(../commonimages/linkicon.png) no-repeat left center;
	padding-left: 20px;
	display:inline-block;
	color:#AC592F;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

/* ※マーク */
.asterisk {
	display: block;
	font-size: 86%;
	margin-left: 1em;
	text-indent: -1em;
}

/* テーブルの設定 */
.table {
	width: 100%;
	margin-top: 1.5em;
	border-top: 1px dotted #dfdfdf;
	border-bottom: 1px dotted #dfdfdf;
}

.table th {
	text-align: left;
	border-top: 1px dotted #dfdfdf;
	border-bottom: 1px dotted #dfdfdf;
	border-right: 1px dotted #dfdfdf;
	background: #EEEEEE;
	padding: 0.8em 1em;
	font-weight: bold;
}

.table th:last-child{
	border-right:none;
}

.table row {
	text-align: left;
	background: #ecf2f2;
}
.table td {
	border-top: 1px dotted #dfdfdf;
	border-bottom: 1px dotted #dfdfdf;
	border-left: 1px dotted #dfdfdf;
	background: #fff;
	padding: 0.8em 1em;
}
.table td:first-child{
	border-left:none;
}

/* リスト */
ul.list {
	overflow: hidden;
	zoom: 1;
}
ul.list li {
	padding-left: 15px;
	background: url(../commonimages/listicon.png) no-repeat left top 8px;
}
ul.list li ul li {
	background: url(../commonimages/listicon2.png) no-repeat left top 11px;
}
/* 水平線リスト*/
.listeven li {link
	float: left;
	white-space: nowrap;
	margin-right: 20px;
}
/* リストグループ */
ul[class*="list1-"] {
	clear: both;
	overflow: hidden;
	zoom: 1;
}
ul[class*="list1-"] li {
	padding-right: 20px;
	float: left;
	line-height: 1.4;
}
/* 番号付リスト */
ol.list {
	counter-reset: li;
	margin-top: 1em;
}
ol.list li {
	position: relative;
	margin-left: 2em;
	margin-bottom: 3px;
}
ol.list li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2em;
	width: 1.5em;
	text-align: center;
	background: #555555;
	color: #fff;
}
/* 周り込figure */
.figureR, .figureL {
	display: table;
	width: 1px;
}
figcaption{
	font-size: 12px;
 	margin-top: 0.5em;
}
.figureR img, .figureL img {
	max-width: inherit;
}
.figureR {
	float: right;
	margin: 0 0 1.5em 25px;
}
.figureL {
	float: left;
	margin: 0 25px 1.5em 0;
}
/* 写真にスタイルつける */
/* フロートした写真の横に配置するオブジェクト回り込み解除 */
.nowrap {
	overflow: hidden;
}

/* =========================================================
layout
========================================================= */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
.inner {
	margin: 0 auto;
	width: 920px;
}

section{
	padding: 5em 0;
}

/* =========================================================
main_contents
========================================================= */
#main_contents{
	background: url(../images/main_back.jpg);
	background-size:cover;
}

#main_contents #message{
	background:url(../images/main.png)no-repeat center right;
}

#main_contents p{
	font-size:14px;
}

#main_contents p.catch{
	font-size:25px;
}

#main_contents #event{
	padding:2em 0 5em 0;
}

#main_contents header{
	position: relative;
}

#main_contents header p.decoration{
	position: absolute;
  top: 0;
  right: 0;
}

#main_contents header p.contact{
  position: absolute;
  top: 130px;
  right: 20px;
}

p span.attention{
	display:block;
	font-size:0.8em;
	color:#CD6407;
	text-align:center;
}
.pbLL {
	padding-bottom: 4em !important;
}

/* =========================================================
TOPICS
========================================================= */
#topics{
	background:#F9F9EA;
  margin-bottom:3em;
}

#topics span{
	background:#D9D9D7;
	text-align:center;
	color:#000;
	padding:0 5px;
	line-height:1.2;
	margin-left:5px;
	display:inline-block;
}

#topics .topics_container,
#main_contents .topics_container{
	padding:30px 0;
	border-top:1px #666666 dotted;
}

#topics .topics_container_last,
#main_contents .topics_container_last{
	border-bottom:1px #666666 dotted;
}

#topics .topics_contents,
#main_contents .topics_contents{
	padding-left:25px;
	margin-top:1em;
}

#topics .topics_box,
#main_contents .topics_box{
	float:left;
	width:212px;
	margin-right:14px;
}

#topics .topics_box_last,
#main_contents .topics_box_last{
	margin-right:0;
}


#topics .topics_title {
	background: url(../commonimages/linkicon.png) no-repeat left center;
	padding-left: 25px;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
}

#topics .topics_title_link{
	color:#AC592F;
	text-decoration:underline;
}

#topics .topics_contents img,
#main_contents .topics_contents img{
	width:212px;
}

/* =========================================================
ABOUT
========================================================= */
#about{
	background:#fff;
}

#about h3{
	background: url(../commonimages/heading_back.png)no-repeat;
	padding:6px 0 6px 32px;
	font-size:16px;
}

#about .about_container{
	margin-top: 2em;
}

#about .about_contents{
	width:440px;
	float:left;
}

#about .left_box{
	margin-right:40px;
}

/* =========================================================
GYOUPS
========================================================= */
#gyoups{
	background:#F9F9EA;
}

#gyoups .gyoups_contents{
	float:left;
	width:25%;
	text-align:center;
}

/* =========================================================
footer
========================================================= */
footer {
	background-color: #FAFAED;
	height: 115px;
	background-image:url(../commonimages/footer_back.png)
}

footer .copy {
	text-align: center;
	padding-top: 50px;
	font-size: 11px;
}

#pagetop {
	margin: 0 auto;
	text-align: right;
	width: 1140px;
	background:#F9F9EA;
}
