﻿@charset "UTF-8";
/* CSS Document */

body{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", メイリオ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

p.title{
    color: #e3555d;
    font-size: 28px;
    margin-top: 15px;
}

.redTheme           p.title{ color: #BD0C18; }
.pinkTheme          p.title{ color: #DD9090; }
.orangeTheme        p.title{ color: #D07C0C; }
.yellowTheme        p.title{ color: #DAB258; }
.lightgreenTheme    p.title{ color: #96BB06; }
.greenTheme         p.title{ color: #379606; }
.lightblueTheme     p.title{ color: #93B9B9; }
.blueTheme          p.title{ color: #2F4A84; }
.purpleTheme        p.title{ color: #5B2D5B; }
.grayTheme          p.title{ color: #A6A6A6; }
.blackTheme         p.title{ color: #282828; }
.bronzeTheme        p.title{ color: #897869; }

p.sub{
    color: #e3555d;
    margin: 15px 0 20px;
}

.redTheme           p.sub{ color: #BD0C18; }
.pinkTheme          p.sub{ color: #DD9090; }
.orangeTheme        p.sub{ color: #D07C0C; }
.yellowTheme        p.sub{ color: #DAB258; }
.lightgreenTheme    p.sub{ color: #96BB06; }
.greenTheme         p.sub{ color: #379606; }
.lightblueTheme     p.sub{ color: #93B9B9; }
.blueTheme          p.sub{ color: #2F4A84; }
.purpleTheme        p.sub{ color: #5B2D5B; }
.grayTheme          p.sub{ color: #A6A6A6; }
.blackTheme         p.sub{ color: #282828; }
.bronzeTheme        p.sub{ color: #897869; }

a, a:hover, a:active {
text-decoration: none;
}

/* body 全体のエフェクト */
#notFound{
	background-color: #fff;
	text-align:center;
}

/*
    コンテンツ
*/
.contentInner{
	font-size: 16px;
}
#notFound .contents{
	margin: 100px auto 0;
	padding: 0;
}

.contentsInner{
	margin: 200px auto 80px;
}


.explainArea{
	width: 530px;
	margin: 45px auto;
	line-height: 25px;
}
.uiButton{
	font-weight: normal;
	/*padding: 18px 40px 0 !important;*/
	/*margin: 25px 0;*/
	text-align: center;
	background: #cc1f1f;
}

.redTheme  	 .uiButton{ background: #BD0C18; }
.pinkTheme 	 .uiButton{ background: #DD9090; }
.orangeTheme 	 .uiButton{ background: #D07C0C; }
.yellowTheme 	 .uiButton{ background: #DAB258; }
.lightgreenTheme .uiButton{ background: #96BB06; }
.greenTheme 	 .uiButton{ background: #379606; }
.lightblueTheme  .uiButton{ background: #93B9B9; }
.blueTheme 	 .uiButton{ background: #2F4A84; }
.purpleTheme 	 .uiButton{ background: #5B2D5B; }
.grayTheme 	 .uiButton{ background: #A6A6A6; }
.blackTheme 	 .uiButton{ background: #282828; }

.footer{
	font-size: 11px;
	line-height: 25px;
	margin: 80px auto 30px;
}

.footerInner{
	margin:20px 0;
}
.footerInner ul{
}
.footerInner li{
	display: inline;
}
.footer .copyright{
	margin: 15px 0;
}
.footer .copyright p{
	color: #999;
}

.footer .footerLogo{
	margin: 40px 0 50px;
}
.footer .footerLogo h2{
	margin: auto;
	background: url("/images/copy_logo.jpg") no-repeat;
	width: 300px;
	height: 100px;
	text-indent: -9999px;
}

.closed_message {
  margin: 0 0 30px 0;
}
.btn_end {
  margin: 30px 0 0 0;
}
.reserve_message {
  margin: 0 0 30px 0;
}

.uid_required_message {
  margin: 0 0 30px 0;
}

