/* CSS Document */
/*Reset*/


html{
	background-color: #fff500;
	font-size:62.5%;
	height:100%;
	width:100%;
}
body{
	width:100%;
	max-width: 750px;
	height:100%;
	margin: 0 auto;
	padding:0;
	background:#fff;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:500;
	color:#383838;
	
	/*--- パターン2
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height:100%;
	font-style: normal;
	font-size: 100%;
	text-align:left;
	list-style-type:none;
	border-collapse:collapse;
	vertical-align:top;

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	overflow:hidden;
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
*+html .clearfix{min-height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.t,
ul.t
{
	display: table;
}
div.t div.col,
ul.t li.col{
	display: table-cell;
	vertical-align: top;
}
div.t_s,
ul.t_s
{
	display: table;

}
div.t_s div.col_s,
ul.t_s li.col_s{
	display: table-cell;
	vertical-align: top;
	text-align:center;
}
p,a{
	font-size:15px;
    font-size:1.5rem;
	line-height:1.7;
}

p{
	margin:0 0 0 0;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.7;
	font-weight:normal;
	padding:0;
}

a{
	margin:2em 0 0 0;
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.8;
	text-decoration:none;
	color:#000000;

}
h2{
	padding:0;
	text-align: center;
}


hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #000000;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
}



input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 10px;
	border:1px solid #D3D3D3;
	background:#F7F7F7;
}
img,
input[type="image"]{
	width:100%;
	height:auto;
}

/*-- デフォルトスマホぼボタンCSS解除 --*/
input, button, select, textarea {
    -webkit-appearance: none;}

input[type="submit"]{
 
 width: 100%;
 height: 60px;
 font-size: 1.8rem;
 margin: 40px 0 40px 0;
}



/*　■■■ヘッダー共通部分のcss
-------------------------------------*/







/*　■■■フッター共通部分のcss
-------------------------------------*/



