
* {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ ゴシック","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
html { 
    height: 100%;
    padding: 0px;
}
/* --　記事内の装飾 --*/
body{
	margin: 0px 0px;
    height: 100%;
    padding: 0px;
    background-color: #006699;
}
#main-block{
    margin: 0px;
    height: 100%;
    padding: 0px;
    background-color: #006699;
}
article{
    background-color: #fff;
}
section{
    background-color: #fff;
}
body a img{
	border-style: none;
}
body img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
header{
    margin: 0 auto 0 auto;
	min-width: 1000px;
	padding: 1px 0px;
    position: relative;
    z-index: 199 !important;
    background-color: #fff;
}


nav.headnav{
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	z-index:200 !important;
    background: #f5f1ee;
    border-bottom:5px solid #998154;
}

nav.headnav section{
	margin: 0px auto;
    width: 100%;
}
nav.headnav p.mainlogo{
    margin: 0;
}
nav.headnav p.mainlogo a{
	float: left;
    display: block;
     background: url(../images/main_logo.png) no-repeat left center;
	height: 55px;
	margin: 11px 0px 0px 50px;
	-webkit-background-size: auto 55px;
	-moz-background-size: auto 55px;
	background-size: auto 55px;
    text-indent: -9999px;
    width: 398px;
    text-indent: -9999px;
    overflow: hidden;
}
nav.headnav ul{
	float: left;
	margin: 50px 0px 0px 50px;
    height: 21px;
}
nav.headnav ul li{
	float: left;
	margin: 0 30px 0 0;
    padding: 0;
	font-size: 14px;
    text-align: center;
    line-height: 14px;
    height: 21px;
}
nav.headnav ul li a{
	color: #000;
	display: block;
    position: relative;
    padding: 0 0 0 14px;
}
nav.headnav ul li a.twitter{
	width: 20px;
    height: 20px;
	float: left;
	margin: -5px 0px 0px 0px;
    display: block;
     background: url("../images/twitter_icon.png") no-repeat left center;
	-webkit-background-size: auto 20px;
	-moz-background-size: auto 20px;
	background-size: auto 20px;
    text-indent: -9999px;
    overflow: hidden;
}
nav.headnav ul li a.twitter::after  {
	border-right: none;
	border-bottom: none;
}
nav.headnav ul li a.twitter:hover::after  {
	border-right: none;
	border-bottom: none;
}
nav.headnav ul li a::after  {
    content: '';
	position: absolute;
	top: 30%;
	left: 0em;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #998154;
	border-bottom: 1px solid #998154;
}
nav.headnav ul li a:hover{
	color: #998154;
	text-decoration:none;
}
nav.headnav ul li a:hover::after  {
	left: 0.2em;
	border-right: 1px solid #998154;
	border-bottom: 1px solid #998154;
}
#head-set h2{
	margin: 0px 0px 10% 0px;
	padding: 0px;
}
#head-set h2 img{
	width: 90%;
}
#head-set h3{
	margin: 0px;
	padding: 0px;
}
#head-set h3 img{
	width: 100%;
    max-width: 700px;
}
#head-set{
	height: auto ;
	margin: 0 0 0 5%;
    padding: 0 0 5% 0;
    width: 40%;
}


nav.headnav p.form-button{
    margin: 0;
	display: block;
	height: 33px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    width: 250px;
    float: right;
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 14px;
}
nav.headnav p.form-button a {
	color: #fff;
    display: block;
	position: relative;
	height: 33px;
	line-height:35px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 0px 0px 7px 7px;
    background-color: #ea8a7a;
}
nav.headnav p.form-button a:hover {
	color: #fff;
	text-decoration: none;
    background-color: #df4b33;
}
nav.headnav p.form-button a span{
    display: inline-block;
	width: 20px;
	height: 24px;
    margin-right: 5px;
	text-indent: -9999px;
	line-height: 35px;
	background: url("../images/mail_head.png") no-repeat center;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
    background-position: bottom left;
}

nav.headnav p.form-button a:hover::after{
	left: 1.5em;
    border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}
/* transition */
nav.headnav,
nav.headnav::after,
nav.headnav section,
nav.headnav h1,
nav.headnav h1 img,
nav.headnav ul,
nav.headnav ul li,
nav.headnav ul li a,
nav.headnav ul li a:hover::after,
nav.headnav p.form-button a,
#main-visual h1{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#main-visual{
	margin: 0px auto 0px auto;
	min-width: 1000px;
	min-height: 170px;
	padding: 0px;
	text-align: center;
	clear:both;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}
