@charset "utf-8";
/*
	shared.css
*/
/* ==========================================================
    HTML, Body, Anchor
========================================================== */
body {
  font-size: 13px;
  *font-size: small;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
	word-break: break-all;
	word-wrap: normal;
	background: #d5483a; 
}
/* Font-size (base: 16px) */
a {
  color: #3dace0;
  text-decoration: underline;
  outline: 0;
}

a:link, a:visited {
  text-decoration: underline;
  outline: 0;
}

a:hover, a:active {
  color: #3dace0;
  text-decoration: none;
}


/* ==========================================================
    wrapper
========================================================== */
#wrapper {
	font-size: 112%;
}

/* ==========================================================
    header
========================================================== */
header {
	text-align: center;
}

a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.inner {
	clear: both;
	width: 1000px;
	margin: 30px auto;
	overflow: hidden;
}


.inner h2 {
	background: #3dace0;
	font-size: 120%;
	text-align: center;
	margin: 20px auto;
	padding: 2px;
}

.inner h3 {
	float: left;
	font-size: 80%;
	background: #3dace0;
	text-align: center;
	margin-right: 3px;
	padding: 2px 5px;
}

.inner p{
	font-size: 150%;
}

.inner .detail {
	text-align: center;
	margin: 30px auto;
}

.inner .tokyo {
	float: left;
	width: 56%;
}

.inner .osaka {
	float: right;
	width: 43%;
}

.inner ul{
	font-size: 80%;
}
.inner ul li{
	float: left;
	padding: 2px 0;
	margin-right: 2px;
}
.inner li:before {
  content: "● ";
	color: #3dace0;
}

/* 20160226 add */
.inner .stamp {
	margin-top: 30px;
	width: 99.5%;
	color: #fff;
	background: #003b84;
	text-align: center;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	border: 1px solid #003b84;
	padding: 10px 0;
	font-size: 150%;
	font-weight: bold;
}


.inner .link2017 {
	margin-top: 30px;
	float: left;
	width: 50%;
	color: #3dace0;
	background: #ffffff;
	text-align: center;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	border: 1px solid #ffffff;
	padding: 10px 0;
	font-size: 120%;
	font-weight: bold;}
.inner .link2017 a{
	text-decoration:none;
}
.inner .link2017 em {
	font-style: normal;
	color: #d5483a; 
	font-size: 130%;
}


.inner .report2016 {
	margin-top: 30px;
	float: right;
	width: 49%;
}

.inner .report2016 a.btn {
	background: #3dace0 url(../images/icon_pdf.png) no-repeat right center;
	padding: 30px 60px 30px 0;
}




a.btn span { font-size: 80%; }
a.btn {
	display: block;
	text-decoration:none;
	text-align: center;
	background: #3dace0;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	border: 1px solid #3dace0;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
}

a.btn:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: 1px solid #d5483a;
	background: #d5483a;
}

.entry {
	width: 400px;
	margin: 30px auto;
	overflow: hidden;
}

.entry em {
	font-size:80%;
	font-weight: normal;
	}

.contact {
	float: left;
	width: 30%;
	margin: 100px 3% 0 0;
}
.contact h3 {
	font-size: 110%;
}


.main-image {
	margin: 0 auto 50px;
}

.email {
	background: url(../images/email.png) no-repeat left top;
	padding: 5px 0 5px 35px;
	line-height: 32px;

}

iframe {
	clear: both;
	width: 100%;
	height: 600px;
	margin-top: 30px;
	border: none;
}

.sm {
  display: none;
} 

/* ==========================================================
    footer
========================================================== */
#footer {
	clear: both;
	width: 1000px;
	margin: 50px auto 10px;
	overflow: hidden;
}

#footer p{
	font-size: 90%;
}
#footer p strong{
	font-size: 220%;
}


#footer small{
	display: block;
	padding: 30px 0;
	text-align: center;
	font-size: 80%;
}


/*
  common-module.css
*/
/* ==========================================================
	共通モジュール
========================================================== */
/* 汎用クラス
========================================================== */
.hidden {
  display: none;
}

.textCenter {
  text-align: center;
}

.btnCenter {
  width: 522px;
  margin: 0 auto;
}

.color-black {
  color: #000;
}

.text-inner {
  padding: 30px;
  line-height: 1.6;
  background-image: url(../images/shared/transparent.png);
}

/* マージン
========================================================== */
.mB20 {
  margin-bottom: 20px;
}

.mB50 {
  margin-bottom: 50px;
}

/* パディング
========================================================== */
.pT20 {
  padding-top: 20px;
}

.pT30 {
  padding-top: 30px;
}

/* フロート
========================================================== */
.floatR {
  float: right;
}

.floatL {
  float: left;
}

.clearBoth {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* sp
----------------------------------------------- */
@media screen and (max-width: 568px) {
/* ==========================================================
    header
========================================================== */
header {
	text-align: center;
}

header h1 img {
	width: 100%;
	height: auto;
}

.inner {
	clear: both;
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}


.inner h2 {
	background: #3dace0;
	font-size: 120%;
	text-align: center;
	margin: 20px auto;
	padding: 2px;
}

.inner h3 {
	float: left;
	font-size: 80%;
	background: #3dace0;
	text-align: center;
	margin-right: 3px;
	padding: 2px 5px;
}

.inner p{
	font-size: 110%;
}

.inner .detail {
	text-align: center;
	margin: 20px auto;
}

.inner .detail img{
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}


.inner .tokyo {
	clear :both;
	width: 96%;
	margin: 0 2% 20px;
}

.inner .osaka {
	clear :both;
	width: 96%;
	margin: 0 2%;
}

.inner .link2017 {
	clear :both;
	width: 96%;
	margin: 20px 2%;
}

.inner .report2016 {
	clear :both;
	width: 96%;
	margin: 0 2% 20px;
}

iframe {
	width: 100%;
	height: 170px;
	margin-top: 30px;
}

.sm {
	clear: both;
	display:block;
	background: #CCCCCC;
	margin: 10px 10px 0 10px;
	padding: 5px;
	color: #000000;
	font-size: 80%;
}
.sm em {
	font-style: normal;
	color: #d5483a;
}
/* ==========================================================
    footer
========================================================== */
#footer {
	clear: both;
	width: 96%;
	margin: 0 2%;
}
#footer p strong{
	font-size: 150%;
}

}
