@charset "utf-8";
/* CSS Document */

/*共通エリア*/

#title{
	margin: 0 5px;
}
#title h2{
	border-bottom:2px #dc0047 solid;
	padding:0 10px 5px 50px;
	margin-bottom: 10px;	
	font-size:1.8rem;
	color:#dc0047;
	line-height:29px;
}
#title .list{
	border-bottom:2px #dc0047 solid;
	padding:0 10px 5px 50px;
	margin-bottom: 10px;	
	font-size:1.8rem;
	font-weight: bold;
	color:#dc0047;
	line-height:29px;
}
#title h2.list{
	background-image: url(../common/img/ico_list.png);
	background-repeat: no-repeat;
}
#title .list{
	background-image: url(../common/img/ico_list.png);
	background-repeat: no-repeat;
}
#title h2.detail{
	background-image: url(../common/img/ico_detail.png);
	background-repeat: no-repeat;
}
#title h2.backno{
	background-image: url(../common/img/ico_backno.png);
	background-repeat: no-repeat;
}
#title h2.contact{
	background-image: url(../common/img/ico_mail.png);
	background-repeat: no-repeat;
}
#title h2.no-style{
	padding:0 10px 5px 10px;
}
#mainArea {
//	line-height: 1.5;
	line-height: 1.5;
	font-size: 1.4rem;
}

/* #mainArea #new h2{
	border-bottom:2px #dc0047 solid;
	padding:0 10px 5px 10px;
	margin-bottom: 10px;
} */
#mainArea #other h2{
	border-bottom:2px #dc0047 solid;
	/* padding:0 10px 5px 10px; */
	margin-bottom: 10px;
}

#new .container h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}


#mainArea a{
	color:#000;
}
#mainArea .date{
	font-size:1.0rem;
	margin-bottom:5px;
}
#mainArea .category{
	border:1px #000 solid;
	font-weight: bold;
	line-height:13px;
	width:auto;
	padding: 4px 4px;
	display: inline-block;
	margin-bottom:10px
}
#mainArea .new_entry{
	display: inline-block;
	margin-left:5px;

}

#mainArea p.link{
	text-align: right;
	color:#dc0047;
}
#mainArea p.link a{
	color:#dc0047;
	display: block;
	padding: 15px 10px 15px 0;
}

#mainArea p.a_detail{
	font-size: medium;
}

#mainArea div.a_detail{
	font-size: medium;
}

#new{
	margin-bottom: 30px;
}
#new .container{
	border-bottom:1px #ccc solid;
	padding:10px 10px 15px;
}

#new .no-border{
	border-bottom:none;
	padding:10px 10px 15px;
}

#new .container a{
//ysktest
//	display: block;
}
#new .container h3{
	font-size: 1.6rem;
	margin-bottom:10px;
}
#new .container h3.main{
	font-size: 2.5rem;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:5px #ececec solid;
}
#new .container h3 span{
	font-size: 1.2rem;
	font-weight: normal;
}
#new .container h3.main span{
	font-size: 1.4rem;
	font-weight: normal;
}
#new .container h3{
	font-size: 1.6rem;
	margin-bottom:10px;
}
#new .container h2.main{
	font-size: 2.5rem;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:5px #ececec solid;
}
#new .container h2 span{
	font-size: 1.2rem;
	font-weight: normal;
}
#new .container h2.main span{
	font-size: 1.4rem;
	font-weight: normal;
}
#new .container img.photo{
	width:30%;
	height:auto;
	max-width: 120px;
	float:right;
	margin:0 0 1% 2%;
}

#new .container img.pict{
	width:30%;
	height:auto;
	max-width: 400px;

	margin:0 0 1% 2%;
}

