@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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #4c4c4c;
	text-decoration: none;
}

/*20160325 add*/
/*a img:hover {
	opacity: 0.7 !important;
}*/

a:active {
	color: #dadada;
	text-decoration: none;
}
.left{
float:left;
}

.right{
float:right;
}

.orange {color: #ffb980;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	text-align: center;
}

#container {
	text-align: left;
	margin:0 auto;
}
.main_area{
width:990px;
margin:10px auto;
}

#inpage .cont_area{
margin-top:100px;
}



/*------------------------------------------------------------
	comTopNavi
------------------------------------------------------------*/
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
p{margin:20px 10px 30px 10px;}
h2{
color:#fff;
font-size:40px;
font-weight:normal;
text-align:center;
margin:50px 20px;
font-weight:bold;
}

h3{
font-size:24px;
color:#fff;
background:#ffb980;
margin-bottom:40px;
padding:5px 10px 5px 15px;
margin-top:20px;
}


h4{
color:#000;
margin-bottom:20px;
}

#inpage #main h4 {border-bottom: 2px solid #cecece;}

dl {font-size: 16px;}
dt {font-weight: bold;}
dt,dd {margin:0 10px;}
.moreInfo a{
    display: block;
    width: 300px;
    height: 20px;
    padding: 10px;
    background: #ffb980 none repeat scroll 0% 0%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ffb980;
    text-decoration: none;
    margin: 10px auto;
    border-radius: 10px;
    color: #FFF !important;
}
.moreInfo a:hover {
    color: #ffb980 !important;
    background: #FFF none repeat scroll 0% 0%;
}


.content_area{
width:1000px;
margin:0 auto;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.header{
width:1000px;margin:20px auto 0 auto;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.footer{
}
.footer p{
margin:0;
font-size:12px;
text-align:center;

}



.footer .footer_in .f_list{float:left;margin-left:80px;}
.footer .footer_in .f_list h5 {margin-bottom: 10px;}
.footer .footer_in .clearfix{margin-left:80px;}
.footer .footer_in li{margin-left:50px;}
.footer .footer_in .f_list h4{margin:20px 0 20px 0 !important;}
.copyright{background:#3a3a3a;padding:10px;}
.copyright p{font-size:10px;margin:5px;color:#fff;text-align:center;}
.copyright p a{color:#fff;font-size:12px;}