/*----------------------------------------------
Date: 2015-09-18
Target: for Smartphone 
-----------------------------------------------*/

/*----------------------------------------------
Char Type Setting
-----------------------------------------------*/
@charset "utf-8";

/*----------------------------------------------
Media Queries
Viewport setting Area start
Target Screen size: width 326 - 560px.
-----------------------------------------------*/
@media screen and (max-width:560px){

/*----------------------------------------------
Smartphone Unique Setting for html/body Style
-----------------------------------------------*/
* {
	font-size:inherit;
	font:100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6;
	vertical-align: baseline;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-text-size-adjust: 100%;
}

html, body {
	height: 100%;
	padding-left:0px;
}

html {
	line-height:1.6;
	overflow-y: scroll;
	min-width:241px; /* これ以上小さくは無理でしょうｗ */
}

body {
	font-family: "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color:#1b1b1b1;
	background:#333333;
	font-size: 15px;
}

div,body {
	margin:0;
	padding: 0;
}

dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, caption, address, cite, code, dfn, em, strong, var, map, area{
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Hyper text */
a {
	cursor: pointer;
	outline:none;
	text-decoration: none;
}
a:link,
a:visited { text-shadow:0px 1px 0px #888888; color: #2222AA; }
a:focus,
a:hover,
a:active { text-shadow:0px 1px 0px #888888; color: #22AA22; }
strong { font-weight:bold; }
address { font-style:normal; }


/*----------------------------------------------
Common Setting for img
-----------------------------------------------*/
img{
    height: auto;
    width /***/:auto;
    margin: 0;
    border: 0px;
    border-style:none;
}


/*----------------------------------------------
	CLEARFIX
-----------------------------------------------*/
.clearfix:after,
#contents:after,
#pc_unav ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.clearfix,
#contents,
#pc_unav ul {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix,
* html #contents,
* html #pc_unav ul{
	height: 1%
}

.clearfix,
#contents,
#pc_unav ul {
	display:block;
}
/* end MacIE5 */

div {
	zoom: 100%;
}


/*----------------------------------------------
Smartphone Unique Setting for img
-----------------------------------------------*/

/* None */

/*----------------------------------------------
Smartphone Unique Setting for pc_unav(User navigation) 
-----------------------------------------------*/
#pc_nav_bg{
	display:none;
}

#pc_unav {
	display:none!important;
}

#back_pc_unav {
	display:none!important;
}

.next-scroll{
	position:absolute;
	left:10px;
	top:60px;
	background:url(../img/page_scroll_btn_off.gif) no-repeat;
	background-size: contain;
	width:60px;
	height:51px;
	text-indent:-9999px;
	z-index:8000;
}

.next-scroll:hover{
	background:url(../img/page_scroll_btn_on.gif) no-repeat;
	background-size: contain;
}

/*----------------------------------------------
Smartphone Unique Setting for header_sp (User Menu for Smartphone) 
-----------------------------------------------*/
#header-sp{
	display:none;
}

.menubtn {
}


/*----------------------------------------------
Tablet Unique Setting for Main contents page contorol 
-----------------------------------------------*/
/*----------------------------------------------
Base要素設定
-----------------------------------------------*/
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	background:#111111;
	position: relative;
} 

#page1{
	position:relative;
	background:#111111;
	display:block;
}

/*----------------------------------------------
親要素(Baseの下)設定
-----------------------------------------------*/
.std_page {
	width: 100%;
	background:url(../img/bkgraph.jpg) no-repeat;
	background-size:cover;
	display: inline-block;
}

.sct_column {
	margin: 0px; /* ここの左右設定はlocaljs.jsのcall_sizechange関数に影響する */
	padding: 5px 10px 5px 10px; /* ここの左右設定はlocaljs.jsのcall_sizechange関数に影響する */
	font-size: 0; // 子要素のinline-blockの隙間を0にする為の裏技
}

.sct_column_no_margin {
	margin: 0px; /* ここの左右設定はlocaljs.jsのcall_sizechange関数に影響する */
	padding: 0px; /* ここの左右設定はlocaljs.jsのcall_sizechange関数に影響する */
	font-size: 0; // 子要素のinline-blockの隙間を0にする為の裏技
}

