@charset "utf-8";

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* よく使うCSS start*/

img {
	max-width:100%;
	*max-width:900px;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	behavior: url(/PIE.htc);
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	behavior: url(/PIE.htc);
}

/*よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応*//* 
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/

*,*:before,*:after{  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/*--body--*/
body{background:#fff; position:relative;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:14px}

a{color:#F00;}
a:hover{color:#F9C;}
a:visited{color:#999;}

/*--form--*/
.intro{font-size:1.2em; margin:1em auto 0;width:90%;line-height:1.6em;}
.intro+p{width:90%; margin:.5em auto 1em}
.form{margin:5em auto; width:80%}
.form td p{color:#F00;font-size:.9em;line-height:1.2em;}
.form h2,.thanks h2{background:#90BAD6;padding:.5em 0; text-align:center; color:#FFF; font-weight:bold;font-size:2em; margin:1em auto}

ul.atte{width:90%; margin:1em auto; border:1px #999 solid; border-radius:15px; padding:1em 2em;line-height:1.6em}

ul.atte ul{list-style:outside; padding-left:2em;margin:.5em auto}
ul.atte ul>li{margin-bottom:.5em;}


.form table{border-collapse:collapse; border-top:1px #999 solid; margin:2em auto; width:90%}
.form th, .form td{padding:1em; text-align:left; border-bottom:1px #999 solid;}
.form th{ background:#FFEEE1;font-weight:bold; width:30%; vertical-align:top}
.form th span,.form td span{display:block; margin:1em auto 0; line-height:1.6em;}
.form th span{color:#F00}
.form td input{margin:0 1em 1em 0}

input[type="text"]{padding:.2em;font-size:.9em}
select.fat{font-size:1.2em; padding:.2em .5em}


.form_btn,.pwd{text-align:center; margin:0 auto 3em} 
.form_btn input,.pwd input{display:inline-block; margin:1em; width:30%;padding:.5em; color:#FFF;line-height:1.6; cursor:pointer;font-size:1.2em;font-weight:bold}
.pwd input{width:auto;border-radius:5px;}
.form_btn input[type="reset"]{background: rgba(10,198,255,1);
background: -moz-linear-gradient(top, rgba(10,198,255,1) 0%, rgba(76,121,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,198,255,1)), color-stop(100%, rgba(76,121,255,1)));
background: -webkit-linear-gradient(top, rgba(10,198,255,1) 0%, rgba(76,121,255,1) 100%);
background: -o-linear-gradient(top, rgba(10,198,255,1) 0%, rgba(76,121,255,1) 100%);
background: -ms-linear-gradient(top, rgba(10,198,255,1) 0%, rgba(76,121,255,1) 100%);
background: linear-gradient(to bottom, rgba(10,198,255,1) 0%, rgba(76,121,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ac6ff', endColorstr='#4c79ff', GradientType=0 );
border:1px #0071d0 solid}
.form_btn input[type="submit"],.pwd input{background: rgba(255,174,75,1);
background: -moz-linear-gradient(top, rgba(255,174,75,1) 0%, rgba(255,145,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,174,75,1)), color-stop(100%, rgba(255,145,10,1)));
background: -webkit-linear-gradient(top, rgba(255,174,75,1) 0%, rgba(255,145,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,174,75,1) 0%, rgba(255,145,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,174,75,1) 0%, rgba(255,145,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,174,75,1) 0%, rgba(255,145,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae4b', endColorstr='#ff910a', GradientType=0 );
border:1px #d07300 solid;
}
.form_btn input:hover,.pwd input:hover{opacity:.8; text-shadow:1px 1px 1px #666}
input[type="submit"]:hover,.pwd input:hover{border-color:#F60;}
input[type="reset"]:hover{border-color:#39F;}

.btn span{display:block; font-size:.5em; margin-top:.5em;}
p.atte{width:80%; padding:.5em 1em .5em 2em; border:3px #F00 double; border-radius:1em;color:#f00; margin:0 auto 1em;line-height:2em; text-indent:-1em}


/*--thanks--*/
.thanks p{line-height:2em;}
.thanks div{margin:2em auto;}
.thanks{margin-bottom:3em;}

@media screen and (max-width: 480px){

ul.atte{width:95%; margin:.5em auto; border:1px #999 solid; border-radius:5px; padding:.5em 1em;}

.form{width:100%}
.form p{text-indent:1em}
.form table{border-collapse:collapse; border-top:1px #999 solid; margin:2em auto; width:95%}
.form th, .form td{display:block;padding:1em .5em}
.form th{width:100%;}
.form th span{display:inline-block; margin:0 1em}
.form td input+input{display:block;}
.form_btn{text-align:center; margin:0 auto}
.form_btn input{display:block; margin:1em auto; width:90%;}

.form p.atte{width:95%;line-height:1.6em; text-indent:-1em}
.form p.atte span{display:block; padding-left:2em}

.thanks p{width:95%;margin:0 auto;}
}
