/*** クリア ***/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img {
	pointer-events: none;
}

html{
	/*
	 background:#d01221;
	 */
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*** 基本設定 ***/
body {
	font-family: 'YuGothic','Yu Gothic M','Yu Gothic Medium','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;

	color:#555555;
	line-height: 1.2em;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;

}
a { color:#1E70FF; }

.click_link{
	text-decoration: none;
	color: #555;
}

.click_link:hover{
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;
}

h2 {
	font-weight:bold;
	border-left: 7px solid #92cffc;
	padding: 5px 0px 5px 10px;
	margin-bottom: 5px;
}
input[type="checkbox"] {
	margin:5px;
}
input[type="radio"] {
	margin:5px;
}
input[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	padding:5px;
	border: solid 1px #ccc;
	box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="number"] {
	-webkit-appearance: none;
	appearance: none;
	padding:5px;
	border: solid 1px #ccc;
	box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	padding:5px;
	border: solid 1px #ccc;
	box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="email"] {
	-webkit-appearance: none;
	appearance: none;
	padding:5px;
	border: solid 1px #ccc;
	box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="submit"] , .return_btn{
	-webkit-appearance: none;
	appearance: none;
	padding:10px;
	background-color:#DDDDDD;
	border-style: none;
	border-radius: 5px;
}

.return_btn{
	color: #FFF;
	text-decoration: none;
	padding:10px 30px;
	font-weight: bold;
	background-color:#999;
}

textarea {
	-webkit-appearance: none;
	appearance: none;
	padding:5px;
	border: solid 1px #ccc;
	box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*** ユーティリティ ***/

.center { text-align:center; }
.right  { text-align:right; }
.left   { text-align:left; }

.bold { font-weight:bold; }

.fclear { clear:both; }
.fleft  { float: left; }
.fright { float: right; }

.pad3  { padding:3px; }
.pad5  { padding:5px; }
.pad8  { padding:8px; }
.pad10 { padding:10px; }

.pad3_w  { padding:0px 3px; }
.pad5_w  { padding:0px 5px; }
.pad8_w  { padding:0px 8px; }
.pad10_w { padding:0px 10px; }

.pad3_h  { padding:3px 0px; }
.pad5_h  { padding:5px 0px; }
.pad8_h  { padding:8px 0px; }
.pad10_h { padding:10px 0px; }

.margin3  { margin:3px; }
.margin5  { margin:5px; }
.margin10 { margin:10px; }

.red    { color: #e13333; }
.green  { color: #1c9652; }
.orange { color: #e14833; }
.blue   { color: #4356b9; }
.pink   { color: #de7791; }
.purple { color: #b646df; }
.aqua   { color: #41c1e8; }
.yellow { color: #fda005; }

.hide { display: none; }

.comment {
	font-size: small;
	color: #999999;
	font-weight: normal;
}

/* ヘッダー画像 */
.header-menu-icon {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 30px;
	display: inline-block;
	cursor: pointer;
	padding: 10px 14px 4px 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header_logo_menu_text{
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 45px;
	cursor: pointer;
	padding: 0px 14px 0px 14px;
	width: 30px;
	text-align: center;
	font-family: "メイリオ";
	font-size: 9px;
	color: #333;
}

.header-navicon {
	background: #333;
	display: block;
	height: 4px;
	width: 30px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.header-navicon:before,
.header-navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #333;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.header-navicon:before {
	top: 11px;
}

.header-navicon:after {
	bottom: 11px;
}

#header_logo{
	text-align: center;
	position: relative;
	z-index: 11;
	background: #fff;
}

#header_logo.active {
    position: fixed;
	width: 100%;
}

.header_logo_main{
	width: 105px;
}

.header_logo_sns_facebook {
	position: absolute;
	right: 85px;
	top: 20px;
	width: 30px;
}

.header_logo_sns_facebook img{
	width: 100%;
}

.header_logo_sns_twitter {
	position: absolute;
	right: 45px;
	top: 20px;
	width: 30px;
}

.header_logo_sns_twitter img{
	width: 100%;
}

.header_logo_sns_instagram {
	position: absolute;
	display: block;
	right: 5px;
	top: 20px;
	width: 30px;
}

.header_logo_sns_instagram img{
	width: 100%;
}


.header-menu-btn {
	display: none;
	position: absolute;
	
}

/* Hamburger Menu Animation Start */
.header-menu-btn:checked ~ .header-menu-icon .header-navicon:before {
	transform: rotate(-45deg);
}

.header-menu-btn:checked ~ .header-menu-icon .header-navicon:after {
	transform: rotate(45deg);
}

.header-menu-btn:checked ~ .header-menu-icon:not(.steps) .header-navicon:before {
	top: 0;
}
.header-menu-btn:checked ~ .header-menu-icon:not(.steps) .header-navicon:after {
	bottom: 0;
}

.header-menu-btn:checked ~ .header-menu-icon .header-navicon {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */




/* ハンバーガーメニュー内 */
nav {
	display: block;
}
nav.NavMenu{
	opacity: 0;
	position: fixed; 
	z-index: 10;
	top: 0px;
	left: 0;
	background: #000;
	color: #fff;
	text-align: center;
	width: 100%; 
	transform: translateY(-100%); 
	transition: all 0.6s;
	padding-top: 70px;
	overflow-y: auto!important;
	bottom: 0;
}

nav.NavMenu ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}

nav.NavMenu ul li{
	font-size: 24px;
	list-style-type: none;
	width: 100%;
	padding-bottom: 0px;
}

nav.NavMenu ul li:last-child{
	padding-bottom: 0;
}

nav.NavMenu ul li a{
	display: block;
	color: #fff;
	padding: 10px 0;
	
}

nav.NavMenu.active{
	transform: translateY(0%);
	opacity: 1;
}

#contents.active{
	display: none;
}

.accordion-container {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#accordion .lump {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
}

#accordion .lump a{
	text-decoration: none;
}

.accordion-container .accordion-title {
	position: relative;
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.12em;
	pointer-events: inherit;
	font-size: 14px;
	border-bottom: none;
	padding: 18px 0px 18px 0px;
	background-color: #000;
	border-top: 1px solid #0f1e23;
	text-align: center;
	color: #FFF;
}

.accordion-container .accordion-title2 {
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.12em;
	pointer-events: inherit;
	font-size: 14px;
	border-bottom: none;
	padding: 18px 0px 18px 0px;
	background-color: #000;
	border-top: 1px solid #0f1e23;
	text-align: center;
	color: #FFF;
}

.accordion-title2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 48px;
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	height: 10px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #FFF;
}


.accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	width: 15px;
	height: 2px;
	background-color: #FFF;
	transition: all .2s ease-in-out;
}

.accordion-container .accordion-title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	width: 15px;
	height: 2px;
	background-color: #FFF;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
}

.accordion-container .accordion-title.open::after {
	opacity: 0;
}

.accordion-container .accordion-title.open::before {
	transform: rotate(180deg);
}

#accordion p {
	font-size: 13px;
	letter-spacing: 0.12em;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px sold #FFF;
	text-align: left;
	background: #FFF;
}

#accordion p:first-of-type {
	border-top: 1px solid #333;
}

#accordion p:last-of-type {
	border-bottom: 333;
}

#accordion p a {
	color: #0f1e23;
	display: block;
	padding: 16px 0 16px 98px;
	position: relative;
	text-decoration: none;
}

#accordion p a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 48px;
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	height: 10px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #333;
}

