﻿@charset "utf-8";

body{
	background-color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	}

@font-face {
  font-family: 'typicons';
  src: url('../fonts/typicons.eot');
  src: url('../fonts/typicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/typicons.woff') format('woff'),
url('../fonts/typicons.ttf') format('truetype'),
url('../fonts/typicons.svg#typicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
	color: rgb(33, 117, 195);
	text-decoration: none;
	cursor: pointer;
	}
	
a:visited	{color: rgb(33, 117, 195);}
a:hover		{color: rgb(71,150,224)}
a:focus		{outline: thin dotted;}

dl { line-height: 1.6em;}

dt {font-weight: bold;
	padding: 2%;
	margin: 0px;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	}

ul {padding-left: 1.5em;}
li {margin-bottom: 1em; line-height: 1.6em;}

ul.readme {
	float: right;
	font-size: 0.9em;
	}

ul.readme li {
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

table.schedule {
	margin-top: 20px;
	text-align: left;
	font-size: 1.8em;
	}

table.schedule th, table.schedule td {
	border: 2px #000 solid;
	padding: 10px 20px;
	}

table.schedule th {
	width: 4em;
	text-align: right;
	background-color: #FFFEBD;
	}


strong, .errorTxt {color:#FF0000;}

/*フェード*/
#mainMenu li, #pageTop a, #mobileMenu, .practiceExam a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*ページトップへ戻る*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	width: 70px;
	height: 70px;
	/*border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background-color: #c1141b;
	background-image: -moz-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	box-shadow: 3px 3px 10px 2.73px rgba(0, 0, 0, 0.35);
	}

#pageTop a {
	/*border-radius: 8px;
	-webkit-border-radius: 8px;*/
	display: block;
	text-decoration: none;
	line-height: 70px;
	color: #FFF;
	text-align: center; 
	text-shadow: rgba(0,0,0,0.51) -1px -1px 1px;
	}

#pageTop a:hover, #pageTop a:active {
	background-color: rgb(189,0,3);
	}


/*汎用ボタン*/
.button a {
	display: block;
	background-color: rgb(255,255,255);
	border: 1px solid #9daca9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px #fff;
	box-shadow: outset rgba(0,0,0,0.20);
	font: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: inherit;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgb(0,0,0);
	}



.button a:hover {background-color: rgb(233,233,233);}
.button a:active {background-color: #d2d6d6; border: 1px solid #9daca9;}

/*記事用*/
.small	{font-size: 0.9em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.4em;}
.center	{text-align: center;}
.spaced {padding: 1em;}
.left	{float: left;}
.right	{float: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.yellow {color: #FFED00;}

/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

.oldVersion {
	text-align: center;
	color: rgb(255,0,4);
	padding: 10px;
	}

/*大枠*/
.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	background-color: #000;
	background-image: -moz-linear-gradient( 90deg, rgb(100,0,0) 0%, rgb(0,0,0) 10%);
	background-image: -webkit-linear-gradient( 90deg, rgb(100,0,0) 0%, rgb(0,0,0) 10%);
	background-image: -ms-linear-gradient( 90deg, rgb(100,0,0) 0%, rgb(0,0,0) 10%);

	}

#header {
	float: none;
	height: auto;
	clear: none;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 100px auto -80px;
	max-width: 1040px;
	min-width: 0px;
	/*background: url(/Content/images/ft_nazo_corner_top.png) no-repeat center top;*/
	background-size: contain;
	}

#header h1 {
	margin: 0px 0 0 40%;
	padding: 0px;
	position: relative;
	width: 60%;
	}

#header	p {
	font-size: 1.8em;
	text-align: center;
	}

#srcatch {
	max-width: 300px;
	width: 12%;
	margin: 20px auto 15%;
	}

#srtitle {
	display: block;
	width: 100%;
	}


#srtitle2 {
	display: block;
	position: absolute;
	z-index: 999;
	left: -10%;
	top: -10%;
	width: 120%;
	opacity: 0.25;

	animation-name: anime1;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;

	-webkit-animation-name: anime1;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;

	}

@keyframes anime1 {
	0% {opacity: 0; width: 110%; left: -5%; top: -5%;}
	2% {opacity: 0.2; width: 115%; left: -7.5%; top: -7.5%;}
	80% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	100% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	}

@-webkit-keyframes anime1 {
	0% {opacity: 0; width: 110%; left: -5%; top: -5%;}
	2% {opacity: 0.25; width: 115%; left: -7.5%; top: -7.5%;}
	80% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	100% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	}