.sct_column_movie {
	margin-top: 30px;
	font-size: 15px; // 子要素のinline-blockの隙間を0にする為の裏技
}

.std_page img {
	max-width: 100%;
	width: 100%;
}

.std_page div.index_page_top_pc {
	display: none;
}

.std_page div.index_page_top_sp {
	position:relative;
	max-width: 100%;
	width: auto;
	margin: 0px;
	padding: 0px;
	display: block;
}

.std_page #personal_page_top {
	position:relative;
	max-width: 100%;
	width: auto;
	height:85px;
	margin: 0px;
	padding: 0px;
	background:url(../img/personal_page_top.jpg) no-repeat;
	background-size:cover;
}

.std_page #personal_page_top h2 {
	position: absolute;
	bottom:7;
	left: 93;
	color: #FFFFFF;
	font-size: 42px;
	font-weight:600;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.img_for_pc {
	display: none;
}

.img_for_tb {
	display: none;
}

.img_for_sp {
	display: block;
}

.img_disable_for_all {
	display: none;
}

/*----------------------------------------------
子要素(Base-親の下)設定
-----------------------------------------------*/
/* PC = full, (TB == full), SP == full */
.box_full {
	max-width: 100%;
	width: 100%;
	margin:5px 0px 5px 0px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

  .box_full p {
	  max-width: 100%;
	  font-size: 15px;
	  margin-left: 10px;
	  margin-right: 10px;
  }
  .box_full p.s_item {
	  margin-left: 40px;
	  margin-right: 40px;
  }
  .box_full p.center_txt_stong {
	  clear:both;
	  color: #FFFFFF;
	  font-size: 17px;
	  font-weight: bold;
	  text-align: center;
  }
  .box_full p.center_txt_small {
	  clear:both;
	  color: #666666;
	  font-size: 12px;
	  text-align: center;
  }
  .box_full h3 {
	max-width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 15px;
  }
  .box_full h4 {
	max-width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	margin-top: 15px;
	margin-bottom: 10px;
  }
  .box_full h5 {
	max-width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #772222;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
  }

  .box_full img {
	  max-width: 95%;
	  width: auto;
	  margin:5px auto;
  }

  .box_full div.description_img {
	  color: #000000;
	  font-size: 8pt;
	  clear:both;
  }

  .box_full div.description_img img {
	  max-width: 70%;
  }

/* PC = half, (TB == full), SP == full */
.box_half {
	max-width: 100%;
	width: 100%;
	margin:5px 0px 5px 0px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

  .box_half p {
	  max-width: 100%;
	  font-size: 15px;
	  margin-left: 5px;
	  margin-right: 5px;
  }
  .box_half p.btm_margin {
	  margin-bottom: 20px;
  }
  .box_half h3 {
	max-width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 15px;
  }
  .box_half img {
	  max-width: 90%;
	  width: auto;
	  margin:5px auto;
  }

/* PC = half, (TB == half), SP == half */
.box_half_all {
	max-width: 50%; /* Calc in the localjs.js */
	width: 50%; 
	margin: 5px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

/* PC == 2/3, (TB == full), SP == full */
.box_two_third {
	max-width: 100%;
	width: 100%;
	margin:5px 0px 5px 0px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

  .box_two_third p {
	  max-width: 100%;
	  font-size: 15px;
  }

/* PC == 1/3, (TB == full), SP == full */
.box_one_third {
	max-width: 100%;
	width: 100%;
	margin:5px 0px 5px 0px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

  .box_one_third p {
	  max-width: 100%;
	  font-size: 15px;
  }


/* PC == 1/3, (TB == half), SP == half */
/* PC == 1/4, (TB == half), SP == half */
/* Don't use .sct_column. direct in the .std_page */
.box_one_third_no_margin,
.box_one_four_no_margin {
	margin:0px;
	padding:0px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

/* PC == 1/3, (TB == half), SP == half */
.box_one_third_no_margin {
	max-width: 50%;
	width: auto;
}

/* PC == 1/4, (TB == 1/3), SP == half */
.box_one_four_no_margin {
	max-width: 50%;
	width: auto;
}

  .box_one_third_no_margin .caption,
  .box_one_four_no_margin .caption {
	  position: relative;
	  overflow: hidden;
  }
  .box_one_third_no_margin .caption img,
  .box_one_four_no_margin .caption img {
	  max-width: 100%;
	  width: auto;
	  margin:0px;
	  padding:0px;
  }
  .box_one_third_no_margin .caption .text,
  .box_one_four_no_margin .caption .text {
	  width: 100%;
	  position: absolute;
	  bottom: -18px;
	  left: 0px;
	  z-index:1000;
	  background: rgba(0,0,0,0.3);
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
  }
  .box_one_third_no_margin .caption .text h3,
  .box_one_four_no_margin .caption .text h3 {
	  text-align: center;
	  color: #fff;
	  font-size: 16px;
	  font-weight:600;
	  overflow:hidden;
	  white-space: nowrap;
  }
  .box_one_third_no_margin .caption .text p,
  .box_one_four_no_margin .caption .text p {
	  text-align: center;
	  color: #fff;
	  font-size: 13px;
	  overflow:hidden;
	  white-space: nowrap;
  }
  .box_one_third_no_margin .caption:hover .text,
  .box_one_four_no_margin .caption:hover .text {
	  bottom: -18px;
  }


/* PC = 1/8, (TB == 1/4), SP == 1/4 */
.box_one_eight {
	max-width: 25%;
	width: 25%; 
	margin:5px 0 5px 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}


/* SP専用half */
.sp_box_half {
	max-width: 50%; /* Calc in the localjs.js */
	margin:5px 0px;
	display: inline-block;
	vertical-align: middle;
}

  .sp_box_half p {
	  max-width: 95%;
	  margin:5px auto;
  }
  .sp_box_half img {
	  max-width: 95%;
	  width: auto;
	  margin:5px auto;
  }


/*----------------------------------------------
Make Clear Space. nedd ./img/clear.png
-----------------------------------------------*/
.clear_space {
	width: 100%;
}

.clear_space img {
	max-width: 100%;
	width: 100%;
	height: 30px;
}

/*----------------------------------------------
Half CSS Bottun. Can use box_full.
-----------------------------------------------*/
.half_btn {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
//	clear:both;
}
.half_btn .cont {
	border-bottom:none;
//	clear:both;
}
.half_btn .cont .btn_body {
	border-radius:3px;
	border:1px solid #787878;
	background: -webkit-gradient(linear, left bottom, left top, from(#a4a4a4),to(#f7f7f7));
	background: -moz-linear-gradient(bottom, #a4a4a4, #f7f7f7);
	background: linear-gradient(to top, #a4a4a4, #f7f7f7);
	overflow:hidden;
//	clear:both;
	cursor:pointer;
}
.half_btn .cont .btn_body p {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 5px 0 5px 0;
}

.half_btn .cont .btn_body p a {
	display: block;
	width: 100%;
}

.half_btn .cont .btn_body p.st {
	font-size: 11px;
}

.half_btn .cont .btn_body p.slide_pc {
	display: none;
}

.half_btn .cont .btn_body p.slide_sp {
	display: block;
}

/*----------------------------------------------
Grid Area. 
-----------------------------------------------*/
.gridarea {
    width: 100%;
    min-width: 204px;
    text-align: center;
    font-size: 0px;
    border: 0px;
    margin: 0 auto;
    border-style:none;
}

.gridpnl {
    width: 204px;
    height: 204px;
    float:left;
    margin: 2px;
    list-style-type:none;
    background: -webkit-gradient(linear, left bottom, left top, from(#808080),to(#d0d0d0));
    background: -moz-linear-gradient(bottom, #808080, #d0d0d0);
    background: linear-gradient(to top, #808080, #d0d0d0);
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #FFFFFF;
}

.gridpnlexit {
    width: 204px;
    height: 204px;
    float:left;
    margin: 2px;
    list-style-type:none;
    background: -webkit-gradient(linear, left bottom, left top, from(#303030),to(#505050));
    background: -moz-linear-gradient(bottom, #303030, #505050);
    background: linear-gradient(to top, #303030, #505050);
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #FFFFFF;
}

.gridpnl img, .gridpnlexit img {
    max-width: 100%;
    margin: 0;
    float:left;
    border: 0px;
    border-style:none;
}

.gridpnl p.pictitle, .gridpnlexit p.pictitle {
    width: 78.43%; /* 160px */
    height: 9%;
    margin-left: 10.785%; 
	float:left;
    text-align: center;
	overflow: hidden;
    border: 0px;
    border-style:none;
	font-size: 12.5px;
	line-height: 14px;
	color: #EEEEEE;
}

.gridpnl p.txttitle, .gridpnlexit p.txttitle {
    width: 78.43%; /* 160px */
    height: 30.4%;
    margin-left: 10.785%; 
	float:left;
    text-align: center;
	overflow: hidden;
    border: 0px;
    border-style:none;
	font-size: 12px;
	line-height: 13px;
	color: #EEEEEE;
}

.gridpnl img.photograph, .gridpnlexit img.photograph { /* 160x106 */
    width: 78.43%; /* 160px */
    margin-top: 12.01%;
    margin-left: 10.785%; 
}

.gridpnlexit img.photograph { /* 160x106 */
	opacity: 0.1;
	filter: alpha(opacity=10);	/* IE6、IE7対応 */
	-moz-opacity: 0.1;		/* Firefox1.5以前対応 */
}

.gridpnl img.xsp_photograph, .gridpnlexit img.xsp_photograph { /* 160x106 */
    display: none;
}

.gridpnl img.slide_sw {
	display: none;
}

.gridpnl img.xsp_slide_sw {
	display: block;
    width: 38.235%;
    height: 13.725%; 
    margin-top: 5%; 
    margin-left: 10.785%; 
	float:left;
    border: 0px;
    border-style:none;
    background: url("../img/btn_slide_en.jpg") no-repeat;
    background-size: 100% 100%;
}

.gridpnl img.xsp_slide_sw:hover {
    background: url("../img/btn_slide_on.jpg");
    background-size: 100% 100%;
}

.gridpnl img.list_sw {
    width: 38.235%;
    height: 13.725%; 
    margin-top: 5%; 
    margin-left: 1.96%; 
	float:left;
    border: 0px;
    border-style:none;
    background: url("../img/btn_list_en.jpg") no-repeat;
    background-size: 100% 100%;
}

.gridpnl img.list_sw:hover {
    background: url("../img/btn_list_on.jpg");
    background-size: 100% 100%;
}

.gridpnl img.xsp_list_sw, .gridpnlexit img.xsp_list_sw {
    display: none;
}

.gridpnl img.movie_sw {
    width: 38.235%;
    height: 13.725%; 
    margin-top: 5%; 
    margin-left: 30.8825%; 
	float:left;
    border: 0px;
    border-style:none;
    background: url("../img/btn_movie_en.jpg") no-repeat;
    background-size: 100% 100%;
}

.gridpnl img.movie_sw:hover {
    background: url("../img/btn_movie_on.jpg");
    background-size: 100% 100%;
}

.gridpnl img.xsp_movie_sw, .gridpnlexit img.xsp_movie_sw {
    display: none;
}

.gridpnl img.h_photo_th_two { /* 160x106 */
    width: 78.43%; /* 160px */
    margin-top: 24.02%;
    margin-left: 10.785%; 
}

.gridpnl img.v_photo_th_two { /* 106x160 */
    width: 51.96%; /* 106px */ 
    margin-top: 10.785%;
    margin-left: 24.02%;
}

.gridpnl img.h_photo_th_two_s { /* 150x100 */
    width: 73.53%; /* 150px */
    margin-top: 25.49%;
    margin-left: 13.235%;
}

.gridpnl img.v_photo_th_two_s { /* 100x150 */
    width: 49.02%; /* 100px */
    margin-top: 13.235%;
    margin-left: 25.49%;
}

.gridpnl img.h_photo_four_th { /* 160x120 */
    width: 78.43%; /* 160px */
    margin-top: 20.59%;
    margin-left: 10.785%; 
}

.gridpnl img.v_photo_four_th { /* 120x160 */
    width: 58.82%; /* 120px */
    margin-top: 10.785%;
    margin-left: 20.59%;
}

.gridpnl img.photo_one_one { /* 160x160 */
    width: 78.43%; /* 160px */
    margin-top: 10.785%;
    margin-left: 10.785%; 
}

.gridpnl img.photo_unique_a { /* 160x133 */
    width: 78.43%; /* 160px */
    margin-top: 17.4%;
    margin-left: 10.785%; 
}

.gridpnl img.halfup {
    width: 78.43%; /* 160px */
    margin-top: 24.02%;
    margin-left: 10.785%; 
}

.gridpnl img.halfdown {
    width: 78.43%; /* 160px */
    margin-top: 0;
    margin-left: 10.785%; 
}

/*----------------------------------------------
Accordion BOX. 
-----------------------------------------------*/
.accordionbox {
	overflow:hidden;
	clear:both;
	margin-bottom:18px;
}

.accordionbox .cont {
	border-bottom:none;
	clear:both;
}
.accordionbox .cont .trigger {
	border-radius:3px;
	border:1px solid #787878;
	background: -webkit-gradient(linear, left bottom, left top, from(#a4a4a4),to(#f7f7f7));
	background: -moz-linear-gradient(bottom, #a4a4a4, #f7f7f7);
	background: linear-gradient(to top, #a4a4a4, #f7f7f7);
	overflow:hidden;
	clear:both;
	cursor:pointer;
	text-align: center;

}
.accordionbox .cont .trigger p {
	width: 100%;
	margin: 0;
	font-size: 15px;
	color: #6060FF;
	position: relative;
	text-align: center;
	padding: 5px 0 5px 0;
}
.accordionbox .cont .trigger p:hover {
	color: #22AA22;
}
.accordionbox .cont .trigger.active {
	border-radius:3px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	border:1px solid #787878;
	border-bottom:none;
}
.accordionbox .cont .toggle_container {
	overflow:hidden;
	clear:both;
	border-radius:3px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	border:1px solid #787878;
	border-top:none;
	background:#a4a4a4;
}
.accordionbox .cont .toggle_container .inner {
	width:98%;
	overflow:hidden;
//	clear:both;
	font-size: 15px;
	border-radius:3px;
	background:#ffffff;
	margin:0 auto 5px auto;
	padding:13px 0 15px 0;
}
.accordionbox .cont .toggle_container .inner .tit {
	padding: 0px 10px 8px 10px;
	font-weight: bold;
	color: #333333;
}
.accordionbox .cont .toggle_container .inner .txt {
	padding: 0px 10px 8px 15px;
}
.accordionbox .cont .toggle_container .inner .stit {
	padding: 0px 10px 8px 20px;
	font-weight: bold;
	font-size: 90%;
	color: #333388;
}
.accordionbox .cont .toggle_container .inner .stxt {
	padding: 0px 10px 8px 25px;
	font-size: 90%;
}
.accordionbox .cont .toggle_container .inner .img_area {
	width: 100%;
	font-size: 0;
	margin-bottom: 30px;
}
.accordionbox .cont .toggle_container .inner .img_area img {
	width: 40%;
	margin: 0;
}




/*----------------------------------------------
Smartphone Unique Setting for Go to Page top icon. 
-----------------------------------------------*/
#go_page_top{
	position: fixed;
	right: auto;
	left:10px;
	bottom:0;
	width: 60px;
	height: 51px;
	background:url(../img/page_top_btn_off.gif) no-repeat;
	background-size: contain;
	text-indent:-9999px;
	z-index:8000;
}

#go_page_top:hover{
	background:url(../img/page_top_btn_on.gif) no-repeat;
	background-size: contain;
}

/*----------------------------------------------
Smartphone Unique Setting for Google map 
-----------------------------------------------*/
.gmap{
  max-width:100%;
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------
Smartphone Unique Setting for image loder
-----------------------------------------------*/
.loadingWrap{
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: #333333;
	position:absolute;
	top: 0;
	left: 0;
	z-index:10000;
}

.loadingWrap p{
	position: absolute;
	top:50%; /* localjs.jsにて再計算 */
	right:50%;
}

/*----------------------------------------------
Smartphone Unique Setting for footer 
-----------------------------------------------*/
#dmy_space {
	max-width:100%;
	width:100%;
	height: 60px;
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
	display: inline-block;
}

#dmy_space p{
	font-size: 0px;
	padding-left: 10px;
}

#dmy_space #debug_space p {
	font-size: 0px;
	padding-left: 10px;
}

#footer{
	display:none;
}

#footer-sp {
	max-width:100%;
	width:100%;
	margin:0;
	padding: 5px 10px 5px 10px; /* ここの左右設定はlocaljs.jsのcall_sizechange関数に影響する */
	font-size: 0;
	background:#333333;
	color:#ffffff;
	display: inline-block;
}

  #footer-sp .menu_list {
	max-width: 50%;
	width: 50%;
	margin:0;
	padding: 5px 0 5px 0;
	display: inline-block;
	vertical-align: middle;
	text-align:center;
	font-size: 12px;
    border-top: solid 2px #444444;
    border-right: solid 2px #222222;
    border-bottom: solid 2px #222222;
    border-left: solid 2px #444444;
  }
  #footer-sp .messageinfo {
	width: 100%;
	margin-top: 15px;
	padding:0;
	display: inline-block;
	text-align:center;
	font-size: 12px;
	color: #A0A0A0;
  }
  #footer-sp .messageinfo p {
    width: 100%;
    text-align:center;
    font-size: 12px;
  }
  #footer-sp .copyright {
	width: 100%;
	padding:0;
	display: inline-block;
	text-align:center;
	font-size: 12px;
	color: #A0A0A0;
  }
  #footer-sp .copyright p {
    width: 100%;
    text-align:center;
    font-size: 12px;
  }

/*----------------------------------------------
Smartphone Unique Setting for dummy set for jQuery 
-----------------------------------------------*/
#spcial_message {
	max-width: 300px;
	width: 220px;
	position: fixed;
	left:10px;
	bottom:10px;
	text-align:center;
	overflow:hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000000;
	z-index:9000;
}
#dmyproperty01 {
	/* 各CSSが想定している最大window widthを設定 */ 
	/* localjs.jsでの分岐判定に使用するのみ */ 
	/* (Debug用途にも使用) */
	max-width: 560px;
	width: 150px;
	position: fixed;
	right:10px;
	bottom:160px;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000088;
	z-index:9000;
}
#dmyproperty02 {
	max-width: 560px;
	width: 150px;
	position: fixed;
	right:10px;
	bottom:140px;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000088;
	z-index:9000;
}
#dmyproperty03 {
	max-width: 560px;
	width: 150px;
	position: fixed;
	right:10px;
	bottom:120px;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000088;
	z-index:9000;
}
#dmyproperty04 {
	max-width: 560px;
	width: 150px;
	position: fixed;
	right:10px;
	bottom:100px;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000088;
	z-index:9000;
}
#dmyproperty05 {
	max-width: 560px;
	width: 150px;
	position: fixed;
	right:10px;
	bottom:80px;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000088;
	z-index:9000;
}
#dmyproperty06 {
	max-width: 560px;
	width: 150px;
	position: fixed;
	right:10px;
	bottom:60px;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000088;
	z-index:9000;
}

/*----------------------------------------------
 CM Area
-----------------------------------------------*/

.cm_for_pc {
	display: none;
}

.cm_for_tablet {
	display: none;
}

.cm_for_smartphone {
	display: block;
}



/*----------------------------------------------
Media Queries
Viewport setting Area end 
-----------------------------------------------*/
}

