@charset "UTF-8";
/* ----------------------------------------------------
作成日: 2016.11.10
最終更新日: 2016.11.10
作成者: YO
最終編集者: YO

common.css： 共通設定
---------------------------------------------------- */
@import "reset.css";

* {
	margin:0;
	padding:0;
}

body {
	height:100%; 
	font-size:14px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.6;
	color:#404345;
}

html {
	height:100%;
} 

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}
form {
	display:inline;
}
dl.form {
}
dl.form dt {
	height:14px;
	margin:0;
	padding:18px 20px 12px 32px;
	background:url(../image/icon_headline.png) no-repeat 20px 18px #fcf8cb;
	border-top:1px solid #f3ec98;
	border-left:none;
	font-size:14px;
	line-height:14px;
	color:#161616;
	font-weight:bold;
}
dl.form dd {
	margin:0;
	padding:0 20px 30px;
	background:#fcf8cb;
	border-bottom:1px solid #f9f9fa;
}
dl.form dd img.error{
	margin-right:5px;
	vertical-align:middle;
}
dl.form dd .errorTxt{
	margin-right:5px;
	font-size:12px;
	color:#fb0159;
	vertical-align:middle;
}
dl.form dd.btn {
	padding:20px 0 0;
	background-color:transparent;
	text-align:center;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	min-width:130px;
	/min-width:auto;
	margin-bottom:20px;
	padding:0 10px;
	height:38px;
	color:292828;
	cursor:pointer;
}

input[type="text"],
input[type="password"] {
	min-width:260px;
	height:16px;
	padding:4px;
	border:1px solid #cad6dc;
}

textarea{
	width:100%;
	height:120px;
	padding:3px;
	line-height:1.6;
}
select {
	padding:4px;
	border:1px solid #cad6dc;
}
p {
}

address,
small {
	width:960px;
	margin:0 auto;
	padding:0;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	display:block;
}

strong {
	text-decoration:none;
	color:#fb0159;
	font-weight:bold;
}

.tableArea{
	width:806px;
	margin:0 auto;
}

.tableArea li{
	margin:0 0 32px;
}

.schedule{
	margin:0 0 32px;
}

table {
	width:100%;
	margin:0 0 32px 0;
	border-collapse:collapse;
}
table.short {
	margin:0 auto 20px;
}
table th {
	width:190px;
	padding:1em;
	background:#f4f4f4;
	border-top:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	font-weight:bold;
	vertical-align:middle;
}
table th:first-child {
	border-right:1px solid #c2c2c2;
}
table tr.point th {
	background:#000000;
	color:#f9ea00;
	border-right:none;
}
table td {
	padding:1em;
	border:1px solid #c2c2c2;
	vertical-align:middle;
}
table td:first-child {
	border-left:none;
}

a:link, a:visited {
	color:#00b5aa;
	text-decoration:none;
	outline-width:0;
}

a:hover, a:active {
	color:#01e2d4;
	text-decoration:underline;
	outline-width:0;
}

ul.disc {
	margin-bottom:28px;
}
ul.disc li {
	margin-bottom:0.2em;
	padding:0 0 0 1em;
	background:url(../image/icon_li.png) no-repeat left 6px;
}
#mainArea ul.disc li img {
	display:block;
	margin-left:-14px;
}

ol.decimal {
	margin-bottom:28px;
	padding:0 0 0 2em;
	list-style:decimal;	
}
ol.decimal li {
	margin-bottom:0.2em;
}
#mainArea ol.decimal li img {
	display:block;
	margin-left:-28px;
}
ol.number {
	margin-bottom:1em;
}
ol.number li {
	padding-left:2em;
	text-indent:-2em;
}
ol.decimal li ol.decimal,
ol.decimal li ol.number {
	margin-bottom:0.2em;
}

/* ----------------------------------------------------
共通パーツ
---------------------------------------------------- */

/* class */
a.icon-link,
a.icon-detail,
a.icon-relation {
	margin-left:4px;
	margin-right:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
a.icon-link {
	padding-left:16px;
	background:url(../image/icon_link.png) no-repeat left center;
}

a.icon-detail {
	padding-left:33px;
	background:url(../image/icon_detail.png) no-repeat left center;
}

a.icon-relation {
	padding-left:33px;
	background:url(../image/icon_relation.png) no-repeat left center;
}

/* NEW! */
.new {
	margin-left:1em;
	font-size:12px;
	font-weight:bold;
	color:#fb0159;
	display:inline-block;
	vertical-align:top;
}

/* time */
p.time {
	color:#727679;
}
strong.time {
	font-size:20px;
	color:#fb0159;
}

p.date{
	text-align:right;
	font-weight:bold;
}

/* attention */
.attentionError{
	margin:0 auto 1em;
	padding:20px;
	background:#fb0159;
	color:#fff;
}
#mainArea .attentionError p{
	margin:0;
}

