@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 16px;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}
body {
	min-width: 1050px;
	background: #FFFFFF;
}
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ Header
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
header {
	position: relative;
}

#h-orange-box {
	width: 100%;
	height:36px;
	background: #FF0004;
}

#h-blue-box {
	width: 100%;
	height: 46px;
	background: #2551CE;
}
#h-blue-box .inner-box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
}
#h-blue-box .inner-box .logo-box {
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 250px;
	height: 102px;
	background: #1E90FF;
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	text-align: left;
	text-indent: -9998px;
}
#h-blue-box .inner-box .logo-box:hover {
	background: #0071E1
}
#h-blue-box .inner-box .logo-box a {
	background: url(./../img/logo/logo_250x85.png) no-repeat center center;
	display: block;
	width: 250px;
	height: 102px;
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
}
#h-blue-box .inner-box .logo-box a:hover {
}
#h-blue-box .inner-box h1 {
	display: block;
	width: 60%;
	padding-left: 285px;
	line-height: 46px;
	vertical-align: middle;
}

#h-white-box {
	width: 100%;
	height: 56px;
	background: #FFFFFF;
}
#h-white-box .inner-box {
	display: table;
	width: 1000px;
	height: 56px;
	margin: 0 auto;
}



#h-white-box .inner-box nav {
	display: table-cell;
	padding-left: 250px;
	height: 56px;
	vertical-align: middle;
	text-align: center;
}
#h-white-box .inner-box nav a {
	display: inline-block;
	padding: 15px 5px;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #1E90FF;
}
#h-white-box .inner-box nav a:hover {
	color: #1E90FF;
}
#h-white-box .inner-box .h-tel {
	display: table-cell;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	color:#FF0004;
	font-family: 'Anton', sans-serif;
}


#h-white-box .inner-box .h-sub {
	display: table-cell;
	vertical-align: top;
	letter-spacing: -0.4em;
	text-align: right;
}
#h-white-box .inner-box .h-sub li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
}
#h-white-box .inner-box .h-sub li a {
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
}
#h-white-box .inner-box .h-sub li:hover {
	background: #1E90FF;
}
#h-white-box .inner-box .h-sub li .hover-disp {
	position: absolute;
	top: 46px;
	z-index: 10;

	color: #FFFFFF;
}
#h-white-box .inner-box .h-sub li .h-info {
	display: none;
}
#h-white-box .inner-box .h-sub li:hover .h-info {
	background: #1E90FF;
	left: -208px;
	z-index: 11;
	display: block;
	width: 300px;
	text-align: left;
	padding: 0 10px 10px;
}
#h-white-box .inner-box .h-sub li .hover-disp dl {
	margin-top: 10px;
}
#h-white-box .inner-box .h-sub li .hover-disp dl dt {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba( 255, 255, 255, .8 );
	font-weight: bolder;
	opacity: .8;
}
#h-white-box .inner-box .h-sub li .hover-disp dl dd {
	line-height: 150%;
	padding-top: 5px;
}
#h-white-box .inner-box .h-sub li .hover-disp dl dd .week {
	display: inline-block;
	width: 55px;
	text-align: center;
}

#h-white-box .inner-box .h-sub li .h-sitemap {
	display: none;
}
#h-white-box .inner-box .h-sub li:hover .h-sitemap {
	background: #1E90FF;
	left: -194px;
	display: block;
	width: 240px;
	text-align: left;
	padding: 0 10px 10px;
}
#h-white-box .inner-box .h-sub li:hover .h-sitemap a {
	width: 100%;
	height: 35px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
#h-white-box .inner-box .h-sub li:hover .h-sitemap a:hover {
	color: rgba( 255, 255, 255, .8 );
}

#h-navgation{
	position:fixed;
	top:0px;
	left:0;
	z-index:9999;
	
	width: 100%;
	height: 50px;
	background: #2551CE;
}

#h-navgation .inner-box{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
}

#h-navgation .inner-box .hn-nav-list{
	display: block;
	padding-left: 250px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

#h-navgation .inner-box .hn-nav-list a{
	display: inline-block;
	height:50px;
	line-height:50px;
	padding: 0 5px;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
}
#h-navgation .inner-box .logo-box {
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 200px;
	height: 50px;
	background: #1E90FF;
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	text-align: left;
	text-indent: -9998px;
}
#h-navgation .inner-box .logo-box:hover {
	background: #0071E1
}
#h-navgation .inner-box .logo-box a {
	background: url(./../img/logo/logo_250x85.png) no-repeat center center;
	background-size:contain;
	display: block;
	width: 200px;
	height: 50px;
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
}
#h-navgation .inner-box .logo-box a:hover {
}
	

