body{
	width: 930px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: #333333;
}

a:hover{
/*opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";*/
}
a:hover img{
/*opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";*/
}
input[name="image"]:hover { opacity:0.9; filter:alpha(opacity=70); }



/*___________________ 文字 _____________________*/
.aka{
	font-weight: bold;
	color: #B20000;
}
.aka_m{
	font-size: 35px;
	font-weight: bold;
	color: #B20000;
}
.aka_l{
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #B20000;
}
.kiaka{
	background-color: #FFFF73;
	font-weight: bold;
	color: #B20000;
}
.kiiro{
	background-color: #FFFF73;
	font-weight: bold;
}
.kiiro_m{
    background-color: #FFFF73;
	font-size: 25px;
	font-weight: bold;
}
.m{
	font-size: 33px;
	font-weight: bold;
	line-height: 48px;
}

.naka{
    text-align: center;
    display: block;
}
.naka{
    font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 35px;
	font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #00103F;
    margin: 0px auto 20px;
    display: block;
}
.naka_s{
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin: 0px auto 40px;
    display: block;
}
.naka_s a{
    color: #248B99;
}
.sp{
	display: none;
}
/*___________________ コンテンツ _____________________*/
#prof{
	width: 820px;
	margin: 0px auto 60px;
	display: block;
}
#prof p{
	width: 820px;
    color: #FFF;
}
#prof01{
	margin: 0px auto 30px;
    display: block;
}
.ul1{
	width: 650px;
	padding-left: 35px;
	margin: 0px auto 40px;
	display: block;
}
.ul1 li{
	list-style-type: disc;
	list-style-position : outside;
	margin: 0px auto 10px;
}

/*___________________ フォームここから _____________________*/
.shousai3 {
	width: 720px;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 30px;
}
.shousai3 .tr{
    background-color: #EEE;
}

.shousai3 td{
	background-color: #FFF;
	width:710px;
	/*font-size:1.0em;
    line-height: 35px;
	vertical-align:top;*/
    border-bottom: solid 1px #CCC;
	padding:17px 15px;
}
.shousai3 td a{
    color: #2891B5;
}

.require{
    background-color: #D80000;
    font-size: 15px;
	font-weight: bold;
	color: #FFF;
    border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
    padding: 3px 3px 2px;
    margin-left: 10px;
}
.inputTextShort{
width: 716px;
    height: 55px;
    font-size: 100%;
	border: solid 2px #aaa;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.namae1{
width: 300px;
    height: 55px;
    font-size: 100%;
	border: solid 2px #aaa;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.tel{
width: 170px;
    height: 55px;
    font-size: 100%;
	border: solid 2px #aaa;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.zip{
width: 170px;
    height: 55px;
    font-size: 100%;
	border: solid 2px #aaa;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.text-box{
    width: 716px;
    height: 200px;
    font-size: 100%;
    border: solid 2px #aaa;
    padding: 10px;
}
.btn{
    width: 246px;
    height: 75px;
    margin: 0 auto 40px;
	display: block;
}

/*--------- フッター -----------*/

#foot{
	width: 860px;
	font-size: 17px;
	line-height: 27px;
	color: #1F1F1F;
	text-align: center;
	padding-top: 12px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}
#foot ul{
	text-align: center;
	list-style-type: none;
	margin: 0 auto 0px;
	display: block;
}
#foot ul li{
	display: inline;
}
#foot ul li a{
	color: #1F1F1F;
	text-decoration: none;
}
#foot small{
	font-size: 16px;
}


/*___________________ トップ _____________________*/

#page-top {
	background-color: #333333;
	width: 80px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 3px 3px;
	border-radius: 5px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 84px;
	text-align: center;
	display: block;
	border-radius: 10px;
	/*opacity:0.8;*/
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	/*opacity:0.5;*/
}
