/*
Theme Name: あんさんぶるスターズ！THE STAGE Track to Miracle
*/

@charset "UTF-8";
/* リセット */
@import url(reset.css);
@import url( './css/gold_line.css' );

:root {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body, p {
	padding: 0;
	margin: 0;
}
a,
a:hover,
a:visited {
	text-decoration: none;
	color: #000;
}
/*
a:hover {
	color: #888;
}
*/
h1, h2, h3 {
	font-family: "Mplus 1p", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h4, h5, h6 {
	font-family: "Sawarabi Gothic", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: x-large;
	font-weight: bold;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
}


br.sp-only {
	display: none;
}

/*
#wrap {
	width: 100%;
	background: url( 'img/background.jpg' );
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
iPhoneでは上が適用さないので下 */
#wrap::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 120vh;
	background: url('img/background.jpg') center no-repeat;
	background-size: cover;
}

@media (max-width: 639px) {
	#wrap {
		background-size: auto;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
}
#container-outer {
	max-width: 1200px;
	margin: 0 auto;
}
#container-inner {
	padding: 0 30px;
}
@media (max-width: 639px) {
	#container-inner {
		padding: 0;
	}
	br.sp-only {
		display: block;
	}
	br.pc-only {
		display: none;
	}
}

/* ヘッダー ************************************ */

#header {
	margin: 0 15px;
}
#navigation {
	display: grid;
	grid-template-columns: 18% 82%;
	padding: 20px 0;
}

/* ヘッドロゴ */
.header-logo {
	width: 100%;
}
.header-logo img {
	width: 100%;
}
@media (max-width: 999px) {
	#navigation {
		grid-template-columns: 1fr;
	}
	.header-logo {
		width: 200px;
		margin: 0 auto;
	}
}

/* ナビゲーション */

.navi-bar {
/*	font-family: 'Open Sans', sans-serif;	*/
	margin: 0 5%;
}
ul.navi-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10px;
	font-size: small;
	font-weight: bold;
	color: white;
}
ul.navi-menu li div img {
	opacity: 0;
}
ul.navi-menu li div img.selected {
	opacity: 1;
}
ul.navi-menu li a,
ul.navi-menu li div.no-link {
	color: white;
}

ul.navi-menu li a.nav-link:hover {
	font-style: italic;
}
.menu-maker {
}
.menu-maker img {
	display: block;
	margin: 0 auto;
}
/* スマホ等用メニュー */

#area-out,
#sp-navi-menu,
#sp-menu-head {
	display: none;
}
#area-out,
#sp-navi-menu,
#sp-menu-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#area-out {
	z-index: 10;
	height: 100%;
	background-color: #111111;
	opacity: 0.8;
}
#sp-navi-menu {
	z-index: 11;
	top: 80px;
	background-color: #282828;
}
#sp-navi-menu ul {
	padding: 0 20px 5px;
	line-height: 2em;
	font-weight: bold;
	color: white;
}
#sp-navi-menu ul li {
}
#sp-navi-menu ul li a {
	display: block;
	width: 100%;
	color: white;
}
#sp-navi-menu ul li a:hover {
	font-style: italic;
}
#sp-menu-head {
	z-index: 12;
	grid-template-columns: 200px auto 40px;
	height: 80px;
	padding: 10px 15px;
	background-color: #282828;
	box-sizing: border-box;
}

@media (max-width: 799px) {
	#navigation {
		display: none;
	}
	#sp-menu-head {
		display: grid;
	}
}

/* Specialメニュー用 */
ul.sub-menu {
	display: none;
	position: absolute;
	transform: translate( 0px, 7px);
}
ul.sub-menu:hover {
	display: block;
}

ul.sub-menu li.sub-link {
	padding: 0 10px;
	line-height: 2em;
	background-color: #6f6b64;
}
ul.sub-menu li.sub-link:hover {
	background-color: #be9c59;
	font-style: italic;
}
ul.sub-menu li.sub-link .brown-letter{
	color: #2f2725;
}
@media (max-width: 799px) {
	ul.sub-menu {
		transform: translate( -20px, 7px);
	}
}
/* コンテンツ ********************************** */

#contents-frame {
	padding: 0 60px;
}
@media (max-width: 799px) {
	#contents-frame {
		margin-top: 80px;
		padding: 0 10px;
	}
}
/* パンくずリスト */
#contents-breadcrumbs {
	padding: 30px 0;
	font-size: xx-small;
	font-weight: bold;
	color: white;
}
.breadcrumbs-gold {
	color: #be9c59;
}
/* コンテンツヘッド */