#obakenxtaito {
	display: block;
	width: 30%;
	margin: 0 0 10% 53%;
	}

#leadTxt {
	margin: 30% auto 10%;
	}


#ftDate {
	display: block;
	max-width: 709px;
	width: 90%;
	margin: 0 auto 0px;
	}

#lookAtMe {
	width: 24%;
	height: 24%;
	position: absolute;
	bottom: 20%;
	right: 2%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}





#lookAtMe:hover {
	width: 28%;
	height: 28%;
	bottom: 18%;
	right: 0%;
	}

#lookAtMe a{
	outline: none;
	}

#lookAtMe img {
	width: 100%;
	}




#menu {
	position: fixed;
	z-index: 1000;
	width: 100%;
	max-width: 1040px;
	padding: 20px;
	}

	/*スマホ用メニュー（最初は非表示）*/
	#mobileMenu {display: none;}

	#mainMenu {
		height: 50px;
		margin: 0px;
		padding: 0px;
		width: 100%;
		list-style-type: none;
		background-color: rgb(189,0,3);
		background-image: -moz-linear-gradient( 90deg, rgb(187,0,0) 0%, rgb(0,0,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(187,0,0) 0%, rgb(0,0,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(187,0,0) 0%, rgb(0,0,0) 100%);
		box-shadow: 0px 3px 18.27px 2.73px rgba(0, 0, 0, 1.0);

	/* IE 5.5-7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#761417', endColorstr='#bb0007');*/
	 
	/* IE 8+ */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#761417', endColorstr='#bb0007', GradientType=0)";*/

		/*border-radius: 8px;
		-webkit-border-radius: 8px;*/
		}

	#mainMenu li{
		box-sizing: border-box;
		float: left;
		width: 25%;
		margin: 0px;
		height: 50px;
		overflow: hidden;
		border-right: 1px #000 solid;
		}

	#mainMenu li:first-child {
		/*border-radius: 8px 0 0 8px;
		-webkit-border-radius: 8px 0 0 8px;*/
		}

	#mainMenu li:last-child {
		/*border-radius: 0 8px 8px 0;
		-webkit-border-radius: 0 8px 8px 0;*/
		border: none;
		}

	#mainMenu li a {
		display: block;
		font-size: 1.2em;
		height: auto;
		text-align: center;
		font-weight: bold;
		line-height: 50px;
		color: #FFF;
		text-shadow: rgba(0,0,0,0.8) -1px -1px 2px;
		}

	#mainMenu li:hover, #mainMenu li:active {
		background-color: rgb(189,0,3);
		}




/*コンテンツ全体をラップ*/
#contentWrap {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
	max-width: 1040px;
    display: block;
    margin-right: auto;
	background: url(../images/silentrooms/silentroom_bg.jpg) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	}

h2 {
	/*border-radius: 8px;*/
	background-color: #000;
	background-image: -moz-linear-gradient( 90deg, rgb(30,0,0) 0%, rgb(0,0,0) 50%);
	background-image: -webkit-linear-gradient( 90deg, rgb(30,0,0) 0%, rgb(0,0,0) 50%);
	background-image: -ms-linear-gradient( 90deg, rgb(30,0,0) 0%, rgb(0,0,0) 50%);
	/*box-shadow: 0px 3px 9.4px 0.6px rgba(0, 0, 0, 0.28);*/
	border-bottom: 2px #ddd solid;
	height: 70px;
	font-size: 2em;
	line-height: 70px;
	padding-left: 20px;
	margin-bottom: 40px;
	color: #C91114;
	text-shadow: rgba(64,0,0, 1.0) -3px -3px 0px, rgba(48,0,0, 1.0) 3px 3px 0px;
	position: relative;
	}


h2 span {
	/*display: block;
	position: absolute;
	width: 70px;
	height: 80px;
	left: 10px;
	top: -3px;
	margin: 0;
	padding: 0;
	background: url(../images/ft_nazo_mark.png) no-repeat left top;
	background-size: cover;*/
	}