/*
.header-menu-btn:checked ~ nav.NavMenu.{
	top : 70px;
	transform: translateY(0%);
	opacity: 1;
}
*/
/* バナー */
.banner {
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.banner img { width: 100%; }

/* 引用 */
.reference {
	color: #999999;
	font-size: small;
}

/*** 見出し ***/

/* 左青線 */
.headline01 {
	font-weight:bold;
	padding: 15px;
	background-color:#F0F0F0;
	text-align:center;
	line-height: 1.6em;
}
/* 水色背景 */
.headline02 {
	font-weight:bold;
	padding: 8px 0px 8px 12px;
	color: #FFFFFF;
	background-color: #59b4d9;
	border-radius: 5px;
}
/* 緑背景 */
.headline03 {
	font-weight:bold;
	padding: 8px;
	color: #FFFFFF;
	background-color:#7BCD44;
	border-radius: 5px;
}
/* 水色背景 */
.headline04 {
	font-weight:bold;
	padding: 8px;
	color: #FFFFFF;
	background-color:#46A0EC;
	border-radius: 5px;
}
/* 水色背景 */
.headline_table01 {
	padding: 0px 5px;
	color:#FFFFFF;
	text-align:left;
	background-color: #59b4d9;
	background-size:30px 100%;
	border-radius: 5px;
}
.headline_table01 table {
	width: 100%
}
.headline_table01 td {
	vertical-align: middle;
	padding: 8px 0px;
}
.headline_table01_img { height: 25px; }
.headline_table01_body {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.headline_table01_link { text-align: right; }
.headline_table01_link a {
	background-color: #FFFFFF;
	color: #59b4d9;
	font-size: small;
	border-radius: 5px;
	padding: 3px 8px;
	margin-right: 5px;
	text-decoration: none;
}



/* インフォ */
.info_01 {
	text-align:center;
	font-size:small;
	font-weight:normal;
	border-radius:8px;
	padding:5px 8px;
	background-color:#EEEEEE;
	color:#666666;
}

/* 灰色背景タイトル */
.title01 {
	font-weight:bold;
	padding: 10px 0px 10px 10px;
	background-color:#DDDDDD;
}

/* エリアOPEN */
.area_open01 {
	font-size:small;
	font-weight:normal;
	border-radius:8px;
	padding:8px;
	background-color:#EEEEEE;
	color:#333333;
}
/* エリアClose */
.area_close01 {
	font-size:small;
	font-weight:normal;
	border-radius:8px;
	padding:8px;
	background-color:#EEEEEE;
	color:#333333;
}

/* 写真風の枠 */
.photo_frame {
	text-align: center;
	margin:5px auto;
	background: #FFFFFF;
	padding: 8px;
	box-shadow:rgba(233, 233, 233, 0.8) 2px 2px 2px 2px;
	-webkit-box-shadow:rgba(233, 233, 233, 0.8) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(233, 233, 233, 0.8) 2px 2px 2px 2px;
}

/* 画像対応矢印リスト */
.list_co {
}


.list_co ul {
	border-bottom: 0px solid #CCCCCC;
	overflow: hidden;
	
	border-top: 1px solid #CCCCCC;
}
.list_co ul li {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
}
.list_co ul li:first-child {
	margin: 0px;
}
.list_co ul li a {
	background: url(../images/menu/arrow.png) no-repeat 100% 50%;
	display: block;
	margin: 0;
	padding: 0 30px 0 0;
	text-decoration: none;
}
.list_co ul li a table{
	width: 100%;
}
.list_co ul li a td{
	padding: 5px;
	vertical-align: middle;
}

.list_co ul li a .td_img{
	width: 50px;
}

.list_co ul li a .td_img img{
	width: 40px;
}

.list_co ul li a .td_body{
	text-align: left;
	padding-left: 0px;
}



.list_co ul li img {
	float: left;
	width: 20%;
	margin: 5px 10px 5px 5px;
}
.list_co ul li .main {
	color: #555;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height:1.2em;
}
.list_co ul li .sub {
	font-size:small;
	color: #999;
	display: block;
	line-height:1.2em;
	padding-bottom: 5px;
}

/* 画像対応矢印リスト */
.list_co_v2 {
	padding: 5px;
}


.list_co_v2 ul {
	border-bottom: 0px solid #CCCCCC;
}
.list_co_v2 ul li {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}
.list_co_v2 ul li:first-child {
	border-top: 0px solid #CCCCCC;
	margin: 0px;
	margin-bottom: 5px;
}
.list_co_v2 ul li a {
	background: url(../images/menu/list_mark01.png) no-repeat 100% 50%;
	display: block;
	margin: 0;
	padding: 0 17px 0 0;
	overflow: hidden;
	text-decoration: none;
}
.list_co_v2 ul li a table{
	width: 100%;
}
.list_co_v2 ul li a td{
	padding: 5px;
	vertical-align: middle;
}

.list_co_v2 ul li a .td_img{
	width: 50px;
}

.list_co_v2 ul li a .td_img img{
	width: 40px;
}

.list_co_v2 ul li a .td_body{
	text-align: left;
	padding-left: 0px;
}



.list_co_v2 ul li img {
	float: left;
	width: 20%;
	margin: 5px 10px 5px 5px;
}
.list_co_v2 ul li .main {
	color: #555;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height:1.2em;
}
.list_co_v2 ul li .sub {
	font-size:small;
	color: #999;
	display: block;
	line-height:1.2em;
	padding-bottom: 5px;
}

/* 古いバージョン用 */


.list_old ul {
	padding: 5px;
}


.list_old ul li {
	background-color: rgba(255,255,255,0.7);
	margin: 0px;
	margin-top:5px;
	border: 1px solid rgba(255,255,255,0.7);
}

.list_old ul li:active {
	background: #FFFFFF;
	border: 1px solid #FF0000;
}
.list_old ul li:hover {
	background: #FFFFFF;
	border: 1px solid #FF0000;
}

.list_old ul li:first-child {
	margin: 0px;
}
.list_old ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	text-decoration: none;
}
.list_old ul li a table{
	width: 100%;
}
.list_old ul li a td{
	padding: 5px;
	vertical-align: middle;
}

.list_old ul li a .td_img{
	width: 50px;
}

.list_old ul li a .td_img img{
	width: 40px;
}

.list_old ul li a .td_body{
	text-align: left;
	padding-left: 0px;
}

.list_old ul li img {
	float: left;
	width: 20%;
	margin: 5px 10px 5px 5px;
}
.list_old ul li .main {
	color: #555;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height:1.2em;
}
.list_old ul li .sub {
	font-size:small;
	color: #999;
	display: block;
	line-height:1.2em;
	padding-bottom: 5px;
}


/* 矢印付きリスト(Basic) */
.list01 ul {
	border-bottom: 1px dashed #59b4d9;
}
.list01 ul li {
	border-top: 1px dashed #59b4d9;
	margin: 0px;
}
.list01 ul li:first-child {
	border-top: none;
	margin: 0px;
}
.list01 ul li a {
	color: #555555;
	background: url(../images/menu/list_mark01.png) no-repeat 100% 50%;
	display: block;
	margin: 0;
	padding: 10px 15px 10px 10px;
	overflow: hidden;
	text-decoration: none;
	line-height:1.2em;
}

/* 画像対応矢印リスト */
.list02 ul {
	border-bottom: 1px solid #CCCCCC;
}
.list02 ul li {
	border-top: 1px solid #CCCCCC;
	margin: 0px;
}
.list02 ul li:first-child {
	border-top: 0px solid #CCCCCC;
	margin: 0px;
}
.list02 ul li a {
	background: url(../images/menu/list_mark01.png) no-repeat 100% 50%;
	display: block;
	margin: 0;
	padding: 0 17px 0 0;
	overflow: hidden;
	text-decoration: none;
}
.list02 ul li img {
	float: left;
	width: 20%;
	margin: 5px 10px 5px 5px;
}
.list02 ul li .main {
	color: #555;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height:1.2em;
}
.list02 ul li .sub {
	font-size:small;
	color: #999;
	display: block;
	line-height:1.2em;
	padding-bottom: 5px;
}

/* 角丸囲い系矢印リスト */
.list03 ul li {
	border: 1px #ccc solid;
	border-top: none;
	margin: 0px;
}
.list03 ul li:first-child {
	border-top: 1px #ccc solid;
	border-radius: 8px 8px 0 0;
}
.list03 ul li:last-child {
	border-radius: 0 0 8px 8px;
}
.list03 ul li a {
	color: #555;
	background: url(../images/menu/list_mark01.png) no-repeat 100% 50%;
	display: block;
	margin: 0 5px 0 0;
	padding: 10px 15px 10px 10px;
	overflow: hidden;
	text-decoration: none;
	line-height:1.2em;
}

/* 矢印付きリンク */
.arrow_link01 a {
	display: block;
	color: #1e69ea;
	text-align: right;
	background: url(../images/menu/arrow02.png) right center no-repeat;
	background-position: right center;
	padding: 5px 25px 5px 0px ;
	text-decoration: none;
}
/* 外部リンク */
.outside_link01 a {
	display: block;
	color: #1e69ea;
	text-align: right;
	background: url(../images/menu/outlink01.png) right center no-repeat;
	background-position: right center;
	padding: 5px 28px 5px 0px ;
	text-decoration: none;
}

/* 円 */
.circle_01 {
	display: inline-block;
	width: 2.0em;
	height: 2.0em;
	border-radius: 50%;
	background-color: #137cc3;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	line-height: 2.0em;
}

/* ボタン */
.button01 {
	font-weight:bold;
	margin: 10px 0px 15px 0px;
	padding: 10px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #92cffc;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	display: block;
}

/* ボタン */
.button02 {
	font-weight:bold;
	margin: 10px 0px 15px 0px;
	padding: 10px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #d84a38;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	display: block;
}

/* ページャー */
#pager {
	padding: 8px 0px;
	text-align:center;
	font-size: 1.2rem;
	color: #ccc;
	font-weight: bold;
}
#pager a {
	color: #131313;
	padding: 8px 10px;
	text-decoration: none;
}

