
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background-color:#F2F2F2;
}


#wrapper {
	width:100%;
	margin:0 auto;
	padding-bottom: 60px;
	background-color: #ffffff;
	}


#bg{position: relative;
}
.title{
font-size:150%;
font-weight: bold;}



h3{margin:10px 0 5px; background-color:#d7e5ea; font-size:120%;font-weight: bold;}


#contents{
	padding-top: 18px;
}

	
#attention{}
#attention span {font-size:90%; color:#666666; }
#confirm { font-weight:bold;}	
		#form{ 
		line-height:110%;
		}
dl {
	border-top: none;
}
dt{background: #3b5c81; color:#FFFFFF;}
dd{ padding-bottom:5px; word-break:break-all;}
dt span{font-size:80%; }
input,textarea {margin:5px;}

input[type="submit"]{
	font-size:1em;
	width:50%;
	margin:0 auto;
	display:block;
	cursor:pointer;
	

}

.box_name { width:80%;}
.box_txt {width:90%; }	

			
	
#footer{
	width:80%;
	margin:0 auto;
	text-align:center;
	font-size:100%;
	padding:10px 0;
	
	background-color:#FFFFFF;}
#footer table { width:100%;}
#footer td {padding:0 5px; text-align:left;}
	
#footer_ok {
	width:100%;
	text-align:center;
}
#footer_ok a { text-decoration:none;}
#footer_ok a:hover { color:#FF6600;}



/*===============================================
●style.css 画面の横幅が721px以上
===============================================*/
@media print, screen and (min-width: 721px){
	
#wrapper{ width:600px; padding-bottom:20px;
	padding-top: 10px;
	}
	#header{		background: #F4DB00;}
	#bg{
		position: relative;
	background: url(../images/title_l.png)no-repeat;
		width:600px;
		height:109px;
}
	.title{position: absolute;
	margin: 0 auto;
	  display: block; 
	top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;}
	.flow{
   margin: 0 auto;
	line-height:2em;
	text-align:center;
		width:600px;
		background: #F4DB00;
}
.flow span{color: #005aef; font-weight:bold;}
	#bg .title{padding-top:50px;}
h3 { padding:5px 0;}

#attention { padding:30px 18px 10px;
	}
#attention div {
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	width:220px;
	margin:24px auto 8px;
	padding-top:2px;
	text-align:center;
	line-height:1.5em;

}

#attention a {
	
	text-decoration:none; 
	color:#000000;
}
#attention div a {
	text-decoration:none;
	color:#39C;
	font-weight:bold;
	padding:11px 16px 5px 5px;
	background:url(../images/arrow.png) right 16px no-repeat;
}
#attention div a:hover {
	color:#F60;
	background:url(../images/arrow_on.png) right 16px no-repeat;
}
	#confirm{ margin-top: 0px;
		margin-bottom: 10px;}
#ok {  font-size:130%; padding:10px 0;}

	#form dt img{float:left;}
#form dt div{float:left;}
#form dt div{float:left;margin-top: 2px;}
#form dt .div1{margin-top: 5px;}
dl {
	width: 598px;
	border: 1px solid #CCC;
	border-top: none;
		background: #3b5c81;
	
}
	#form{}
dt,dd {	padding: 8px 5px 2px;
	line-height:150%;
	}
	dt .maru{font-size:  120%;}
dd:after {
  content:'';
  display:block;
  clear:both;
}
dt {
	background:none;
	border-top: 1px solid #CCC;
	clear: left;
	float: left;
	width: 180px;
	color:#FFF;
	overflow: auto;
		background: #3b5c81;
	display: block;
	
}

	
dd {
	margin-left: 190px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #fff;
		padding-bottom:6px;
	
}


	
input,textarea{
	padding:2px;
	width:300px;
	padding:3px;
	border:1px #CCC solid;
}

.box_name { width:80%;margin-top: 0;}
.box_txt {width:90%; }


/*送信ボタン*/
#btn {text-align:center;}
input[type="submit"]{
	padding: 0;
	width:150px;
	height:40px;
	background-color: #297ae0;
	color:#FFF;
	font-size:120%;
	line-height: 40px;
	font-weight:bold;
	border-radius:25px;
	margin:0 5px;
}
input[type="submit"]:hover {background-color: #182fa5;}
input#back[type="submit"]{
	background-color:#999;}
input#back[type="submit"]:hover {background-color: #333;}

#footer_ok {
	font-size:120%;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #999999;
}
}

/*===============================================
● 画面の横幅が720pxまで
===============================================*/
@media screen and (max-width: 720px){
#wrapper{padding-bottom:20px;
	padding-top: 10px;
	}
		#header{		background: #F4DB00;}
img{max-width:100%; height:auto;} /* 画像のハミ出し防止 */

	#bg{
		position: relative;
	background: url(../images/title_l.png)no-repeat center center;
-moz-background-size:100% auto;
background-size:100% auto;
    padding-top: 18%;
		z-index: 8;
}
	.title{
		line-height: 114px;
		position: absolute;
 display: block; 
	top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;}
	.flow{
   margin: 0 auto;
	text-align:center;
		background: #F4DB00;
		padding-bottom: 4px;
		font-size: 150%;
		z-index: 5;
		width: 100%;

}
.flow span{color: #005aef; font-weight:bold;}
	
	
#contents{
	padding-bottom: 24px;
}
#attention{
	font-size:150%;
	line-height:150%;
	padding-top: 20px;
	padding-bottom: 10px;
		padding-left:18px;
	padding-right:18px;
}

h3{
	font-size:150%; 
	line-height:150%;
	padding:5px 0;
	margin: 10px 0 15px;
}

#attention div {
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	width:300px;
	margin:16px auto 5px;
	text-align:center;
}
#attention div a {
	text-decoration:none;
	color:#39C;
	font-weight:bold;
	line-height:1em;
	padding:10px 16px 5px 5px;
	background:url(../images/arrow.png) right 16px no-repeat;
}
#attention div a:hover {
	color:#F60;
	background:url(../images/arrow_on.png) right 16px no-repeat;
}	
#confirm{  font-size:130%; 	padding-top: 10px;

		padding-left:12px;
	padding-right:12px;}
	#ok {  font-size:170%; padding:30px 0 0;}

#form{font-size:160%; line-height:110%;margin: 10px;}
/*フォーム見出し部分*/
dt { background-color:#3b5c81;color:#FFFFFF;}
	dt .maru{font-size:110%;
		padding-right: 4px;}
dt,dd {padding:2% 1% 2% 2%;
	line-height:150%;}
	dd{
		padding-left:12px;
	padding-right:6px;
	}
/* フォームスタイル */	
input,textarea{
	font-size:1.2em;
	width:96%;
	padding:2%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input:focus,input:hover,
textarea:focus,textarea:hover{ background:#E6FFFF;}


input[type="submit"]{
	padding: 0;
	width: 90%;
	height:50px;
	background-color: #297ae0;
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
	line-height: 50px;
	-webkit-appearance: none;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	-webkit-box-shadow: 0 2px 2px #CCC; 
	/*text-shadow: -1px 1px 1px #000;*/
}
input#back[type="submit"]{
	background-color:#999;}



/*氏名*/
.box_name{ width:95%;}
.box_txt { width:96%; }


#footer_ok a {
	width:90%;
	font-size:140%;
	color:#FFF;
	margin:0 auto;
	display:block;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:center;
	padding:10px 0;
	background-color:#999999;
}

}