.right-box {
	position:fixed;
	bottom:0;
	right:0;
	
	display:block;
	background:#FF0004;
	
	padding:20px;
	width:270px;
	height:220px;
	
	z-index:999;
}

.right-box .rb-inner{
	color:#FFFFFF;
	text-align:center;
	font-size: 16px;
}

.right-box .rb-inner p{
	line-height:150%;
	font-size:20px;
}

.right-box .countdown {
}

.right-box .fcount {
	width: 80%;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
	background:none;
	border:0;
	margin:0 auto;
	padding:10px 0 20px;
	resize:none;
	overflow:hidden;
    text-align: center;
}

.right-box .rb-btn{
	display:inline-block;
	width:100%;
	height:40px;
	line-height:40px !important;
	background:#FFFFFF;
	color:#FF0004;
	
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}

.right-box .rb-btn:hover{
	background:#FFFD00;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ index.php - main
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#main {}
#main .content1 {
	position: relative;
	height: 500px;
}

#main .content1 section {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 500px;
}
#main .content1 section .inner-box {
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: center;
}
#main .content1 section .inner-box .big-text {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	color: #FFFD00;
	font-size: 60px;
	text-shadow: rgba(33,33,33,0.5) 3px 3px 2px;
}

#main .content1 section .inner-box .big-text span {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
    font-size: 80px;
}

#main .content1 section .inner-box .small-text {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	color: #FFFFFF;
	font-size: 36px;
	padding: 30px 0;
	line-height:150%;
	text-shadow: rgba(33,33,33,0.5) 3px 3px 2px;
}
#main .content1 section .inner-box .img-on-btn {
	position: relative;
	z-index: 0;
	padding-top: 50px;
}
#main .content1 section .inner-box .img-on-btn a {
	background: rgba(255,0,4,0.7);
	border: 3px solid #FFFFFF;
	padding: 10px 20px;
	font-size: 26px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: 0.2em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#main .content1 section .inner-box .img-on-btn a:hover {
	background: rgba(255,0,4,0.3);
}

#main .content2{
    padding-top: 70px;
	position: relative;
	background:#FFFFFF;
}
	
#main .content2 section{
	margin-bottom:80px;
}

#main .content2 section .text-st{
	font-weight: bolder;
    line-height: 150%;
    font-size: 26px;
}


#main .content2 section .diet-text1{
	color:#2551CD;
	font-size:26px;
	font-family: 'Noto Sans Japanese', serif;
	line-height:150%;
	font-weight:900;
}

#main .content2 section .diet-text1 span{
	color:#FF0004;
}

#main .content2 section .kouka-box{
	background:#2551CD;
	padding:20px 10px;
	color:#FFFFFF;
}

#main .content2 section .kouka-box p{
	font-size:24px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
}
	

#main .content2 section .kouka-box ul{
	display:block;
	font-size:26px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
}

#main .content2 section .kouka-box ul li{
	display:block;
	padding:10px;
	width:100%;
}

#main .content2 section .kouka-list .kouka-1{
	font-size:70px;
	font-weight:900;
}
	

#main .content2 section .diet-box {
	display:block;
	width:100%;
	overflow:hidden;
	border:1px solid #FF0004;
}

#main .content2 section .diet-box dt{
	text-align:center;
	color:#FFFFFF;
	background:#FF0004;
	padding:10px;
	font-size:26px;
	font-weight:900;
	font-family: 'Noto Sans Japanese', serif;
}

#main .content2 section .diet-box dd{
	padding:20px;
	display:block;
	overflow:hidden;
}

#main .content2 section .diet-box dd:first-of-type{
	font-size:22px;
	font-weight:600;
    margin: 0px 50px;
	padding:10px;
}

#main .content2 section .diet-box dd:first-of-type .db-weight{
	display:inline-block;
	vertical-align:middle;
}

#main .content2 section .diet-box dd .t-red{
	display:inline-block;
	color:#FF0004;
	font-size:36px;
	font-weight:900;
	margin-top:10px;
	font-family: 'Noto Sans Japanese', serif;
}

#main .content2 section .diet-box dd .t-big{
	display:inline-block;
	font-size:80px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:900;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 100px;
    margin-left: 120px;
    text-indent: -90px;
	color:#FFE500;
	vertical-align:middle;
	text-shadow: #FF0004 4px 4px 0px, #FF0004 -4px 4px 0px, #FF0004 4px -4px 0px, #FF0004 -4px -4px 0px;
	
	background:#FF0004;
	border-radius:50%;
}

