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

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,em,strong,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}
a:hover img.link{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* Fonts フロートなど共通CSS
------------------------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, verdana, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	color:#333;
	background-color:#FFF;
}

.red{
	color:#F00;
}

.title{
	min-height:30px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	background-color:#000;
	text-align:center;
	width:100%;
}


#form_review p{
	width:90%;
	margin:10px auto;
}

#form_review p.form_review_title{
	margin-bottom:5px;
	font-weight:bold;
	color:#000;
}

.contact_bt1{
	margin:0 10px;
	width:150px;
	height:30px;
}

#confirm{
	width:90%;
	margin:10px auto;
}

#confirm span{
	margin-bottom:5px;
	font-weight:bold;
	color:#000;
}

p.contact_bt2 button{
	margin:0 10px;
	width:150px;
	height:30px;
}

p.contact_bt2 input{
	margin:0 10px;
	width:150px;
	height:30px;
}

@media screen and (min-width: 641px){

body{
	width:400px;
	margin:0 auto;
}

}

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


}


