@charset "utf-8";
/* ====ページ全体の背景・固定位置==== */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	margin-top: 0px;
}

/* リンクの色 */
a {
	text-decoration: none;
	color: #03001e;
	text-decoration: underline;
}

a:visited {
	color: #03001e;
}

a:hover {
	text-decoration: none;
	color: #03001e;
}

/* 回り込みのクリア */
.clear {
	clear: both;
}

.pc-hide {
	display:none !important;	
}

/* ====コンテンツエリア==== */
/* ヘッダ位置 */
#contents_head {
	text-align: center;
}

#contents_head img {
	max-width: 100%;
}

#contents_head h1{
	background-color: #03001e;
	color: #FFF;
	font-size: 140%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#contents_head h2 {
	color: #03001e;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 140%;
	background-color: #e2e2e5;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* 全体位置 */
#contents_area {
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* パンくず */
#contents_area .navi {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 80%;
}

/* 表示コンテンツ位置 */
#contents {
	margin: 0px;
	padding: 0px;
}

/* タイトル文字 */
#contents h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #03001e;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03001e;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #03001e;
}

#contents h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #03001e;
}

#contents h5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #03001e;
	font-size: 100%;
	background-color: #CCC;
	background: linear-gradient(transparent 60%, #e2e2e5 60%);
}

/* 詳細テキスト */
#contents_txt {
	padding: 0px;
	margin: 0px;
}

#contents_txt .comment {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

/* ボタン・画像 */
#contents_txt .btn {
	text-align: center;
	margin-bottom: 10px;
}

#contents_txt .btn2 {
	text-align: center;
	margin-bottom: 20px;
}

#contents_txt .btn img, #contents_txt .btn2 img {
	max-width: 100%;
}

/* ====フッタ位置==== */
/* コピーライト */
#footer {
	text-align: center;
	font-style: normal;
	font-size: 80%;
	color: #666666;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

@media screen and (min-width: 401px) {
}

@media screen and (max-width: 400px) {
}
