
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
}

a{
	color		: #ff3399;
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}


h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

/*=================================================
 * CSS for PC
 * ================================================= */
body{
	position: relative;
	font-size: 0;
	line-height: 0;
	background-color: #d7d7d7;
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
}
body::before{	display: none;}

#bg{
	width: 600px;
	height: 600px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 155px 0 0 0;
	position: absolute;
	top: calc(50vh - 300px);
	left: calc(50% - 300px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#main{
	text-align: center;
	border-radius: 15px;
	background: #f9f9f9;
	margin: 0 130px 0 130px;
	padding: 10px 20px 0 20px;
	box-shadow:0px 0px 3px 0px rgba(204, 204, 204, 0.8), 0px 0px 0px 2px #fff inset;
}

#main h1{
	margin: 0 0 5px 0;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #d0d0d0;
}

#main table{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
#main tr{	vertical-align: middle;}

#main th{
	width: 45px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 5px 0;
	color: #666;
}

#main td{
	text-align: left;
	padding: 5px 10px;
}

#main .bt_bg{
	padding: 0 0 20px 0;
}

#main #copy{
	font-size: 10px;
	line-height: 30px;
	color: #666;
	margin: 0;
	padding: 9px 0 10px 0;
	border-top: 1px solid #d0d0d0;
}

.form td input[type="text"],
.form td input[type="email"],
.form td input[type="url"],
.form td input[type="tel"],
.form td input[type="password"],
.form td input[type="number"],
.form td textarea{
	width: 100%;
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 3px;
	font-size		: 12px;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	line-height		: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.bt{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	line-height: 40px;
	color: #000;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
	background: -moz-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
	background: -o-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
	background: -ms-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
	background: linear-gradient(0deg, #ececec 0%, #ffffff 100%);
	box-shadow: 0px 1px 0px 0px #cccccc;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

#error_text{
	font-size: 11px;
	line-height: 18px;
	padding: 20px 0;
}

.caution{
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	padding: 0 50px;
}
.caution a{	color: #ff9900;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		padding: 10px;
	}
	#bg{
		width: calc(100% - 20px);
		height: auto;
		padding: 10px;
		top: 10px;
		left: 10px;
	}
	#main{
		border-radius: 10px;
		margin: 0 0 0 0;
		padding: 10px 10px 0 10px;
		box-shadow:0px 0px 3px 0px rgba(204, 204, 204, 0.8), 0px 0px 0px 2px #fff inset;
	}
	#main h1{
		margin: 0 0 5px 0;
		padding: 0 0 9px 0;
		border-bottom: 1px solid #d0d0d0;
	}
	#main h1 img{
		width: 250px;
		height: auto;
	}
	#main table{
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 5px 0;
	}
	#main th{	font-size: 13px;}
	#main .bt_bg{	padding: 0 0 10px 0;}
	#main #copy{
		font-size: 10px;
		line-height: 30px;
		color: #666;
		margin: 0;
		padding: 9px 0 10px 0;
		border-top: 1px solid #d0d0d0;
	}
	input.bt{
		font-size: 14px;
		line-height: 30px;
	}
	.caution{
		font-size: 12px;
		line-height: 18px;
		padding: 0;
	}
}