#main .content2 section .diet-box dd:last-of-type{
	padding-top:10px;
}

#main .content2 section .diet-box dd ul{
	border:1px solid #000000;
	padding:10px;
}

#main .content2 section .diet-box dd ul li{
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	line-height:150%;
}

#main .content2 section .diet-box dd ul li .diet-box-text{
	text-align:left;
}
	

#main .content2 section .diet-box dd ul li:first-of-type img{
	width:100%;
	padding:5px;
	vertical-align:middle;
}

#main .content2 section .diet-box dd ul li:last-of-type img{
	vertical-align:bottom;
	margin:10px 0 5px;
}

#main .content2 section .voice-st{
	font-size:26px;
	color:#2551CD;

	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
}

#main .content2 section .voice-text{
	padding:10px;
}

#main .content2 section .voice-box{
	width:80%;
	margin:0 auto;
}

#main .content2 section .voice-box li{
	vertical-align:middle;
	text-align:center;
	line-height:150%;
}

#main .content2 section .staff-st{
	font-size:26px;
	font-weight:700;
	line-height:150%;
}

#main .content2 section table.diff-list{
	width:100%;
	border:1px solid #999999;
	border-collapse:collapse;
	color:#202020;
}

#main .content2 section table.diff-list tr{
	border:1px solid #999999;
	border-collapse:collapse;
	text-align:center;
	font-size:18px;
}
#main .content2 section table.diff-list tr:last-of-type{
	border:3px solid #FF0004;
}

#main .content2 section table.diff-list tr th{
	border:1px solid #999999;
	padding:10px 20px;
	background:#F4F4F4;
	text-align:center;
}

#main .content2 section table.diff-list tr th.dl-null{
	background:#CCCCCC;
}
#main .content2 section table.diff-list tr th.dl-kaatsu{
	background:#9CB1ED;
	color:#000000;
}

#main .content2 section table.diff-list tr th span{
	font-size:24px;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:800;
}
#main .content2 section table.diff-list tr:first-of-type th span{
	display:block;
	margin-top:5px;
}

#main .content2 section table.diff-list tr th span.dl-aifa{
	font-size:60px;
}

#main .content2 section table.diff-list tr th:first-of-type{
	width:15%;
}

#main .content2 section table.diff-list tr td{
	border:1px solid #999999;
	padding:20px;
}

#main .content2 section table.diff-list tr td.dl-kaatsu{
	background:#EAF6FF;
	color:#000000;
}
#main .content2 section table.diff-list tr td.dl-none{
	background:url(./../img/diff_bg.png) no-repeat center;
    background-size: 70%;
	font-size:50px;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:800;
}

#main .content2 section table.diff-list tr:last-of-type td.dl-kaatsu{
	background:#EAF6FF url(./../img/diff_bg2.png) no-repeat center;
    background-size: 70%;
}

#main .content2 section table.diff-list tr td dl{
	display:tanble;
	width:100%;
	overflow:hidden;
}

#main .content2 section table.diff-list tr td dl dt{
	display:table-cell;
	width:30px;
	padding-right:10px;
	vertical-align:middle;
}

#main .content2 section table.diff-list tr td dl dt img{
	vertical-align:bottom;
}
#main .content2 section table.diff-list tr td dl dd{
	display:table-cell;
	width:70%;
	vertical-align:middle;
}

#main .content2 section .suisen-st{
	color:#2551CD;
	font-size:26px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
}

#main .content2 section .suisen-box{}

#main .content2 section .suisen-box dt{
	padding:10px 10px 5px;
	margin-bottom:5px;
	border-bottom:1px solid #999999;
}

#main .content2 section .suisen-box dt span{
	display:inline-block;
    line-height: 150%;
	vertical-align:middle;
}

#main .content2 section .suisen-box dt span.suisen-name{
	font-size:26px;
	margin-left:20px;
}

#main .content2 section .suisen-box dd:first-of-type{
	text-align:center;
}

#main .content2 section .suisen-box .s-b-profile{
	padding:0 30px;
}

#main .content2 section ul .suisen-text{
	vertical-align:middle;
}

#main .content2 section .media-box{}

#main .content2 section .media-box dt{
	font-size:26px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	color:#2551CD;
}

#main .content2 section .media-box dd{
	padding:10px;
	display:block;
}

#main .content2 section .media-box dd .media-jj{
	color:#FF55D3;
}

#main .content2 section .media-box dd .media-cancam{
	color:#B48010;
}

#main .content2 section .media-box dd:first-of-type{
	padding-bottom:0;
	border-bottom:1px solid #999999;
}

