@charset "UTF-8";
/*
ベースカラー:     #37a377; #9feccd; #c3fde5; #04452b; #061a12; #a8d5af;
アクセントカラー : #efc551; #ffe9ac; #ffefc4; #664c06; #271F08;
アクセント２ :    #ac3a96; #eea0df; #fdc3f2; #49043C; #1C0618;
*/
/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#352f25;
	color:#575446;
	line-height:1.2;
}

#contents {
	width:980px;
	margin:0 auto;
}

.content_sub{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	width: fit-content;	
}

a {
	color:#efc551;
}
a:hover {
	color:#664c06;
}

h1 {
	font-size:28px;
}

h2 {
	clear:both;
	margin-top:14px;
	margin-bottom:14px;
	font-size:28px;
	color:#655844;
	text-align:center;
}

h2 span {
	display:block;
	font-size:13px;
	text-decoration:none !important;
	font-weight:bold;
}

h3 {
	margin-bottom:0.25em;
	padding: 5px;
	font-size:18px;
	color:#e65305;
	font-weight:bold;
	text-align: center;
	width: 100%;
	/* text-shadow: 2px 3px 1px #fadfd1; */
	/* border-left: solid 5px #f3b18e;
	border-right: solid 5px #f3b18e; */
	box-shadow: 5px 5px 10px 10px rgba(250,223,209,0.4) inset;
	background: rgba(250,223,209,0.4);
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	font-weight:bold;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
}

p {
	/* margin:0 0 3em 0; */
}

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 #04452b;
	border-left:5px solid #04452b;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #04452b;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #04452b;
	/* background:#37a377; */
	/* background:#c3fde5; */
	background:#a8d5af;
	color:#04452b;
}
td {
	padding:5px;
	text-align:left;
	border:1px solid #04452b;
}

/*================================================
 *  汎用クラス
 ================================================*/
.comment {
	color: #663c06;
	font-size: smaller;
}
.conL {
	clear:both;
	box-sizing:border-box;
	float:left;
	width:50%;
	padding-right:10px;
}

.conR {
	box-sizing:border-box;
	float:right;
	width:50%;
	padding-left:10px;
}

.name {
	margin-left:2em;
	font-size:13px;
}

.menu {
	overflow:hidden;
	margin-bottom:80px;
	padding:20px;
	border-radius: 10px;
	background:#9feccd;
}

.menu  div {
	position:relative;
}

.menu .innerL {
	box-sizing:border-box;
	width:50%;
	float:left;
	padding-right:20px;
}

@media screen and (max-width:767px) {
	.menu .innerL {
		padding-right:0;
		padding-bottom:2em;
	}
}


.menu .innerL div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerL div:last-child {
	margin-bottom:0;
}

.menu .innerR {
	box-sizing:border-box;
	width:50%;
	float:right;
	padding-left:20px;
}

@media screen and (max-width:767px) {
	.menu .innerR {
		padding-left:0;
	}
}


.menu .innerR div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerR div:last-child {
	margin-bottom:0;
}

.menu p {
	margin-bottom:0;
}

.menu .price {
	position:absolute;
	top:0;
	right:0;
}

.textC {
	text-align:center;
}

.menu h4:before {
	content:'・';
}

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:40px;
}
 
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----  ----- */
.left_align{text-align:left;}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 2em 2em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:inline-block;
	padding:10px 10px 10px 40px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#867254 url('../images/bg_arrow_white.png') 10px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#6d5d45 url('../images/bg_arrow_white.png') 10px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ページのメインボタン */
.pageButton{
	cursor: pointer;
  height:53px;
  padding-top:1px;

  min-width: 180px;
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #37a377;
	/* display: block; */
	display: inline-block;
  position:relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
  box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
/*
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
*/
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}
.pageButton:hover{
	cursor: pointer;
	background: #2d8762;
/*
  margin:4px 0 0 4px ;
  -webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 0px 0px rgba(0,0,0,0.2);
  box-shadow:0 0 0px 0px rgba(0,0,0,0.2);
*/
}


