@charset "utf-8";


/**************************************/
/* 共通設定 */
/**************************************/
/*基本設定
---------------------------------------------------------------------------*/
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	body { font-size: 13px; }
}

/* iOS表示削除 */
/*
* { -webkit-appearance: none; }
*/

/*共通部
---------------------------------------------------------------------------*/

/* タイトル
----------------------------------*/
h2 {
	font-size: 35px;
	padding-bottom: 0.2em;
	border-bottom: 8px solid #7e308d;
}
h3 {
	font-size: 25px;
	border-left: 10px solid #a67c52;
	padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
	h2 {
		font-size: 23px;
		border-bottom: 5px solid #7e308d;
	}
	h3 {
		font-size: 18px;
		border-left: 7px solid #a67c52;
	}
}

/* 画像設定 */
.img01 { display: block; }
@media screen and (min-width:751px) {
	.img01 {
		width: 300px;
		margin: 30px auto 50px;
	}
}
@media screen and (max-width:750px) {
	.img01 {
		max-width: 300px;
		margin: 20px auto;
		width: 80%;
	}
}
.img02 {
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.img03 {
	display: block;
	max-width: 300px;
	width: 90%;
	margin: 0 auto;
}


/*リンク（全般）設定*/
a { color: #000; }
a:hover {
	color: #7e308d;
	text-decoration: none;
}
a:hover > img {
 opacity:0.6;
 filter:alpha(opacity=60);
 -ms-filter: "alpha( opacity=60 )";
 background:none!important;
}


/*その他
---------------------------------------------------------------------------*/
/***非表示***/
.none { display: none; }
@media screen and (min-width:751px) {
	.pc_none { display: none; }
}
@media screen and (max-width:750px) {
	.sp_none { display: none; }
}

/***インナー***/
@media screen and (min-width:751px) {
	.inner, .inner02 {
	    width: 1000px;
	    margin: 0 auto;
	}
}
@media screen and (max-width:750px) {
	.inner { padding: 0 20px; }
}


/* hr */
hr.partition {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/**************************************/
/* ページ共通設定(topページ/template) */
/**************************************/
/* ヘッダー
---------------------------------------------------------------------------*/
#header {
	padding: 10px 0;
}
#header #top_logo { float: left; }
#header #top_entry { float: right; }
@media screen and (min-width:751px) {
	#top_logo { width: 470px; }
	#top_entry { width: 300px; }
}
@media screen and (max-width:750px) {
	#top_logo { width: 30%; }
	#top_entry {
		padding-right: 5px;
		width: 50%;
	}
}

/* ボタンエリア
---------------------------------------------------------------------------*/
.btn_area {
	padding: 100px 0;
	background-color: #f6f4f7;
}
.btn_area img {
	display: block;
	width:100%;
}
@media screen and (max-width: 750px) {
	.btn_area {
		padding: 50px 0;
		background-color: #f6f4f7;
	}
}

/* メニュー
---------------------------------------------------------------------------*/
#menu {
	background-color: #000;
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.5);
}
#menu li {
	float: left;
	width: 33%;
	border-left: 1px solid #fff;
}
#menu li:first-child { border-left: none; }
#menu li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 20px 0;
	text-decoration: none;
}
#menu li a:hover { background-color: #7e318e; }
@media screen and (min-width:751px){
	#menu { min-width: 1000px; }
}
@media screen and (max-width:750px){
	#menu li a { font-size: 12px; }
}

/* トップイメージエリア
---------------------------------------------------------------------------*/
#top_img img { width: 100%; }