#main .content2 section .media-box dd:first-of-type img{
	vertical-align:middle;
}

#main .content2 section .media-box dd:first-of-type span{
	display:inline-block;
	margin-left:40px;
}

#main .content2 section .taiken-st{
	display:block;
	width:100%;
	height:70px;
	overflow:hidden;
	
	color:#2551CD;
	
	position:relative;
}

#main .content2 section .taiken-st .taiken-number{
	position:absolute;
	top:0;
	left:10px;
	z-index:999;
	
	display:inline-block;
	width:70px;
	height:70px;
	border:1px solid #FF8C00;
	background:#FF8C00;
	border-radius:50%;
	
	color:#FFFFFF;
	line-height:65px;
	text-align:center;
	font-size:45px;
	font-family: 'Anton', sans-serif;
}

#main .content2 section .taiken-st .taiken-title{
	display:block;
	margin:10px 20px;
	padding-left:40px;
	background:#2551CD;
	border:1px solid #2551CD;
	height:50px;
	
	color:#FFFFFF;
	font-family: 'Noto Sans Japanese', serif;
	font-size:26px;
	line-height:45px;
	font-weight:900;
	text-align:center;
}

#main .content2 section .taiken-text-box{
	display:block;
    padding: 10px 20px;
    width: 90%;
    margin-left: auto;
	line-height:150%;
    margin-right: 25px;
}

#main .content2 section .taiken-text-box2{
	display:block;
    padding: 10px 20px 30px;
    width: 90%;
    margin-left: auto;
	line-height:150%;
    margin-right: 25px;
}
	
#main .content2 section .taiken-img-box{
	text-align:center;
	width:100%;
}

#main .content2 section .taiken-attention{
	display:block;
	width:80%;
	margin:0 auto;
	
	border:1px solid #000000;
	padding:10px;
	background:#FFFFFF;
}

#main .content2 section .taiken-attention dt{
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
	margin-bottom:10px;
	font-size:26px;
	color:#FF0004;
	text-align:center;
}

#main .content2 section .taiken-attention dd{
	line-height:150%;
}

#main .content2 section .faq-box{
	margin-bottom:50px;
}

#main .content2 section .faq-st{
	display:block;
	background:#2551CD url(./../img/faq_bg.png) no-repeat center;
    background-size: 50%;
	border:1px solid #2551CD;
	padding:20px 10px;
	
	color:#FFFFFF;
	font-size:26px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:900;
}

#main .content2 section ul li:first-of-type .faq-st{
	margin-right:10px;
}
#main .content2 section ul li:last-of-type .faq-st{
	margin-left:10px;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ access
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#access {}

#access .inner-box .text-box  dl:first-of-type {
	margin-top: 0;
}
#access .inner-box .text-box  dl {
	margin-top: 10px;
}
#access .inner-box .text-box  dl dt {
	font-weight: bolder;
	line-height: 150%;
}
#access .inner-box .text-box  dl dd {
	padding: 0 15px;
	line-height: 150%;
}
#access .inner-box .text-box  dl dd a {
	color: #0071E1;
	text-decoration: none;
}
#access .inner-box .text-box  dl dd a:hover {
	color: #1E90FF;
}
#access .inner-box .right-img {
	margin-top: 125px;
}
#access .inner-box .right-img img {
	vertical-align: bottom;
}
#access .inner-box .right-img p {
	text-align: center;
	padding: 5px 0 15px;
}
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ index.php - parts
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.inner-box {
	width:1000px;
	margin:0 auto;
}
.inner-box .mt125 {
	margin-top: 125px;
}

.inner-box .in-text {
	text-align: center;
	font-size: 40px;

	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
}