#contents-head {
	padding: 30px 0 ;
}
.contents-title {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}
.contents-subject {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr auto 1fr 1fr;
}
.title-name,
.subject-name {
	width: 100%;
}
.title-side {
	padding-top: 4px;
}
.title-l { margin-right: 30px; }
.title-r { margin-left: 30px; }
.subject-l { margin-right: 20px; }
.subject-r { margin-left: 20px; }

span.slide-right {
	margin-left: 10px;
}
span.slide-left {
	margin-right: 10px;
}
@media (max-width: 499px) {
	span.horizon-line { display: none; }
	.title-l { margin-right: 0; }
	.title-r { margin-left: 0; }
	.title-name { margin: 0 auto; }
}
@media (max-width: 395px) {
	.information-logo img { width: 100%; }
}
@media (max-width: 363px) {
	.introduction-logo img { width: 100%; }
}
@media (max-width: 332px) {
	.cast-logo img { width: 100%; }
}
@media (max-width: 420px) {
	.dvd-logo img { width: 100%; }
}
@media (max-width: 436px) {
	.vod-logo img { width: 100%; }
}
/*
	.title-name img { width: 100%; }
*/
/* コンテンツメイン */
#contents-main {
	padding: 30px 0;
	color: white;
}
.contents-center {
	text-align: center;
}
.contents-left {
}
.txt-center {
	text-align: center;
}
.txt-bold {
	font-weight: bold;
}
.txt-large {
	font-size: large;
}
.txt-small {
	font-size: small;
}
.txt-x-large {
	font-size: x-large;
}
.txt-xx-large {
	font-size: xx-large;
}
.txt-interval-l {
	line-height: 3em;
}
@media (max-width: 599px) {
	.txt-interval-l {
		line-height: 2em;
	}
}
.txt-interval-m {
	line-height: 2em;
}
.txt-interval-s {
	line-height: 1.5em;
}
.gold-letter {
	color: #be9c59;
}
.red-letter {
	color: #cb2e39;
}
.btm-line {
	text-decoration: underline;
}
.dis-line {
	text-decoration: line-through;
}
.txt-indent {
	margin-left: 50px;
}
ul.attention-list,
ul.qa-list {
	list-style-type: none;
}
li.attention-remark,
li.qa-remark {
	padding-left: 1em;
	text-indent: -1em;
}
.gold-box {
	padding: 10px;
	background-color: #2f2725;
	border: 1px solid #be9c59;
}
/* トップページ個別 **************************** */
.logo-ornament {
	position: relative;
	margin: 0 100px;
	height: 800px;
}
.center-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 50%;
	margin: 0 auto;
}
.center-logo img {
/*	width: 410px;	*/
	width: 100%;
}
.logo-visual {
	margin: 0 100px;
	height: auto;
}
.center-key-visual {
}
.center-key-visual img {
	width: 100%;
}
@media (max-width: 599px) {
	.logo-visual {
		margin: 0 50px;
	}
}
@media (max-width: 429px) {
	.logo-visual {
		margin: 0 0px;
	}
}

@media (max-width: 999px) {
	.logo-ornament {
		margin: 0 50px;
		height: 700px;
	}
	.center-logo {
		width: 60%;
	}
}
@media (max-width: 699px) {
	.logo-ornament {
		margin: 0 25px;
		height: 600px;
	}
}
@media (max-width: 599px) {
	.center-logo {
		width: 75%;
	}
}
@media (max-width: 499px) {
	.logo-ornament {
		height: 450px;
	}
}
/* NEWS個別 */
.news-list-box {
	width: 100%;
	background-color: #e4e2e1;
	padding: 20px 0;
	height: 240px;
}
.news-box {
	width: 255px;
	height: 200px;
	border-right: 1px solid #888888;
	box-sizing: border-box;
	color: black;
}
div.news-box:first-child {
	border-left: 1px solid #888888;
}
.news-img img {
	width: 100%;
	height: auto;
}
.news-img,
.news-detail {
	padding: 10px 20px;
}
.news-detail {
	position: relative;
	height: 135px;
}
.news-detail a:hover {
	text-decoration: underline;
}

