@charset "UTF-8";
/*
Theme Name:ブログのデモ その4(Responsive)
Theme URI:http://http://puffer.barbara-studio.info
Description:wordpressのデモです。
Author:小倉悦郎
Author URL:http://http://puffer.barbara-studio.info
Version:0.96b
Tags:ウェブデザイン
*/



body {
	background-color:#f6f5f6;	
}

#wrapper {
	padding:0px;
	margin:0;
	word-break: break-all;
}

.form th.rim,
.form td.rim {
	padding:10px 5px;
}

.form th.rim {
	background-color:#2e3e94;
	color:#fff;
}





/* フォームのスタイル */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	background-color:#ececec;;

}

.form #postcode1 {
	width:3em;
}

.form #postcode2 {
	width:4em;
}

/* チェックボックスのボタン化 */
/* chk(会場選択) */
.chk,
.chk_on {
	display:inline-block;
	border:1px solid #385c7f;
	border-radius:5px;
	cursor:pointer;
	line-height:3em;
	width:6em;
	text-align:center;
	margin-bottom:5px;



}
.chk input,
.chk_on input {
	margin-right:3px;
	border:1px solid;
}

.chk {
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(#fcfefe), 
		color-stop(0.49, #cad9ef), 
		color-stop(0.49, #c5d5ee), 
		to(#acc4e7)
	);	
}

.chk_on {
	color:#fff;
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(#68a1da), 
		color-stop(0.49, #68a1da), 
		color-stop(0.49, #68a1da), 
		to(#68a1da)
	);	
}

/* chk2(年齢選択) */
.chk2,
.chk2over,
.chk2_on {
	display:inline-block;
	border:1px solid #ff9b57;
	border-radius:5px;
	cursor:pointer;
	line-height:3em;
	width:6em;
	text-align:center;
	margin-bottom:5px;

}

.chk2over {
	border:1px solid #ababab;
}

.chk2 input,
.chk2over input,
.chk2_on input {
	margin-right:3px;
	border:1px solid;
}

.chk2 {
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(#fffefe), 
		color-stop(0.49, #fdf0e7), 
		color-stop(0.49, #fce4d1), 
		to(#fbcea9)
	);	
}
.chk2over {
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(#fffefe), 
		color-stop(0.49, #f7f7f7), 
		color-stop(0.49, #e7e7e7), 
		to(#cecece)
	);	
}

.chk2_on {
	color:#fff;
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(#ff7c21), 
		color-stop(0.49, #ff7c21), 
		color-stop(0.49, #ff7c21), 
		to(#ff7c21)
	);	
}

.chk2over_on {
	color:#fff;
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(#ababab), 
		color-stop(0.49, #ababab), 
		color-stop(0.49, #ababab), 
		to(#ababab)
	);	
}

/* 地図のポップアップ表示 */
.showmap {
	color:#007fce;
	text-decoration:underline;
	cursor:pointer;
}

#bal_map {
	display:none;
	position:absolute;
	left:0px;
	top:5px;
	width:100%;
}


#bal_map .inner {
	
	border:1px solid #000;
	margin:0 auto;
	height:300px;
	background-color:#fff;
	border-radius:10px;
	text-align:center;
	
	width:90%;
	margin:0 auto;
}

.close_map {
	text-align:right;
	padding-right:5px;
	cursor:pointer;
}


/* カレンダー */
.cal_date {
	width:6.2em !important;
}
.cal_date::-webkit-input-placeholder    {
	font-size:13px;
}


.cal_time {
	width:5em;
}

/* メールアドレス確認 */
#mailConfirm {
	border:1px solid #c5c5c5;
	font-size:20px;
	height:2em;
}

/* その他テキストエリア */
textarea#etc {
	height:5em;
}

/* 進捗表示 */
#comp {
	width:100%;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	background-color: rgba( 255, 124, 33, 0.6 );
	/*display:none;*/
}
#comp span {
	font-weight:bold;
}


/* エラー表示 */
/* down */
.arrow {
	width:140px;
	display:none;
	position:absolute;
	left:10px;
	top:0px;
}

.arrow_box {
	display:block;
	position: relative;
	background: #ff7c21;
	border: 1px solid #ff7c21;
	font-size:11px;
	line-height:1.4;
	padding:3px;
	color:#fff;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 124, 33, 0);
	border-bottom-color: #ff7c21;
	border-width: 14px;
	margin-left: -14px;
}
.arrow_box:before {
	border-color: rgba(255, 124, 33, 0);
	border-bottom-color: #ff7c21;
	border-width: 15px;
	margin-left: -15px;
}

/* left */

.arrow2 {
	width:120px;
	display:none;
	position:absolute;
	right:5px;
	top:0px;
}

.arrow_box2 {
	position: relative;
	background: #ff7c21;
	border: 1px solid #ff7c21;
	font-size:11px;
	line-height:1.4;
	padding:3px;
	color:#fff;
	
}
.arrow_box2:after, .arrow_box2:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #ff7c21;
	border-width: 9px;
	margin-top: -9px;
}
.arrow_box2:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #ff7c21;
	border-width: 10px;
	margin-top: -10px;
}

/* エラーメッセージ */
#top_error {
	border:1px solid red;
	margin:0 10px 10px;
	padding:10px;
	display:none;
}

#top_error li {
	color:red;
}
#top_error li::before {
	content:"・";
}

/* 確認ボタン */
#confirm_area {
	margin-top:10px;
}

#confirm_area #norec {
	border:1px solid;
	border-radius:0px;
	background-color:#FF4346;
	color:#fff;
	width:94%;
	margin:0 auto;
	
	
}
#confirm_area #norec span {
	display:block;
	padding:10px; 
}

#confirm_area #btn_confirm {
	/*display:none;*/
	
	border:1px solid #013172;
	border-radius:5px;
	background-color:#013172;
	color:#fff;
	font-size:16px;
	line-height:4em;
	
	width:90%;
	margin:0 auto;

}


/* フッタ */
footer {
	background-color:#fff;
	text-align:center;
	padding:10px 0;
	margin-top:30px;
	
}


.triangle {
	width:0px;
	height:0px;
	border-top:30px solid red;
	border-right:30px solid blue;
	border-bottom:30px solid green;
	border-left:30px solid black;
}

.triangle1 {
	width:0;
	height:0;
	border-top:30px solid red;
	border-right:30px solid transparent;
	border-bottom:30px solid transparent;
	border-left:30px solid transparent;
}


.wrap {
	width:100%;
}

.triangle2 {
	border:0px solid black;
	/*height:30px;*/
	width:100px;
	height:42px;
	background-color:black;
	color:white;
	
}
.triangle2::after {
	content:" ";
	width:0;
	height:0;
	border-top:21px solid transparent;
	border-right:21px solid transparent;
	border-bottom:21px solid transparent;
	border-left:21px solid black;
	position:absolute;
	left:100px;
}




.wrap2 {
	border:4px solid #008aba;
	margin:0 3px 20px;
}
.triangle4 {
	height:43px;
	position:relative;
	background-color:#fff;
}
.triangle4::before {
	content:"";
	background-color:#fff;
	position:absolute;
	right:-4px;
	top:-4px;
	width:26px;
	height:51px;
}
.triangle4::after {
	content:"";
	position:absolute;
	right:4px;
	top:4px;
	width:31px;
	height:31px;
	border:0px solid;
	border-bottom:4px solid #008aba;
	border-right:4px solid #008aba;
	-webkit-transform:rotate(-45deg);	
	
}





@media handheld, only screen and (min-width: 480px) {
	
html {
	/*font-size:12px;*/
}





}


@media handheld, only screen and (min-width: 800px) {


}








