@charset "UTF-8";

/*
コンテンツ共通
ホーム

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

*/


/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
	text-align: left;
}
#contents .inner {
	width: 320px;
	margin: 0px auto;
	background-image: url(../images/con_bg_001.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 320px auto;
	position: relative;
	min-height: 1082px;
}

/* ホーム
--------------------------------------------------------------------------------- */
.c-img {
	width: 164px;
	position: absolute;
}
#c001 {
	width: 225px;
	top: 88px;
	left: 45px;
}
#c002 {
	top: 310px;
	left: 0px;
}
#c003 {
	top: 630px;
	left: 0px;
}
#c004 {
	top: 840px;
	left: 0px;
}
#c005 {
	top: 838px;
	left: 162px;
}
#c006 {
	top: 625px;
	left: 162px;
}
#c007 {
	top: 310px;
	left: 160px;
}

/* サブウインドウ
--------------------------------------------------------------------------------- */
.ppt {
	display: none !important;
}
.pp_details {
	/*display: none !important;*/
}
.pp_nav {
	display: none !important;
}
.pp_gallery {
	display: none !important;
}
div.pp_default .pp_details {
    position: relative;
	position: inherit !important;
}
a.pp_close {
    right: 20px !important;
    top: 10px !important;
}
div.pp_default .pp_close {
    background-image: url(../images/close.png) !important;
	background-image: url(../images/close_ie.png)\9 !important;
    background-position: 0px 0px !important;
    background-repeat: no-repeat !important;
    background-size: 20px auto !important;
}
#pp_full_res {
	/*overflow: scroll;*/
	/*overflow: auto;*/
	-webkit-overflow-scrolling: touch;
}
#sw-contents {
	padding: 5px;
	overflow: hidden;
}
#sw-contents #title-area {
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	color: #FFF;
}
#sw-contents .logo {
	text-align: center;
	margin: 0px 0px 6px 0px;
	height: 30px;
}
#sw-contents .logo img {
	max-width: auto;
	width: auto;
	height: 100%;
}
#sw-contents .title-wrap {
	overflow: hidden;
}
#sw-contents h1 {
	font-size: 22px;
	line-height: 26px;
	margin: 0px 0px 6px 0px;
}
#sw-contents .eng-txt {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#sw-contents #contents-area {
	background-color: #FFF;
	padding: 10px;
	text-align: left;
}
#sw-contents #contents-area .img {
	margin: 0px 0px 10px 0px;
}
#sw-contents #contents-area h2 {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 8px 12px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #47c9ff;
	font-weight: normal;
	background-image: url(../images/mark_001.png);
	background-image: url(../images/mark_001_ie.png)\9;
    background-position: 0px 9px;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
#sw-contents #contents-area h2 sup {
	line-height: 10px;
}
#sw-contents #contents-area .go {
	text-align: right;
	margin: 0px;
}

/* 共通
--------------------------------------------------------------------------------- */
/* 見出し */
/* リスト */
/* テーブル */
/* 改行 */
.sp {
	display: block;
}
.tab {
	display: none;
}
.pc {
	display: none;
}
.sptab {
	display: block;
}
.tabpc {
	display: none;
}

/* イメージ */
.fix img {
	width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
.img-left {
	text-align: center;
}
.img-right {
	text-align: center;
}
/* イメージ-テキスト */
/* スクロール */
/* 太さ */
.bold {
	font-weight: bold;
}
/* 大きさ */
.small {
	font-size: 14px;
}
/* クリア */
.clear {
	clear: both;
}
/* 文字揃え */
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* マージン */
.nbm {
	margin-bottom: 0px;
}
.ntm {
	margin-top: 0px;
}
.ml1em {
	margin-left: 1em;
}
.ml2em {
	margin-left: 2em;
}
.ml3em {
	margin-left: 3em;
}
/* 区切り線 */
/* ページトップ */


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

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

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

/*
--------------------------------------------------------------------------------- タブレット：728（iPad縦） */
@media all and (min-width:740px){
/* サブウインドウ
--------------------------------------------------------------------------------- */
#sw-contents .sp {
	display: none;
}
#sw-contents {
	padding: 10px;
}
#sw-contents #title-area {
	padding: 0px;
}
#sw-contents .logo {
	width: auto;
	height: 66px;
	margin: 0px 0px 14px 0px;
	float: left;
}
#sw-contents .logo img {
}
#sw-contents h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 10px 0px 6px 0px;
}
#sw-contents h1.l2 {
	margin: 0px 0px 6px 0px;
}
#sw-contents .eng-txt {
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 14px 0px;
}
#sw-contents #contents-area {
	padding: 20px;
	overflow: hidden;
}
#sw-contents #contents-area .img {
	width: 420px;
	float:right;
	margin: 0px;
}
#sw-contents #contents-area.nofloat .img {
	width: auto;
	float: none;
	margin: 0px 0px 20px 0px;
}
#sw-contents #contents-area #txt {
	margin: 0px 440px 0px 0px;
}
#sw-contents #contents-area.nofloat #txt {
	margin: 0px 0px 0px 0px;
}
#sw-contents #contents-area h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 12px;
    background-position: 0px 12px;
}
#sw-contents #contents-area #txt p {
	font-size: 16px;
	line-height: 24px;
}
}

/*
--------------------------------------------------------------------------------- タブレット：768（iPad縦） */
@media all and (min-width:768px){
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents .inner {
	width: 748px;
	background-image: url(../images/con_bg_001_tab.png);
	background-size: 748px auto;
	position: relative;
	min-height: 1082px;
}
/* ホーム
--------------------------------------------------------------------------------- */
.c-img {
	width: 230px;
	position: absolute;
}
#c001 {
	width: 300px;
	top: 88px;
	left: 225px;
}
#c002 {
	top: 240px;
	left: 20px;
}
#c003 {
	top: 520px;
	left: 20px;
}
#c004 {
	top: 810px;
	left: 110px;
}
#c005 {
	top: 818px;
	left: 380px;
}
#c006 {
	top: 540px;
	left: 500px;
}
#c007 {
	top: 263px;
	left: 500px;
}
/* サブウインドウ
--------------------------------------------------------------------------------- */
#sw-contents h1 {
	font-size: 26px;
}

/* 共通
--------------------------------------------------------------------------------- */
/* 改行 */
.sp {
	display: none;
}
.tab {
	display: block;
}
.pc {
	display: none;
}
.sptab {
	display: block;
}
.tabpc {
	display: block;
}
}

/*
--------------------------------------------------------------------------------- PC：1024 */
@media all and (min-width:1024px){
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents .inner {
	width: 1000px;
	background-image: url(../images/con_bg_001_pc.png);
	background-size: 1000px auto;
	min-height: 1360px;
}
/* ホーム
--------------------------------------------------------------------------------- */
.c-img {
	width: 310px;
	position: absolute;
}
#c001 {
	width: 420px;
	top: 90px;
	left: 290px;
}
#c002 {
	top: 206px;
	left: 0px;
}
#c003 {
	top: 580px;
	left: 0px;
}
#c004 {
	top: 960px;
	left: 150px;
}
#c005 {
	top: 1000px;
	left: 526px;
}
#c006 {
	top: 600px;
	left: 673px;
}
#c007 {
	top: 222px;
	left: 673px;
}
/* 共通
--------------------------------------------------------------------------------- */
/* 改行 */
.sp {
	display: none;
}
.tab {
	display: none;
}
.pc {
	display: block;
}
.sptab {
	display: none;
}
.tabpc {
	display: block;
}
}
