@charset "UTF-8";


/*
共通
layout
pgae-header
global-nav
sub-nav
page-footer

media
スマホ横：480（iPhone4）
スマホ横：568（iPhone5）
タブレット：768（iPad縦）
PC：1024

color

*/


/* 共通
--------------------------------------------------------------------------------- */
html,body {
	-webkit-text-size-adjust: none;
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif;
	/*font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', "細明朝体", serif;*/
	text-align: center;
	font-size: 100%;
	line-height: 1.8;
	background-image: url(../images/bg_001.jpg);
	background-position: center top;
}
body#sw {
	background-image: none;
	background-color: #359ee6;
}
/* HTML5 elements */
section,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	display: block;
	padding: 0px;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border: none;
}
area,
img {
	border: none;
	outline: none;
}
img {
	vertical-align: bottom;
}
p,li,dt,dd,th,td,h6 {
	font-size: 14px;
	line-height: 21px;
}
p,ul,ol,dl,table {
	margin: 0px 0px 21px 0px;
}
th p,td p,td li,li li,td td,li td,li th {
	font-size: 100%;
	margin: 0px;
}
a {
	color: #1a9af5;
}
a:hover {
	color: #0071bc;
}

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display:block; }
/* End hide from IE-mac */


/* layout
--------------------------------------------------------------------------------- */
#layout {
	min-width: 320px;
	overflow: hidden;
}
/* page-header
--------------------------------------------------------------------------------- */
#page-header {
	background-color: #d90008;
	overflow: hidden;
}
#page-header .inner {
	width: 320px;
	margin: 0px auto;
	position: relative;
}
#head-nav  {
	position: absolute;
	top: 7px;
	right: 8px;
}
#head-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	width: 100px;
}
#head-nav li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 23px;
	font-weight: bold;
	width: 50px;
	float: left;
}
#head-nav li a {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #000 #000 #CCC;
	background-color: #FFF;
	text-decoration: none;
	color: #1b7a95;
}
#head-nav li a.current {
	background-color: #2a61aa;
	color: #FFF;
}

/* global-nav
--------------------------------------------------------------------------------- */

/* sub-nav
--------------------------------------------------------------------------------- */

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
	clear: both;
	color: #FFF;
}
#page-footer .name {
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
#page-footer .eng-name {
	margin: 0px 0px 21px 0px;
	font-size: 10px;
	line-height: 20px;
}

/* media
--------------------------------------------------------------------------------- */

/*
--------------------------------------------------------------------------------- スマホ横：480（iPhone4） */
@media all and (min-width:480px){
}

/*
--------------------------------------------------------------------------------- スマホ横：568（iPhone5） */
@media all and (min-width:568px){
}

/*
--------------------------------------------------------------------------------- タブレット：768 */
@media all and (min-width:768px){
/* page-header
--------------------------------------------------------------------------------- */
#page-header .inner {
	width: 748px;
}
#page-header h1 {
	background-image: url(../images/header_logo_pc.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 720px auto;
	text-indent: -9999px;
	height: 90px;
	overflow: hidden;
}
#head-nav  {
	top: 16px;
	right: 0px;
}
}

/*
--------------------------------------------------------------------------------- PC：1024 */
@media all and (min-width:1024px){
/* page-header
--------------------------------------------------------------------------------- */
#page-header .inner {
	width: 1000px;
}
#page-header h1 {
    background-position: cener top;
    background-size: 1000px auto;
	height: 120px;
}
#head-nav  {
	top: 20px;
}
/* 共通
--------------------------------------------------------------------------------- */
body {
	background-image: url(../images/bg_002.jpg);
}
body#sw {
	background-image: none;
}
/* page-footer
--------------------------------------------------------------------------------- */
#page-footer .name {
	font-size: 16px;
	line-height: 18px;
}
#page-footer .eng-name {
	font-size: 12px;
	line-height: 20px;
}
}