h3 {
	font-size: 1.2em;
	color: rgb(189, 20, 27);
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

	.shopInfo div h3 {
		font-size: 1.4em;
		margin-top:10px;
		padding-bottom: 10px;
		text-align: center;
		}


h4 {
	padding: 5% 2% 2%;
	margin: 0px;
    line-height: 1em;
	font-weight: bold;
    text-align: left;
	}

/*RSS*/
#contentWrap h3 span {
	display: block;
	position: absolute;
	right: 10px;
	top: 25%;
	}

	#contentWrap h3 span a		{color: #FF8E00;}
	#contentWrap h3 span a:hover	{color: #fff;}
	#contentWrap h3 span a:before {
		font-family: "typicons";
		content: '\e0dc';
		font-weight: normal;
		font-size: 1.6em;
		}


#contentWrap p {line-height: 1.6em;}

#contentWrap p.small {font-size: 0.8em;}


/*記事1個*/
.article {
	padding: 80px 20px 20px 20px;
	margin-bottom: -80px;
	}

.typeA {}
.typeB {}
.typeC {}
.typeD {}

.typeB img {
	display: block;
	width: 400px;
	float: left;
	margin-right: 20px;
	}
.typeB p {
	}

.typeC img {
	display: block;
	width: 300px;
	float: left;
	margin-right: 20px;
	}

.typeD div {
	text-align: left;
	}

.typeD div img {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 20px;
	}

.typeD div div {
	width: 49%;
	border: 2px #41210f solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
	margin-top: 20px;
	}

.typeD .extendInfo {
	border: 2px #41210f solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 20px 0;
	}

.typeD .extendInfo img {
	display: block;
	width: 40%;
	float: left;
	}

.typeD .extendInfo p {
	width: 60%;
	padding: 20px 20px;
	float: left;
	}
	



.typeD div div:nth-child(3) {
	margin-right: 2%;
	}

.typeD div div img {
	width: 100%;
	margin: 20px 0;
	}

.typeD div div img.ticket {
	max-width: 300px;
	margin: 50px auto 50px;
	}


.article div {
	padding: 10px 20px 20px 20px;
	}

/*店舗情報のBOX*/
.article div.shopInfo {
	padding: 20px;
	}

/*お店1個*/
.shopInfo div {
	/*width: 49%;*/
	/*border: 2px #41210f solid;*/
	/*border-radius: 8px;
	-webkit-border-radius: 8px;*/
	/*float: left;*/
	background-color: #DDD;
	color: #000;
	}

.shopInfo div:first-child {
	margin-right: 2%;
	}

	.shopInfo div p {
	text-align: center;
	padding: 0;
	margin:5px 10px 30px 10px;
	}


.story {
	text-align: center;
	font-size: 1.2em;
	text-shadow: rgba(80,0,0, 1.0) -3px -3px 0px, rgba(64,0,0, 1.0) 3px 3px 0px;
	}

.story span {
	color: #f00;
	}

#ftLastMessage {
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	padding: 0;
	padding-top: 200px;
	margin: 0;
	color: #FF0000;
	}


/*SNSシェアボタン*/
.shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 60px auto;
	clear: both;
	padding: 2%;
	text-align: center;
	}

	.shareButtons {
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		}

		.fb-like {
			width: 170px;
			margin-bottom: 10px;
			float: left;
			}
	
		.tweetBtn {
			width: 80px;
			margin-bottom: 10px;
			float: left;
			}
	
		.googleBtn {
			width: 80px;
			margin-bottom: 10px;
			float: left;
			}
	
		.lineBtn {
			width: 90px;
			margin-bottom: 10px;
			float: left;
			display: none;
			}

#footer {
	float: none;
	height: auto;
	width: 100%;
	position: relative;
	max-width: 1040px;
	margin: 0 auto 20px;
	text-shadow: rgba(0,0,0, 1.0) 0px -3px 6px;
	/*background: url(/Con/images/ft_nazo_corner_bottom.png) no-repeat center bottom;*/
	/*background-size: contain;*/
	}


#footer p {
	font-size: 0.9em;
	color: #ddd;
	line-height: 1.6;
	text-align: center;
	}

#footer img {
	display: block;
	margin: 0 auto;
	}


#footMenu {
	}

#footMenu ul {
	width: 50%;
	margin: 50px auto 40px;
	padding: 0;
	}

#footMenu li {
	list-style-type: none;
	border-right: 1px #ddd solid;
	width: 25%;
	float: left;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	}

#footMenu li:first-child {
	width: 49%
	}

#footMenu li:last-child {
	border: none;
	}

#siteCopyright {
    float: none;
    font-size: 0.9em;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: both;
    min-height: 0px;
    padding: 2%;
	margin-bottom: 40px;
	}






