@CHARSET "UTF-8";
/*---------------------------------------------------------------------------*/
/* 共通 */
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial, verdana;
	font-size: 14px;
	line-height: 2.0;
	-webkit-text-size-adjust: none;
	color: #333;
	background-color: #f7f7f7; /* 背景色 */
}
div,pre,header,nav,article,section,footer {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
h1,h2,h3,h4,h5,p,form,figure {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
input,select,textarea,label,span,ol,ul,li,dl,dt,dd,a,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=*]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
strong,em {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
ol,ul {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 0 3px;
}
pre {
	word-wrap: break-word;
	overflow-wrap:break-word;
	white-space: pre-wrap;
	overflow: auto;
}
a {
	#color: #555;
	#text-decoration: none;
}
a:link:visited {
	#color: #555;
	#text-decoration: none;
}
a:active {
	color:#ff7f00;
	#text-decoration: none;
}
a:hover {
	color:#ff7f00;
	#text-decoration: none;
}
/*---------------------------------------------------------------------------*/
/* ベース（表示幅の調整は、ヘッダー、フッター、メニュー他も調整が必要） */
#basis {
	clear: both;
	position: relative;
	width: 980px; /* 表示幅 */
	margin: 0 auto; /* センタリング */
	padding: 0;
	overflow: hidden;
	background: #f7f7f7; /* 背景色 */
	border-radius:  0 0 0.3em 0.3em;
}
/*---------------------------------------------------------------------------*/
/* コンテンツ */
#contents {
	position: relative;
	float: left;
	width: 680px; /* 表示幅 */
	margin: 0 auto;
	padding: 10px;
	min-height: 300px; /* 高さの最小値 */
	overflow: hidden;
	background: transparent;
}
#contents:after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* 記事の大ブロック */
article {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	background: transparent;
	#border: solid 1px #eee;
}
article:after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* 記事の基本ブロック */
section {
	position: relative;
	clear: both;
	margin: 2px 0 24px 0;
	padding: 0 5px;
	width: 100%;
	max-width: 680px; /* 表示幅 */
	background: transparent; /* 背景色 */
}
section:after {
	content: "";
	clear: both;
	display: block;
}
/*---------------------------------------------------------------------------*/
/* 確認画面背景 */
#backbord {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	z-index: 85;
}
/* イメージビュー */
#viewer {
	display: none;
	z-index: 96;
	opacity: 1.0;
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
}
#viewer img {
	z-index: 97;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
}
/*---------------------------------------------------------------------------*/
/* 確認画面（現在のスクロール位置に表示する） */
.display {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1.0;
	z-index: 86;
}
.display .inner {
	position: relative;
	display: block;
	margin: 5% auto;
	width: 85%;
	min-width: 980px;
	background: #ffffff;
	border: 3px solid #cfcfcf;
}
.display_close {
	position: absolute;
	z-index: 87;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	font-size: 30px;
	text-align: center;
	line-height: 1.0;
	width: 30px;
	height: 30px;
	background: #cfcfcf;
	cursor: pointer;
}
.display_header {
	position: relative;
	margin: 0;
	padding: 3px;
	width: 100%;
	height: 30px;
	background: transparent;
}
.display_header:after {
	content: "";
	clear: both;
	display: block;
}
.display_conte {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 200px;
	background: transparent;
	#border: 1px solid #cfcfcf;
}
.display_conte > section {
	#border: 1px solid #cfcfcf;
}
.display_conte:after {
	content: "";
	clear: both;
	display: block;
}
.display_footer {
	position: relative;
	margin-top: 10px;
	padding: 5px 10px;
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: #7f3f3f; /* 文字色 */
	background: transparent;
}
.display_footer:after {
	content: "";
	clear: both;
	display: block;
}
/*---------------------------------------------------------------------------*/
/* 確認表示 */
.div_commit {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Arial, "ＭＳ Ｐゴシック", sans-serif;
}
.div_commit > div {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: transparent;
}
.div_commit  input[type="checkbox"],input[type="radio"] {
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
	margin: 0 3px 2px 20px;
}
.div_commit label {
	display: inline-block;
	padding: 0 3px 0 2px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
/*-------------------------------------*/
/* 確認ボタン */
.bt_commit {
	margin: 0 10px;
	font-size: 16px;
	width: 120px;
	height: 32px;
	background: #7f3f3f;
	color: #ffffff;
	opacity: 0.7;
}
.bt_commit:hover {
	opacity: 0.9;
}
.bt_commit:disabled {
	opacity: 0.3;
}
/*-------------------------------------*/
/* キャンセルボタン */
.bt_cancel {
	margin: 0 10px;
	font-size: 16px;
	width: 120px;
	height: 32px;
	background: #7f7f7f;
	color: #ffffff;
	opacity: 0.7;
}
.bt_cancel:hover {
	opacity: 0.9;
}
.bt_cancel:disabled {
	opacity: 0.3;
}
/* メッセージ表示 */
.msg_line {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding: 5px 20px;
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	color: #7f3f3f; /* 文字色 */
}
/*===========================================================================*/
@media screen and (max-width: 768px) {
/*-------------------------------------*/
	body {
		padding: 10px;
	}
	#basis {
		width: 100%;
		min-width: 640px;
	}
	#contents {
		padding: 10px 5px;
		width: 100%;
		min-width: 640px;
	}
/*-------------------------------------*/
/* 確認画面 */
	.display .inner {
		width: 100%;
		min-width: 640px;
	}
	.display_conte > section {
		width: 95%;
	}
}
/*===========================================================================*/
@media screen and (max-width: 480px) {
/*-------------------------------------*/
	body {
		padding: 5px;
	}
	#basis {
		width: 100%;
		min-width: 360px;
	}
	#contents {
		padding: 10px 5px;
		width: 100%;
		min-width: 360px;
	}
/*-------------------------------------*/
/* 確認画面 */
	.display .inner {
		width: 100%;
		min-width: 360px;
	}
	.display_conte > section {
		width: 98%;
	}
	.display_footer {
		height: 80px;
	}
}
/* END */