p.attentionMark,
dl.attentionBox dd p {
	color:#fb0159;
	font-size:12px;	
}
dl.attentionBox dd ul,
ul.attentionMark {
	margin:0 auto 2em;
}
dl.attentionBox dd ul li,
ul.attentionMark li {
	padding-left:1em;
	text-indent:-1em;
	color:#fb0159;
	font-size:12px;	
}
ul.attentionMark li ul.disc li {
	padding:0;
	text-indent:0;
}
#mainArea ul.attentionBox {
	margin:0 auto 2em;
	padding:20px;
	background:#eef0f0;
	color:#fb0159;
}
#mainArea dl.attentionBox {
	margin:0 auto 1em;
	padding:20px 20px 0.1em;
	background:#eef0f0;
	color:#fb0159;
}
#mainArea dl.attentionBox dt {
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#mainArea dl.attentionBox dd {
	padding:0;
}
#mainArea dl.attentionBox p {
	margin-bottom:1.5em;
}

.check{
	color:#fb0159;
}

/* btn */
div.btnWrap {
	margin:0 -10px 1em;
	text-align:center;
}
a.formBtnS,
input.formBtnS {
	width:210px;
	height:50px;
	margin:0 10px;
	background:url(../image/sprite_btn.png) no-repeat 0 -390px;
	line-height:56px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#161616;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
a.formBtnS:hover,
input.formBtnS:hover {
	background:url(../image/sprite_btn.png) no-repeat 0 -440px;
	text-decoration:none;
}
a.formBtnM,
input.formBtnM {
	width:310px;
	height:60px;
	margin:0 10px;
	background:url(../image/sprite_btn.png) no-repeat 0 -210px;
	line-height:60px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#161616;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
a.formBtnM:hover,
input.formBtnM:hover {
	background:url(../image/sprite_btn.png) no-repeat 0 -270px;
	text-decoration:none;
}
a.formBtnL,
input.formBtnL {
	width:470px;
	height:70px;
	margin:0 auto;
	background:url(../image/sprite_btn.png) no-repeat 0 0;
	line-height:74px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#161616;
	display:block;
}
a.formBtnL:hover,
input.formBtnL:hover {
	background:url(../image/sprite_btn.png) no-repeat 0 -70px;
	text-decoration:none;
}
input.formBtnS,
input.formBtnL {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	padding:0;
	border:none;
	outline:none;
}
.btnHappy{
	width:597px;
	margin:0 auto 32px;
	display:block;
	transition: all 300ms ease-in-out;
}
.btnHappy:hover{
	opacity:0.5;
}

/* box */
.box {
	margin:0 auto 12px;
	padding:20px 20px 0.1em;
	background:#fff;
}

.box p{
	font-weight:bold;
}

/* ssBox */
.ssBox {
	margin:0 auto 20px;
	*zoom:1;
}
.ssBox:after {
	content:"";
	display:block;
	clear:both;
}
.ssBox > p {
	width:340px;
	margin:0 0 14px;
	padding:0 5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.ssBox > p img {
	width:340px;
	height:auto;
}
.textBoxL {
	width:340px;
	margin:0 0 14px;
	padding:0 5px;
	float:left;
}
.textBoxR {
	width:340px;
	margin:0 0 14px;
	padding:0 5px;
	float:right;
}

/* pager */
ul.pager {
	width:100%;
	height:36px;
	margin:0 auto 1em;
	text-align:center;
	position:relative;
}
ul.pager li {
	width:36px;
	height:34px;
	border-bottom:2px solid #00b5aa;
	line-height:36px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
ul.pager li a {
	height:36px;
	margin:0 0 -2px 0;
	background:#e4e4e4;
	display:block;
}
ul.pager li a:hover {
	background:#01e2d4;
	color:#ffffff;
}
ul.pager li.pager-prev,
ul.pager li.pager-prev-edge {
	width:40px;
	height:36px;
	margin:0 10px 0 0;
	padding:0 0 0 20px;
	background: url(../image/pager.png) no-repeat left bottom;
	border:none;
	text-align:left;
	color:#a8a8a8;
}
ul.pager li.pager-prev-edge {
	position:absolute;
	left:0;
}
ul.pager li.pager-prev a,
ul.pager li.pager-prev-edge a {
	width:40px;
	margin:0 0 0 -20px;
	padding:0 0 0 20px;
	background: url(../image/pager.png) no-repeat left top;
	color:#ffffff;
}
ul.pager li.pager-prev a:hover,
ul.pager li.pager-prev-edge a:hover {
	background: url(../image/pager.png) no-repeat left center;
}
ul.pager li.pager-next,
ul.pager li.pager-next-edge {
	width:40px;
	height:36px;
	margin:0 0 0 10px;
	padding:0 20px 0 0;
	background: url(../image/pager.png) no-repeat right bottom;
	border:none;
	text-align:right;
	color:#a8a8a8;
}
ul.pager li.pager-next-edge {
	position:absolute;
	right:0;
}
ul.pager li.pager-next a,
ul.pager li.pager-next-edge a {
	width:40px;
	margin:0 -20px 0 0;
	padding:0 20px 0 0;
	background: url(../image/pager.png) no-repeat right top;
	color:#ffffff;
}
ul.pager li.pager-next a:hover,
ul.pager li.pager-next-edge a:hover {
	background: url(../image/pager.png) no-repeat right center;
}
.pagerWrap {
	width:100%;
	margin:0 auto 1em;
	text-align:center;
	position:relative;
}
.pagerWrap ul.pager {
	height:0;
	margin:0;
	top:-36px;
}
.pager-back {
	height:36px;
	text-align:center;
	line-height:36px;
}

/* signature */
.signature {
	text-align:right;
}

/* in mainArea */
#mainArea h1 {
	width:880px;
	margin:0 0 32px;
	padding-bottom:32px;
	background:url(../image/h1_border.png) no-repeat bottom left;
}
body#serial #mainArea h1 {
	width:880px;
	height:75px;
	margin:0 0 32px;
	padding-bottom:0;
	background:url(../form/img/serial_h1.png) no-repeat left top;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	position:relative;
}
body#serial #mainArea h1:after {
	content:".";
	width:880px;
	height:2px;
	margin:0;
	padding:0;
	background:url(../image/h1_border.png) no-repeat left top;
	display:block;
	position:absolute;
	bottom:0;
}
body#contact #mainArea h1 {
	width:880px;
	height:75px;
	margin:0 0 32px;
	padding-bottom:0;
	background:url(../form/img/contact_h1.png) no-repeat left top;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	position:relative;
}
body#contact #mainArea h1:after {
	content:".";
	width:880px;
	height:2px;
	margin:0;
	padding:0;
	background:url(../image/h1_border.png) no-repeat left top;
	display:block;
	position:absolute;
	bottom:0;
}
#mainArea h2 {
	margin:0 0 32px;
	padding:8px 0 4px 11px;
	border-left:4px solid #f9ea00;
	font-size:20px;
	line-height:20px;
	color:#161616;
	font-weight:bold;
}
#mainArea h3 {
	min-height:14px;
	margin:0 0 14px;
	padding:0 0 0 1em;
	background:url(../image/icon_headline.png) no-repeat left center;
	font-size:14px;
	line-height:14px;
	color:#161616;
	font-weight:bold;
}
#mainArea h4 {
	min-height:14px;
	margin:0 0 14px;
	padding:0 0 0 1em;
	background:url(../image/icon_headline.png) no-repeat left center;
	font-size:14px;
	line-height:14px;
	color:#161616;
	font-weight:bold;
}
#mainArea h5 {
	min-height:14px;
	margin:0 0 14px;
	font-size:14px;
	line-height:14px;
	color:#161616;
	font-weight:bold;
}
#mainArea ul {
	margin-bottom:28px;
}
#mainArea p {
	margin-bottom:2em;
	line-height:2;
}
#mainArea hr {
	border:none;
	border-bottom:1px solid #c2c2c2;
	display:block;
}
#mainArea .ss01 {
	border:1px solid #c7c7c7;
	margin:0 auto 14px;
	display:block;
}
#mainArea .ss02 {
	margin:0 4px 14px;
	border:1px solid #c7c7c7;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#mainArea .ss03 {
	margin:0 auto 14px;
	display:block;
}

