@charset "utf-8";

/*====================================================================================

下層 共通項目CSS

====================================================================================*/

.tit_st_01{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 14px 20px 12px;
	background-image: url('../img/tit_bg.png');
	background-repeat: no-repeat;
}

/*------------------------------------------------------------------------

下層ページ 各タイトル画像

------------------------------------------------------------------------*/

.pagetit {
  margin: 0 auto;
  max-width: 1068px;
  height: 129px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border-radius: 10px;/*角の丸み*/
}

.about_pagetit {
  background-image: url('../img/about_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.info_pagetit {
  background-image: url('../img/info_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.machine_pagetit {
  background-image: url('../img/machine_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.faq_pagetit {
  background-image: url('../img/faq_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.accident_pagetit {
  background-image: url('../img/accident_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.sports_pagetit {
  background-image: url('../img/sports_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.news_pagetit {
  background-image: url('../img/news_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.shockmaster_pagetit {
  background-image: url('../img/shockmaster_pagetit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------------------------------------------------------

当院のご案内

------------------------------------------------------------------------*/

/* ABOUT CNT 01 */

.about_cnt_01 {
  padding: 0 0 2em 0;
}

.about_cnt_01 h3{
	margin: 0 0 35px;		
}

.about_cnt_01 p{
  line-height: 1.57;
  padding : 1em 0;
  text-align: left;
}

.about_cnt_01 .signature{
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../img/about_sign.png');
  background-repeat: no-repeat;
  background-position: right;
}

/* ABOUT CNT 02 */

.about_cnt_02 {
  padding: 0 0 2em 0;
  text-align: center;
}

.about_cnt_02 h3{
	margin: 0 0 35px;	
}

.about_cnt_02 img {
  margin: 0 auto;
  padding: 1em 0;
}

.about_cnt_02 dl{
  max-width: 340px;
  line-height: 1.4;
  margin: 0 auto;
  text-align: left;
}

.about_cnt_02 dt{
	font-size: 16px;
	font-weight: bold;
	color: #604C3F;
	margin: 0 0 12px;
	padding : 0 0 0 25px;
	background-image: url('../img/arrow_02.png');
	background-repeat: no-repeat;	
}

.about_cnt_02 dd{
	padding : 0 0 12px 25px;
	margin: 0 0 15px;
	border-bottom: 2px dotted #604C3F;
}

.about_cnt_02 ul{
	list-style-type: none;
	margin: 0 0 0 -3em;
	line-height: 26px;	
}

.about_cnt_02 li{
	padding-bottom: 0.5em;	
}

.about_cnt_02 span{
	font-weight: bold;	
}

.about_cnt_02 span.about_time_txt01 {
	font-weight: normal;
    padding: 0 0 0 4.6em;
}

.about_cnt_02 span.about_time_txt02 {
	font-weight: normal;
    padding: 0 0 0 1em;
}

.about_cnt_02 span.about_time_txt03 {
	font-weight: normal;
    padding: 0 0 0 3.6em;
}

.about_cnt_02 li:before{
	content : "・";
}

.about_cnt_02 p{
	line-height: 22px;
	padding : 0 0 0 1em;
	text-indent: -1em;	
}

/*------------------------------------------------------------------------

施術について

------------------------------------------------------------------------*/

/* INFO CNT 01 */

.info_cnt_01 {
	margin: 0 0 40px;	
}

.info_cnt_01 h3{
	margin: 8px 0 20px;
}

.info_cnt_01 > section{
	min-height:281px;
	margin: 0 0 30px;
	background-image: url('../img/info_bg_02.png');
	background-repeat: repeat-y;
	position: relative;
}

.info_cnt_01 > section:before{
	content : "";
	display: block;
	position: absolute;
	bottom : 0;
	left : 0;
	width: 100%;
	height: 10px;
	background-image: url('../img/info_bg_03.png');
	background-repeat: no-repeat;
}


.info_cnt_01 > section:after{
	content : "";
	display: block;
	position:absolute;
	bottom : -20px;
	left:50%;
	margin: 0 0 0 -8px;
	width: 17px;
	height: 11px;
	background-image: url('../img/arrow_03.png');
}

.info_cnt_01 section.box_05:after{
	background-image: none;
}

.info_cnt_01 .inner{
	padding : 40px 40px 45px 40px;
}

.info_cnt_01 .inner:before{
	content : "";
	display: block;
	position: absolute;
	top : 0;
	left : 0;
	width: 100%;
	height: 10px;
	background-image: url('../img/info_bg_01.png');
	background-repeat: no-repeat;
}

.info_cnt_01 h4{
	font-size: 20px;
	font-weight: bold;
	color: #604C3F;
	padding: 20px 0 20px 45px;
	margin: -16px 0 20px 0;
	border-bottom: 2px dotted #604C3F;
	position: relative;
    text-align: left;
}

.info_cnt_01 h4 span{
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	width: 30px;
	height: 30px;
	position: absolute;
	top : 50%;
	left: 0;
	margin: -15px 0 0;	
}

.info_cnt_01 .box_01 span{
	background-image: url('../img/num_icon_01.png');
	background-repeat: no-repeat;	
}

.info_cnt_01 .box_02 span{
	background-image: url('../img/num_icon_02.png');
	background-repeat: no-repeat;	
}

.info_cnt_01 .box_03 span{
	background-image: url('../img/num_icon_03.png');
	background-repeat: no-repeat;	
}

.info_cnt_01 .box_04 span{
	background-image: url('../img/num_icon_04.png');
	background-repeat: no-repeat;	
}

.info_cnt_01 .box_05 span{
	background-image: url('../img/num_icon_05.png');
	background-repeat: no-repeat;	
}

.info_cnt_01 p{
	line-height: 1.57;
	margin: 0;
    text-align: left;
}

/* INFO CNT 02 */

.info_cnt_02{
	margin: 0;
}

.info_cnt_02 h3{
	margin: 0 0 35px;	
}

.info_cnt_02  p{
	margin: 0 0 35px;
  text-align: left;
}

.info_cnt_02 .txt{
	line-height: 1.57;
	background-color: #FFFFF8; /* for Android */	
}

.info_cnt_02 h4{
  text-align: left;
	color: #604C3F;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 0 28px;
	background-image: url('../img/arrow_02.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.info_cnt_02 ul{
	margin: 0 0 30px 0;
	list-style-type: none;
}

.info_cnt_02 li{
	width: 140px;
	float: left;
	margin: 0 10px 5px 0;
	padding: 4px 0;
	background-color: #79AF88;
	border-radius:5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;	
}

.info_cnt_02 .btn{
	width: 310px;
	height: 48px;
	line-height: 35px;
	color: #604C3F;
	font-weight: bold;
	text-align:center;
	background-image: url('../img/info_btn_bg.png');
	background-repeat: no-repeat;
	position: relative;
}

.info_cnt_02 .btn a{
	display: block;	
}

.info_cnt_02 .btn a:after{
	content : "";
	display: block;
	position: absolute;
	top : 50%;
	right: 30px;
	width: 6px;
	height: 8px;
	margin: -4px 0 0;
	background-image: url('../img/arrow_01.png');
	background-repeat: no-repeat;
}

.info_cnt_02 .btn a:hover{
	text-decoration : none;
}

/* INFO CNT 03 */

.info_cnt_03{
	margin: 0 0 35px;
	max-height: 999999px; /* for Android */		
}

.info_cnt_03 h3{
	margin: 0 0 35px;	
}

.info_cnt_03 p{
	line-height: 1.57;
	background-color: #FFFFF8; /* for Android */	
}

/* INFO CNT 04 */

.info_cnt_04{
	margin: 0 0 35px;
	max-height: 999999px; /* for Android */		
}

.info_cnt_04 h3{
	margin: 0 0 35px;	
}

.info_cnt_04 p{
	line-height: 1.57;
	background-color: #FFFFF8; /* for Android */	
}

/* INFO CNT 05 */

.info_cnt_05{
	margin: 0 0 50px;
	max-height: 999999px; /* for Android */		
}

.info_cnt_05 h3{
	margin: 0 0 35px;	
}

.info_cnt_05 p{
	line-height: 1.57;
	background-color: #FFFFF8; /* for Android */	
}

/*------------------------------------------------------------------------

機器について

------------------------------------------------------------------------*/

.machine_cnt_01{
	margin: 0 0 70px;	
}

.machine_cnt_01 h3{
	margin: 0 0 35px;	
}

.machine_cnt_01 > p{
  margin: 0 0 35px;
  background-color: #FFFFF8; /* for Android */
  text-align: left;
}

.machine_cnt_01 .box_outer{
  margin: 1em 0 auto;	
}

.machine_cnt_01 .box{
  max-width: 360px;
  min-height:482px;
  margin: 0.5em auto;
  padding: 0 0 5px;
  background-image: url('../img/machine_bg_01.png');
  background-repeat: repeat-y;
  position:relative;
  background-size: contain;
}

.machine_cnt_01 .box:after{
  content : "";
  display: block;
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url('../img/machine_bg_02.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 h4{
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 15.56%;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.machine_cnt_01 .tit_01{
  background-image: url('../img/machine_tit_01.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 .tit_02{
  background-image: url('../img/machine_tit_02.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 .tit_03{
  background-image: url('../img/machine_tit_03.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 .tit_04{
  background-image: url('../img/machine_tit_04.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 .tit_05{
  background-image: url('../img/machine_tit_05.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 .tit_06{
  background-image: url('../img/machine_tit_06.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 .tit_07{
  background-image: url('../img/machine_tit_07.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 .tit_08{
  background-image: url('../img/machine_tit_08.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.machine_cnt_01 img{
  max-width: 356px;
  display: block;
  margin: 0 auto 15px;
}

.machine_cnt_01 .box p{
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}

.machine_cnt_01 .box ul{
  margin: 0 auto;
  color: #604C3F;
  list-style-type: none;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  font-size: 85%;
}

.machine_cnt_01 .box .list_01 li{
  padding: 0;
  text-indent: -2em;
}

.machine_cnt_01 .box li:before{
	content : "・";
}

.machine_cnt_01 .box .list_02{
	width: 364px;
}

.machine_cnt_01 .box .list_02 li{
	width: 50%;
}

.machine_cnt_01 .box .list_02 li:nth-child(odd){
	float : left;
}

.machine_cnt_01 .box .list_02 li:nth-child(even){
	float : right;
}

.machine_cnt_01 .box .txt_01{
	line-height: 24px;
	margin: 0 auto 15px;
}

.machine_cnt_01 .box .txt_02{
	line-height: 24px;
	margin: 0 auto;
}

.machine_cnt_01 .box .txt_03{
	width: 364px;
	line-height: 24px;
	margin: 0 auto 15px;
}

.machine_cnt_01 .box .btn{
	height: 48px;
	line-height: 38px;
    width: 300px;
	color: #604C3F;
	font-weight: bold;
	text-align:center;
	margin: 0 auto;
	background-image: url('../img/machine_btn_bg.png');
	background-repeat: no-repeat;
	position: relative;
}

.machine_cnt_01 .box .btn a{
	display: block;
}

.machine_cnt_01 .box .btn a:after{
	content : "";
	display: block;
	position: absolute;
	top : 50%;
	right: 15px;
	width: 6px;
	height: 8px;
	margin: -4px 0 0;
	background-image: url('../img/arrow_01.png');
	background-repeat: no-repeat;
}

.machine_cnt_01 .box .btn a:hover{
	text-decoration : none;
}

/*------------------------------------------------------------------------

よくある質問

------------------------------------------------------------------------*/

.faq_box{
	padding: 40px 0 0 0;
	margin: 10px 0 10px 0;
	background-color: #E7F2EF;
	background-image: url('../img/faq_bg_01.png');
	background-repeat: no-repeat;
	text-align: left;
}

.faq_box:last-of-type{
	margin: 0 0 35px;	
}

.faq_box:after{
	content : "";
	display: block;
	width: 100%;
	height: 5px;
	background-image: url('../img/faq_bg_02.png');
	background-repeat: no-repeat;	
}

.faq_box span{
	position: absolute;
	top : 0;
	left: 0;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	font-size: 1px;	
}

.faq_box h3{
	color: #604C3F;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 45px;
	margin: 0 40px 0;
	border-bottom: 2px dotted #604C3F;
	position: relative;
	background-image:url('../img/transparent.gif'); /* for Android */		
}

.faq_box h3 span{
	top : -4px;
	background-image: url('../img/faq_icon_01.png');
	background-repeat: no-repeat;
}

.faq_box p{
	margin: 20px 40px 35px;
	padding: 0 0 0 45px;
	position: relative;
	background-image:url('../img/transparent.gif'); /* for Android */
}

.faq_box p span{
	background-image: url('../img/faq_icon_02.png');
	background-repeat: no-repeat;	
}

.faq_box p .middle{
	top : 50%;
	margin: -15px 0 0;
	background-image: url('../img/faq_icon_02.png');
	background-repeat: no-repeat;	
}

/*------------------------------------------------------------------------

交通事故診療

------------------------------------------------------------------------*/

/* ACCIDENT CNT 01 */

.accident_cnt_01{
	margin: 0 0 50px;
}

.accident_cnt_01 h3{
	margin: 0 0 35px;	
}

.accident_cnt_01 > p{
  margin: 0 0 30px;
  line-height: 1.57;
  background-color: #FFFFF8; /* for Android */
}

.accident_cnt_01 dl {
  margin: 0 0 30px;
  background-image: url('../img/accident_bg_02.png');
  background-repeat: repeat-y;
  position: relative;
  text-align: left;
}

.accident_cnt_01 dl:before{
	content : "";
	display: block;
	width: 100%;
	height: 10px;
	background-image: url('../img/accident_bg_01.png');
	background-repeat: no-repeat;	
}

.accident_cnt_01 dl:after{
	content : "";
	display: block;
	position:absolute;
	bottom : -20px;
	left:50%;
	margin: 0 0 0 -8px;
	width: 17px;
	height: 11px;
	background-image: url('../img/arrow_03.png');	
}

.accident_cnt_01 .last:after{
	background-image: none;
}

.accident_cnt_01 dt{
	font-size: 20px;
	font-weight: bold;
	color: #604C3F;
	padding: 40px 0 20px 45px;
	margin: 0 40px 20px;
	border-bottom: 2px dotted #604C3F;
	position:relative;
}

.accident_cnt_01 dt span{
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
}

.accident_cnt_01 dt .num_01{
	background-image: url('../img/num_icon_01.png');
	background-repeat: no-repeat;	
}

.accident_cnt_01 dt .num_02{
	background-image: url('../img/num_icon_02.png');
	background-repeat: no-repeat;	
}

.accident_cnt_01 dt .num_03{
	background-image: url('../img/num_icon_03.png');
	background-repeat: no-repeat;	
}

.accident_cnt_01 dt .num_04{
	background-image: url('../img/num_icon_04.png');
	background-repeat: no-repeat;	
}

.accident_cnt_01 dt .num_05{
	background-image: url('../img/num_icon_05.png');
	background-repeat: no-repeat;	
}

.accident_cnt_01 dd{
	line-height: 1.57;
	padding: 0 40px 40px;
	background-image: url('../img/accident_bg_03.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.accident_cnt_01 .box_01{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 54.375%;
	margin: 0 0 1em;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../img/accident_li_01.png');
	background-repeat: no-repeat;
  background-size: contain;
}

/* 画面サイズが640px以下の場合に適用 */
@media only screen and (max-width: 640px) {
  .accident_cnt_01 .box_01 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 77.67%;
	background-image: url('../img/accident_li_011.png');
  }
}

.accident_cnt_01 .box_01 li{
	list-style-type: none;	
}

.accident_cnt_01 .box_02{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 80.875%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../img/accident_li_02.png');
	background-repeat: no-repeat;
  background-size: contain;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
  .accident_cnt_01 .box_02 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 115.53%;
	background-image: url('../img/accident_li_021.png');
  }
}

.accident_cnt_01 .box_02 li{
	list-style-type: none;	
}

/* ACCIDENT CNT 02 */

.accident_cnt_02{
	margin: 0 0 50px;
	text-align: left;
}

.accident_cnt_02 h3{
	margin: 0 0 30px;
}

.accident_cnt_02 p{
	line-height: 1.57;
	background-color: #FFFFF8; /* for Android */
}

/*------------------------------------------------------------------------

スポーツ外傷・障害

------------------------------------------------------------------------*/

/* SPORTS CNT 01 */

.sports_cnt_01{
	max-height: 999999px; /* for Android */	
}

.sports_cnt_01 h3{
	margin: 0 0 20px;
}

.sports_cnt_01 > p{
	margin: 0 0 30px;
  text-align: left;
}

.sports_cnt_01 p{
	line-height: 22px;
	background-color: #FFFFF8; /* for Android */
}

.sports_cnt_01 h4{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}

/* SPORTS CNT 01 01 */

.sports_cnt_01_01 {
	margin: 0 0 40px;
  text-align: center;
}

.sports_cntbox {
  margin: 0 auto;
  max-width: 472px;  
}

.sports_cnt_01_01 h4{
	height: 26px;
	padding: 0 0 7px;
	margin: 0 0 5px;
	border-bottom: 1px solid #604C3F;
	background-image: url('../img/sports_tit_01.png');
	background-repeat: no-repeat;
}

.sports_cnt_01_01 p{
	margin: 0 0 40px;
	text-align: left;
}

.sports_cnt_01_01 dl{
  max-width: 432px;
  padding: 13px 20px;
  background-color: #F7F7F7;
  text-align: left;
}

.sports_cnt_01_01 dt{
	font-size: 16px;
	font-weight: bold;
	color: #604C3F;
	margin: 0 0 12px;
	padding: 0 0 0 25px;
	background-image: url('../img/arrow_02.png');
	background-repeat: no-repeat;
}

.sports_cnt_01_01 dd{
	padding: 0 0 0 25px;
	background-image:url('../img/transparent.gif'); /* for Android */
}

/* SPORTS CNT 01 02 */

.sports_cnt_01_02 {
	margin: 0 0 60px;
	padding: 0;
}

.sports_cnt_01_02 h4{
	max-width: 472px;
	height: 26px;
	padding: 0 0 7px;
	margin: 0 0 5px;
	border-bottom: 1px solid #604C3F;
	background-image: url('../img/sports_tit_02.png');
	background-repeat: no-repeat;
}

.sports_cnt_01_02 p{
	max-width: 472px;
	margin: 0 0 17px;
  text-align: left;
}

.sports_cnt_01_02 dl{
	max-width: 432px;
	padding: 13px 20px;
	background-color: #F7F7F7;
}

.sports_cnt_01_02 dt{
	font-size: 16px;
	font-weight: bold;
	color: #604C3F;
	margin: 0 0 12px;
	padding: 0 0 0 25px;
	background-image: url('../img/arrow_02.png');
	background-repeat: no-repeat;
  text-align: left;
}

.sports_cnt_01_02 dd{
	padding: 0 0 0 25px;
  text-align: left;
}

.sports_cnt_01_02 img {
	margin: 0 0 35px;
}

/* SPORTS CNT 02 */

.sports_cnt_02{
	width: 100%;
	margin: 0;
}

.sports_cnt_02 h3{
	margin: 0;	
}

.sports_imgbox  {
  margin: 1em auto;
}

.sports_imgbox img {
  display: inline-block;
  max-width: 260px;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 796px) {
  .sports_imgbox img {
    max-width: 33%;
  }
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 548px) {
  .sports_imgbox img {
    max-width: 100%;
  }
}

.sports_cnt_02 h4{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 5.921%;
  max-width: 456px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../img/sports_tit_03.png');
	background-repeat: no-repeat;
  background-size: contain;
}

.sports_cnt_02 p{
  margin: 1em 0;
  text-align: left;
  line-height: 25px;
}

/*------------------------------------------------------------------------

お知らせ

------------------------------------------------------------------------*/
.news_cntbox {
  margin: 10px 0;
  padding: 2px;
  background-color: #b2d4ca;
  border-radius: 10px;/*角の丸み*/
}


.news_cnt {
  padding : 30px;
  background-color: #FFF;
  border-radius: 10px;/*角の丸み*/
}


.news_cnt .photo{
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
}

.news_cnt .news_body{
  margin: 0 auto;
  text-align: left;
}

.news_cnt h3{
  margin: 0 0 11px;
  font-weight: bold;
  color: #604C3F;
  line-height: 22px;	
}

.news_cnt .date{
  color: #EA6D54;
  line-height: 22px;	
}

.news_cnt .txt{
  line-height: 22px;
}

.pagenavi{
	margin: 20px 0 115px;
	list-style-type: none;	
}

.pagenavi li{
	text-align: center;
	font-weight: bold;
	width: 254px;
	height: 30px;
	line-height: 30px;
	background-image: url('../img/news_btn_bg.png');
	background-repeat: no-repeat;
	position: relative;	
}

.pagenavi a {
	display:block;
	color: #604C3F;	
}

.pagenavi a:hover {
	text-decoration: none;
}

.pagenavi .prev{
	float : left;	
}

.pagenavi .next{
	float : right;	
}

.pagenavi .prev a:after{
	content : "";
	display: block;
	width: 6px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 25px;
	margin: -4px 0 0;
	background-image: url('../img/arrow_04.png');
	background-repeat: no-repeat;	
}

.pagenavi .next a:after{
	content : "";
	display: block;
	width: 6px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	margin: -4px 0 0;
	background-image: url('../img/arrow_01.png');
	background-repeat: no-repeat;		
}



/* 詳細 */

.news_dt_cnt_01{
	width: 720px;
	padding : 40px;
	margin: 0 0 20px;
	background-image: url('../img/news_bg_02.png');
	background-repeat: repeat-y;
	position: relative;
	max-height: 999999px; /* for Android */	
}

.news_dt_cnt_01:before{
	content : "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../img/news_bg_01.png');
	background-repeat: no-repeat;	
}

.news_dt_cnt_01:after{
	content : "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('../img/news_bg_03.png');
	background-repeat: no-repeat;	
}

.news_dt_cnt_01 .date{
	color: #EA6D54;	
}

.news_dt_cnt_01 h3{
	font-weight: bold;
	font-size: 16px;
	color: #604C3F;
	margin: 0 0 20px;
}

.news_dt_cnt_01 img{
	display: block;
	margin: 0 0 20px;	
}

.news_dt_cnt_01 .txt{
	line-height: 1.57;
	background-image:url('../img/transparent.gif'); /* for Android */	
}

.to_list_btn{
	text-align: center;
	font-weight: bold;
	width: 254px;
	height: 30px;
	margin: 0 auto 530px;
	line-height: 30px;
	background-image: url('../img/news_btn_bg.png');
	background-repeat: no-repeat;
	position: relative;	
}

.to_list_btn a {
	display:block;
	color: #604C3F;	
}

.to_list_btn a:hover {
	text-decoration: none;
}

.to_list_btn a:after{
	content : "";
	display: block;
	width: 6px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 25px;
	margin: -4px 0 0;
	background-image: url('../img/arrow_04.png');
	background-repeat: no-repeat;	
}

/* ショックマスター
----------------------------------------------------*/
.shm_box {
  text-align: left;
}

.shm_box hr {
	border-bottom: 2px dotted #604C3F;
}

.shm_box p {
  padding: 0.5em 0 0;
}

.shm_box img {
  margin: 0 0 0.15em 0;
}

.shm_h4_title {
  font-size: 16px;
  color:#604C3F;
  padding:0;
  font-weight: bold;
}

.shm_h4_titlespace {
  font-size: 16px;
  color:#604C3F;
  padding:0;
  margin: 1.8em 0 0.6em 0;
  font-weight: bold;
}

.shm_moviebox {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
 
.shm_moviebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shm_link_box {
  margin: 1em 0 0 0;
}

.shm_link_box a {
  white-space: normal;
  text-align: left;
}

p.shm_link_title {
  line-height: 150%;
  font-size: 150%;
  padding: 0;
  margin: 0;
}

a.btn-gradient {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}