/* 20170329 修正 */
#new .container .pict_c{
	width:100%;
	text-align:center;
}
#new .container .pict_l{
	width:50%;
	max-width: 400px;
	float:left;
	margin:0 15px 1% 0;
}
#new .container .pict_r{
	width:50%;
	max-width: 400px;
	float:right;
	margin:0 0 1% 15px;
}
#new .container .pict_c img{
	width:100%;
	height:auto;
	max-width: 400px;
	margin:0 auto 1% auto;
}
#new .container .pict_l img,#new .container .pict_r img{
	width:100%;
	height:auto;
	max-width: 400px;
}
/* ここまで */

#new .container .photo_area{
	width:40%;
	height:auto;
	max-width: 200px;
	float:right;
	margin:0 0 3% 3%;
}

#new .container .photo_area img{
	width:100%;
	height:auto;
}
#new .container .photo_area div{
	font-size: 1.0rem;
}

#new .container .photo_area2{
	width:40%;
	height:auto;
	max-width: 200px;
	float:right;
	margin:0 0 3% 3%;
}

#new .container .photo_area2 img{
	width:100%;
	height:auto;
}
#new .container .photo_area2 div{
	font-size: 1.0rem;
}

#new .btn_area{
	background-color:#ececec;
	text-align:center;
	padding:15px 0;
	margin-top:30px;
}
#new .btn_area ul{
	list-style-type: none;
	margin:0 auto;
	padding:0;
}
#new .btn_area li{
	display: inline;
	margin-right:10px;
	padding: 0;
}
#new .btn_area li:last-child{
	margin-right:0px;
}
#new .btn_area li a{
	padding:10px 20px;
	width: 33%;
	background-color: #fff;
	border:1px #333 solid;
}
#new .btn_area li.no{
	display: none;
}
#new .btn_area li.no a{
	padding:10px 10px;
	width: 10%;
	background-color: #fff;
	border:1px #333 solid;
}

#other{
	margin-bottom: 30px;
}
#other .container{
	border-bottom:1px #ccc solid;
	padding:10px 10px 15px;
}

#other .no-border{
	border-bottom:none;
	padding:10px 10px 15px;
}

#other .container a{
	display: block;
}
#other .container h3{
	font-size: 1.6rem;
	margin-bottom:10px;
}
#other .container h3.main{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:5px #ececec solid;
}
#other .container h3 span{
	font-size: 1.2rem;
	font-weight: normal;
}

#other .container img.photo{
	float: left;
	width:30%;
	height:auto;
	max-width: 120px;
//	float:right;
//	margin:0 0 1% 2%;
	margin:0 2% 1% 0;
}

h1.mainarticle {
    font-size: 2.5rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

h1.mainarticle span {
	font-size: 1.4rem;
    font-weight: normal;
}




/* MAGAGIN */
#new_magagin{
	margin-bottom: 20px;
}

#new_magagin p.main_title{
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#new_magagin .container{
	border-bottom:1px #ccc solid;
	padding:10px 10px 15px;
	margin-bottom: 15px;
}

#new_magagin .month h4{
	margin-bottom:10px;
}

#new_magagin .other h4{

	margin-bottom:10px;
}

#new_magagin .container{
	border-bottom:1px #ccc solid;
	padding:10px 10px 15px;
	margin-bottom: 15px;
}

#new_magagin .top_text{
	margin-bottom:25px;
}
#new_magagin .top_text .sub{
	font-size:1.4rem;
	margin-left:10px;
	margin-bottom:15px;
	font-weight:bold;
}
#new_magagin .top_text .sub i{
	margin-right:10px;
	color:#df1a5a;
}
#new_magagin .top_text ul{
	margin-left:25px;
	margin-right:10px;
}
/*#new_magagin .container_box{
	background-color: #FBF5D1;
	border:1px #ccc solid;
	border-radius: 5px;
	padding:10px 20px 10px;
	margin-bottom: 35px;
}*/

