@media screen and (max-width:767px) and (min-width:512px){

html{
	height: 100%;
}

body{
	font-size: 15px;
	color:#000000;
	line-height:170%;
	word-break:break-all;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", Osaka, sans-serif, Verdana, Arial, Helvetica;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

.clr{
	clear: both;
}

h1,h2,h3,h4,ol,li,p{
	margin:0 auto;
}


img{
	border: 0;
	vertical-align: bottom;
}

.clr{
	clear: both;
}

 /* p 要素 */

p{
	margin: 0;
	padding: 0;
}

p.h1{
	margin: 0;
	padding: 1px 0 0 0;
}

p.h2{
	margin: 0;
	padding: 2px 0 0 0;
}


p.h3{
	margin: 0;
	padding: 3px 0 0 0;
}

p.h5{
	margin: 0;
	padding: 5px 0 0 0;
}

p.h10{
	margin: 0;
	padding: 10px 0 0 0;
}

p.h17{
	margin: 0;
	padding: 17px 0 0 0;
}

p.h20{
	margin: 0;
	padding: 15px 0 0 0;
}

/* ライン */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr.head {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#B16C76), to(transparent));
  background-image: linear-gradient(to right, transparent, #B16C76, transparent);
  margin-top:8px;
}

hr.main {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #EBD6D0 0, #EBD6D0 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #EBD6D0 0, #EBD6D0 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  margin-top:8px;
}

hr.sepalator {
  border-top: 1px dashed #999;
  margin-top:20px;
  margin-bottom:20px;
}

/* テキスト */

.txtS{
	font-size: 14px;
	line-height: 150%;
}

.txtM{
	font-size: 20px;
	line-height: 150%;
}

/* リンク */

a img:hover{
	filter: contrast(120%);;
}

a.lnk{
	color: #5074C1;
	text-decoration:none;
}

a.lnk:hover{
	color: #2A55B1;
	text-decoration:underline;
}

a.rev{
	color: #2A55B1;
	text-decoration:none;
}

a.rev:hover{
	color: #5074C1;
	text-decoration:underline;
}

a.subtitle{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000000;
	text-decoration: none;
}

a.subtitle:hover{
	text-decoration: underline;
	color: #5074C1;
}

a.subtitleS{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #000000;
	text-decoration: none;
}

a.subtitleS:hover{
	text-decoration: underline;
	color: #5074C1;
}

/* イメージ画像表示Box */

.box {
  position   : relative;
  width: 100%;
  
}


/* 表示部 */

/* トップメニュー等ボックス */
#topbox{
	position: fixed;
	width: 100%;
	height:90px;
	z-index: 10;
}

/* H1 スペース */

#headouter{
	width: 100%;
	background-color: #B16C76;
	height: 30px;
}

.inner{
	width: 100%;
}

.descript{
	padding: 0 10px 0 10px;
}

span.smathide{
	display: none;
}

/* メニュー */
#menubox{
	width: 100%;
	background-image: url("../img/bg_top.png");
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.86;
}


.menuout{
	display:table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}

.menuinL{
	display:table-cell;
	width: 30%;
	padding-left: 1%;
	vertical-align: middle;
	padding-bottom: 3px;
}

.menuinR{
	display:table-cell;
	text-align: right;
	vertical-align: middle;

}

img.logoPc{
	width:100%;
}

img.logoSmart{
	display: none;
}

.cp_link {
	position: relative;
	padding: 0.1em 0.2em;
	display: inline-block;
	transition: .3s;
	color: #000000;
	font-family: "Century Gothic";
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
}
.cp_link::before,
.cp_link::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333333;
	transition: .3s;
}
.cp_link::before {
	top: 0;
	left: 0;
}
.cp_link::after {
	bottom: 0;
	right: 0;
}
.cp_link:hover::before,
.cp_link:hover::after {
	width: 100%;
}


/* イメージ画像 */

#mainboxout{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

img.spacer{
	width: 100%;
}

img.addspacer{
	height: 20px;
}

img.spacerV{
	display: none;
}





/* 内容部 */


h1{
	font-size: 30px;
	color: #806060;
	font-family: "Century Gothic";
	font-weight: normal;
	text-align: center;
}

h2.titleEn{
	font-size: 24px;
	color: #806060;
	font-family: "Century Gothic";
	font-weight: normal;
}

h2.titleJa{
	font-size: 24px;
	color: #806060;
	font-weight: normal;
}


h3.date{
	font-size: 18px;
	font-family: "Century Gothic";
	font-weight: normal;
	margin-bottom: 5px;
}

h3.eventtitle{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

.titleL{
	font-size: 22px;
}

img.eventL{
	width: 40%;
	max-width: 224px;
	float: left;
	margin-right: 2%;
	border-radius: 3px;
}


img.eventS{
	width: 80%;
	max-width: 224px;
	border-radius: 3px;
}


img.japan{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.eventsub{
	float: left;
	text-align: left;
	width: 50%;
}

.eventsublnk{
	width: 224px;
	text-align:right;
}




.privacybox{
	box-sizing:border-box;
	padding-top: 20px;
	width: 100%;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

.copybox{
	text-align: center;
	font-family: "Century Gothic";
}



img.event{
	box-sizing:border-box;
	display: block;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}




















}