/*ラヂオとチェックボックス*/
input[type="radio"], input[type="checkbox"] {
	display: inline;
	width: auto;
	height: auto;
	vertical-align: baseline;
	font-size: 1.8em;
	margin-right: 0.2em;
	}



.practiceExam {
	clear: both;
	margin: 20px 10px 0 10px;
	}

.practiceExam a {
	display: block;
	font-size: 3em;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 1.1;
	text-decoration: none;
	border: 4px #c00 solid;
	border-radius: 16px;
	padding: 15px 0px;
	text-shadow: -2px -2px 1px rgba(0, 0, 0, 0.4), 2px 2px 3px rgba(255, 255, 80, 0.7);
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.9), inset 0 2px 0 rgba(255, 255, 255, 0.4), 0px 3px 10px 2px rgba(0, 0, 0, 0.35);
	background-color: #FFD600;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #d69a00), color-stop(0.75, #ad6700), color-stop(0.54, #cc8600), color-stop(0.50, #ffa700), color-stop(0.00, #faef00));
	background: -webkit-linear-gradient(top, #faef00 0%, #ffa700 50%, #cc8600 54%, #ad6700 75%, #d69a00 97%);
	background: -moz-linear-gradient(top, #faef00 0%, #ffa700 50%, #cc8600 54%, #ad6700 75%, #d69a00 97%);
	background: -o-linear-gradient(top, #faef00 0%, #ffa700 50%, #cc8600 54%, #ad6700 75%, #d69a00 97%);
	background: -ms-linear-gradient(top, #faef00 0%, #ffa700 50%, #cc8600 54%, #ad6700 75%, #d69a00 97%);
	background: linear-gradient(to bottom, #faef00 0%, #ffa700 50%, #cc8600 54%, #ad6700 75%, #d69a00 97%);
	}

.practiceExam a:hover {
	opacity: 0.7;
	}


.practiceExam a:before {
	font-family: "typicons";
	content: '\e049''　';
	font-size: 1.2em;
	}

.practiceExam a span {
	display: block;
	color: #fff;
	font-size: 0.5em;
	line-height: 1.2em;
	}


@media only screen and (max-width: 768px) {

table.schedule {
	margin-top: 20px;
	font-size: 1.1em;
	}

table.schedule td {
	}


.lineBtn {display: block;}

.common {margin: 2% 1.5% 2% 1.5%;}

/*メインメニュー*/

#menu {
	padding: 10px;
	}

#mainMenu {
	height: 50px;
	}

#mainMenu li {
	height: 50px;
	}

#mainMenu li a {
	font-size: 0.8em;
	line-height: 50px;
	}
		
#header {
	margin-top: 70px;
	margin-bottom: -50px;
	}

#header	p {
	font-size: 1.4em;
	}
	
#header h1 {
	width: 60%;
	}

#srcatch {
	margin-top: 0;
	margin-bottom: 5%;
	}

#srtitle {
	}


#obakenxtaito {
	}

#leadTxt {
	margin: 20% auto 10%;
	}







#ftDate {
	width: 95%;
	}

#contentWrap {
	}



h2 {
	height: 50px;
	padding-left: 20px;
	line-height: 50px;
	font-size: 1.8em;
	}

h2 span {
	/*width: 50px;
	height: 60px;
	left: 10px;
	top: -3px;*/
	}


h3 {
	font-size: 1.0em;
	}

	.shopInfo div h3 {
		font-size: 1.1em;
		padding-bottom: 10px;
		}
		
/*2015/7/3追加*/
.shopInfo div p {
	text-align: center;
	padding: 0;
	margin:5px 0 20px 0;
	}


/*記事1個*/
.article {
	padding: 50px 10px 20px 10px;
	margin-bottom: -50px;
	}

.article div.shopInfo {
	padding: 10px;
	}

.typeB img {
	width: 300px;
	margin-right: 10px;
	}

.typeC img {
	width: 200px;
	margin-right: 10px;
	}

.typeD>div {
	padding: 10px;
	}

.typeC>div {
	padding: 10px;
	}


.typeD .extendInfo {
	margin: 0 10px 0;
	}

.typeD .extendInfo img {
	width: 50%;
	}

.typeD .extendInfo p {
	width: 50%;
	padding: 10px 20px;
	}



#ftLastMessage {
	padding-top: 50px;
	}

#footer p {
	font-size: 0.8em;
	}

#footMenu ul {
	width: 70%;
	}

#footMenu li {
	font-size: 0.8em;
	}