#new_magagin .container h3{
	font-size: 1.8rem;
	margin-bottom:15px;
	border-bottom:none;
}
#new_magagin .photo_area{
	text-align: center;
}
#new_magagin h3{
	text-align: center;
	margin-bottom: 10px;
}
#new_magagin .photo_area img{
	width:50%;
	height:auto;
	max-width: 150px;
	margin:0 auto 15px auto;
}
#new_magagin .about{
	margin-bottom: 20px;
}
#new_magagin .about p{
	margin-bottom: 10px;
}
#new_magagin .link_area{
	display: inline-block;
	text-align:center;
}

#new_magagin .link_area ul{
	list-style-type: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
#new_magagin .link_area li{
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
}
#new_magagin .link_area li:nth-child(4n){
	margin-right: 0%;
}
#new_magagin  .link_area li a{
	display: block;
	width: 100%;
	padding: 5px 0;
	border: 1px #000 dotted;
}
#new_magagin .link_area a{
	display: block;
	width: 100%;
	padding: 10px 0;
	border: 1px #000 dotted;
}

#new_magagin .btn_area{
	background-color:#ececec;
	text-align:center;
	padding:15px 0;
	margin-top:30px;
}
#new_magagin .btn_area ul{
	list-style-type: none;
	margin:0 auto;
	padding:0;
}
#new_magagin .btn_area li{
	display: inline;
	margin-right:10px;
	padding: 0;
}
#new_magagin .btn_area li:last-child{
	margin-right:0px;
}
#new_magagin .btn_area li a{
	padding:10px 20px;
	width: 33%;
	background-color: #fff;
	border:1px #333 solid;
}
#new_magagin .btn_area li.no{
	display: none;
}
#new_magagin .btn_area li.no a{
	padding:10px 10px;
	width: 10%;
	background-color: #fff;
	border:1px #333 solid;
}

/* contact */
#contact{
	line-height: 1.3;
	margin: 0 5px 30px;
}
#contact p{
	margin: 0 0 35px 5px;
}
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  background-color: #fff;
}
.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
}
.tbl-layout dt {
  font-weight: bold;
  font-size:14px;
  color:#fff;
  background-color: #df1a5a;
  border-top:1px solid #fff;
  border-left: 1px solid #fff;
}
.tbl-layout dd {
  font-size:10px;
  padding-top:10px;
  padding-bottom:20px;
  border-bottom: 1px solid #ccc;
}
.tbl-layout dd textarea {
  width:100%;
}
.tbl-layout .w300{
  font-size:12px;
  width:100%;	
  height:24px;
}
.tbl-layout .w70{
  font-size:12px;
  width:55px;	
  height:24px;
}
.tbl-layout .bdchange{
  border-bottom:none;	
}
#contact p.btn{
	text-align: center;
}
#contact p.btn input[type="submit"]{
	border:solid 1px #ccc;
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	width:50%;
	margin: 0 auto 30px;

}

/* サイトマップ */
#map{
	margin-top:30px;
}
#map .section{
	margin: 0 0 30px 0;
}
#map h2{
	border-bottom:1px #ccc solid;
	padding:0 15px 5px;
	font-size:1.6rem;
	margin-bottom:20px;
}
#map ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#map li{
	font-size: 1.4rem;
	margin: 0;
	padding: 0 0 0 20px;
}
#map li a{
	display: block;
	padding:5px 0;
}
#map li a i{
	color:#df1a5a;
	margin-right:5px;
}

/* PRIVACY */
#privacy {
	margin-top: 30px;	
		margin-bottom: 40px;	
	line-height: 1.4;
}
#privacy h2{
	padding:0 10px 5px 50px;
	margin: 0 10px 20px;	
	font-size:1.8rem;
	color:#000;
	line-height:29px;
	background-image: url(../common/img/ico_all.png);
	background-repeat: no-repeat;
}
#privacy p{
	margin: 0 10px 20px 15px;	
	font-size:1.4rem;
}
#privacy h3{
	padding:5px 10px 5px 20px;
	margin: 0 10px 20px;	
	font-size:1.6rem;
	color:#000;
	border-bottom:1px solid #df1a5a;
	border-left:5px solid #df1a5a;
}
#privacy ul{
	list-style-type: decimal;
	margin: 0 50px 20px;
	padding: 0;
}