/* 内容エリア
---------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
	.contents {	padding: 70px 0; }
	.contents02 { padding: 30px 0; }
}
@media screen and (max-width: 750px) {
	.contents, .contents02 { padding: 20px 0; }
}

/*パンくずリスト
---------------------------------------------------------------------------*/
#breadcrumb { background-color: #EAEEEF; }
#breadcrumb p {
	padding: 10px 0;
	font-size: 12px;
}
@media screen and (min-width:751px) {
	#breadcrumb { min-width: 960px; }
}
@media screen and (max-width: 750px) {
	#breadcrumb p { padding: 10px 20px; }
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#page_top {
	width:70px;
	height:70px;
	display: none;
	position: fixed;
	bottom: 20px;
	right:20px;
	z-index:9999;
}
#page_top img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 750px) {
	#page_top {
		width:50px;
		height:50px;
	}
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	background-color: #a67c52;
	padding: 20px 0;
}
#footer img { vertical-align: middle; }
@media screen and (min-width:751px) {
	#footer { min-width: 1000px; }
	#footer div div {
		float: left;
		width: 600px;
	}
	#footer p { margin-top: 30px; }
}
@media screen and (max-width:750px) {
	#footer div { margin: 0 20px; }
	#footer div a:first-child img { max-width: 100px; }
	#footer img {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}
	#footer p { text-align: center; }
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.5;
	background-color: #000;
	color: #fff;
}
@media screen and (min-width:751px) {
	#copyright { min-width: 1000px; }
}
@media screen and (max-width:750px) {
	#copyright { font-size: 10px; }
}

/**************************************/
/* ページ設定 */
/**************************************/
/* top(index.html)
---------------------------------------------------------------------------*/
/* ボタン */
.btn01 {
	display: block;
	width: 120px;
	border: 2px solid #000;
	background-color: #fff;
	color: #000;
	padding: 5px 0;
	text-decoration: none;
	text-align: center;
}
.btn01:hover {
	background-color: #000;
	color: #fff;
}