#main-visual h1{
    margin: 0px auto;
    font-size: 32px;
    color: #fff;
    line-height: 170px;
	font-weight: bold;
    display: block;
    width: 90%;
    max-width: 1280px;
    text-align: left;
	background-repeat: no-repeat;
}
/*Heada*/
#main-visual{
    background-color: #069;
     background-image: url("../images/inner_heada_privacy.jpg");
	background-position: right bottom;
	background-size: 750px auto;
	background-repeat: no-repeat
}

#page-nav{
    margin: 0px 0 50px !important;
    padding-top: 15px;
}
#maincontainer #page-nav p{
   font-size: 14px;
}


nav.headnav p a,
#page-nav ul li a,
#page-nav ul li a::after {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#nav-container{
	position: fixed;
	height: 95px;
	width: 100%;
	min-width: 1000px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	z-index: 880;
	top: 0px;
    border-bottom: solid 5px #ec4762;
}
#scroller{
	margin-bottom: 0px;
}

#button {
	width: 70px;
	height: 70px;
	position: absolute;
	display: block;
	background: url(../images/Hamburger_menu.png) no-repeat center;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
	margin: 0px;
	padding: 0px;
	right: -1px;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}


/*-- Maincontainer Comon Seting--*/



.contents-wrapper{
	width: 87%;
    max-width: 1280px;
	margin: 0px auto;
    padding: 0px 0px 20px 0px;
}

#maincontainer h2{
	margin: 0px 0px 20px 0px;
	clear: both;
	font-size: 24px;
    line-height: 1.5em;
	color: #998154;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 10px 0 10px 0;
	text-align: center;
    border-top: 1px solid #998154;
    border-bottom: 1px solid #998154;
}

#maincontainer  h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: normal;
    padding-bottom: 0.2em;
    text-align: center;
}

#maincontainer  h4 {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0px;
    color: #000;
    text-align: center;
    padding: 0 0 5px 0;
}


#maincontainer p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 0px;
	margin-bottom: 1.5em;
	color: #000000;
}
#maincontainer p em {
	font-style: normal;
	font-weight: bold;
	color: #c33;
}


#maincontainer p .caption,
#maincontainer ul li .caption {
	font-size: 85%;
	color: #666;
}
#maincontainer p.caption{
	font-size: 85%;
	color: #666;
	margin-top: 0px;
}

#maincontainer ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 1em;
	margin-left: 3px;
	margin-top: 0px;
}
#maincontainer ul li {
	margin-bottom: 0.5em;
	padding-left: 10px;
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0.55em;
}
#maincontainer ul li em{
	font-style: normal;
	color: #c33;
}

.link-page {
    display: block;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    text-align: center;
}
.link-page a{
    display: block;
	width:100% !important;
	position: relative;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    color: #fff;
    border-radius: 20px;
    background-color: #ea8a7a;
    font-weight: bold;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.link-page a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 2px solid #ea8a7a;
    border-bottom: 2px solid #ea8a7a;
}

.link-page a,
.link-page a::after{	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.link-page:hover {
}
.link-page a:hover {
	text-decoration: none;
    background-color: #df4b33;
    color: #fff;
}
.link-page a:hover::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	left: 2em;
}

/*Main Section*/
#maincontainer img {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2em auto ;
    text-align: center;
}

#maincontainer  .text-area h3 {
    text-align: left;
}
#maincontainer .text-area .link-page a{
    margin: 0;
}
#maincontainer .topics p{
   
}
#maincontainer section.bg-half {
    background-color: rgba(255,255,255,0.60);
}
#maincontainer .contents-wrapper{
    padding: 0px 0px 100px ;
    position: relative;
}
#maincontainer .first-block{
    padding: 100px 0px 100px ;
}

#maincontainer #up_ymd{
    text-align: right;
    font-size: 15px;
    margin: 0 0 40px 0
}

#newsWrap dl{
	margin: 0px 0px 40px 0px;
}
#newsWrap dt{
	padding: 15px 0px 0px 5px;
	margin: 0;
	line-height: 1.7em;
	color: #000;
    font-size: 16px;
}
#newsWrap dd{
	margin: -1.7em 0px 0px 0px;
	line-height: 1.7em;
	padding: 0px 0px 15px 7em;
	color: #000;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
