@charset "shift_jis";

/* -----------------------------------------------------------
  幅801px以上の表示
------------------------------------------------------------- */

/* header---------------------------------------------------------------------------------------*/

.header{
	position:relative;
	max-width:1070px;
	margin:0 auto;
	padding:0 20px;
	background-size:100%;
	text-align:left;
}
.header .siteLogo{
	padding-top:87px;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}


/* common---------------------------------------------------------------------------------------*/


h2{
	font-size:2.0rem;
	font-weight:bold;
	line-height:1.3;
}

h3{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}

h4{	
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}

/* main---------------------------------------------------------------------------------------*/


.contents{
	max-width:1070px;
	margin:0 auto;
	overflow:hidden;
	padding:0 20px;
}

.main{
	display:block;
}

.text404{
	padding:20px 0;
	display:table;
	border-bottom:1px solid #cccccc;
	width:100%;
}

.text404_title{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width:50%;
}

.text404_title span{
	display:block;
	color:#999999;
	padding:10px 0;
	font-size:1.8rem;
	font-weight:100;
}

.text404_img{
	display:table-cell;
	padding:0 20px;
	text-align:left;
	width:50%;
}

.conf{
	font-size:1.4rem;
	margin-bottom:0;
	padding:20px 0;
}

.conf p{
	margin-bottom:20px;
}

.conf ul{
	max-width:540px;
	padding:15px;
	background:#efedce;
	border-radius:10px;
	margin-bottom:20px;
}

.conf ul li{
	position:relative;
	padding:0 15px 5px;
}

.conf ul li::before{
	position:absolute;
	content:"●";
	font-size:1.25rem;
	left:0;
	top:0;
}

.conf p a{
	color: #006AE5;
	text-decoration: underline;
}


/* news---------------------------------------------------------------------------------------*/


.news .news_warap{
	list-style: none;
	margin: 0px -30px 0 0;
	padding: 0px;
}

.news .box{
	display: inline-block; /* floatは2段目以降が左に揃わないので */
	vertical-align: top;
	width:300px;
	margin:0 30px 20px 0;
}

.news h2{
	position:relative;
	background: -moz-linear-gradient(top, #f8efdd, #fefdfe);
	background: -webkit-linear-gradient(top, #f8efdd, #fefdfe);
	background: linear-gradient(to bottom, #f8efdd, #fefdfe);
	padding:5px 0 5px 5px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.news h2::after{
	display:block;
	content:"";
	position:absolute;
	background:url(../img/icon_arrow.png) right no-repeat;
	background-size:cover;
	width:25px;
	height:25px;
	bottom:5px;
	right:10px;
}

.news .info_wrap{
	text-align:center;
}

.news .info_wrap img{
	margin:10px auto 0;
	width:300px;
	box-shadow:0 0 7px 0 #bbbbbb;
}

.news .info_wrap p{
	text-align:left;
	margin:10px 0 0;
	line-height:1.4;
	position:relative;
	white-space:pre-wrap;
}

.news .info_wrap p span{
	display:block;
	color:#ff3399;
	padding:10px 0;
}

.news a{
	display:block;
}

.news a:hover,
.news a:active{
	opacity:0.7;
	transition:0.5s;
}

.ios_view .news a:hover,
.ios_view .news a:active{
	opacity:1;
	transition:0.5s;
}/*iOS用 */



/* footer---------------------------------------------------------------------------------------*/


.footer{
	border-top:10px solid #dddddd;
	width:100%;
	text-align:center;
}
.footer .footerLinks{
	margin:15px 0 20px;
}
.footer .footerLinks .list li{
	display:inline-block;
	margin-right:5px;
	padding-right:5px;
	line-height:100%;
	font-size:1.1rem;
	border-right:1px solid #cccccc;
}
.footer .footerLinks .list li:last-child{
	margin-right:0;
	padding-right:0;
	border:none;
}
.footer .footerLogo img{
	padding:0 2px;
	vertical-align:middle;
}
.footer .copyright{
	margin-bottom:15px;
	color:#666666;
	font-size:1.0rem;
}
.pageTop{
	position:fixed; bottom:32px;right:0;
	width:140px;
	height:38px;
	background: url("../img/pagetop.png") left top no-repeat;
	padding-top:14px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	color: #ffffff;
}
.pageTop:hover,
.pageTop:active{
	opacity:0.7;
	transition:0.5s;
}
.ios_view .pageTop:hover,
.ios_view .pageTop:active{
	opacity:1;
	transition:0.5s;
}/*iOS用 */



/* ---------------------------------------------------------------------------------------

media only screen and (max-width:800px)　画面サイズ800px以下（タブレットなど）

---------------------------------------------------------------------------------------*/

@media only screen and (max-width:800px){

.header{
	width:100%;
	background-size:100%;
	text-align:center;
}
.header .siteLogo{
	padding:20px 0;
	text-align:left;
	border-bottom:none;
}


.header .siteLogo img{
	width: 93px;
	height: 18px;
}


h2{
	font-size:1.8rem;
	
}

h3{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}

h4{	
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.contents{
	width:100%;
}

}


/* ---------------------------------------------------------------------------------------

media only screen and (max-width:750px) 1カラム対応

---------------------------------------------------------------------------------------*/



@media only screen and (max-width:750px){
.header{
    padding: 0 10px;
}

.text404{
    padding: 0 0;
	width:95%;
	margin:0 auto;
}

.text404_title{
	width:70%;
}

.text404_img{
	width:30%;
}


.contents{
    padding: 0 0;
}

.conf{
	margin:0 10px;
}

.news{
	text-align:center;
	margin:0 auto;
    padding: 0 0;
	display:block;
}

.news .news_warap {
	margin:0 auto 0;
}

.news .box{
	float:none;
	display:block;
	width:100%;
	margin:0 auto 30px;
}

.news h2::after{
	bottom:4px;
}

.news .info_wrap p{
	margin:10px 10px 0;
	white-space:normal;
}

}

/* ---------------------------------------------------------------------------------------

media only screen and (max-width:600px) スマホに適用

---------------------------------------------------------------------------------------*/


@media only screen and (max-width:600px){
.text404_img{
	padding:0 10px;
}

.footer{
	text-align:left;
}
.footer .footerLinks{
	margin:15px 0 20px 15px;
}
.footer .footerLogo{
	margin-left:15px;
}
.footer .copyright{
	margin-left:15px;
}


}