/* リスト */
.list01 {
	background-color: #7e308d;
	overflow:hidden;
}
.list01 > dt {
	padding:10px;
	color: #FFFFFF;
	border-top:1px solid #FFFFFF;
}
.list01 > dd { padding:10px; }
.list01 > dd iframe { width: 100%; }
@media screen and (min-width: 751px) {
	.list01 { width: 1000px; }
	.list01 > dt {
		float: left;
		width: 200px;
	}
	.list01 > dd {
		margin-left: 210px;
		border-top:1px solid #FFFFFF;
	}
	.list01 > dd:nth-child(4n+2) { background-color: #f6f4f7; }
	.list01 > dd:nth-child(4n) { 	background-color: #FFFFFF; }
	.list01 > dd iframe { height: 300px; }
	.list01 img { width: 300px; }
}
@media screen and (max-width: 750px) {
	.list01 { width: 100%; }
	.list01 > dd { background-color: #FFFFFF; }
	.list01 img { width: 80%; }
}

/* ゲスト */
.list02 {
	background-color: #2e683a;
	overflow:hidden;
	font-size: 14px;
}
.list02 > dt {
	padding:5px;
	color: #FFFFFF;
	border-top:1px solid #FFFFFF;
}
.list02 > dd { padding:5px; }
@media screen and (min-width: 751px) {
	.list02 { width: 100%; }
	.list02 > dt {
		float: left;
		width: 150px;
	}
	.list02 > dd {
		margin-left: 160px;
		border-top:1px solid #FFFFFF;
	}
	.list02 > dd:nth-child(4n+2) { background-color: #eaefeb; }
	.list02 > dd:nth-child(4n) { 	background-color: #FFFFFF; }
}
@media screen and (max-width: 750px) {
	.list02 {
		width: 100%;
		font-size: 13px;
	}
	.list02 > dd { background-color: #FFFFFF; }
}

/* ボランティア募集要項 */
.tb_list > dt { font-weight: bold; }
@media screen and (min-width:768px) {
	.tb_list {
		width: 100%;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	.tb_list > dt {
		float: left;
		padding: 10px;
		width: 150px;
		border-top: 1px dotted #cbcbcb;
	}
	.tb_list > dd {
		margin-left: 160px;
		padding: 10px;
		border-top: 1px dotted #cbcbcb;
	}
	.tb_list > dt:first-child, .tb_list > dd:nth-child(2) { border-top: none; }
}
@media screen and (max-width:767px) {
	.tb_list {
		width: 100%;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	.tb_list > dt {
		display: block;
		padding-top: 10px;
	}
	.tb_list > dd {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px dotted #cbcbcb;
	}
	.tb_list > dd:last-child { border-bottom: none; }
}


/* 1). */
.list_number { counter-reset: kakko_count 0; }
.list_number > li {
	margin-left: 2em;
	text-indent: -2em;
}
.list_number > li:before {
	counter-increment: kakko_count;
	content: counter(kakko_count) "). ";
}


/* タイムテーブル */
.tb01 {
	border-collapse: collapse;
	width: 100%;
}
.tb01 tr.title th {
	background-color: #a67c52;
	color: #fff;
}
.tb01 th, .tb01 td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
}
.tb01 th {
	background-color: #eee;
}

/* 大会の流れ */
.flow_box .box {
	color: #fff;
	padding: 20px;
	text-align: center;
}
.flow_box .box .title {
	font-size: 30px;
	font-weight: bold;
}
.flow_box .box a, .flow_box .box a:hover { color: #fff; }
.flow_box .arrow { position: relative; }
.flow_box .arrow p {
	position: relative;
	margin: 10px 0;
	z-index:  2;
	text-align: center;
}
.flow_box .arrow:before {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content:"";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #CCCCCC;
}
@media screen and (max-width: 750px) {
	.flow_box > div .title { font-size: 16px; }
}

.daiya_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
	margin-bottom: 1em;
}
.daiya_list > li:before {
	content: "◆\0020";
	color: #7e308d;
}
.dot_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
}
.dot_list > li:before { content: "・\0020"; }

.kome_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
}
.kome_list > li:before {
	content: "※\0020";
}


/* ※ */
.kome {
	padding-left: 1.5em;
	position: relative;
}
.kome:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "※ ";
}

/* フレーム */
.frame01 {
	border: 5px solid #000;
	padding: 20px;
}
@media screen and (max-width: 750px) {
	.frame01 {
		border: 3px solid #000;
		padding: 10px;
	}
}
.frame02 {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	text-align: center;
}
.frame03 {
	background-color: #006934;
	color: #fff;
	padding: 20px;
}

/* 申し込み(entry.html)
---------------------------------------------------------------------------*/
.entry_form {
	border: 5px solid #000;
	padding: 30px;
}
.entry_form dt {
	position: relative;
	padding-left: 25px;
	margin-top: 3px;
	font-weight: bold;
}
.entry_form dt:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 4px;
	width: 14px;
	height: 14px;
	background: #7e308d;
}
.entry_form dd {
	line-height: 30px;
	margin-bottom:10px;
}
.entry_form dd input, .entry_form select { height: 30px; }
input[type="checkbox"], input[type="radio"] {
	vertical-align: bottom;
}
input[type="checkbox"] {
	width: 14px;
	height: 14px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}
@media screen and (min-width: 751px) {
	.entry_form { width: 930px; }
	.entry_form dt {
		float: left;
		width: 250px;
	}
	.entry_form dd {
		margin-left: 260px;
		height: 50px;
	}
	.entry_form dd.mail_form { height: 70px; }
	.entry_form dd.textarea_form { height: auto; }
	.input_size01 { width: 640px; }
	.input_size02 { width: 70px; }
	.input_size03 { width: 90px; }
}
@media screen and (max-width: 750px) {
	.entry_form dt { margin-bottom: 10px; }
	.entry_form dd { margin-bottom: 20px; }
	.input_size01 { width: 98%; }
	.input_size02 { width: 50px; }
	.input_size03 { width: 70px; }

}


.form_button01, .form_button02 {
	display: block;
	font-weight bold;
	font-size: 20px;
	text-align: center;
	padding: 20px 30px;
	margin: 30px auto;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}
.form_button01 {
	background-color:#7e308d;
	color: #FFFFFF;
}
.form_button01:hover { backgroud-color: #9759a3; }
.form_button02 { background-color:#ccc; }

/* 警告 */
.alert {
	font-size: 10px;
	color: #DD0000;
	display: inline;
	line-height: 1 !important;
}

/* 確認画面 */
.formTable {
	text-align: left;
	width: 100%;
}
.formTable th, .formTable td {
	border: #7e308d 1px solid;
	padding: 10px;
	font-weight: normal;
}
.formTable th {
	border-bottom: #fff 1px solid;
	background-color: #7e308d;
	color: #fff;
	width: 200px;
}
.formTable tr:last-child th {
	border-bottom: #7e308d 1px solid;
}
.formTable td { width: 400px; }

@media screen and (min-width: 751px) {
	.form_button_box {
		width: 400px;
		margin: 0 auto;
	}
	.form_button_box .form_button01 { float: left; }
	.form_button_box .form_button02 { float: right; }
}