#newsWrap dd a{
	color: #000;
}
#newsWrap dd a:hover{
	color: #999;
}
/* Pager style（外部化可） */
#maincontainer .pager{
	text-align:center;
	padding:10px;
	clear:both;
    margin:0 3px;
}
/*ページャーボタン*/
#maincontainer .pager a{
    border: 1px solid #999;
    border-radius: 5px;
    color: #999;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
	margin:0 3px;
}
#maincontainer .pager a:hover{
    color: #fff;
    background-color: #999;
    text-decoration: none;
}

/* transition */
.pager a,
.pager a:hover,
#access p.address a,
#access p.address a:hover{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.newMark{
    display: block;
	font-size: 10px;
    font-weight: bold;
    line-height: 10px;
	padding: 2px 7px;
	margin: 6px 5px 0px 5px !important;
	color: #fff;
	background-color: #998154;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    width: 2.3em;
    float: left;
}
#maincontainer #news a{
    color: #000;
}
#maincontainer #news dd a:hover{
    color: #999;
    text-decoration: none;
}
/*Contact*/
#contact {
	background-color: #069;
    border-top: 8px solid #998154;
}

#contact .contact-wrapper{
    text-align: center;
    width:90%;
	margin: 0px auto;
    padding: 50px 0 0px 0;
    clear: both;
    max-width: 1500px;
}
#contact h2{
    color: #fff;
}
#contact p{
    color: #fff;
}
#contact ul{
    display: inline-block
	
}
#contact li.tel-number{
	line-height: 30px;
	white-space: nowrap;
	margin: 0px 0px 15px 0px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
   display: inline-block;
    text-align: left;
}
#contact li.tel-number strong{
	font-size: 30px;
}
#contact li.tel-number span{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	line-height: 35px;
    float: left;
}

#contact li.tel-number span{
	background: url("../images/tel_number.png") no-repeat center;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
}
#contact li.tel-number a{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
}
#maincontainer #contact li.tel-number a:hover{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #ccc;
}

#contact li.fax-number{
	line-height: 30px;
	white-space: nowrap;
	margin: 0px 0px 15px 0px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
   display: inline-block;
    text-align: left;
}
#contact li.fax-number strong{
	font-size: 30px;
}
#contact li.fax-number span{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	line-height: 35px;
    float: left;
    margin-right: 5px;
}

#contact li.fax-number span{
	background: url("../images/fax_number.png") no-repeat center;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
}
#contact li.fax-number a{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
}
#maincontainer #contact li.fax-number a:hover{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #ccc;
}

#maincontainer #contact p.link-page span{
    display: inline-block;
	width: 20px;
	height: 24px;
    margin-right: 5px;
	text-indent: -9999px;
	line-height: 35px;
	background: url("../images/mail_head.png") no-repeat center;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
    background-position: bottom left;
}
#maincontainer #contact p.link-page a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: none;
    border-bottom: none;
}
#maincontainer #contact p.link-page:hover {
}

#maincontainer #contact p.link-page a:hover::after{
    border-right: none;
    border-bottom: none;
}
/*Footer*/
footer {
	clear: both;
	padding: 0px;
	width: 100%;
	margin: 0px;
    background-color: #069;
}

#footer-area{
	width: 90%;
	margin: 0px auto;
	padding: 35px 0px 35px 0px;
}
#footer-area h2{
	width: 230px;
    height: 75px;
	margin:  0px auto 0px auto;
    display: block;
     background: url("../images/footer_logo.png") no-repeat left center;
	-webkit-background-size: auto 75px;
	-moz-background-size: auto 75px;
	background-size: auto 75px;
    text-indent: -9999px;
    overflow: hidden;
}


footer p{
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
    text-align: center;
}
footer p a{
	color: #fff;
}
small{
    margin: 15px 0 0 0;
    display: block;
    width: 100%;
	font-size: 12px;
    position: static;
    text-align: center;
    color: #fff;
}
/*Other Style*/
a{
color: #333;
	text-decoration: none;
}
 
a:hover{
	color: #666;
	text-decoration: underline;
}


a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.ios a:hover img.linkimg{
opacity:1;
}