/* 会社概要 */
#copmany {
	margin-top: 30px;	
		margin-bottom: 40px;	
	line-height: 1.4;
}
#copmany nav{
		margin-bottom: 40px;	
	text-align: center;
	font-size: 1.2rem;
	
}
#copmany nav ul{
		margin: 0 auto;	
	
}
#copmany nav li{
		display:inline-block;
	width:23%;	
	margin:0;
		
}
#copmany nav li a{
		display:block;
		line-height: 2.0;
	padding:5px 10px;
	text-align: center;
	background-color: #83c1ec;
}
#copmany h2{
	padding:0 10px 5px 50px;
	margin: 0 10px 20px;	
	font-size:1.8rem;
	color:#000;
	line-height:29px;
	background-image: url(../common/img/ico_all.png);
	background-repeat: no-repeat;
}
#copmany h3{
	padding:5px 10px 5px 20px;
	margin: 0 10px 20px;	
	font-size:1.6rem;
	color:#000;
	border-bottom:1px solid #df1a5a;
	border-left:5px solid #df1a5a;
}
#copmany p.corp{
	font-size:1.0rem;
	margin: 0 20px 20px;	
}
#copmany p.access{
	margin: 0 20px 20px;	
}
#copmany p.corp i{
	margin-right:10px;
	color:#df1a5a;
}
#copmany dl {
    margin: 0 1em 30px  1em;
    padding: 0;
    }

#copmany dt {
    margin: 0;
    padding: 0.5em;
    font-size: 1.2rem;
	border-bottom:1px #ccc solid;
	font-weight:bold;
    }

#copmany dd {
    background: #fff;
    margin: 0 0 0 0;
    padding: 0.5em;
    }
#copmany dd ul{
    margin:0 0 0 20px;
    }
#copmany dd li{
    margin:0 0 0 0;
    }
#copmany .map{
		margin: 0 5px 0 5px;
	}
#copmany .map iframe{
		width:100%;
		height:150px;
	}
#copmany .map small{
		font-size:1.0rem;
		color:#666;
	}


/* LINK */

#link {
	margin-top: 30px;	
	margin-bottom: 40px;	
	line-height: 1.4;
}
#link nav{
	margin: 0 10px 40px;	
	text-align: center;
	font-size: 1.2rem;
	
}
#link nav ul{
		margin: 0 auto;	
	
}
#link nav li{
	margin:0 5px 5px 0;
	border:1px #ccc solid;	
}
#link nav li a{
		display:block;
		line-height: 2.0;
	padding:5px 10px;
	text-align: center;
	background-color: #83c1ec;
}

#link h2{
	padding:0 10px 5px 50px;
	margin: 0 10px 20px;	
	font-size:1.8rem;
	color:#000;
	line-height:29px;
	background-image: url(../common/img/ico_all.png);
	background-repeat: no-repeat;
}
#link .section{
	margin:0 10px 30px;
}
#link .section ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}
#link .section li{
	width:100%;
	padding:5px 10px;
	border-bottom:1px #ccc solid;
}
#link .section li a{
	width:100%;
	display: block;
}
#link .section li:nth-child(2n){

}