.news-date,
.news-category {
	position: absolute;
	padding: 3px 5px;
}
.news-date {
	bottom: 0;
	right: 20px;
}
.news-category {
	bottom: 0;
	left: 20px;
	background-color: #6f6b64;
	color: white;
}
.news-list-box .slick-list {
	height: 240px;
/* なぜか480になるので強制で変更 */
}
@media (max-width: 449px) {
	.news-detail {
		height: 155px;
	}
}
@media (max-width: 414px) {
	.news-img,
	.news-detail {
		padding: 10px 10px;
	}
	.news-date {
		right: 10px;
	}
	.news-category {
		left: 10px;
	}
}
@media (max-width: 349px) {
	.news-date,
	.news-category {
		font-size: x-small;
	}
}

/* Twitter個別 */
.twitter-box {
	width: 500px;
	margin: 0 auto;
	background-color: white;
}
@media (max-width: 579px) { .twitter-box { width: 100%; } }

/* バナー個別 */
.top-banner-area {
	width: 500px;
	margin: 3rem auto 0;
}
.top-banner-area span img {
	width: 100%;
	cursor: pointer;
}
@media (max-width: 499px) {
	.top-banner-area {
		width: 100%;
	}
}

.banner-box {
	width: 500px;
	height: 85px;
	margin: 3rem auto 0;
}
.banner-name {
	position: relative;
}
span.banner-notice,
span.banner-shadow {
	position: absolute;
	display: block;
	width: 100%;
	padding: 13px 0 11px 0;
	font-size: large;
}
span.banner-notice {
	background-color: #be9c59;
	color: white;
	cursor: pointer;
}
span.banner-shadow {
	border-top: 2px solid #be9c59;
	border-right: 2px solid #be9c59;
	transform: translate( 7px, -9px );
}
@media (max-width: 579px) { .banner-box { width: 95%; } }
@media (max-width: 519px) { .banner-box { width: 90%; } }
@media (max-width: 399px) {
	.banner-box { width: 85%; }
	span.banner-notice,
	span.banner-shadow {
		font-size: medium;
	}
}


/* Information個別 ***************************** */
p.info-caption {
	position: relative;
	padding-left: 20px;
}
p.info-caption::before {
	content: url( 'img/p_mark.png' );
	position: absolute;
	transform: translate( -20px, 16px );
}
.info-news {
	padding: 40px 0;
}
.news-more {
	padding-top: 20px;
}
.news-more img {
	height: auto;
}
.news-link a,
.news-link a:visited {
	text-decoration: none;
	color: white;
}
.news-link a:hover {
	text-decoration: underline;
}
@media (max-width: 639px) {

}
/* Introduction個別 **************************** */
.about-image {
	max-width: 550px;
	margin: 0 auto;
}
.about-image img {
	width: 100%;
}
@media (max-width: 599px) {
	.contents-subject {
		grid-template-columns: 1fr;
	}
	.subject-side {
		display: none;
	}
}

/* 金色ラインのCSSは別ファイル */

/* Schedule個別 ******************************** */
.schedule-summary,
.dvd-summary {
	display: grid;
	grid-template-columns: 100px 1fr;

}
.schedule-summary { margin-bottom: 30px; }
.dvd-summary { margin-bottom: 20px; }

.sub-box-left {
	position: relative;
}
.sub-box-right {
	padding-left: 50px;
}
span.shadow-line,
span.summary-name {
	position: absolute;
	display: block;
	width: 100%;
	padding: 5px 0 3px 0;
}

