
/*----------------------------------------------------
	reset
----------------------------------------------------*/
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font: 13px/1.231 arial,helvetica,clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
}


* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: #FFF;
	color: #333;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	border-top: solid 2px #000;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

a {
	color: #06C;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}


a:hover {
	color: #DB5058;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}



/*----------------------------------------------------
	container
----------------------------------------------------*/

div#container {
	width: 95%;
	margin: 15px auto;
	text-align: left;
}



/*----------------------------------------------------
	table.system-layout 
----------------------------------------------------*/

	
table.system-layout {
	width: 99%;
	margin-bottom: 25px;
	border-top: solid 1px #CDCDCD;
	border-right: solid 1px #CDCDCD;
	table-layout: fixed;
}
table.system-layout td {
	display: block;
	padding: 10px 6px;
	border-bottom: solid 1px #CDCDCD;
	border-left: solid 1px #CDCDCD;
}
@media screen and (min-width: 481px) {
	table.system-layout td {
		display: table-cell;
	}
}
table.system-layout td.infohead {
	background-color: #EEE;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 481px) {
	table.system-layout td.infohead {
		width: 27%;
	}	
}
table.system-layout label {
	display: flex;	
}
table.system-layout label:not(:last-of-type) {
	margin-bottom: 3px;
}
@media screen and (min-width: 481px) {
	table.system-layout label {
		display: inline-flex;
	}
	table.system-layout label:not(:last-of-type) {
		margin-bottom: 0;
	}
}

table.system-layout input.size-s {
	width: 50%;
}
table.system-layout input.size-m {
	width: 65%;
}
table.system-layout input.size-l {
	width: 75%;
}
table.system-layout textarea.comment {
	width: 75%;
}

table.system-layout br {
	display: none;
}
@media screen and (min-width: 481px) {
	table.system-layout br {
		display: block;
	}
}

/*----------------------------------------------------
	.pagesubName01
----------------------------------------------------*/


.pagesubName01 {
	width: 98%;
	margin-bottom: 25px;
	padding: 14px 10px 10px 5px;
	border-bottom: solid 2px #CCC;
	font-size: 18px;
	font-weight: bold;
}


/* ----------------------------------------
 * free-camp-note
 * ---------------------------------------- */

div.free-camp-note {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 15px 20px 0 20px;
	border: solid 1px #CCC;
	background: #FFFFD7;
	font-size: 14px;
	box-sizing: border-box;
}
div.free-camp-note a {
	color: #0066FF;
	text-decoration: underline;
}
div.free-camp-note a:hover {
	color: #FE4885;
	text-decoration: none;
}
div.free-camp-note ul {
	margin-left: 20px;
}
div.free-camp-note ul li {
	margin-bottom: 20px;
	list-style-type: circle;
}




/*----------------------------------------------------
	font
----------------------------------------------------*/

.require,
.error {
	color: #F00;
	font-weight: bold;
}

.caution {
	font-weight: bold;
	color: #F00;
	font-size: 16px;
}
.point-red18 {
	color: #F00000;
	font-size: 18px;
	font-weight: bold;
}
.point-pink12 {
	color: #FF178F;
	font-size: 12px;
}
.point-pink12B {
	color: #FF178F;
	font-size: 12px;
	font-weight: bold;
}
.point-pink14 {
	color: #FF178F;
	font-size: 14px;
}
.point-pink14B {
	color: #FF178F;
	font-size: 14px;
	font-weight: bold;
}
.point-pink16 {
	color: #FF178F;
	font-size: 16px;
}
.point-pink16B {
	color: #FF178F;
	font-size: 16px;
	font-weight: bold;
}



.innerB5 {
	margin-bottom: 5px;
}

.innerB10 {
	margin-bottom: 10px;
}

.innerB20 {
	margin-bottom: 20px;
}

.innerB30C {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.btn-box {
	margin: 0 auto;
}

/*
pcと共通イメージを使い、heightもあわせる必要がある場合
======================================================================　
	
*/


@media screen and (max-width: 640px) {
	img.img640,
	input.img640{
		width:100%;
		min-width:300px;
		height:auto;
	}
	table.system-layout textarea.comment {
		width: 98%;
	}
}
@media screen and (max-width: 620px) {
	img.img620,
	input.img620{
		width:100%;
		min-width:300px;
		height:auto;
	}
	table.system-layout textarea.comment {
		width: 98%;
	}
		
}
@media screen and (max-width: 420px) {
	img.img420,
	input.img420{
		width:100%;
		min-width:210px;
		height:auto;
	}	
	table.system-layout textarea.comment {
		width: 98%;
	}
}