/* data */
#data {
	margin-top:30px;
}
#data .section{
	margin:0 10px 30px;
}
#data .section h2{
	padding:0 10px 5px 50px;
	margin: 0 10px 20px;	
	font-size:1.8rem;
	color:#000;
	line-height:29px;
	background-image: url(../common/img/ico_all.png);
	background-repeat: no-repeat;
}
#data .sub_title li{
	display: inline-block;
	font-size:1.6rem;
	font-weight: bold;
	margin: 0 20px 20px;	
}
#data .sub_title li i{
	margin-right:10px;
	color:#df1a5a;
}
#data .btn {
	text-align: right;
	margin-bottom:15px;
}
/* about（詳細） */
#about{
	
}
#about h2{
	padding:0 10px 5px 50px;
	margin: 0 10px 20px;	
	font-size:1.8rem;
	color:#000;
	line-height:29px;
	background-image: url(../common/img/ico_all.png);
	background-repeat: no-repeat;
}
#about .main_img img{
	width:100%;
	height:auto;
}
#about .main_img{
	display: none;
}
#about .sp{
	display: block;
}
#about #sec01 {
	margin-bottom:20px;
}
#about #sec02 {
	margin: 0 10px;
}
#about #sec01 p{
	margin: 0 0 15px 10px;
	font-size: 1.2rem;
}
#about #sec01 p.ex{
	display:none;
}
#about #sec02 ul{
	list-style-type: none;
	margin:0;
	padding: 0
}
#about #sec02 li{
	text-align: center;
	float:left;
	margin:0 0% 15px 0;
	padding: 10px 0;
	width:49%;
	background-color: #333;
}
#about #sec02 li:nth-of-type(2n){
	margin:0 0 15px 2%;
}
#about #sec02 li dl{
	width:94%;
	margin: 0 auto;
}
#about #sec02 li dl img{
	width:100%;
}
#about #sec02 li dd{
	font-size: 1.0rem;
	color:#fff;
}
#about #sec02 li dd a{
	color:#fff;
}

#about #sec02 li:nth-child(odd){
	clear:both;
}


#modal-content{
	width: 90% ;
	margin: 180px 0 0 0;
	padding: 5px 5px ;
	border: 2px solid #fff ;
	background-color: #fff;
	/*position: fixed ;*/
	position: absolute;
	top:15px;
	display: none ;
	z-index: 2 ;
}
#modal-content img{
	height:auto;	
	width: 100%;

	
}
.button-link{
  padding: 5px 50px;
  border-radius: 4px;
  background-color: #ccc;
  color: #666;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media only screen and (min-width:761px){
	#mainArea a:hover{
		color:#666;
	}
	#mainArea p.link a:hover{
		color:#F94594;
	}
	#mainArea .caption{
		display: table;
		margin-bottom: 15px;
	}
	#mainArea .category{
		border:1px #000 solid;
		font-weight: bold;
		line-height:13px;
		width:auto;
		padding: 4px 4px;
		display: table-cell;
		margin-bottom:10px
	}
	#mainArea .new_entry{
		display: table-cell;
		margin-left:5px;

	}
	
	#mainArea .date{
		float:right;
		font-size:1.2rem;
	}
/*	#new .container h3{
		float:right;
		font-size: 1.6rem;
		margin-bottom:10px;
		text-align: left;
		width:75%;
		max-width: 700px;
	}*/
	#new .container p{

	}
	#new .container img.photo{
		float: left;
		width:30%;
		height:auto;
		max-width: 120px;
		margin:0 2% 1% 0;
	}
	#new .container img.pict{
		width:100%;
		height:auto;
		max-width: 400px;
		margin:0 2% 1% 0;
		float:right;
	}

/* 20170329 修正 */

	#new .container .pict_c{
		width:100%;
		text-align:center;
	}
	#new .container .pict_c img{
		width:100%;
		height:auto;
		max-width: 400px;
		margin:0 auto 1% auto;
		float:none!important;
	}
