/* Global Styles */
body {
	margin:0px;
	background-color: hsl(224, 65%, 23%)
}
a {
	color: hsl(15, 100%, 40%);
	text-decoration: none;
}
a:link {
	color: hsl(0, 0%, 100%);
}
a:visited {
	color: hsl(0, 0%, 100%);
	}
a:hover {
	color: hsl(0, 0%, 100%);
}
a:active {
	color: hsl(0, 0%, 100%);
}
.container {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
/*トップカバー*/
.header{
	padding: 30px 0 100px 0;
	height: 50px;
    /* メインイメージ */
	background-image: url(./images/mm_entertainment_image.jpg) ;
    background-size: contain;
	text-align: center;
	vertical-align: middle;
}
.pageName{
	font:12px arial;
	color: hsl(24, 33%, 97%);
	line-height:20px;
	letter-spacing:.1em;
	}
.pageCopy {
	font:8px arial;
	 color:hsl(0, 0%, 100%);	 

}
/*サブカバー(子ページ用)*/
.shoulder{
	padding: 5px 0;
	height: 80px;
    /* サブイメージ */
	background-image: url(./images/mm_entertainment_image.jpg) ;
    background-size: contain;
}
.shoulderName{
	font:12px arial;
	color: hsl(24, 33%, 97%);
	letter-spacing:.1em;
}
.shoulderCopy {
	font:10px arial;
	color:hsl(0, 0%, 100%);	 
}
/*メインライン*/
.tagline { 
	width: auto;
	height: 3px;
	background: hsl(15, 100%, 40%);
	font:12px arial;
	color: hsl(15, 100%, 40%);
	line-height:18px;
	letter-spacing:.4em;
}
/*メイン*/
.main {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100 0;
	width: auto;
}
/*ナビゲーションメニュー*/
.navi {
	width: 145px;
	max-height: 1200px;
	background-color: hsl(15, 100%, 40%);
	text-align: center;
}
.navibot {
	width: 140px;
	height: 35px;
	padding-top: 15px;
	margin-top: 2px;
	margin-left: 2px;
	background-color: hsl(180, 100%, 27%);
	border: 1px solid hsl(0, 100%, 1%);
}
/*インフォメーション*/
.infomation {
	width: 450px;
	max-width: 800px;
	flex-grow: 500;
	flex-shrink: 50;
	padding-left: 10px;
}
.infotitle {
	width: auto;
	height: 41px;
	color: hsl(0, 37%, 97%);
}
.bodyText {
	width: auto;
	font:11px arial;
	color:hsl(210, 100%, 80%);
	word-break: break-all;
}
.subHeader {
	font:16px arial;
	color: hsl(15, 100%, 40%);
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}	
/*サイドバー*/
.sidebar {
	width: 150px;
	padding-left: 10px;
	background-color: hsl(180, 100%, 3%);
	border: 1px solid hsl(0, 98%, 52%);
}
.sidebarHeader {
	padding: 0px 4px 14px 4px;
	width: auto;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font:14px arial;
	color: hsl(210, 100%, 80%);
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}
.dateformat {
	width: auto;
}
.date {
	color:hsl(210, 100%, 80%);
	font:11px arial;
	color: hsl(210, 100%, 80%);
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
}
/*About*/
.about {
	width: 80%;
	min-width: 300px;
}
.abouttitle {
	width: auto;
	height: 41px;
	color: hsl(0, 37%, 97%);
}
.aboutText {
	font:11px arial;
	color:hsl(210, 100%, 80%);
	width: auto;
}
.aboutHeader {
	font:16px arial;
	color: hsl(15, 100%, 40%);
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}	
/*gallery*/
.gallery {
	width: 80%;
	min-width: 300px;
}
.gallerytitle {
	width: auto;
	height: 41px;
	color: hsl(0, 37%, 97%);
}
.galleryPhoto {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
}
.photo {
	font:16px arial;
	color: hsl(15, 100%, 40%);
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}	
.prog {
	width: 80%;
	min-width: 300px;
}
.progtitle {
	width: auto;
	height: 41px;
	color: hsl(0, 37%, 97%);
}
/* フッター */
footer {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
	clear: left;
	background-color: hsl(15, 100%, 40%);
}
footer p {
    color: hsl(180, 100%, 97%);
    font-size: 12px;
    text-align: center;
}
/* フォーム */
.contact-text {
    width: 80%;
    padding: 45px 50px;
	text-align: center;
}
form {
	/* フォームエリア */
	width: 100%;
    margin: 0 auto;
    /* フォーム飾り */
    padding: 1em 1em;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 1em;
}
form div + div {
    margin-top: 1em;
}
label {
	/* 項目名 */
    display: inline-block;
	text-align: right;
	font-size: 16px;
}
input,
textarea {
	width: 500px;
    /* 入力エリアフォント */
    font: 1em sans-serif;
    /* 入力エリアサイズ */
    box-sizing: border-box;
    /* 入力エリア飾り */
    border: 1px solid hsl(0, 0%, 60%);
}
input:focus,
textarea:focus {
    /* 入力フォーカスカラー */
    border-color: hsl(0, 0%, 0%);
}
textarea {
    /* 入力エリア内レイアウト */
    vertical-align: top;
    /* 入力エリア内レイアウト */
    height: 15em;
}
.button {
    /* ボタンレイアウト */
    padding-left: 90px;
}
button {
    /* ボタンレイアウト */
    margin-left: .5em;
}