.pager_info{
	margin-top: 15px;
	color: #555;
	font-size: 1.0rem;
	font-weight: normal;
}

/*** ページ ***/

#header {
	background-color:#FFFFFF;
	border-bottom: 3px solid #2b96e4;
}
#header table {
	width: 100%;
}
#header td {
	vertical-align: middle;
}
#contents {
	padding: 0px;
}

.old_menu{
	background: url(../images/menu/main_background_02.png) ;
	z-index: -1;
	background-size         : 100% auto;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
}

.old_menu2 {
	background: url(../images/menu/main_background_480_2.png?1) no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
}

.menu_title{
	text-align: left;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #dd0011;
	font-weight: bold;
	padding:5px 10px;
}
.menu_area{
	background: url(../images/menu/main_background_480.png) ;
}

.prof_area{
	color: #FFFFFF;
	font-weight: bold;
	padding:5px 5px;
}

.prof_area table{
	width: 100%;
}

.prof_area table td{
	vertical-align: middle;
}

/* ページトップへ */
#page-top {
	position: fixed;
	text-align: right;
	padding-bottom: 50px;
	width:60px;
}

/* フッター */
#footer {
	background-color:#b1e0f8;
	border-top: 1px solid #2b96e4;
	padding-top:10px;
	text-align:center;
}
#footer .link {
	padding:5px;
	font-size:small;
}
#footer .link a { color: #666666; }
#footer .copyright { padding-bottom:10px; }