/* ここまで */

	#new .container .photo_area {
		width:40%;
		height:auto;
		max-width: 400px;
	}

	#new .container .photo_area2 {
		width:40%;
		height:auto;
		max-width: 270px;
	}

	#new .btn_area li.no{
		display: inline-block;
	}
	
	
	#new_magagin .btn_area li.no{
		display: inline-block;
	}	
	
	#mainArea #new_magagin h2{
		background-color:#dc0047!important;
		text-align: left;
		padding:5px 10px;
		margin-bottom: 20px;
	}
	#mainArea #new_magagin p.main_title{
		text-align:left;
	}
	#new_magagin .photo_area{
		float:left;
		width:22%
	}
	
	#new_magagin .container_box{
		background-color: #FBF5D1;
		border:1px #ccc solid;
		border-radius: 5px;
		padding:10px 20px 10px;
		margin-bottom: 35px;
	}
	#new_magagin .btn_back{
		padding:5px 10px;
		background-color:#dc0047;
		float:right;
		border-radius: 5px;
		display: inline-block;
		text-align:right;
	}
	#new_magagin .btn_back a{
		color:#ffffff;
		font-weight:bold;
	}
	#new_magagin .photo_area img{
		width:100%;
		margin-right:15px;
	}
	#new_magagin h3{
		text-align: left;
		margin-bottom: 15px;
		border-bottom:2px solid #df1a5a;
		padding-bottom: 5px
	}
	#new_magagin .about{
		width:77%;
		margin-left:27%;
	}
	#new_magagin .link_area{
		/*width:77%;
		margin-left:27%;
		*/
		float:right;
		display: inline-block;
		text-align:right;
	}
	#mainArea p.link{
		margin-top:20px;
		border-top:1px #ff0000 solid;
	}
	#mainArea p.no-line{
		border-top:0px #ff0000 solid;
	}
	#new_magagin .container{


	}
	#new_magagin .link_area a{
		text-align:center;
		display: block;
		width: 150px;
		padding: 5px 0;
		border: 1px #000 dotted;
	}
	
	/*contact*/
  .tbl-layout {  
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
	background: #fff url(../common/img/table_bg.gif) repeat-y 0 0;
  }
	
  .tbl-layout dl {
    margin-bottom: 30px;
  }
	
  .tbl-layout dt,
  .tbl-layout dd {
    padding: 20px;

  }

  .tbl-layout dt {
    font-size:12px;
    clear: both;
    float: left;
    width: 180px;
    border-top: 1px solid #FFFFFF;
  }
  .tbl-layout dd {
    font-size:12px;
    padding-left: 210px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #FFFFFF;
  }
  .tbl-layout .w300{
    width:300px;	
    height:24px;
  }
  .tbl-layout .w70{
    width:70px;	
    height:24px;
  }
  .tbl-layout .bdchange{
    border-bottom:1px solid #ccc;
  }
	#contact p.btn{
		margin-top:30px;
	}
	
	#map li{
		font-size: 1.4rem;
		margin: 0;
		padding: 0 0 0 0px;
	}
	#map li a:hover{
		text-decoration: underline;
	}
	
	#copmany dl {
		background: #fff5f9;
		margin: 0 1em 30px  1em;
		padding: 0;
		border: #ccc solid 1px;
		border-width: 0 1px 1px;
		}

	#copmany dt {
		clear: left;
		float: left;
		width: 9em;
		margin: 0;
		padding: 0.5em;
		border-top: #ccc solid 1px;
		font-size: 100%;
		line-height: 1.6em;
			border-bottom:0px #ccc solid;
			font-weight:normal;
		}

	#copmany dd {
		background: #fff;
		margin: 0 0 0 9em;
		padding: 0.5em;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		line-height: 1.6em;
		}
	#copmany .map{
		margin: 0 10px 0 10px;
	}
	#copmany .map iframe{
		width:100%;
		height:350px;
	}
	#copmany .map small{
		font-size:1.0rem;
		color:#666;
	}
	
	
	
	#link nav{
		margin: 0 10px 40px;	
		text-align: center;
		font-size: 1.2rem;

	}
	#link nav ul{
			margin: 0 auto;	

	}
	#link nav li{
		float:left;
		margin:0 5px 5px 0;
		border:0px #ccc solid;	
	}
	#link nav li a{
		display:block;
		line-height: 2.0;
		padding:5px 10px;
		text-align: center;
		background-color: #83c1ec;
		border-radius: 8px;
	}
	
	
	#link .section ul{
		list-style-type: none;
		margin:0;
		padding: 0;
		border: #ccc solid 1px;
		border-bottom: none;
		font-size: 1.2rem;/*20201019追加*/
	}
	#link .section li{
		float:left;
		width:50%;
		padding:5px 10px;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}
	#link .section li:nth-child(2n){
		border-right:0px #ccc solid;
	}
	#link .section li:nth-child(4n + 1),#link .section li:nth-child(4n + 2){
		background: #fff5f9;
	}
	
	#about #sec02 {
		margin: 0 0px;
	}

	#about #sec02 li dd{
		font-size: 1.0rem;
		color:#fff;
	}	
	#about #sec01 p.ex{
		display: block;
	}
	
	#about .main_img{
		display: block;
	}
	#about .main_img img{
		cursor:pointer;
	}

	#about .sp{
		display: none;
	}

	#data article{
		margin-bottom:30px;
	}
	
	#data h2.left{
		float:left;
	}
	
	#data .sub_title li{
		font-size:1.6rem;	
		font-weight: bold;
	}
	#data .sub_title.left{
		float:left;
	}
	#data p{
		margin: 0 15px 20px;
	}
}
/* 1000px 以上 */
@media only screen and (min-width:1001px){

	#new .container .photo_area {
		width:400px;
		height:auto;
	}

	#new .container .photo_area2 {
		width:270px;
		height:auto;
	}

}