.ios .ticket-jump a:hover{
	opacity:1;
}


.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/

.clearboth{
	clear:both;
}
.wrapper{
	margin-bottom: 20px;
}
.left-block{
	float: left;
	width: 47%;
}
.right-block{
	float: right;
	width: 47%;
}
.single-block{
	width: 700px;
	margin:0px auto;
}
.single-block table.timetable tbody td{
	padding: 15px 5px;
}
.float-left{
    float: left;
    margin-right: 20px;
}
#product-left h3,
#maincontainer .left-block h3,
#maincontainer .right-block h3{
	margin-top: 0px;
}

/*pagetop button*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
    text-indent: -9999px;
	line-height:0px;
	z-index: 100;
}
#page-top  {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#page-top a {
	display: block;
	padding: 0px;
	width: 30px;
    height: 30px;
	color: #000;
    position: relative;
	white-space: nowrap;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    background-color: #998154;
}

#page-top a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(50%)  translateY(75%) translateY(15%) rotate(-45deg);
}
#page-top a img {
	width:100%;
}
#page-top a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	
}

.ios #page-top a:hover {
	opacity: 1;
}
  
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/


.section {
background-image: url(img/bg.jpg);
background-size: cover;
}

#fade{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	-webkit-background-size: 32px auto;
	-moz-background-size: 32px auto;
	background-size: 32px auto;
	z-index: 999;
	display: none;
}
#loading{
	position: absolute;
	width: 100%;
	height: 100vh;
	-webkit-background-size: 32px auto;
	-moz-background-size: 32px auto;
	background-size: 32px auto;
	z-index: 999;
	display: none;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.circle-img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.nav-mr{
	margin-right: 0px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.pro-bt{
    padding-top: 30px;
}
.pro-bt a{
    max-width: 25em;
}
#nav-container ul li.nav-mr{
	padding-right: 0px !important;
	background: url(none);
}
.clear-both{
	clear:both;
}

#hamburger-menu{
	display: none;
}

@media screen and (max-width: 1230px) {
nav.headnav ul{
	display: none;
}
    nav.headnav p.form-button{
    display: none;
}
}


/* =======================================
Tablet
=========================================*/

@media screen and (max-width: 1100px) {
.contents-wrapper{
	width:950px;
	margin: 0px auto;
    padding: 0px 0px 20px 0px;
} 
  
nav.headnav{
	height: 70px;
    min-width: 100%;
}
nav.headnav::after{
    display: none;
}
nav.headnav section{
	margin: 0px auto;
    width: 100%;
}

 nav.headnav p.mainlogo a{
    width: 240px;
    height: 40px;
	float: left;
	margin: 11px 0px 0px 20px;
	-webkit-background-size: auto 40px;
	-moz-background-size: auto 40px;
	background-size: auto 40px;
    text-indent: -9999px;
}
nav.headnav{
	height: 65px;
    border-bottom: 5px solid #998154;
}  
    
#main-visual{
	margin: 0px auto 0px auto;
	min-width: 480px;
	min-height: 100px;
    padding-top: 70px;
}
#main-visual h1{
    font-size: 30px;
    line-height: 100px;
    width: 90%;
}
    
/*Heada*/
.about #main-visual{
	background-size: 450px auto;
}
.faq #main-visual{
	background-size: 450px auto;
}
.contribution #main-visual{
     background-size: 450px auto;
}
.faq #main-visual{
     background-size: 450px auto;
}
.performance #main-visual{
    background-size: 450px auto;
}
.contact #main-visual{
    background-size: 450px auto;
}
.contents-wrapper{
	width:90%;
	margin: 0px auto;
    padding: 0px 0px 20px 0px;
}

/*沿革*/

#maincontainer #greeting table th,
#maincontainer #greeting table td{
    padding: 10px 10px 10px 10px;
}

#maincontainer #greeting table tr:nth-child(odd){
    background-color: #eee;
}
#maincontainer #greeting table th{
    width: 20%;
    font-weight: normal;
    white-space: nowrap;
    color: #000;
}

#maincontainer #greeting table td{
    width: 80%;
    text-align: left;
}
    