#mainArea .orie{
	position:absolute;
	top:78px;
	left:640px;
}

section{
	position:relative;
}

/* ----------------------------------------------------
レイアウト
---------------------------------------------------- */

noscript {
}
noscript p {
	text-align:center;
	font-weight:bold;
	padding:1em;
}
#container {
	min-width:980px;
	min-height:100%;
	background: url(../image/visual.jpg) no-repeat center top;
	overflow:hidden;
	position:relative;
}
p.pagetop {
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:9999;
}
p.pagetop a {
	width:60px;
	height:60px;
	display:block;
	background:url(../image/pagetop.png) no-repeat center top;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
}
p.pagetop a:hover {
	background:url(../image/pagetop.png) no-repeat center bottom;
}

ul.snsList {
	height:20px;
}
ul.snsList li {
	margin:0 0 0 10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
ul.snsList li:first-child {
	margin:0;
}
ul.snsList li.sns-fb span {
	vertical-align: baseline !important;
}
header ul.snsList {
	position:absolute;
	top:15px;
	right:10px;
}
#mainArea + ul.snsList {
	display:none;
}

#tabArea{
	width:100%;
	margin-bottom:28px;
	padding-left:1px;
}

#tabArea h1{
	width:auto;
    padding: 18px 16px 16px;
    background: #eaeff2;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 24px;
	font-weight:bold;
    line-height: 1.4;
	box-sizing:border-box;
}