@media only screen and (max-width:760px){

	#data img.graf{
		width:100%;
		height:auto;
	}
	#new_magagin .btn_back{
		background-color:#dc0047;
		text-align:center;
		margin:5px 10px 15px;
	}
	#new_magagin .btn_back a{
				padding:15px 10px;
		color:#ffffff;
		font-weight:bold;
		display: block;
	}
}


//ysktest
#pre_article_detail a{
	display: block;
	text-decoration:underline;
}

.fb-share-button { /* Facebook */
    display: inline-block;
    height: 20px;
    overflow: hidden;
}
.fb_iframe_widget span {
    vertical-align: top !important;
}

	#mainArea .share_btn{
		float:right;
		font-size:1.2rem;
		margin-top:10px;
	}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}


/* 2017 0322 追加 */
ul.nen {
border-left:0px solid #CCC;
margin-bottom:20px;
font-weight:bold;
margin-left:5px;

}
ul.nen li {
padding-top:5px;
padding-bottom:5px;
border-right:1px solid #CCC;
padding-right:6px;

display: -moz-inline-box;
display: inline-block;
*display: inline;
margin-bottom:5px;
*zoom: 1;
border-left:1px solid #ffffff;
padding-left:6px;
}
ul.nen li:nth-child(1) {
border-left:1px solid #CCC;
padding-left:6px;
}
ul.nen li.select a{
	background-color:#e50256;
	color:#ffffff!important;
}
ul.nen li a{
	padding: 5px 10px;

}
ul.nen li a:hover{
	padding: 5px 10px;
	background-color:#e14b83;
	color:#ffffff!important;
}
/* 2017 0322 ここまで */

#mainArea .share_btn::before,#mainArea .share_btn::after{
	content:'';
	display:block;
	clear:both;
}

.hide-text {display: none;}
.hide-text2 {display: none;}
.readmore2 {display: none;}

button.readmore {
	position: relative;
	height: 80px;
	width: 90px;
	margin: 40px auto;
	display: block;
	background-color: transparent;
	color: #666;
	padding-bottom: 40px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
}
 
button.readmore::after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	right: 28px;
	top: 25px;
	transition: .5s;
-erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}

button.readmore2 {
	position: relative;
	height: 80px;
	width: 90px;
	margin: 40px auto;
	display: block;
	background-color: transparent;
	color: #666;
	padding-bottom: 40px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
}
 
button.readmore2::after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	right: 28px;
	top: 25px;
	transition: .5s;
-erbkit-transition: .5s;
}
 
button.readmore2:hover::after {
    top: 40px;
}
 
