@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background-image:url(../img/bg_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
    -webkit-text-size-adjust: 100%;
}
#wrapper {
	background-image:url(../img/logo.png);
	background-repeat:  no-repeat;
	background-position: 20px 20px;
}
img {
	vertical-align:bottom;
}
a:hover{
	opacity:0.6;
}
#header{
	width:1000px;
	margin:0 auto;
	padding:0 0 400px;
}
#contents {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px auto;
	padding:0;
}
#headerLinks ul{
	float:right;
	padding:5px 10px;
}
#headerLinks li {
	text-align:center;
	float:left;
	padding:0px 10px;
	border-right:1px solid #FFFFFF;
}
#headerLinks li:last-of-type {
	border-right:none;
}
#headerLinks li a{
	color:#FFFFFF;
	text-decoration:none;
}
#headerLinks li a:hover{
	text-decoration:underline;
}
#headerLogo {
	text-align:center;
	margin:60px 0px 70px;
}
#headerLogo p{
	color:#FFFFFF;
	font-size:22px;
}
#headerLogo a:hover {
	opacity: 0.7;
}
#navi1 ul{
	text-align:center;
	border:#FFFFFF solid 1px;
	width:700px;
	margin:0 auto;
	padding:7px;
	display:table;
	table-layout:fixed;
}
#navi1 li{
	display:table-cell;
	font-size:16px;
}
#navi1 li{
	border-right:1px solid #FFFFFF;
}
#navi1 li:last-of-type{
	border-right:none;
}
#navi1 a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
#navi1 a:hover{
	text-decoration:underline;
}
#contents a {
	text-decoration:none;
}
#contents a:hover {
	text-decoration:underline;
}
#headerIn .only_print {
	display:none;
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #003E8C;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.6;
	opacity: 0.6; 
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}
/*==================================
              home以外
==================================*/
body:not(.home) #header{
	padding:0 0 30px;
}
#footer {
    background-color: #003E8C;
	margin:40px auto 0;
}
#footer_box {
    margin: 20px auto 0;
}
#footer_bottom {
    margin: 0 auto;
	text-align:center;
	border-bottom:#fff solid 1px;
	padding:0 0 20px;
	width:800px;
}
#footer_bottom img {
    vertical-align: middle;
}
#footer_bottom p {
    margin: 10px 0 0 10px;
	color:#fff;
}
#footer_top {
    margin: 20px 0;
	padding:8px 0;
	background-color:#0C2D57;
}
#footerNav {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#footer_top ul {
    margin: 0 5px 0 0;
}
#footer_top ul li {
	background-image:url(../img/foot_arrow.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    line-height: 2em;
    margin: 0 20px 0 0;
	display:inline-block;
}
#footer_top ul li a {
    color: #fff;
    text-decoration: none;
}
#copyright {
    text-align: center;
    color: #FFFFFF;
    padding: 20px 10px 10px;
}
.sp-tel {
	display:none;
}
.pc-tel {
	display:inline;
}