span.shadow-line {
	border-top: 1px solid #be9c59;
	border-right: 1px solid #be9c59;
	transform: translate( 5px, -5px );
}
span.summary-name {
	background-color: #be9c59;
	color: #333333;
}
.schedule-table {
	margin-bottom: 20px;
}
.schedule-table img {
	width: 100%;
}
p.sub-caption,
p.sum-caption {
	position: relative;
	padding-left: 20px;
}
p.sub-caption::before,
p.sum-caption::before {
	content: url( 'img/p_mark.png' );
	position: absolute;
	left: 0;
}
p.sub-caption::before {
	top: 5px;
}
p.sum-caption::before {
	top: 7px;
}
.caution-box {
	width: 100%;
	box-sizing: border-box;
	color: #be9c59;
}
a.link-a,
a.link-a:visited {
	text-decoration: none;
	color: #5f8bc8;
}
a.link-a:hover {
	text-decoration: underline;
}
@media (max-width: 599px) {
	.schedule-summary,
	.dvd-summary {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
	.sub-box-left {
		width: 100px;
	}
	.sub-box-right {
		margin-top: 50px;
		padding-left: 0;
	}
	.dvd-sub-box-right {
		margin-top: 20px;
		padding-left: 0;
	}
}
/* リセールPOPUP用 */
.modal-btn {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}
.btn-color-red {
	background-color: #cb2e39;
	border: 1px solid #cb2e39;
} 
.btn-color-gold {
	background-color: #be9c59;
	border: 1px solid #be9c59;
}
#erase-modal,
.modal-area {
	display: none;
}
#erase-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 5, 5, 5, 0.7 );
	z-index: 20;
	overflow-y: auto;
}
.modal-area {
	position: absolute;
	left: 50%;
	transform: translate( -50%, 0 );
	width: 1020px;
	margin: 2rem auto;
	z-index: 21;
}
.modal-contents {
	background-color: #2f2725;
	border: 1px solid #be9c59;
	padding: 29px;
}
.modal-close {
	display: inline-block;
	padding: 5px;
	background-color: #6f6b64;
	border: 1px solid #6f6b64;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}
.modal-article .full-img {
	width: 960px;
}
.modal-article .full-img img { width: 100%; }
.align-right {
	width: 100%;
	text-align: right;
}

@media (max-width: 1199px) {
	.modal-area { width: 80%; }
	.modal-article .full-img { width: auto; }
}
@media (max-width: 799px) {
	.modal-area { width: 90%; }
	.modal-contents { padding: 29px 14px; }
}
/* Cast & Staff個別 **************************** */

.photo-rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 37px;
}
.photo-triple {
	display: grid;
	grid-template-columns: 12.5% 50% 25% 12.5%;
	margin-bottom: 37px;
}
.cast-photo {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.cast-single {
	display: grid;
	grid-template-columns: 1fr;
}
.single-space { display: none; }
.photo-frame {
	position: relative;
	margin: 0 30px 15px;
}
.photo-img {
	margin: 0 auto;
	padding: 5px;
	background-color: #444444;
	cursor: pointer;
}
.photo-img img {
	width: 100%;
}
.unit-name {
	position: absolute;
	top: 0;
	left: -30px;
}
.cast-name {
/*	font-family: YuMincho,'Yu Mincho',serif;	*/
}
.unit-space {
	margin-bottom: 0;
}
@media (max-width: 999px) {
	.photo-rows {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
	.unit-space { margin-bottom: 37px; }
	.photo-triple { grid-template-columns: 1fr; }
	.triple-space { display: none; }
	.cast-single { grid-template-columns: 25% 50% 25%; }
	.single-space { display: block; }
}
@media (max-width: 949px) {
}
@media (max-width: 899px) {
}
@media (max-width: 859px) {
	.photo-frame { margin: 0 20px 15px; }
}
@media (max-width: 659px) {
	.cast-photo { grid-template-columns: 1fr; }
	.photo-frame { margin: 0 140px 15px; }
	.cast-single { grid-template-columns: 1fr; }
	.single-space { display: none; }
}
@media (max-width: 639px) {
	.photo-frame { margin: 0 160px 15px; }
}
@media (max-width: 569px) {
	.photo-frame { margin: 0 140px 15px; }
}
@media (max-width: 499px) {
	.photo-frame { margin: 0 120px 15px; }
}
@media (max-width: 459px) {
	.photo-frame { margin: 0 100px 15px; }
}
@media (max-width: 419px) {
	.photo-frame { margin: 0 80px 15px; }
}
@media (max-width: 399px) {
	.photo-frame { margin: 0 65px 15px; }
}
@media (max-width: 359px) {
	.photo-frame { margin: 0 45px 15px; }
}
/* 画面POPUP用 */
.cast-up,
.close-area,
.close-cast  {
	position: fixed;
	display: none;
}
.close-area {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 5, 5, 5, 0.7 );
	z-index: 20;
}

.cast-up {
	top: 50%;
	left: calc( 50% - 30px );
	transform: translate( -50%, -50% );
	width: 440px;
	height: auto;
	margin: 0 30px;
	z-index: 21;
}
.cast-up ul li a img {
	max-width: 100%;
}
.close-cast {
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	z-index: 21;
	cursor: pointer;
}
.close-bar {
	position: absolute;
	display: block;
	width: 64px;
	height: 6px;
	margin-top: 29px;
	background-color: #be9c59;
}
.close-bar:first-child {
	transform: rotate( 45deg );
}
.close-bar:last-child {
	transform: rotate( -45deg );
}
@media (max-width: 499px) {
	.cast-up {
		width: calc( 100% - 60px );
	}
}

/* Goods個別 *********************************** */
.goods-box {
	width: 100%;
	box-sizing: border-box;
}
.goods-attention-box-col {
	display: grid;
	grid-template-columns: 60% 15% 25%;
	border: 1px solid #6f6b64;
	text-align: left;
	background-color: #2f2725;
}
.goods-attention-box-row {
	display: grid;
	grid-template-rows: auto auto;
}
.subject-box {
	background-color: #6f6b64;
	line-height: 3em;
	height: 3em;
	padding: 10px;
}
.detail-box {
/*	height: 75px;	*/
	padding: 10px;
	background-color: #2f2725;
}
.goods-box-line {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
@media (max-width: 639px) {
	.goods-attention-box-col {
		grid-template-columns: auto;
		grid-template-rows: auto auto auto;
	}
	.goods-attention-box-row {
		grid-template-columns: 30% 70%;
		grid-template-rows: auto;
	}
	.subject-box {
		line-height: 1.5em;
		height: calc( 100% - 20px);
	}
	.goods-box-line {
		border-left: 0px solid white;
		border-right: 0px solid white;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
}
.goods-photo {
	margin: 0 auto;
}
.goods-img {
	padding: 5px;
}
.goods-img img {
	width: 100%;
}
.goods-column-a {
	display: grid;
	grid-template-columns: 1fr;
	width: 40%;
}
.goods-column-b {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 70%;
}
.goods-column-c {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 90%;
}

@media (max-width: 799px) {
	.goods-column-b,
	.goods-column-c,
	.goods-column-e {
		width: 100%;
	}
}
@media (max-width: 639px) {
	.goods-column-a {
		width: 100%;
	}
}
@media (max-width: 429px) {
	.goods-column-a,
	.goods-column-b,
	.goods-column-c,
	.goods-column-e {
		grid-template-columns: 1fr;
	}
}
p.caption-lr {
	position: relative;
}
p.caption-lr::before {
	content: url( 'img/p_mark.png' );
	position: absolute;
	transform: translate( -20px, 16px );
}
p.caption-lr::after {
	content: url( 'img/p_mark.png' );
	position: absolute;
	transform: translate( 5px, 16px );
}

/* Q&A個別 ************************************* */

.q-notice {
	margin-top: 30px;
	position: relative;
	border-bottom: 1px solid #be9c59;
	padding: 5px 0 20px 0;
	cursor: pointer;
}
.a-notice {
	display: none;
	margin: 20px 0 40px 0;
}
.q-logo {
	position: absolute;
	top: 0;
	left: 0;
}
.triangle {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-top: 10px solid #be9c59;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

/* Blu-ray/DVD個別 ***************************** */

/* Movie個別 *********************************** */

.movie-list-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.movie-box {
	box-sizing: border-box;
	padding: 20px;
}
.movie-frame {
	position: relative;
	padding-bottom: 56.25%; /* アスペクト比 16:9の場合の縦幅 */
	height: 0;
	overflow: hidden;
}
.movie-frame iframe {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.movie-list-box { grid-template-columns: 1fr; }
}

/* ******** ************************************ */


/* フッター ************************************ */

.footer-notice,
#footer {
	display: grid;
	grid-template-columns: 50% 50%;
	width: 100%;
	padding: 10px 0;
}
.event-box-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-notice {
}
.social-item {
	padding: 0 15px;
}
.copyright {
	margin: 20px auto;
	text-align: center;
	font-size: x-small;
	color: black;
}
.copyright a {
	color: black;
}
.copyright a:hover {
	text-decoration: underline;
}
@media (max-width: 799px) {
	.footer-notice,
	#footer {
		grid-template-columns: 1fr;
	}
	.copyright {
		margin: 5px auto;
	}
}
/* 過去のコンテンツ **************************** */
#footer-wrap {
	border-top: 10px solid #be9c59;
	width: 100%;
	background-color: white;
	height: auto;
}

#event-past {
	max-width: 1100px;
	margin: 0 auto;
	color: black;
}
.event-box-inner {
	padding: 30px 100px;
}

.event-item {
	height: 100px;
	padding: 0 15px;
}
.event-item img {
	width: 220px;
}

/* 上へ戻る */

#totop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 62px;
	height: 74px;
	cursor: pointer;
	background: url( 'img/totop_n.png' );
}
#totop:hover {
	background: url( 'img/totop_h.png' );
}
/**************************************************
記事投稿定義
**************************************************/
/*
#contents {
	display: block;
	margin: 0;
}

#main_contents {
	max-width: 1000px;
	margin: auto;
}

#about {
	display: block;
	width: 100%;
	margin: 0;
}
*/