/*contact*/
.left-block{
	width: 100%;
	float: none;
}
.right-block{
	float: none;
	width: 100%;
}

}
@media screen and (max-width: 900px) {
#maincontainer #award ul{
    width: 100%;
    margin: 0 !important;
    padding: 0px !important;
}
#maincontainer #award ul li{
    float:none; 
    width: 100%;
    margin: 0 0 5% 0%;
    padding: 0px !important;
}
}
/* ===================================
Smart Phone 
=====================================*/

@media screen and (max-width: 480px) {
     nav.headnav p{
	float: left;
	margin: 14px 0px 0px 20px;
}
nav.headnav  p a{
	width: 210px;
    height: 35px;
	-webkit-background-size: auto 35px;
	-moz-background-size: auto 35px;
	background-size: auto 35px;
}
nav.headnav{
	top: 0px;
    left: 0px;
}
    

#main-visual{
	margin: 0px auto 0px auto;
	min-width: 95%;
	min-height: 80px;
    background-image: none !important;
    padding-top: 70px;
}
#main-visual h1{
    margin: 0px;
    font-size: 25px;
    text-align: center;
}
#main-visual h1{
    font-size: 25px;
    line-height: 80px;
	background-size: 45px auto;
    width: 90%;
}
    
/*Heada*/

 
.contents-wrapper{
    width: 85% !important;
}

#maincontainer h2{
	font-size: 18px;
    line-height: 1.4em;
    padding-bottom: 5px;
}

#maincontainer  h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
    padding-bottom: 0em;
}

#maincontainer  h4 {
    font-size: 14px;
    line-height: 1.3em;
}

#maincontainer p {
	font-size: 14px;
}
#maincontainer ul li {
	font-size: 14px;
}
    
#page-nav{
    margin: 10px 0 20px !important;
}
#maincontainer #page-nav p{
   font-size: 12px;
}

#maincontainer .first-block{
    padding: 50px 0px 50px ;
}


/*Contact*/
#contact .contents-wrapper{
    padding: 50px 0 130px 0;
}

#contact p.tel-number{
	line-height: 30px;
	margin: 0px 0px 30px 0px;
}
#contact p.tel-number strong{
	font-size: 30px;
}
#contact p.tel-number span{
	width: 30px;
	height: 30px;
	line-height: 30px;
    float: left;
}

#contact p.tel-number span{
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
}  


/*NEWS*/
#news-body{
    float: none;
    width: 100%;
}
#news-body h3{
    text-align: center;
}

#news-list{
    float: none;
    width: 100%;
}
#news-list h3{
    text-align: center;
      margin:  30px 0px 15px 0px;
}

#maincontainer #up_ymd{
    text-align: right;
    font-size: 14px;
    margin: 0 0 30px 0
}
#newsWrap dl{
	margin: 0px 0px 20px 0px;
}
#newsWrap dt{
	padding: 10px 0px 0px 5px;
    font-size: 14px;
}
#newsWrap dd{
	margin: -1.7em 0px 0px 0px;
	line-height: 1.7em;
	padding: 0px 0px 10px 90px;
	font-size: 14px;
}

.newMark{
    display: block;
	font-size: 10px;
    line-height: 10px;
	padding: 2px 7px;
	margin: 5px 5px 0px 5px !important;
    width: 2.4em;
}
#article-date{
    margin: 50px 0px 30px 0px;
}
#article-date p{
    font-size: 14px;
    color: #666;
    text-align: right;
}
    
#maincontainer .move-button li{
	font-size: 13px;
}
#maincontainer .move-button li a{
	color: #000000;
	display: block;
    position: relative;
     padding: 3px 0px;
}
#maincontainer .move-button li:first-child a  {
    padding: 5px 5px 0 14px;
}
#maincontainer .move-button li:first-child a::after  {
	top: 35%;
}
#maincontainer .move-button li:first-child a:hover::after  {
	left: 0em;
}
#maincontainer .move-button li:last-child a  {
    padding: 5px 14px 0 5px;
}
#maincontainer .move-button li:last-child a::after  {
	top: 35%;
}
#maincontainer .move-button li:last-child a:hover::after  {
	right: 0em;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}

/*footer*/ 
    #footer-area{
	width: 85%;
	padding: 40px 0px;
}
   #footer-area h2{
	float: none;
}
.footer-info{
    display: block;
    position: static;
   padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
small{
    text-align: center;
	font-size: 10px;
	margin: 0px ;
    padding: 0 !important;
}
}