/* 「進む」的ボタン */
.btnGo{
  color:#ffffff;
	/* color:#575446; */
	background: #37a377;
	border: solid 1px #aaaaaa;
	font-size: x-large;
	line-height: 1;
}
.btnGo:hover{
	/* color:#575446; */
	background: #2d8762;
}
/* 「進む」的ボタンdisabled */
.btnGo:disabled{
  color:#ffffff;
	background: #aaaaaa;
	border: solid 1px #aaaaaa;
	cursor: default;
}
.btnGo:disabled:hover{
	background: #aaaaaa;
	cursor: default;
}

/* 「戻る」的ボタン */
.btnNega{
	min-width: 130px;
  color:#575446;
  background: white;
	border: solid 1px #aaaaaa;
}
.btnNega:hover{
  background: #efefef;
}


/* ボタン（タイプ2） */
.btn02 a {
	display:inline-block;
	padding:10px;
	color:#6d5d45;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #6d5d45;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#6d5d45;
	transition:all 0.2s ease 0s;
}

/* 入力フォーム */
.form_item {
	display: block; 
	margin:0;
	border-bottom: solid 1px #dddddd;
	padding: 5px;
}
#formOwnerLogin .form_item {
	border-bottom: 0px;
}
div div.form_item:last-child {
	margin-bottom: 5px; 
	border-bottom: none;
}
.form_item p{margin-bottom: 0;}
.form_item .inp_ttl {
	display: inline-block; 
	vertical-align: top; 
	width:220px; 
	min-width:220px;
	padding-left: 5px;
	height:100%;
	color:#336a55;
	font-weight:bold;
}
.form_item .inp_item {
	height:100%;
	display: inline-block; 
	vertical-align: top; 
	width:300px; 
	min-width: 260px;
	/* background: white; */
	padding-right: 5px;
}
.form_item .inp_item input[type=text],
.form_item .inp_item input[type=password],
.form_item .inp_item input[type=tel],
.form_item .inp_item input[type=email]
{
	box-sizing: border-box;
	width:100%;
	/* margin-right: 5px; */
}
@media (max-width: 509px) {
	.form_item {margin-bottom: 14px;}
	.form_item .inp_ttl, 
	.form_item .inp_item
	{width: 90%;}
}
.error {color: #a60000; margin: 0; }
.notice {color: #336c4d; margin: 0; } /* #04452b */
.wrapcenter {
	text-align: center;
}
/* 非表示 */
.dispnone {display: none;}
/* 件数表示 */
.count {text-align:right; margin:0;}
/* 折り返さない */
.nowrap {white-space:nowrap;}

/* 入力フォーム */
.form_hissu {float:right; color:#ac3a96; margin-left:0;}

/* 汎用 */
.sub_frame {
	width: 600px;
	/* width: auto; */
	width: fit-content;	
	width: 100%;
	max-width: 100%;
	text-align: left;
  margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom: 25px;
}
.sub_frame p {
	/* margin-bottom: 1em; */
	line-height: 1.4em;
}
.sub_frame .pageButton {
	height:auto;
	min-width: fit-content;
  padding:8px;
  color:#ffffff;
  font-size: medium;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
  box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
}
@media (max-width: 600px) {
	.sub_frame{
		width: 90%;
	}
}
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
#panList	{
/*	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: inset 1px 1px 3px rgba(255,255,255,1); */
	clear:both;
	font-size:90%;
	color:#999;
	padding:0px;
	display:block;
	overflow:hidden;
	width:100%;
}
#panList #panListInner	{
	display:block;
	overflow:hidden;
	text-align:left;
	padding:0px;
	line-height:24px;
/*	border-bottom:1px solid #fff; */
}
.home #panList { display:none; }
#panList ul	{ display:inline-block;white-space: nowrap; }
#panList ul li	{
	display:inline-block; 
	/* padding-right:5px;  */
	margin-left:1em;
}

