s@charset "UTF-8";
body{line-height:1}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}hr{
    display: block;
    height: 1px;
    border-bottom: 1px solid #FFFFFF;
    margin: 1em 0;
    padding: 0;
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
    font-size: 14px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.6;
}

#contents {
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
a:hover {
    color: #6395CB;
}

h1 {
	font-size:28px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 0.5em;
    font-size: 22px;
    color: #333;
    text-align: center;
}

h3 {
    margin-bottom: 0.25em;
    font-size: 18px;
    text-align: center;
}

h4 {
    margin-bottom: 0.25em;
    font-size: 16px;
    margin-top: 0px;
}

h5 {
    margin-bottom: 0.25em;
    padding-left: 25px;
    font-size: 16px;
    background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
    text-align: left;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
    margin: 0 0 1em 0;
    text-align: center;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
}
/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC_under {
    clear: both;
    overflow: hidden;
    margin-bottom: 80px;
    text-align: center;
}
.imgC img {
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: auto;
}

/* 写真左寄せ */
.imgL {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 20px;
}
/* 写真左寄せ */
.imgL2 {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}
.imgL img {
    float: left;
    margin: 0 1em 0.5em 0;
    border-radius: 5px;
    width: auto;
}

/* 写真右寄せ */
.imgR {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 20px;
}
.imgR img {
    float: right;
    margin: 0 0 1em 0.5em;
    border-radius: 5px;
    width: auto;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
    overflow: hidden;
    margin-bottom: 30px;
}
.twoColInner {
    overflow: hidden;
    margin-right: -2%;
    text-align: center;
}
.twoColInner div {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 36px;
    text-align: center;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
/* ボタン（タイプ1） */
.bg_w  {
    transition: all 0.2s ease 0s;
    text-align: center;
}
.btn01 a:hover {
	background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear: both;
    padding: 2% 0;
    font-size: 13px;
    text-align: center;
    background-color: #E2E2E2;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: 0.9;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
}
.totop img:hover {
    background-color: #333333;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}
.twoCol .twoColInner div {
    margin-bottom: 30px;
}
#contents ul {
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width : 768px ){
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:479px){
	h2 {
		margin-top:30px;
	}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}
}
