<!--
H1
{
font-size:18px;
margin:1px;
padding:1px;
}
-->

a        {decoration:none;
          text-decoration:none;
          line-height: 1.5em;
}

a:link { color: #000080 ; }
a:visited { color: #000080 ; }

h1       {font-size: 1.5em;
         margin:1px;
         padding:1px}


/* コンテナ */
div#container  {font-size: 1.25em;
                margin-left:auto;
                margin-right:auto;
}



/* メニュー */

p#menu    { padding-left: 0.5em; }

p#menu a  {decoration:none;
          text-decoration:none;
          line-height: 1.5em;
          white-space: nowrap;
}



/* コンテンツ */

div#content   {font-size: 1em;
        margin-left: auto;
        margin-right: auto
        
}

div#content h2  {font-size: 1em;
                 line-height: 1.5em;
                 background-color: #faebed;
                 color: #ad3443;
                 border: solid #ad3443;
                 padding-left: 10px;
                 padding-right: 5px;
                 margin-bottom: 20px;
                 clear: both}

div#content h3  {font-size: 1em;
                 padding-left: 30px;
                 margin-top: 30px;
                 margin-bottom: 20px;
                 clear: both}

div#content p    {font-size: 1em;
                 margin-top: 10px}



/* フッター */

div#footer {
	font-size: 0.85em;
          font-style: normal;
          margin-bottom: 10px
                 clear: both}

.wrapper{
margin-left: auto;
margin-right: auto
margin-bottom: 20px;
}

.contleft{
margin-bottom: 20px;
padding-right: 10px;
font-weight: bold;
text-align: center;
}

.contright{
padding-right: 10px;
margin-bottom: 20px;
}

.mobilehidden{
display: none;
clear: both}
}

.portrait ul#menu {
        margin-bottom: 130px;
}

.portrait div.mobileheader img	{width: 100%;
		height: auto}

.portrait div.contleft img	{width: 100%;
		height: auto}

.portrait div.contright img	{width: 100%;
		height: auto}

.landscape ul#menu {
        margin-bottom: 90px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear { clear:both; }
.clear hr { display:none; }