.on-click {
	color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

nav{
	margin: 0 5px;
	margin-bottom: 10px;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline;/*横に並ぶように*/
  list-style: none;
/*  font-weight: bold;太字*/
  font-weight: normal
}

.breadcrumbs li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumbs li:last-child:after {
  content: '';
}

.breadcrumbs li a {
  text-decoration: none;
  color: #000;
/*  color: #52b5ee;色*/
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

#taglink {
  position: relative;
  padding-left: 40px;
}
#taglink::before {
  content: url(../img/icon/tag.png);
  transform: scale(0.5);
  position: absolute;
  top: -15px;
  left: -5px;
}

/* Ranking */
#sideRanking{
	position: relative;
}

#sideRanking .rank_update_time{
	position: absolute;
	top: 38px;
	right: 6px;
	font-size: 12px;
	color: #999;
}

#sideRanking #sideRankingInner {
	padding:1px;
	border: none;
//	box-shadow: none;
	box-shadow: 1px 1px 3px rgba(0.3, 0.3, 0.3, 0.6);
}

.module {
	clear:both;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(0.3, 0.3, 0.3, 0.6);
//	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.module .titlebar {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 !important;
	color:#dc0047;
}

#sideRanking ol {
	font-size: 12px;
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

#sideRanking ol li {
	position: relative;
	padding-left: 0px;
	padding-right: 2px;
	margin-bottom: 5px;
	list-style: none;
	height:70px;
}
#sideRanking ol li:before {
	position: absolute;
	left: 0;
	width: 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#sideRanking ol li:after {
	content: '';
	display: block;
	clear: both;
}

/*
#sideRanking ol li.rank1:before {
	content: "1";
}
#sideRanking ol li.rank2:before {
	content: "2";
}
#sideRanking ol li.rank3:before {
	content: "3";
}
#sideRanking ol li.rank4:before {
	content: "4";
}
#sideRanking ol li.rank5:before {
	content: "5";
}
#sideRanking ol li.rank6:before {
	content: "6";
}
#sideRanking ol li.rank7:before {
	content: "7";
}
#sideRanking ol li.rank8:before {
	content: "8";
}
#sideRanking ol li.rank9:before {
	content: "9";
}
#sideRanking ol li.rank10:before {
	content: "10";
}
*/
#sideRanking ol .thumbnail {
	float: left;
	margin-left: 9px;
	margin-right: 5px;
	display: inline-block;
	overflow: hidden;
	width: 80px;
	height: 70px;
}
#sideRanking ol .thumbnail img {
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

#sideRanking ol .ltxt {
//	float: right;
//	margin-left: 5px;
//	display: inline-block;
//	overflow: hidden;
//	width: 80px;
//	height: 60px;
}

#sideRanking ol li:nth-of-type(1):before,
#sideRanking ol li:nth-of-type(1) a {
	color: #000;
//	color: #F00;
}
#sideRanking ol li:nth-of-type(2):before,
#sideRanking ol li:nth-of-type(2) a {
	color: #000;
//	color: #F80;
}
#sideRanking ol li:nth-of-type(3):before,
#sideRanking ol li:nth-of-type(3) a {
	color: #000;
//	color: #FA0;
}
#sideRanking ol li:nth-of-type(4):before,
#sideRanking ol li:nth-of-type(4) a {
	color: #000;
}
#sideRanking ol li:nth-of-type(5):before,
#sideRanking ol li:nth-of-type(5) a {
	color: #000;
}
li:nth-of-type(6):before,
li:nth-of-type(6) a {
	color: #000;
}
li:nth-of-type(7):before,
li:nth-of-type(7) a {
	color: #000;
}
li:nth-of-type(8):before,
li:nth-of-type(8) a {
	color: #000;
}
li:nth-of-type(9):before,
li:nth-of-type(9) a {
	color: #000;
}
li:nth-of-type(10):before,
li:nth-of-type(10) a {
	color: #000;
}

#sideRanking .text{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#sideRanking ol li a:hover {
	text-decoration: underline;
}