/* メニューボタン、会場選択ボタン
---------------------------------------------------------------------------*/
.btn_area{
	text-align:center;
	box-sizing:border-box;
}
.btn_area .btn_area_select{
	vertical-align:top;
	/* display:inline-block; */
	/* width:80%; */
	width:400px;
	margin:0 auto 30px auto;
	line-height: 1;
}
.btn_area .btn{
	font-size:15px;
	display:block;
	width:100%;
	height: 
	margin-top:13px;
	color: #575446;
	background:#fff;
/*	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); */
	background: linear-gradient(to bottom, #FFF,#EEE);
/*	-webkit-box-shadow: 0 2px 1px -1px #827673;
	-moz-box-shadow: 0 2px 1px -1px #827673; */
	box-shadow: 0 2px 1px -1px #827673;
	padding:15px 0;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-radius: 5px;
	/* text-shadow:1px 1px 1px rgba(0,0,0,0.5); */
	text-shadow: 1px 1px 1px #dddddd;
}
.btn_area .btn.disabled
, .select_area .btn.disabled
{
	background:#EEE;
	background: -moz-linear-gradient(top,#EEE 0%,#DDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD));
	background: linear-gradient(to bottom, #EEE,#DDD);
	-webkit-box-shadow: 0 2px 1px -1px #827673;
	-moz-box-shadow: 0 2px 1px -1px #827673;
	box-shadow: 0 2px 1px -1px #827673;
	border:1px solid #ccc;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	/* cursor: not-allowed; */
}
.btn_area p {margin: 0;}

.btn_area a {text-decoration:none;}

.btn_area .btn:not(.disabled):hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#ffefc4;
	/* color:#fff; */
	cursor: pointer;
}
.btn_area .btn span:not(:first-child){
	margin-left:0.5em;
}
.menu_comment {
  text-align:left;
  margin: 5px auto;
	font-size:small;
}

@media screen and (max-width:1024px) {
	.btn_area .btn_area_select{
		/* width:95%; */
	}
}
@media screen and (max-width:768px) {
	.btn_area .btn{padding:20px 0;}
}
@media screen and (max-width:480px) {
	.btn_area{border:none;font-size:17px;}
	.btn_area .btn span{display:block;line-height:1.3;}
	.btn_area .btn{padding:12px 0;}
	.btn_area .btn span:not(:first-child){margin-left:0;}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
/*
	position:fixed;
	top:0;
	z-index:100;
	*/
	width:100%;
	color: #cccccc;
	background:#04452b;	
	opacity:0.80;
	/* filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)"; */
}

header h1 {
	padding:5px 0;
}

header h1 a {
	color:#fff;
	text-decoration:none;
}

header h1 a:hover {
	color:#fff465;
}

header .inner {
	position:relative;
	width:980px;
	width: 100%;
	margin:0 auto;
}

/* グローバルナビゲーション */
header nav {
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	padding-top:5px;
}
header nav ul {
	margin:0 0 0 -10px;
}
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}

header nav li a {
	font-weight:bold;
	color:#ffecd1;
	text-decoration:none;
}

header nav li a:hover {
	/* color:#ffa06d; */
	/* color:#664c06;	 */
	color:#cccccc;	
	text-decoration:underline;;
}

/*　大会名付近につける大会アイコン
--------------------------------------------------------------*/
/* 基本 */
.tour_icon {
  border: solid 1px #cccccc; 
  display: inline-block; 
  /* _display: inline;  */
  margin-left: 5px; 
  margin-bottom: 3px; 
  padding: 2px 5px 2px 5px; 
  /* width: 50px;  */
  text-align: center; 
  /* vertical-align: top; */
  border-radius:3px;
	font-size:10px;
}
/* 一般 */
.tour_icon.ad {
  background-color:#ba558c; 
  color: #ffffff; 
  border:#7d305a;
}
/* ジュニア */
.tour_icon.jr {
  background-color:#4682B4; 
  color: #ffffff; 
  border: #2d5474;
}
/* 試用版 */
.tour_icon.trial {
  background-color:#ffd700; 
  color: #333333; 
  border: #ffd700;
}
/* 公開/非公開 */
.tour_icon.open{
  color: #3d63d5; 
  border-color: #3d63d5;
}
.tour_icon.close{
  color: #333333; 
}

.TMMsts_0 {
	background-color:#e0efe0; 
  color: #333333; 
  border:#008000;
}
.TMMsts_1 {
	background-color:#c0dfc0; 
  color: #333333; 
  border:#008000;
}
.TMMsts_2 {
	background-color:#a0cfa0; 
  color: #333333; 
  border:#008000;
}
.TMMsts_3 {
	background-color:#80bf80; 
  color: #333333; 
  border:#008000;
}
.TMMsts_4 {
	background-color:#60af60; 
  color: #ffffff; 
  border:#008000;
}
.TMMsts_9 {
	background-color:#125412; 
  color: #ffffff; 
  border:#008000;
}

/*　凡例などに使う表
--------------------------------------------------------------*/
/* 基本 */
table#hayami {
	margin-top: 20px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
table#hayami td {
	padding: 3px;
}
table#hayami .td_agename {
	text-align:center;
	border-left:solid 5px #efc551;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#efc551;
}
.totop img:hover {
	background:#ffe9ac;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
}
.slideInner li img {
	max-width:100%;
}