#tabArea .topicList {
	margin: 0 auto 0;
	overflow:hidden;
}
.topicList li {
	width:220px;
	height: 73px;
	margin-top: 7px;
	border: 1px solid #d9d9d9;
	float: left;
	box-sizing:border-box;
	font-size:16px;
	line-height: 1.4;
}
.topicList li.selected {
	height: 80px;
	margin: 0;
	border-bottom: none
}
.topicList li.selected a {
	width:100%;
	height: 100%;
	background: transparent;
	padding-top:16px;
	display:block;
	color: #343434;
	font-weight: bold;
	box-sizing:border-box;
	border-top:3px solid #f9ea00;
}
.topicList li a {
	width:100%;
	height: 100%;
	background: #ffffff;
	padding-top:12px;
	text-align: center;
	color: #343434;
	display: block;
	box-sizing:border-box;
	border-top:3px solid #f9ea00;
	text-decoration:none;
}
.topicList li a:hover {
	background: transparent
}

.topicList li.topic04 a {
	padding-top:26px;
}

.tabBox{
	width:100%;
	padding:28px;
	border:1px solid #d9d9d9;
	border-top:none;
	box-sizing:border-box;
}

/* ----------------
header
---------------- */
header {
	width:100%;
	height:40px;
	margin:0 0 201px;
	background:#ffffff;
	border-bottom:1px solid #d6d6d6;
}
header #sega {
	position:absolute;
	top:5px;
	left:10px;
}
header #sega img {
	width:90px;
	height:30px;
}
header h1 {
	width:300px;
	height:162px;
	position:absolute;
	top:102px;
	left:50%;
	margin-left:-150px;
}
header h1 a {
	width:300px;
	height:162px;
	display:block;
}
header h1 a img {
	display:none;
}

/* gNav */
header nav {
	width:100%;
	height:40px;
	background:#202020;
	position:relative;
	top:50px;
	z-index:1;
}
header nav #menuBtn {
	display:none;
}
header nav ul {
	width:960px;
	height:40px;
	margin:0 auto;
	position:relative;
	*zoom:1;
}
header nav ul:after {
	content:"";
	display:block;
	clear:both;
}
header nav ul li {
	margin:0;
	float:left;
}
header nav ul li#gNav01 {
	width:90px;
	display:none;
}
header nav ul li#gNav02,
header nav ul li#gNav03,
header nav ul li#gNav04 {
	width:290px;
	height:70px;
	display:none;
}
header nav ul li#gNav05,
header nav ul li#gNav06,
header nav ul li#gNav07,
header nav ul li#gNav08 {
	width:240px;
	height:40px;
}
header nav ul li a {
	background: url(../image/nav.png) no-repeat;
	display:block;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
}
header nav ul li#gNav02 a,
header nav ul li#gNav03 a,
header nav ul li#gNav04 a {
	width:290px;
	height:70px;
}
header nav ul li#gNav05 a,
header nav ul li#gNav06 a,
header nav ul li#gNav07 a,
header nav ul li#gNav08 a {
	width:240px;
	height:40px;
}
header nav ul li#gNav01 a {
	width:90px;
	height:70px;
	background-position:0 -40px;
}
header nav ul li#gNav01.selected a,
header nav ul li#gNav01 a:hover {
	background-position:0 -150px;
}
header nav ul li#gNav02 a {
	background-position:-90px -40px;
}
header nav ul li#gNav02.selected a,
header nav ul li#gNav02 a:hover {
	background-position:-90px -150px;
}
header nav ul li#gNav03 a {
	background-position:-380px -40px;
}
header nav ul li#gNav03.selected a,
header nav ul li#gNav03 a:hover {
	background-position:-380px -150px;
}
header nav ul li#gNav04 a {
	background-position:-670px -40px;
}
header nav ul li#gNav04.selected a,
header nav ul li#gNav04 a:hover {
	background-position:-670px -150px;
}
header nav ul li#gNav05 a {
	background-position:0 0;
}
header nav ul li#gNav05.selected a,
header nav ul li#gNav05 a:hover {
	background-position:0 -110px;
}
header nav ul li#gNav06 a {
	background-position:-240px 0;
}
header nav ul li#gNav06.selected a,
header nav ul li#gNav06 a:hover {
	background-position:-240px -110px;
}
header nav ul li#gNav07 a {
	background-position:-480px 0;
}
header nav ul li#gNav07.selected a,
header nav ul li#gNav07 a:hover {
	background-position:-480px -110px;
}
header nav ul li#gNav08 a {
	background-position:-720px 0;
}
header nav ul li#gNav08.selected a,
header nav ul li#gNav08 a:hover {
	background-position:-720px -110px;
}

