@charset 'UTF-8';
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	user-select: element !important;  /* CSS3 */
	-moz-user-select: element !important; /* Firefox */
	-webkit-user-select: element !important; /* Safari、Chromeなど */
	-ms-user-select: element !important; /* IE10かららしい */
}

html {
	position: relative;
}

/*---------------------------------------------レスポンシブ
*/

/*ナビゲーション*/

#nav_cover{
	background:url(../img/common/nav_bg02.png) repeat-y !important;
	width: 766px;
}

/*-------------*/


body {
	font-size: 62.5%;
	min-width: 980px;
}

.bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	z-index:-100;
}

.bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}

#cont {
	width: 806px;
	margin: 0 auto 160px;
	padding-left: 70px;
	font-size: 1.4em;
	color: #fff;
}

#cont h2 {
	margin: 97px 0 29px;
	font-family: CrimsonText-Regular, Minion,Garamond, Times New Roman, Bodoni !important;
	font-size: 3.0em;
	font-weight: 100;
	letter-spacing: 0.03em;
}

#cont .width01 {
	width: 440px;
	height: 17px;
}

#cont .width02 {
	width: 620px;
	height: 290px;
}

#cont input,textarea {
	margin: 0;
	padding: 14px 0 14px 17px;
	background: url(../img/contact/bg_form.png) repeat;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #fff;
	font-size: 1em;
}

#cont td{	
	width: 620px;
	padding-top: 29px;
	color: #fff;
}

#cont button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

#cont textarea {
	resize: vertical;
}

#cont #btn_submit {
	margin-top: 20px;
}

#cont .text_read {
	padding-bottom: 50px;
}

#cont ul{
	margin-top: 70px;
}

#cont li {
	float: left;
	padding-right: 6px;
}


label{
		width: 150px;
		white-space: nowrap;
		font-size: 9px;
		margin-left: 15px;
	}
	
#cont a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#cont a {
	text-decoration: underline;
}

#buy {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 0.1em;
}
	

/*一定のサイズより小さい場合*/
@media screen and (max-width: 980px) {
	
	body {
		min-width: inherit;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	#cont {
		width: auto;
		padding-left: 115px;
	}
	
	#cont h2 img {
		width: 100%;
		height: auto;
	}
	
	#cont h2 {
		width: 38%;
		max-width: 158px;
		margin: 84px 0 50px;
	}
	
	#nav_name {
		display: block !important;
	}
	
}


@media screen and (max-width: 767px) {
	label{
		width: 100%;
		margin: 0;
		
	}
	
	#cont {
		width: inherit;
		margin: 0 20px 80px;
		padding-left: 0;
		font-size: 1.2em;
	}
	
		#cont {
		width: inherit;
		margin: 0 20px 120px;
		padding-left: 0;
		font-size: 1.2em;
	}
	
	#cont .width01 {
		width: 100%;
		height: 17px;
		box-sizing: border-box; 
	}
	
	#cont .width02 {
		width: 100%;
		height: 290px;
		box-sizing: border-box; 
	}
	
	#cont table {
		width: 100%;
	}
	
}

@media screen and (max-width: 480px) {
	nav {
		padding-left: 0;
	}
}


/*一定のサイズより大きい場合*/
@media screen and (min-width: 979px) {
	.sp {
		 display: none;
	}

	.pc {
		 display: block;
	}
}

/*PCスマホ横向きの場合*/
@media only screen and (orientation:landscape)
{
}
/*PCスマホ縦向きの場合
@media only screen and (orientation:portrait) {

}
*/