.inner-box .in-text .sub-text {
	display:block;
	margin:20px 150px;
	
	text-align: center;
	font-size: 16px;
	font-family:Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 400;
    line-height: 150%;

}
.inner-box .in-list {
	display: table;
	width: 100%;
	background: url( ./../img/common/line_black.png ) repeat-y center top;
	margin-top: 20px;
	padding-top: 50px;
}
.inner-box .in-list li {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.inner-box .in-list li:last-child {
	padding-left: 1px;
}
.inner-box .in-list li .img-box {
	position: relative;
	width: 500px;
	height: 250px;
}
.inner-box .in-list li:last-child .img-box li {
	margin-left: 1px;
}
.inner-box .in-list li .img-box img {
	vertical-align: bottom;
}
.inner-box .in-list li .img-box span {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	position: absolute;
	left: 20px; bottom: 20px;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 3px rgba( 0, 0, 0, .5 );
}
.inner-box .in-list li .img-box span.top-title {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	position: absolute;
	right: 20px; top: 20px;
	z-index: 10;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 0.2em;
	text-align: right;
}
.inner-box .in-list li .text-box {
	padding: 20px 10px;
	line-height: 150%;
}

.inner-box .in-block{
	display: block;
	overflow:hidden;
    margin-top: 20px;
    padding-top: 50px;
}

.inner-box .in-list li .text-box dl dt{
	line-height:150%;
}

.inner-box .in-list li .text-box dl dd{
	line-height:150%;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ Common
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#common {
	position: relative;
	top: 0;
}
#common .in-text {
	background:#FFFFFF url( ./../img/common/line_black.png ) repeat-y center center;
	text-align: center;
	padding-bottom: 50px;

	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	font-size: 33px;
}
#common .in-text p {
	background: #FFFFFF;
	padding-bottom: 15px;
}
#common #com-contact {
	background: #2551CE url( ./../img/common/line_black.png ) repeat-y center center;
	width: 100%;
	color: #FFFFFF;
	padding: 50px 0 0;
}
#common #com-contact .inner-box {
	background: #2551CE url( ./../img/com_bg.png ) no-repeat center center;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 80px;
}
#common #com-contact .inner-box .com-text {
	width: 800px;
	line-height: 250%;
	font-size: 18px;
	margin: 0 auto;
}
#common #com-contact .inner-box .com-btn-box {
	margin: 0 auto;
	margin-top: 30px;
	width: 800px;
	text-align: center;
}
#common #com-contact .inner-box .com-btn-box a {
	background:#FF0004;
	display: inline-block;
	line-height: 150%;
	font-size: 20px;
	padding: 10px 30px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	letter-spacing: .05em;

	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#common #com-contact .inner-box .com-btn-box a:hover {
	opacity: .8;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ footer
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
footer {
	position: relative;
	top: 0;
}
footer #f-gray-box {
	background: #353535;
}
footer #f-gray-box .inner-box {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 50px;
}
footer #f-gray-box .inner-box .navi-box {
	display: table;
	width: 100%;
}
footer #f-gray-box .inner-box .navi-box nav {
	display: table-cell;
	width: 33.33333%;
	text-align: center;
}
footer #f-gray-box .inner-box .navi-box nav p {
	margin-bottom: 10px;
	line-height: 150%;
}
footer #f-gray-box .inner-box .navi-box nav p span {
	display: block;
	margin-left: 10px;
}
footer #f-gray-box .inner-box .navi-box nav p a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
footer #f-gray-box .inner-box .navi-box nav p.fontsize11 a {
	font-size: 11px !important;
}
footer #f-gray-box .inner-box .f-sns {
	margin-top:40px;
}
footer #f-gray-box .inner-box .f-sns dt {
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}
footer #f-gray-box .inner-box .f-sns dd {
	text-align: center;
	padding-top: 30px;
}
footer #f-gray-box .inner-box .f-sns dd p {
	display: inline-block;
	background: #FFFFFF;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: 0 5px;
}
footer #f-gray-box .inner-box .f-sns dd p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
footer #f-gray-box .inner-box .f-sns dd p.blog a {
	background: url( ./../img/icon/blog_d.png ) no-repeat center center;
}
footer #f-gray-box .inner-box .f-sns dd p.blog:hover {
	background: #FFA500;
}
footer #f-gray-box .inner-box .f-sns dd p.blog:hover a {
	background: url( ./../img/icon/blog_w.png ) no-repeat center center;
}

footer #f-gray-box .inner-box .f-sns dd p.twitter a {
	background: url( ./../img/icon/tw_d.png ) no-repeat center center;
}
footer #f-gray-box .inner-box .f-sns dd p.twitter:hover {
	background: #55ACEE;
}
footer #f-gray-box .inner-box .f-sns dd p.twitter:hover a {
	background: url( ./../img/icon/tw_w.png ) no-repeat center center;
}

footer #f-gray-box .inner-box .f-sns dd p.facebook a {
	background: url( ./../img/icon/fb_d.png ) no-repeat center center;
}
footer #f-gray-box .inner-box .f-sns dd p.facebook:hover {
	background: #315096;
}
footer #f-gray-box .inner-box .f-sns dd p.facebook:hover a {
	background: url( ./../img/icon/fb_w.png ) no-repeat center center;
}


footer #f-gray-box .inner-box .copyright {
	margin-top: 50px;
}
footer #f-gray-box .inner-box .copyright .copy {
	text-align: center;
	color: #FFFFFF;
}

