@charset "utf-8";

/* Base */

body {
	font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#333;
	font-size: 14px;
	background:#000000;
}

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,
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;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3",Meiryo UI,"Segoe UI Light","ＭＳ Ｐゴシック",sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p, li,
dt, dd,
th, td{
}

p {
	margin: 0px 10px 25px 10px;
}

ul, ol{
	list-style-type:none;
	list-style-position:outside;
}


/*　テキストレイアウト　*/

.center-text {
	text-align:center;
}
.right-text {
	text-align:right;
}
.left-text {
	text-align:left;
}
.floatright {
	float: right;
}
.floatleft {
	float:left;
}
.clearboth {
	clear:both;
}
.margin_b5 {
	margin-bottom:5px;
}
.margin_b10 {
	margin-bottom:10px;
}
.margin_b12 {
	margin-bottom:12px;
}
.margin_b15 {
	margin-bottom:15px;
}
.margin_b17 {
	margin-bottom:17px;
}
.margin_b20{
	margin-bottom:20px;
}
.margin_b25{
	margin-bottom:25px;
}
.margin_b30{
	margin-bottom:30px;
}
.margin_b40{
	margin-bottom:40px;
}
.margin_b50{
	margin-bottom:50px;
}


/*　テキスト装飾　*/
.fb,.fb a{
	font-weight: bold;
}
.fb-red {
	font-weight:bold;
	color:#cc0000;
}
.fb-yellow-line {
	font-weight:bold;
	background:#ffff33;
}


/*　画像　*/
a img{
	border: 0;
}
.img-c{
	text-align:center;
}
.img-c img{
	margin-bottom:20px;
	height:auto;
}
.img100,.img100 img{
	text-align:center;
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.img80,.img80 img{
	text-align:center;
	width:80%;
	height:auto;
	margin-bottom:20px;
}
.img60,.img60 img{
	text-align:center;
	width:60%;
	height:auto;
	margin-bottom:20px;
}
.img40,.img40 img{
	text-align:center;
	width:40%;
	height:auto;
	margin-bottom:20px;
}

.img-left,.img-left-com{
	float:left;
	height:auto;
	margin:10px 20px 20px 20px;
}
.img-right,.img-right-com{
	float:right;
	height:auto;
	margin:10px 20px 20px 20px;
}

.w15,.w15-com{
	width:15%;
}
.w25,.w25-com{
	width:25%;
}
.w30,.w30-com{
	width:30%;
}
.w40,.w40-com{
	width:40%;
}
.w50,.w50-com{
	width:50%;
}
.w60,.w60-com{
	width:60%;
}
.w80,.w80-com{
	width:80%;
}
.w100,.w100-com{
	width:100%;
}

/*　共通　*/

/*---------------------
  ロールオーバー
---------------------*/
.hover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



.obi01 a:hover,.obi02:hover{
	color:#ffffff;
	background-color: #0033cc;
	text-decoration: none;
}

/*　見出し　*/

.midashi-mmbn1 {
	border-width: 0px 0px 3px 10px;
	border-style: solid;
	border-color: #004FA0;
	font-size: 28px;
	margin-bottom: 20px;
	padding: 10px 5px 5px 10px;
}
.midashi-mmbn2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #004FA0;
	font-size: 28px;
	margin-bottom: 20px;
	padding: 10px 5px 5px 10px;
}
.midashi-mmbn3 {
	border-width: 2px;
	border-style: solid;
	border-color: #004FA0;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 15px;
}
.midashi-mmbn4 {
	background-color: #14559A;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 17px;
}
.midashi-mmbn5 {
	background-color: #14559A;
	color: #FFF;
	font-size: 17px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.midashi-mmbn6 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px 5px 0px 10px;
}
.midashi-mmbn7 {
	color: #14559A;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
}
.midashi-mmbn8 {
	font-weight: bold;
	margin: 0px 0px 5px 10px;
}
.midashi-mmbn9 {
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #14559A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 5px 9px 10px;
}
.midashi-mmbn10 {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 5px 7px 10px;
}
.midashi-mmbn11 {
	font-size: 17px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 5px 7px 10px;
}
.midashi-mmbn12 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 10px;
}

/*　メニュー */

.mmbn-menu-box{
	margin:0px 5px 0px 10px;
}

/*　メニュー 2カラム */
.mmbn-menu2-box{
	margin:0px 5px 0px 10px;
}
.mmbn-menu2-leftbox{
	float:left;
	width:47%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu2-rightbox{
	float:right;
	width:49%;
	margin:0px 0px 0px 0px;
}

/*　メニュー 3カラム */
.mmbn-menu3-box{
	margin:0px 5px 0px 10px;
}
.mmbn-menu3-leftbox{
	float:left;
	width:33%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu3-rightbox{
	float:right;
	width:63%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu3-rightbox-l{
	float:left;
	width:47%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu3-rightbox-r{
	float:right;
	width:47%;
	margin:0px 0px 0px 0px;
}

/*　メニュー 4カラム */
.mmbn-menu4-box{
	margin:0px 5px 0px 10px;
}
.mmbn-menu4-leftbox{
	float:left;
	width:47%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu4-leftbox-l{
	float:left;
	width:47%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu4-leftbox-r{
	float:right;
	width:47%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu4-rightbox{
	float:right;
	width:49%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu4-rightbox-l{
	float:left;
	width:47%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu4-rightbox-r{
	float:right;
	width:47%;
	margin:0px 0px 0px 0px;
}

/*　メニュー ul li */
.mmbn-menu{
	line-height:170%;
	margin:0px 0px 25px 15px;
}
ul.mmbn-menu-top{
	margin:0px 0px 45px 15px;
}
ul.mmbn-menu-top li{
	list-style-type: square;
	margin:0px 0px 25px 15px;
}

ul.mmbn-menu-02{
	margin:0px 0px 45px 15px;
}
ul.mmbn-menu-02 li{
	list-style-type: square;
	margin:0px 0px 15px 15px;
}

/* メインメニュー　PC用 */
@media only screen and (min-width: 481px){

.spDisp {
	display:none;
}
.spHide {
	display:block;
}/*　ヘッダー　*/

header {
	min-width: 1200px;
	background:#000000;
}
.header_cont {
	margin-right: auto;
	margin-left: auto;
}
.header_logo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 18px;
}
.main_image_back {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}


/* フッター、コピーライト　*/

footer {
	min-width: 1200px;
	overflow: hidden;
	clear: both;
	background:#000000;
}
.footer_cont {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}
.footer_logo {
	margin-bottom: 15px;
}
.footer_nav {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #0D539C;
	text-align: center;
}
.fnav {
	display: inline-block;
}
.footer_nav li{
	color: #FFF;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.footer_nav li a{
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
.footer_nav li a:hover{
	color: #CCCCCC;
}

.copyright {
	text-align: center;
	font-size: 14px;
	color:#ffffff;
}

.min1200 {
	min-width: 1200px;
}


/*　メインページ　*/

.page_cont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
	padding-top: 40px;
	padding: 40px 20px 30px 20px;
	background:#ffffff;
}