/* 前へ 次へ ボタン */
#btn_pagenation {
	text-align: center;
}
#btn_pagenation a {
	background-color: #DDDDDD;
	color: #555555;
	padding: 10px;
	text-decoration: none;
	border-radius:5px;
}


.top_menu {
	font-size:small;
	font-weight:normal;
	border-radius:8px;
	padding:8px;
	background-color:#EEEEEE;
	color:#333333;
}
.top_menu a {
	color: #333333;
	text-decoration: none;
}

/* 記事 */
#article_body {
	line-height: 1.5em;
}
.article_comment {
	font-size: small;
	line-height: 1.2em;
	font-weight:normal;
}

.page_body{
	line-height: 1.2em;
}

.page_body_bg_gray {
	background-color:#EEEEEE;
}

.box_area{
	background-color:#FFFFFF;
	overflow: hidden;
	padding: 5px 15px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.75em;
	margin-bottom: 5px;
}

.box_head{
	background: #fd6672;
	padding: 8px 5px;
	color : #ffffff;
}

.box_body{
	padding: 5px 15px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.75em;
}

.box_body img{
	max-width: 100%;
}

.box_red{
	color: #ed242c;
}

.box_body_line{
	border-bottom: 2px dotted #5c5c5c;
	width: 100%;
	margin: 5px auto;

}