/* ----------------
mainArea
---------------- */
#mainArea {
	width:980px;
	min-height:580px;
	margin:280px auto 0px;
	padding:52px 50px 52px;
	box-sizing:border-box;
	background:#f9f9fa url(../image/contents_top.jpg) no-repeat top center;
	position:relative;
}
#mainArea .topicpath ul {
	width:730px;
	height:40px;
	margin:0 auto;
	padding:0 15px;
	list-style:none;
	font-size:12px;
	line-height:40px;
	color:#ffffff;
	word-break:break-all;
	position:absolute;
	top:-40px;
	left:0;
	*zoom:1;
}
#mainArea .topicpath ul:after {
	content:"";
	display:block;
	clear:both;
}
#mainArea .topicpath ul li {
	color:#ffffff;
	float:left;
}

#contents{
	padding-bottom:34px;
	background:url(../image/h1_border.png) no-repeat bottom center;
}

#link_top {
	position:absolute;
	top:-35px;
	right:5px;
}
#link_top a {
	height:30px;
	padding:0 10px 0 28px;
	background:url(../image/arrow.png) no-repeat 10px center #3a3a3a;
	font-size:12px;
	line-height:30px;
	color:#ffffff;
	display:block;
}
#link_top a:hover {
	background:url(../image/arrow.png) no-repeat 10px center #696969;
}

/* ----------------
footer
---------------- */
footer {
	width:100%;
	min-height:340px;
	margin:0;
	padding:30px 0 0;
	background:url(../image/footer.png) repeat center top;
	font-size:12px;
	color:#7d7c7c;
}
footer dl {
	width:960px;
	height:30px;
	margin:0 auto 30px;
	padding:10px 0 0;
	background:url(../image/footer_info.png) no-repeat center top;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	position:relative;
}
footer dl dt {
	padding:0 0 0 1em;
	border-left:1px solid #707477;
	line-height:1;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
footer dl dt:first-child {
	border-left:none;
}
footer dl dt.cero {
	width:0;
	height:0;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
}
footer dl dd {
	padding:0 1em 0 0;
	line-height:1;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
footer dl dd.cero {
	padding:0;
	position:absolute;
	right:0;
	top:108px;
}
footer ul#attention {
	width:960px;
	margin:0 auto 20px;
}

/* ----------------------------------------------------
ポップアップ
---------------------------------------------------- */

body#popup{
}

body#popup #container {
	min-width:inherit;
	min-height:inherit;
	background:none;
	overflow:hidden;
	position:relative;
}

body#popup #mainArea {
	width:inherit;
	min-height:inherit;
	margin:0px auto;
	padding:30px 30px 30px;
	box-sizing:border-box;
	background:#f9f9fa url(../image/contents_top.jpg) no-repeat top center;
	position:relative;
}

body#popup .tabBox{
	border:none;
}

body#popup #tabArea {
	margin-bottom:0;
}

body#popup #contents{
	padding-bottom:0;
	background:none;
}

body#popup #contents p.nom{
	margin-bottom:0;
}

@media screen and (max-width: 480px) {
	p{font-size:24px;}
}
