@charset   "utf-8";

/* ===== 
	Initialization
 ================================================== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-all;
	word-break: break-all;
}

html,
button,
input,
select,
textarea {
	color: #2a2007;
}

html {
	font-size: 62.5%;
	line-height: 1.0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	/*
	line-height: 1.0em;
	*/
	font-weight: 300;
}

ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

textarea { /* for chrome fontsize bug */
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}
button {
	letter-spacing: normal;
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}


/* ===== Basic design Styles ================================================== */

html,body{
	position: relative;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 150%;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

a {
	color: #42b8d9;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/* ===== 
	コンテンツ用CSS
 ================================================== */


/* お問い合わせフォーム */
.contact_form{
	display: block;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

.note{
	display: block;
	margin: 0 auto;
	color: #d00;
}

.pageTtl{
	padding: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background: #42b8d9;
}

.wrap{
	margin: 15px auto;
}


.comment{
	display: block;
	text-align: center;
	padding: 15px;
}

/* フォーム部品 */
input[type="text"],
textarea,
select{
	padding: 0.5em;
}

label{
	cursor: pointer;
}

.btnArea{
	text-align: center;
}

.btnArea input{
	display: inline-block;
	width: 100%;
	max-width: 270px;
	padding: 10px;
	margin: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
}


.btn01{
	color: #fff;
	background: #42b8d9;
	text-align: center;
	border: 0;
}

.btn02{
	color: #333;
	background: #eee;
	text-align: center;
	border: 1px solid #aaa;
}

.must{
	color: #f00;
}


/* 送信確認テーブル */
table.formTable{
	width:100%;
	margin: 0 auto;
	font-size: 1.0em;
	border-collapse: collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}
p.error_messe{
	margin: 5px 0;
	color: red;
}

.formTable td input{
	margin: 5px 0;
}

@media screen and (max-width: 800px) {
	.wrap{
		margin: 0;
		padding: 15px;
	}
}

@media screen and (max-width: 639px) {
	
	table,tbody,tr,th,td{
		display: block;
	}
	
	table.formTable{
		border-bottom: 1px solid #ccc;
	}
	table.formTable th{
		width: auto;
		border-bottom: 1px solid #eee;
	}
	
	table.formTable td{
		border-top: 0;
		border-bottom: 0;
	}
	
	input[type="text"],
	textarea,
	select{
		width: 100%;
		padding: 0.5em;
	}
	
	input.txt_s{
		width: 33.33%;
	}
}

textarea{
	width: 100%;
}

/* エラー画面 */
#errWrap{
	
}


/* 送信画面 */
#compWrap{
	
}