#siteCopyright {
	font-size: 0.8em;
	margin-bottom: 50px;
	}

}


@media only screen and (max-width: 480px) {

/*スマホ用メニュー*/
#menu {
	z-index: 1000;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.298039) 1px 5px 10px 1px;
	}

#mobileMenu {
	display: block;
	width: 100%;
	background-color: #c1141b;
	}

	#mobileMenu:hover {opacity: 0.9;}
	#mobileMenu:active {background: #fff;}


/*ボックス固定用クラス*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	}

/*メインメニュートグル*/
#toggle{
	width: 100%;
	float: right;
	position: relative;
	}

	#toggle a{
		display: block;
		position: relative;
		padding: 10px 0px 10px 0px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		}

	#toggle a span:after {content: "メニュー";}


#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 20px;
	margin-top: -10px;
	background-color: rgb(255,255,255);
	border-radius: 2px;
	}

#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 4px;
	background-color: #c1141b;
	}

#toggle a:before{margin-top: -6px;}
#toggle a:after{margin-top: 2px;}

#mainMenu {
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	height: auto;
	box-shadow: none;
	}

	#mainMenu li  {
		margin: 0px;
		clear: none;
		float: none;
		width: 100%;
		border: none;
		border-bottom: 1px #f00 solid;
		background-color: #000;
		height: auto;
		padding-left: 10px;
		}

	#mainMenu li:first-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		}

	#mainMenu li:last-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		border-bottom: 1px #fff solid;
		}
	
	#mainMenu li a {
		line-height: 2.5em;
		font-size: 1.2em;
		text-align: left;
		text-shadow: none;
		}

	#mainMenu li a:before {
		font-family: "typicons";
		content: '\e0b0';
		font-size: 1.0em;
		margin-right: 10px;
		color: #F00;
		}



	#mainMenu li:hover, #mainMenu li:active {
		background-color: rgb(189,0,3);
		}

#header {
	margin-top: 45px;
	margin-bottom: -40px;
	}

#lookAtMe {
	bottom: 25%;
	}

#lookAtMe:hover {
	bottom: 23%;
	}


#header h1 {
	width: 80%;
	margin: 0 auto 0;
	}

#srcatch {
	width: 25%;
	margin-top: 5%;
	margin-right: 20%;
	margin-bottom: 30%;
	}

#srtitle {
	}

#obakenxtaito {
	width: 40%;
	margin: 0 auto 0;
	}

#leadTxt {
	}




h2 {
	font-size: 1.4em;
	padding-left: 10px;
	overflow: hidden;
	}

h2 span{
	/*width: 40px;
	height: 45px;
	left: 0;
	top: 3px;*/
	}


/*記事1個*/
.article {
	padding: 40 5px 20px 5px;
	margin-bottom: -40px;
	}

.typeB img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	float: none;
	}

.typeC>div {
	padding: 0;
	}

.typeC img {
	width: 60%;
	margin: 10px auto;
	float: none;
	}

.typeD .extendInfo {
	margin: -10px 10px 0;
	}

.typeD .extendInfo img {
	float: none;
	width: 100%;
	}

.typeD .extendInfo p {
	float: none;
	width: 100%;
	padding: 0px 10px;
	}


.article div.shopInfo {
	padding: 5px;
	}


.article div.shopInfo div, .typeD div div {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}

.story {
	font-size: 1.0em;
	}

#ftLastMessage {
	font-size: 1.2em;
	padding-top: 40px;
	}


#footMenu ul {
	width: 100%;
	}

#siteCopyright {
	font-size: 0.6em;
	}


/*ページトップへ*/
#pageTop {
	right: 10px;
	bottom: 10px;
	}


.practiceExam a span {
	font-size: 0.4em;
	}
}




/*2016/03/14 追記*/
#Share_Media {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
}

#Share_Media div {
	width: 50%;
	box-sizing:border-box;
}

#Share_Media #youtube_ct, #Share_Media #timeline{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#Share_Media #youtube_ct {
	border:1px solid #333333;
	border-radius:5px;
}

#Share_Media iframe, .twitter-timeline {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}

@media only screen and (max-width: 768px) {

#Share_Media {
	flex-direction: column;
}

#Share_Media div {
	width: 100%;
}

#TW {
	max-width:520px;
	margin:auto;
}

#Share_Media #timeline{
	padding-bottom: 80%;
}

}

@media only screen and (max-width: 480px) {

#Share_Media #timeline{
	padding-bottom: 150%;
}

}