@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * 初期化                                       *
 *                                              *
 * ────────────────────── */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

address {
	font-style: normal;
}

img {
	border: none;
}

ul,ol {
	list-style-type: none;
}

dl dt img,
dl dd img,
ul li img,
ol li img {
	vertical-align: top;
}

/* ────────────────────── *
 *                                              *
 * マージン設定                                 *
 *                                              *
 * ────────────────────── */

.mb0px {
	margin-bottom: 0px !important;
}
.mb5px {
	margin-bottom: 5px !important;
}
.mb10px {
	margin-bottom: 10px !important;
}
.mb15px {
	margin-bottom: 15px !important;
}
.mb20px {
	margin-bottom: 20px !important;
}
.mb25px {
	margin-bottom: 25px !important;
}
.mb30px {
	margin-bottom: 30px !important;
}
.mb35px {
	margin-bottom: 35px !important;
}
.mb40px {
	margin-bottom: 40px !important;
}
.mb45px {
	margin-bottom: 45px !important;
}
.mb50px {
	margin-bottom: 50px !important;
}

/* ────────────────────── *
 *                                              *
 * 文字寄せ                                     *
 *                                              *
 * ────────────────────── */

.txt_left {
	text-align: left !important;
}
.txt_center {
	text-align: center !important;
}
.txt_right {
	text-align: right !important;
}

/* ────────────────────── *
 *                                              *
 * フォントサイズ                               *
 *                                              *
 * ────────────────────── */

.txt_10px {
	font-size: 10px !important;
}
.txt_12px {
	font-size: 12px !important;
}
.txt_14px {
	font-size: 14px !important;
}
.txt_16px {
	font-size: 16px !important;
}

/* ────────────────────── *
 *                                              *
 * Clearfix                                     *
 *                                              *
 * ────────────────────── */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .clearfix { 
	height: 1px;
	overflow: visible;
}
/**/
.clear {
	clear: both;
}
.color_pink {
	color: #ff4382!important;
}
.color_red {
	color: #cc0000!important;
}
.color_black {
	color: #333333!important;
}
.color_skyblue {
	color: #55c3f1!important;
}
.color_glay {
	color: #777777!important;
}


/* ────────────────────── *
 *                                              *
 * リンクカラー                                 *
 *                                              *
 * ────────────────────── */

a {
	color: #0089cb;
}

/* ────────────────────── *
 *                                              *
 * ヘッダー                                     *
 *                                              *
 * ────────────────────── */

#header {
	display: none;
}
#navigation {
	display: none;
}
#mainbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	clear: both;
	border-style: none;
}
#breadcrumbs {
	display: none;
}

#clearfix {
	padding: 0px;
	width: 590px;
}
#left {
	display: none;
}
#right {
	width: 590px;
	float: none;
}
#footer {
	display: none;
}
p#copyright {
	display: none;
}
#right h2 {
	display: none;
}
#right p {
	text-align: center;
}

#right .information {
	display: none;
}
#right .news {
	display: none;
}
#right p.news_footer {
	display: none;
}


#right #foot_inquiry {
	display: none;
}
#right #campaign {
	display: none;
}