/*================================================
 *  フロー図
 ================================================*/
/* STEPデザイン
----------------------------------------------------------- */
.stepBar {
	/* width: 850px; */
	width: 600px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.stepBar li {
	height: 40px;
	line-height: 40px;
	list-style: none;
	float: left;
	border: 1px solid #fff;
	position: relative;
	text-align: center;
	background-color: #f0efef;
	margin-left: 0;
}
.stepBar li.active {
	background-color: #efc551; /* DarkSeaGreen */
	color: #FFF;
}
.stepBar li span.before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #fff;
	line-height: 0px;
	position: absolute;
	left: 0px;
	z-index: 10;
}
.stepBar li.first span.before {
	border: none;
}
.stepBar li span.after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 19px;
	border-color: transparent transparent transparent #f0efef;
	line-height: 0px;
	position: absolute;
	right: -19px;
	z-index: 50;
}
.stepBar li.active span.after {
	border-color: transparent transparent transparent #efc551; /* DarkSeaGreen */
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* STEP幅設定 850px-19px(右三角)÷step数
 ul幅(600px) - 右三角19px ÷step数
----------------------------------------------------------- */
.step_6 li {
	width: 80px;
	font-size: 15px;
}
.step_5 li {
	width: 96px;
	font-size: 15px;
	padding-left:20px;
}
.step_4 li {
	width: 140px;
	font-size: 15px;
}
.step_3 li {
	width: 160px;
	font-size: 17px;
}
.step_2 li {
	width: 240px;
	font-size: 17px;
}


/* スマホ対応
----------------------------------------------------------- */
@media (max-width: 600px) {
.stepBar {width:95%;}
.stepBar li {
	text-align:left; 
	font-size:1em;
}
.step_5 li {
	width: auto;
	padding-left:30px;
	padding-right:10px;
}
.step_4 li {
	width: auto;
	padding-left:30px;
	padding-right:10px;
}
}
/* @media (max-width: 640px) {
.stepBar {display:none;}
} */
@media (max-width: 420px) {
.stepBar {
	width: calc(100% - 40px);
	height: auto; /* 40px; */
	margin: 0 auto 20px 5px;
	padding: 0;
	position:relative;
	top:0;
	left:0;
	/* display:block; */
}
.step_6 li,
.step_5 li,
.step_4 li,
.step_3 li,
.step_2 li {
	width: 95%;
	font-size: medium;
}

.stepBar li span.before {
	border: none;
}
.stepBar li span.after {
	display:none;
}

.stepBar li:before{
  content: "";
  position: absolute;
  top: 40%;
  left: 13px;
	top: 30%;
  left: 8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #a1674f;
}
}

/* ----- 大会ステータス表示 ----- */
.btnTMMsts {font-size:small; text-shadow:none;}
.btnTMMsts2 {color:pink; } /* 受付け中 */
.btnTMMsts3 {color:green; } /* 締切り */
.btnTMMsts4 {color:orange; } /* 開催中 */
.btnTMMsts9 {color:grey; } /* 終了 */


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header h1 {
		margin-left:10px;
	}

	header .inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	header nav {
		position:relative;
		padding:0 0 10px 0;
	}

	h2 {
		margin-top:30px;
	}

	.conL {
		float:none;
		width:100%;
		padding-right:0;
	}

	.conR {
		float:none;
		width:100%;
		padding-left:0;
	}

	.menu {
		margin-bottom:40px;
	}

	.menu .innerL,
	.menu .innerR {
		float:none;
		width:100%;
}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}

	.pageButton{
	  height:auto;
		width: available;
		width: fill;
		width: auto;
	  padding:5px 1em 5px 1em;
	  font-size: large;
	  line-height: normal;
	  position:relative;
/*
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	  -webkit-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
	  -moz-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
	  box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
		*/
		-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
		-webkit-box-shadow:none;
	  -moz-box-shadow:none;
		box-shadow:none;
	}

}