.calender_title_area{
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

.calender_title{
	width: 100%;
	color: #5c5c5c;
}

.calender_title td{
	vertical-align: middle;
}

.previous_month , .next_month, .return_calendar{
	white-space: nowrap;
	font-size: 0.9em;
	padding: 5px;
	text-align: center;
}

.previous_month a, .next_month a, .return_calendar a{
	text-decoration: none;
	color: #5c5c5c;
}

.previous_month img, .next_month img, .return_calendar img{
	width: 40px;
}

.previous_month img:hover, .next_month img:hover, .return_calendar img:hover{
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;
}

.this_month ,.this_month_index{
	width: 70%;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	padding:5px 2px;

}

.this_month_index{
	font-size: 1.4em;
	line-height: 1.4em;

}

.calender_body{
	width: 99.4%;
	margin: auto;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.calender_body th{
	background: #FFFFFF;
	height: 30px;
	vertical-align: middle;
}

.calender_body th,.calender_body td{
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 1px;
	width: 14.2%;
}

.calender_body td{
	height: 65px;
	vertical-align: top;
}

.calender_body td a{
	text-decoration: none;
	color:#555555;
	display: block;
    height: 100%;
}

.sunday{
	color: #ee2424;
}

.saturday{
	color: #004eb7;
}

.calender_td{
	width: 100%;
}

.calender_td td{
	padding: 0px;
	border: 0px;
	height: auto;
	vertical-align: middle;
}

.calender_home {
	background-color: #ffe1e1;
}

.calender_away {
	background-color: #e8fbdf;
}

.today {
	background-color: #ffb1b1;
}

.calender_away.today {
	background-color: #adf08d;
}

.base_area{
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 5px;
}

.base_area h1{
	text-align: left;
	padding: 10px 15px 10px 15px;
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
	line-height: 1.4em;
}

.schedule_carp_head , .schedule_cake_head , .schedule_memo_head{
	background-position: left center;
	text-align: left;
	padding: 15px 15px 10px 15px;
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	line-height: 1.4em;
}

/* 画像対応矢印リスト */

.schedule_carp_list ul li {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	line-height:1.3em;
}
.schedule_carp_list ul li:first-child {
	border-top: 0px solid #CCCCCC;
	margin: 0px;
}
.schedule_carp_list ul li a {
	background: url(../images/menu/arrow.png) no-repeat 100% 50%;
	display: block;
	margin: 0;
	padding: 0 30px 0 0;
	overflow: hidden;
	text-decoration: none;
}

.schedule_carp_list ul li div {
	margin: 0;
	padding: 0 30px 0 0;
	overflow: hidden;
	text-decoration: none;
}

.schedule_carp_list ul li  table{
	width: 100%;
}
.schedule_carp_list ul li  td{
	vertical-align: middle;
}

.schedule_carp_list ul li  .td_img{
	padding: 5px 0px;
}


.schedule_carp_list ul li  .td_img img{
	width: 100%;
}

.schedule_carp_list ul li  .td_body{
	text-align: left;
	padding: 5px;
	padding-left: 0px;
}

.schedule_carp_list ul li .main {
	color: #555;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.schedule_carp_list ul li .sub {
	font-size:0.9em;
	color: #555;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.birthday_block{
	width: 100%;
}

.birthday_block td{
	padding: 5px;
	width: 50%;
	border-bottom: 1px dotted #c0c0c0;
	vertical-align: middle;

}

.birthday_block td:nth-child(odd) {
	border-right: 1px dotted #c0c0c0;
}

.birthday_block .nodata{
	border-bottom: 0px dotted #c0c0c0;
}

.player_birthday{
	background: url(../images/calendar/schedule_cap.png) no-repeat 100% 50%;
	background-size: auto 30px;
	padding: 5px 35px 5px 0;
}

.user_birthday{
	background: url(../images/calendar/schedule_btn1.png) no-repeat 100% 50%;
	background-size:  35px auto;
	padding: 5px 40px 5px 0;
}

#see_more{
	padding: 0 5px;
}
.see_more_area{
	text-align: center;
	background: #FFFFFF;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 掲示板更新 */
#board_btn_area {
	position: fixed;
	text-align: right;
	top: 10px;
	width:60px;
	right: 5px;
}


.coupon_list ul {
	border-bottom: 0px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.coupon_list ul li {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}
.coupon_list ul li:first-child {
	border-top: 0px solid #CCCCCC;
	margin: 0px;
}

.coupon_list ul li img {
}

.newico {
	font-size: smaller;
	color: #FF0000;
	text-decoration : blink;
	border-style: double none;
	font-weight: bold;

	-webkit-animation-name: "anime-blink";
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes "anime-blink"{
	0%{opacity:0}
	100%{opacity:1}
}


.article_list_area ,.article_list_area_black{
	margin-top: 15px;
	padding-left: 15px;
    padding-right: 15px;
}

.article_list_item{
	display: block;
	color:#555555;
	margin-bottom: 25px;
	text-decoration: none;
}

.article_list_item_area{
	display: block;
	position: relative;
}

.article_list_img{
	float: left;
    margin-right: 10px;
    position: relative;
    width: 126px;
	height: 126px;
    background-color: #000;
}
.article_list_img:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.article_list_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.article_list_title{
	font-size: 1.3rem;
    line-height: 1.3;
	color: #131313;
	font-weight: bold;
}

.article_list_body{
	font-size: 0.9rem;
	color: #333;
}

.article_list_date{
	font-size: 0.8rem;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.article_list_head{
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	font-weight: bold;
	padding: 15px 0px 20px 0px;
}

.article_date{
	font-size: 0.8rem;
	text-align: right;
	color: #333;
	padding: 5px 15px 10px 15px;
}

.article_list_area_black {
	background-color: #000;
}

.article_list_area_black .article_list_head{
	color: #FFF;
}

.article_list_area_black .article_list_title{
	color: #FFF;
}

.article_list_area_black .article_list_body{
	color: #DDD;
}

.article_list_area_black .article_list_head{
	color: #DDD;
}

.article_list_area_black .article_list_date{
	color: #DDD;
}




.article_btn {
	padding: 5px 5px;
	width: 320px;
	margin: auto;
}

.article_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 320px;
	width: 150px;
	height: 45px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	float: right;
}

.article_btn a:first-child {
	float: left;
}

.article_btn a:hover {
	color: #f2f2f2;
}

.article_btn01 a {
	background-color: #000;
	border: 1px solid transparent;
}



.article_btn01 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #FFF;
}

.article_btn01 a:first-child::after {
	left: 15px;
	transform: rotate(225deg) translateY(50%);

}

a.article_btn_disabled  {
	background-color: #888;
	border: 1px solid transparent;
}
