/*共通-----------------------------------------------------------------------------------*/
	
	body{
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color:#333;
		font-size:18px;
		background-color:#FFF;
		
	}
	
	/*PCとモバイルの表示非表示  */
	#menu_pc		{	display:block;		}
	#menu_mobile	{	display:none;		}
	
	/*container -------------------------------------------------------------*/
	#container{
		margin-left:auto;
		margin-right:auto;
	}
	/*container END -------------------------------------------------------------*/
	
	/*header -------------------------------------------------------------*/
	#header{
		width:100%;
		height:75px;
		background:#fff;
	}
	#head_inner{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
	#header_left{
		float:left;
		/*width:375px;*/
		margin:12px 0 0 20px;
	}
	#header_right{
		float:right;
		margin:25px 20px 0 0;
	}
	#header_left .intro{
		font-size:14px;
		font-weight:normal;
		margin:0 0 12px 0;
	}
	#header_left .logo a{
		display:block;
		float:left;
		margin:0 0 0 0;
	}
	
	#header_right .directions,
	#header_right .address,
	#header_right .tel{
		text-align:right;
	}
	#header_right .directions,
	#header_right .address{
		font-size:14px;
	}
	#header_right .directions{
		font-weight:bold;
		margin-bottom:5px;
	}
	#header_right .address{
		margin-bottom:8px;
	}
	
	#header_right .tel{
		line-height:25px;
	}
	#header_right .tel .category{
		display:inline-block;
		font-size:12px;
		border:1px solid #fabe00;
		padding:0px 7px 0px 7px;
		margin-right:5px;
	}
	#header_right .tel .general,
	#header_right .tel .freedial{
		vertical-align:sub;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
	#header_right .tel .general a,
	#header_right .tel .freedial a{
		color:#333;
	}
	#header_right .tel .general{
		font-size:20px;
		font-weight:bold;
		margin-right:20px;
	}
	#header_right .tel .freedial{
		font-size:24px;
		font-weight:bold;
	}

	
	/*menuGlobal -------------------------------------------------------------*/
	
	/*menuGlobal */
	#menuGlobal{
		width:100%;
		clear: both;
	}
	#menuGlobal_inner{
		width:100%;
		
	}
	
	/*global_pc PC版 */
	
	#menuGlobal_inner ul.global_pc{
		margin: auto;
		width:auto;
	}
	#menuGlobal_inner ul.global_pc > li{
		float:left;
		
		width:190px;
		height:50px;
		border-right:1px solid #ddd;

	}
	#menuGlobal_inner ul.global_pc > li:first-child{
		border-left:1px solid #ddd;

	}
	
	#menuGlobal_inner ul.global_pc > li a{
		display:block;
		
		width:100%;
		height:100%;
		
		text-align:center;
		font-size:16px;
		
		color:#333;
		padding:17px 20px;
		
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#menuGlobal_inner ul.global_pc > li > a:hover{
		color:#5672ff;
		background-color:#eee;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		
	}
	#menuGlobal_inner ul.global_pc > li a span.eng{
		display:block;
		font-size:12px;
		margin-top:5px;
		
	}
	#menuGlobal_inner  ul.global_pc li ul.dir1 li.title{
		background-color:#ffe282;
		font-size:13px;
		padding:10px 5px 5px 5px;
		line-height:1em;
	}
	#menuGlobal_inner  ul.global_pc li ul.dir1 li a{
		background: #fff;
		padding:10px 5px;
		height:auto;
		line-height:1.5em;
		font-size:14px;
		width:auto;
	}
	#menuGlobal_inner  ul.global_pc li ul.dir1 li a:hover{
		background: #eee;
		color:#5672ff;
	}
	
	/*ドロップダウン*/
	.dropmenu{
		*zoom: 1;
	}
	.dropmenu:before, .dropmenu:after{
		content: "";
		display: table;
	}
	.dropmenu:after{
		clear: both;
	}
	.dropmenu li{
		position: relative;
		/*width: 20%;*/
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.dropmenu > ul > li > a{
		display: block;
		/*margin: 2px 0 0 0;*/
		color: #fff;
		line-height: 1;
		text-decoration: none;
	}
	.dropmenu li ul{
		list-style: none;
		position: absolute;
		z-index: 9999;
		left: 0%;
		margin: 0;
		padding: 0;
		border: 1px solid #ddd;
		
		box-shadow: 2px 2px 2px #666;
	}
	.dropmenu li ul li{
		width: 100%;
		border-top: 1px solid #ddd;

	}
	.dropmenu li ul li:first-child{
		border-top: none;
	}
	.dropmenu li ul li a{
		font-size:14px;
		padding: 13px 15px;
		
		background: #8bc0ff;
		text-align: left;
	}
	.dropmenu li:hover > a{
	}
	.dropmenu li a:hover{
	}
	
	/*フェードイン*/
	.dropmenu  li ul{
		visibility: hidden;
		opacity: 0;
		transition: 0s;
	}
	.dropmenu  li:hover ul{
		visibility: visible;
		opacity: 1;
	}
	.dropmenu  li ul li a{
		visibility: hidden;
		opacity: 0;
		transition: .5s;
	}
	.dropmenu  li:hover ul li a{
		visibility: visible;
		opacity: 1;
	}
	/*menuGlobal END -------------------------------------------------------------*/
	/*header END -------------------------------------------------------------*/

	
	/*mainImage  -------------------------------------------------------------*/
	#mainImage{
		width:100%;
		text-align:center;
	}
	#mainImage_inner{
		min-width:1140px;
		max-width:1500px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
	#mainImage img{
		width:100%;
	}
	
	#home p.title{
		font-size:50px;
		line-height:1.5em;
		border-top:3px solid #fabe00;
		border-bottom:3px solid #fabe00;
		width:900px;
		height:200px;
		padding-top:30px;
		/*margin:0 auto;*/
		top:50%;
		left:50%;
		margin:-100px 0 0 -450px;
		position:absolute;
		z-index:100;
		color:#FFF;
		text-shadow:black 0px 0px 10px,black 0px 0px 5px;
	}
	
		
	/*content -------------------------------------------------------------*/
	#content{
		/*background-color:#BBB;*/
		width:1140px;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
		margin-bottom:50px;
	}
	
	#content #mainContent{
		float:left;
		width:800px;
	}
	
	#content #subContent{
		float:right;
		width:262px;
	}
	
	
	/*contentレイアウト ---------------------*/
	
	/*カラムごとにくくる*/
	.column_set{
		width:100%;
		margin:0 0 2em 0;
	}
	
	/*カラム*/
	/*
	.column1{	width:9%;	}
	.column2{	width:22%;	}
	.column3{	width:35%;	}
	.column4{	width:48%;	}
	.column5{	width:61%;	}
	.column6{	width:74%;	}
	.column7{	width:86%;	}
	.column8{	width:100%;	}
	*/
	/*　mainContent=74%-subContent=22%の時 main内のコラム幅　*/
	.column1{	width:14%;	}
	.column2{	width:31%;	}
	.column3{	width:48%;	}
	.column4{	width:65%;	}
	.column5{	width:82%;	}
	.column6{	width:100%;	}
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8,
	.column_break3{
		margin:0 0 1em 0;
	}
	
	.column_break3{	width:30%;	}
	
	/* 等幅のコラムが3つ以上連なるとき */
	.column1.floatLeft.series{
		margin-right:3.2%;
	}
	.column2.floatLeft.series{
		margin-right:3.5%;
	}
	
	
	/*フロート*/
	.floatCenter {
		margin-left:auto;
		margin-right:auto;
	}
	.floatLeft {
		float: left;
	}
	
	.floatRight {
		float: right;
	}
	
	/* 行程 */
	.column2.process{
		width:28%;
		
	}
	
	/* 矢印あり */
	.column2.process.arrow{
		margin-right:8%;
		position: relative;
	}
	
	.column2.process.arrow::after{
		position: absolute;
		/*top: 50%;*/
		top: 110px;
		right: -28%;
		content: '';
		margin-top: -30px;
		border: 20px solid transparent;
		border-top-width: 30px;
		border-bottom-width: 30px;
		border-left-color: #e60021;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	.column2.process.knee.arrow::after{
		top: 140px;
	}
		
	
	
	/*contentレイアウト END ---------------------*/
	
	/*content要素 ---------------------*/
	
	/*タイトル*/
	
	#content h1{
		border-bottom: 2px solid #fabe00;
		margin-bottom:1em;
		font-weight:bold;
		padding-bottom:0.2em;
		position: relative;
		height:auto;
		font-size:30px;
		line-height:1em;
	}
	
	#content h2{
		font-size:50px;
		font-weight:bold;
		line-height:1.2em;
		letter-spacing: -3px;
		text-align:center;
		height:100px;
		background-image:url(../image/title_back.png);
		background-repeat:no-repeat;
		background-position:center;
		padding-top:20px;
		color:#008599;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
					-2px 2px 0 #FFF, 2px -2px 0 #FFF,
					0px 2px 0 #FFF,  0 -2px 0 #FFF,
					-2px 0 0 #FFF, 2px 0 0 #FFF;
		margin-bottom:20px;
	}
	#content .mainMenu h2{
		background-color:#fabe00;
		margin-bottom:1em;
		font-weight:normal;
		padding:17px 15px 15px 10px;
		position: relative;
		height:50px;
		font-size:18px;
		line-height:1em;
	}
	#content h3{
		border-bottom: 1px solid #fabe00;
		margin-bottom:1em;
		font-weight:bold;
		padding-bottom:0.2em;
		height:auto;
		font-size:22px;
		line-height:1em;
	}
	#content h3.color{
		background-color:#fabe00;
		font-weight:normal;
		padding:10px 8px 8px 8px;
		font-size:20px;
		border:none;
	}
	#content h4{
		font-size:24px;
		font-weight:bold;
		background-color:#01cac2;
		text-align:center;
		color:#FFF;
		padding: 0.2em 0 0.1em 0;
		margin-bottom:20px;
		
	}
	#content h4.none_bk{
		font-size:24px;
		font-weight:bold;
		background-color:#FFF;
		text-align:center;
		color:#333;
		padding: 0.2em 0 0.1em 0;
		margin-bottom:10px;
		
	}
	
	#content h5{
		border-bottom: 2px solid #ff6a00;
		margin-bottom:1em;
		font-weight:normal;
		padding-bottom:0.2em;
		position: relative;
		height:auto;
		font-size:18px;
		line-height:1em;
		margin-top:30px;
	}
	
	#content h1.borderNone,
	#content h2.borderNone,
	#content h3.borderNone,
	#content h4.borderNone,
	#content h5.borderNone{
		border: none;
		margin-bottom:0.5em;
	}
	#content h1.borderNone:after,
	#content h2.borderNone:after,
	#content h3.borderNone:after,
	#content h4.borderNone:after,
	#content h5.borderNone:after{
		border: none;
	}
	
	/*コンテンツユニット*/
	
	#content {
		line-height:2em;
	}
	#content .contentLead{
		margin:0 0 70px 0;
		line-height:1.5em;
	}
	.contentUnit{
		margin:0 0 2em 0;
		line-height:2em;
		margin-bottom:2.5em !important; 
	}
	p{
		
	}
	.contentUnit img{
		width:100%;
		height:auto;
	}
	.contentUnit.single img{
		width:auto;
		height:auto;
		max-width:100%;
	}
	#content section{
		margin-bottom:70px;
		
	}
	#content section > section{
		margin-bottom:70px;
		
	}
	#content section p{
		margin-bottom:1em;
	}
	#content #mainContent p {
		margin-bottom:1em;
	}
	
	#content a:hover img{
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-o-opacity: 0.8;
		filter:alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		opacity:0.8;
		transition: .5s;
	}
	
	section.border,
	.border{
		border:#fabe00 2px solid;
		box-sizing:border-box;
		padding:20px 20px 0px 20px;
	}
	section.color_theme,
	.color_theme{
		background-color:#fffad9;
		padding:40px 30px 10px 30px;
	}
	
	
	img.border_all{
		border:#999 1px solid;
	}
	
	/*文字揃え*/
	.text_align_right{
		text-align:right !important;
	}
	.text_align_left{
		text-align:left !important;
	}
	.text_align_center{
		text-align:center !important;
	}
	.text_valign_top{
		vertical-align:top !important;
	}
	.text_valign_bottom{
		vertical-align:bottom !important;
	}
	.text_valign_middle{
		vertical-align:middle !important;
	}
	
	/*リンク色*/
	#mainContent a{
		color:#1725b6;
		text-decoration:underline;
		/*
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all  0.2s ease-in;
		*/
		transition: .3s;
	}
	#content a:hover{
		
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-o-opacity: 0.6;
		filter:alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
		opacity:0.6;
		transition: .3s;
	}
	
	/*文字*/
	.font_g{
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	}
	#content .big{
		font-size:120%;
	}
	#content .small,
	.small{
		font-size:80%;
		line-height:1.5em;
	}
	#content .small_s{
		font-size:70%;
	}
	#content .weight_bold{
		font-weight:bold;
	}
	#content .emphasis{
		font-weight:bold;
		color:#5944b0;
	}
	#content strong{
		font-size:100%;
		color:#e98023;
		/*margin:0 0.5em;*/
	}
	.text_red		{	color:#F00;	}
	.text_white		{	color:#FFF;	}
	.text_blue		{	color:#00F;	}
	.text_yellow	{	color:#FF0;	}
	
	/*リスト*/
	ul.mark_disc{
		list-style:disc;
		margin-left:1.5em;
	}
	ul.mark_number{
		list-style:decimal;
		margin-left:1.5em;
	}
	#mainContent ul,
	#mainContent ol{
		margin-bottom:1em;
	}
	
	#mainContent ul li,
	#mainContent ol li{
		margin-bottom:0.5em;
	}
	
	#mainContent ol li{
		list-style:decimal;
		margin-left:2em;
	}
	#mainContent ol li.none{
		list-style:none;
		margin-left:0;
	}
	#mainContent ol li > ol{
		margin-top:1em;
		margin-left:2em;
	}
	
	dl{
		
	}
	dl dt{
		margin-bottom:0.5em;
	}
	dl dd{
		margin-bottom:1em;
	}
		
	/*ページ内メニュー*/
	#mainContent ul.pageMenu{
		display:block;
		background-color:#fffad9;
		padding:20px 30px 10px 30px;
		margin-bottom:20px;
	}
	#mainContent ul.pageMenu li{
		float:left;
		width:23%;
		margin-right:10px;
	}
	#mainContent ul.pageMenu li a{
		width:100%;
		color:#000;
		display: inline-block;
		position: relative;
		/*text-indent: 0.5em;*/
		font-size:16px;
		text-decoration:none;
		padding-left:10px;
	}
	
	#mainContent ul.pageMenu li a::before {
		content: "";
		display: inline-block;
		border: 5px solid transparent;
		border-left-color: #000;
		position: absolute;
		top: 15px;
		margin-top: -8px;
		left:0px;
	}
	/*画像*/
	#content #mainContent img.sizeP80 {
		width:80%;
	}
	#content #mainContent img.sizeP70 {
		width:70%;
	}
	#content #mainContent img.sizeP60 {
		width:60%;
	}
	#content #mainContent img.sizeP50 {
		width:50%;
	}
	
	
	/*ボタン*/
	/*ボタン*/
	/*ボタン矢印右_小*/
	#content a.btn_arrowR_S{
		width:auto;
		display:inline-block;
		text-align:left;
		background-color:#fabe00;
		padding:0.8em 2.5em 0.8em 1em;
		line-height:1.2em;
		font-size:12px;
		color:#000;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowR_S::after {
		position: absolute;
		top: 50%;
		right: 7px;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #000;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_S:hover::after {
		right: 2px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	/*ボタン矢印右_中*/
	#content a.btn_arrowR_M{
		width:auto;
		display:inline-block;
		text-align:left;
		background-color:#fabe00;
		padding:0.6em 2.5em 0.5em 1em;
		line-height:1.2em;
		font-size:18px;
		color:#000;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowR_M::after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #000;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_M:hover::after {
		right: 2px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	/*ボタン矢印左_中*/
	#content a.btn_arrowL_M{
		width:auto;
		display:inline-block;
		text-align:right;
		background-color:#fabe00;
		padding:0.6em 1em 0.5em 2.5em;
		line-height:1.2em;
		font-size:18px;
		color:#000;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowL_M::after {
		position: absolute;
		top: 50%;
		left: 10px;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #000;
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowL_M:hover::after {
		left: 2px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	/*ボタン矢印右_大*/
	#content a.btn_arrowR_L{
		width:auto;
		display:inline-block;
		text-align:left;
		background-color:#fabe00;
		padding:0.6em 2.5em 0.5em 1em;
		line-height:1.2em;
		font-size:20px;
		color:#000;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowR_L::after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		margin-top: -8px;
		border: 12px solid transparent;
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-color: #000;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_L:hover::after {
		right: 2px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_S:hover,
	#content a.btn_arrowR_M:hover,
	#content a.btn_arrowR_L:hover,
	#content a.btn_arrowL_L:hover
	{
		opacity: 0.5;
		text-decoration:none;
		color:#000;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	
	.btnWidth125		{	width:125px !important;	}
	.btnWidth155		{	width:155px !important;	}
	.btnWidth250		{	width:250px !important;	}
	.btnWidth50P		{	width:50% !important;		}
	.btnWidth100P		{	width:100% !important;		}
	
	.marginBottom		{	margin-bottom:10px !important;		}
	.marginBottom_05	{	margin-bottom:5px !important;		}
	.marginBottom_10	{	margin-bottom:10px !important;		}
	.marginBottom_20	{	margin-bottom:20px !important;		}
	.marginBottom_30	{	margin-bottom:30px !important;		}
	.marginBottom_40	{	margin-bottom:40px !important;		}
	.marginBottom_50	{	margin-bottom:50px !important;		}
	.marginBottom_60	{	margin-bottom:60px !important;		}
	
	.btnKadomaru{
		border-radius:7px;
	}
	
	/* 一覧ページ　ページネーション */
	#mainContent .pagination a {
		padding: 5px 10px;
		display: inline-block;
		border: solid 1px #cccccc;
		color: #666666;
		background-color: #ffffff;
		font-size: 14px;
		text-decoration: none;
	}
	#mainContent .pagination a:hover {
		background-color: #e8e8e8;
	}
	#mainContent .pagination span {
		padding: 5px 10px;
		display: inline-block;
	}
	#mainContent .pagination span.current {
	}
	#mainContent .pagination {
		overflow: hidden;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
		clear: both;
		background-color: transparent;
	}
		
	#mainContent .pagination h2.screen-reader-text {
	  display: none;
	}

	/*テーブル*/
	#content table {
		text-align:left;
		border-collapse: collapse;
		border-spacing: 0;
		width:100%;
		background-color:#FFF;
		margin-bottom:1.5em;
		border:1px solid #626262;
	}
	
	#content table th,
	#content table td{
		padding:10px;
		text-wrap:unrestricted;
		word-wrap:break-word;
	}
	#content table th{
		background-color:#e4e4e4;
		color:#333;
		text-align:center;
		line-height:1.2em;
		border-top:1px solid #626262;
		border-bottom:1px solid #626262;
		font-weight:normal;
	}
	#content table td{
		border-top:1px solid #626262;
		border-bottom:1px solid #626262;
	}
	#content table th.head{
		background-color:#ebd99f;
	}
	#content table td.head{
		background-color:#fdebb2;
	}
	#content table th.head2{
		background-color:#ede4c4;
	}
	#content table td.head2{
		background-color:#fff6d3;
	}
	
	#content table tr.even td{
		background-color:#d5e0ff;
	}
	#content table td.heading{
		background-color:#83a0f2;
		color:#FFF;
	}
	#content table tr.even td.heading{
		background-color:#6186ee;
		vertical-align:middle;
	}
	/*テーブルに線を引く場合*/
	#content #mainContent table.table_border,
	#content #mainContent table.table_border td {
		border:#333 solid 1px;
	}
	#content #mainContent table.table_border th{
		border:#999 solid 1px;
	}
	.tableWidth10p{	width:10%;	}
	.tableWidth20p{	width:20%;	}
	.tableWidth30p{	width:30%;	}
	.tableWidth40p{	width:40%;	}
	.tableWidth50p{	width:50%;	}
	.tableWidth60p{	width:60%;	}
	.tableWidth70p{	width:70%;	}
	.tableWidth80p{	width:80%;	}
	.tableWidth90p{	width:90%;	}
	
	
	/*その他要素*/
	#mainContent dl.movieMenu{
		
	}
	#mainContent dl.movieMenu dd{
		font-size:16px;
		line-height:1.2em !important;
		text-align:center;
	}
	#mainContent dl.movieMenu dt{
		text-align:center;
	}
	#mainContent dl.movieMenu dt a{
		position:relative;
		
	}
	#mainContent dl.movieMenu dt a:after{
		display: block;
		content: "";
		position: absolute;
		top: 0px;
		left: 50%;
		width: 0px;
		height: 0px;
		border: 20px solid transparent;
		border-left: 30px solid #fff;
		margin-left: 0px;
		opacity:0.7;
	}
	#mainContent dl.movieMenu dt a img{
		width:100%;
		
	}
	
	/*subContent要素 ---------------------*/
	/*サイドメニュー*/
	
	#content #subContent h2{
		font-size:20px;
		margin-bottom:15px;
		padding-bottom:0.5em;
	}
	#content #subContent section{
		margin-bottom:30px;
	}
	/*
	#content #subContent h2{
		font-size:20px;
		margin-bottom:10px;
		padding-bottom:5px;
		border-bottom:#b2e0c7 dotted 4px;
	}
	#content #subContent section.mainMenu h2{
		margin-bottom:0;
	}
	*/
	#subContent ul.mainMenu{
		margin-top:-15px;
	}
	#subContent ul.mainMenu li{
		width:100%;
		margin:0;
		border-bottom:#ccc solid 1px;
	}
	#subContent ul.mainMenu li:last-child{
		border-bottom:#ccc solid 1px;
	}
	#subContent ul.mainMenu li.title{
		padding:15px 10px 10px 10px;
		background-color:#ffe282;
		font-size:14px;
		line-height:1em;
	}
	#subContent ul.mainMenu li a{
		display:block;
		position: relative;
		font-size:16px;
		width:100%;
		text-decoration:none;
		box-sizing:border-box;
		padding:10px 25px;
		color:#666;
		background-color:#eeeeee;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	#subContent ul.mainMenu li a:hover,
	#subContent ul.mainMenu li.focus{
		
		opacity:0.5;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	#subContent ul.mainMenu li a::before {
		content: "";
		display: inline-block;
		border: 5px solid transparent;
		border-left-color: #000;
		position: absolute;
		top: 18px;
		margin-top: 0px;
		left: 10px;
	}
	
	#subContent ul.subMenu li{
		width:100%;
		margin:0;
	}
	#subContent ul.subMenu li a{
		display:block;
		font-size:14px;
		width:100%;
		text-decoration:none;
		box-sizing:border-box;
		padding:5px;
		text-decoration:none;
		font-weight:bold;
		color:#333;
	}
	
	/*検索*/
	#search {
		padding-bottom: 0px;
		position: relative;
		width: 100%;
	}
	#searchform {
		border: #ccc 1px solid;
	}
	#s {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
		height: 34px;
		color: #333;
		font-size: 14px;
		border-radius: 0;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		z-index: 10;
		padding: 10px 65px 10px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	#searchsubmit {
		border-radius: 0;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 34px;
		z-index: 20;
	}
	input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
		box-sizing: border-box;
		width: 100%;
		padding: 5px;
	}
	
	/*日付リスト　お知らせ/イベント　*/
	#subContent dl.infoMenu{
		
	}
	#subContent dl.infoMenu dt{
		font-size:12px;
		margin-bottom:0px;
		
	}
	#subContent dl.infoMenu dd{
		font-size:16px;
		line-height:1.2em !important;
	}
	#subContent dl.infoMenu dd a{
		color:#333;
	}
	/*圓卓*/
	#subContent dl.entakuMenu{
		
	}
	#subContent dl.entakuMenu dd{
		font-size:16px;
		line-height:1.2em !important;
		text-align:center;
	}
	#subContent dl.entakuMenu dt{
		text-align:center;
	}
	#subContent dl.entakuMenu dt a{
		
	}
	#subContent dl.entakuMenu dt a img{
		width:60%;
		
	}
	/*ムービー*/
	#subContent dl.movieMenu{
		
	}
	#subContent dl.movieMenu dd{
		font-size:16px;
		line-height:1.2em !important;
		text-align:center;
	}
	#subContent dl.movieMenu dt{
		text-align:center;
	}
	#subContent dl.movieMenu dt a{
		position:relative;
		
	}
	#subContent dl.movieMenu dt a:after{
		display: block;
		content: "";
		position: absolute;
		top: 0px;
		left: 50%;
		width: 0px;
		height: 0px;
		border: 20px solid transparent;
		border-left: 30px solid #fff;
		margin-left: 0px;
		opacity:0.7;
	}
	#subContent dl.movieMenu dt a img{
		width:100%;
		
	}

	
	/*ボタンメニュー*/
	#subContent ul.btnMenu{
		
	}
	#subContent ul.btnMenu li{
		
	}
	#subContent ul.btnMenu li a{
		
	}
	#subContent ul.btnMenu li a{
		width:100%;
		display:inline-block;
		text-align:left;
		background-color:#1725b6;
		padding:0.7em 2.5em 0.5em 1em;
		font-size:20px;
		color:#FFF;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#subContent ul.btnMenu li a::after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		margin-top: -7px;
		border: 12px solid transparent;
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-color: #fff;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#subContent ul.btnMenu li a:hover::after {
		right: 2px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#subContent ul.btnMenu li a:hover
	{
		opacity: 0.5;
		text-decoration:none;
		color:#FFF;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	
	
	/*バナー*/
	#subContent ul.banner li{
		margin:0 0 1em 0;
	}
	#subContent ul.banner li img{
		width:100%;
	}
	
	
	
	
	/*フォーム*/
	input.textBox_single,
	textarea.textBox_box{
		width:100%;
	}
	input.textBox_single_small{
		width:40%;
	}
	textarea.textBox_box{
		padding:0;
	}
	/*フォーム 警告*/
	.f_error{
		color:#F00;
		font-weight:bold;
		font-size:80%;
	}
	
	/*ライン*/
	hr{
		border:#DDD 1px solid;
		margin-bottom:1em;
	}
	
	/*マップ */
	#mainContent iframe.map {
		width:100%;
		height:400px;
	}
	/*youtube*/
	#mainContent .youtube{
		width:100%;              /*横幅いっぱいにwidthを指定*/
		padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
		height:0px;              /*高さはpaddingで指定するためheightは0に*/
		position: relative;
	}
	#mainContent .youtube iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
	/*content要素 END ---------------------*/
	
	/*content END -------------------------------------------------------------*/
	
	/*menuProduct -------------------------------------------------------------*/
	#menuProduct{
		width:100%;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;

	}
	#menuProduct #menuProduct_inner{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin: 20px 0;
		text-align: center;
	}
	#menuProduct #menuProduct_inner .menu{
		display:inline-block;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	#menuProduct #menuProduct_inner .menu ul li{
		float:left;
		color:#333;
		padding:0 10px;
		
		border-right:1px solid #333;
		font-size:18px;
	}
	#menuProduct #menuProduct_inner .menu ul li a{
		color:#333;
	}
	#menuProduct #menuProduct_inner .menu ul li:first-child{
		padding-left:0px;
	}
	#menuProduct #menuProduct_inner .menu ul li:last-child{
		border-right:none;
		padding-right:0px;
	}
	
	/*menuProduct END -------------------------------------------------------------*/
	
	
	/*footer -------------------------------------------------------------*/
	#footer{
		width:100%;
		background-color:#6a98c7;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;

	}
	#footer #footer_inner{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding-top:20px;
	}
	
	#footer #footer_inner .footerCMenuList{
		width:100%;
		margin-bottom:15px;
		padding-left:20px;
		padding-right:20px;
		text-align:center;
	}
	
	#footer #footer_inner .footerCMenuList ul{
		display: inline-block;
		float:right;
	}
	#footer #footer_inner .footerCMenuList ul li{
		float:left;
		color:#FFF;
		padding:0 10px;
		border-right:1px solid #FFF;
		font-size:14px;
	}
	#footer #footer_inner .footerCMenuList ul li a{
		color:#FFF;
	}
	#footer #footer_inner .footerCMenuList ul li:last-child{
		border-right:none;
		padding-right:0px;
	}
	
	#footer #footer_inner .footerMain{
		margin-bottom:15px;
		text-align: center;
		padding-left:20px;
		padding-right:20px;
	}
	#footer #footer_inner .footerMain .footerLeft{
		float:left;
		width:auto;
	}
	
	#footer #footer_inner .footerMain .footerRight{
		float:right;
		width:auto;
		margin-top:6px;
	}
	
	#footer #footer_inner .footerMain .footerIcon{
		
	}
	
	#footer #footer_inner .footerMain .footerLogo{
		
	}
	
	ul.icon{
		
	}
	ul.icon li{
		float:left;
		margin-right:10px;
		
	}
	ul.icon li:last-child{
		margin-left:15px;
		margin-right:0px;
	}
	
	
	ul.icon_mob{
		display: inline-block;
		width: auto;
	}
	ul.icon_mob li{
		float:left;
		margin-right:10px;
		
	}
	ul.icon_mob li:last-child{
		margin-right:0;
	}
	
	ul.logo_mob{
		display: inline-block;
		width: auto;
	}
	ul.logo_mob li{
		float:left;
		margin-right:10px;
		
	}
	ul.logo_mob li:last-child{
		margin-left:15px;
	}
	
	
	
	/*footer series直列的 --------*/
	
	#footer .footerMenu_wrap,
	#footer .footerMenu_wrap_last{
		float:left;
		width:260px;
		margin-right:30px;
		margin-bottom:0px;
	}
	#footer .footerMenu_wrap_last{
		margin-right:0px;
	}
	#footer .footerMenu_wrap h2,
	#footer .footerMenu_wrap_last h2{
		font-size:16px;
		color:#FFF;
		margin-bottom:0.5em;
		border-bottom:1px solid #999999;
		padding-bottom:5px;
	}
	#footer .footerMenu_wrap h2.title{
		font-size:18px;
		border-bottom:none;
	}
	#footer .footerMenu_wrap h2 a,
	#footer .footerMenu_wrap_last h2 a{
		color:#FFF;
	}
	#footer .footerMenu_wrap .address{
		color:#FFF;
		font-size:14px;
		margin-bottom:1em;
		
	}
	#footer .footerMenu_wrap dl.tel,
	#footer .footerMenu_wrap dl.tel a{
		color:#FFF;
	}
	#footer .footerMenu_wrap dl.tel dt{
		float:left;
		width:110px;
		font-size:13px;
	}
	#footer .footerMenu_wrap dl.tel dd{
		font-size:18px;
		margin-bottom: 0.5em;
		font-weight:bold;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
	#footer .footerMenu_wrap ul.footMenu{
		margin-bottom:1.5em;
	}
	#footer .footerMenu_wrap ul.footMenu li,
	#footer .footerMenu_wrap_last ul.footMenu li{
		font-size:16px;
		margin-bottom:0.8em;
		
	}
	#footer .footerMenu_wrap ul.footMenu li a,
	#footer .footerMenu_wrap_last ul.footMenu li a{
		color:#FFF;
	}
	
	#footer .menu_series{
		
	}
	#footer .menu_series ul{
		
	}
	#footer .menu_series ul li{
		float:left;
		margin-right:1.5em;
		display: inline;
		height:20px;
	}
	#footer .menu_series ul li:last-child{
		margin-right:0;
	}
	#footer .menu_series ul li a{
		display:table-cell;
		height:2em;
		line-height: 1em;
		padding:0 0 0 0;
		font-size:14px;
		color:#333;
		vertical-align:middle;
		text-align:center;
	}
	#footer .menu_series ul li .small{
		font-size:10px;
	}
	
	#footer .menu_series ul li a:hover{
		text-decoration:underline;
	}
	#footer .copylight{
		background-color:#33386d;
		font-size:14px;
		text-align:left;
		color:#FFF;
		padding: 7px 20px 5px 20px;
	}
	
	/*li要素の中央ぞろえ --------*/
	.list_center {
	  position: relative;
	  overflow: hidden;
	}
	
	.list_center ul {
	  position: relative;
	  left: 50%;
	  float: left;
	}
	
	.list_center ul li {
	  position: relative;
	  left: -50%;
	  float: left;
	}
	
	
	/*footer END -------------------------------------------------------------*/


	/*その他 -------------------------------------------------------------*/
	.clearfix:after { /*floatの解除、ここがポイント*/
		display:block;
		clear:both;
		height:0px;
		visibility:hidden;
		content:".";
	}
	.clearfix {
		min-height: 1px; /*IE6、7対策*/
	}
	* html .clearfix {
		height: 1px;
		/*¥*//*/ /*MAC IE5.x対策*/
		height: auto;
		overflow: hidden;
		/**/
	}
	/*その他 END -------------------------------------------------------------*/


/*共通 END-----------------------------------------------------------------------------------*/


/*スマートフォン-----------------------------------------------------------------------------------*/
/*@media only screen and (max-width:768px){*/
@media only screen and (max-width:510px){
	body{
		background:none;
	}
	/*PCとモバイルの表示非表示  */
	#menu_pc		{	display:none;		}
	#menu_mobile	{	display:block;		}
	
	/*container -------------------------------------------------------------*/
	#container{
		width:100%;
		min-width: 200px;
	}
	/*container END -------------------------------------------------------------*/
	
	/*header -------------------------------------------------------------*/
	#header{
		height:75px;
	}
	#header #head_inner{
		
	}
	#header_left{
		margin: 12px 0 0 8px;
	}
	#header_right{
		margin: 25px 8px 0 0;
	}
	
	
	/*gMenu MeanMenuを利用*/
	/*menu_mobile モバイル版 */
	#menuGlobal{
		margin-top:0px;
	}
	#menu_mobile .header_mobile{
		padding:15px 0;
		background-color:#fff;
	}
	#menu_mobile p.logo{
		width:100%;
		text-align:center;
		margin-bottom:0px;
	}
	#menu_mobile p.logo img{
		width:90%;
	}

	
	#menu_mobile{
		width:100%;
	}
	
	#menu_mobile dl.tel {
		width:230px;
		margin:10px auto 20px auto;
	}
	#menu_mobile dl.tel dt{
		float:left;
		width:110px;
		font-size:13px;
	}
	#menu_mobile dl.tel dd{
		font-size:18px;
		margin-bottom: 0.5em;
		font-weight:bold;
		text-decoration:underline;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
	#menu_mobile dl.tel a{
		color:#333;
		
	}
	
	#menu_mobile ul.global_mobile,
	#menu_mobile ul.local_mobile{
		width:100%;
		font-size:14px;
	}
	#menu_mobile ul.global_mobile a,
	#menu_mobile ul.local_mobile a{
		display:inline-block;
		padding:8px 15px;
		text-decoration:none;
		color:#333;
		width:100%;
		height:100%;
		text-align:left;
	}
	#menu_mobile ul.global_mobile ul,
	#menu_mobile ul.local_mobile ul{
		display:none;
	}
	#menu_mobile ul.global_mobile > li,
	#menu_mobile ul.local_mobile > li{
		background:#000;
		border-bottom:#FFF 1px solid;
	}
	#menu_mobile ul.global_mobile > li > p,
	#menu_mobile ul.local_mobile > li > p{
		background:#fabe00;
		cursor:pointer;
		text-align:center;
	}
	#menu_mobile ul.global_mobile > li > ul > li,
	#menu_mobile ul.local_mobile > li > ul > li{
		background:#fff;
		border-bottom:1px solid #bbb;
	}
	#menu_mobile ul.global_mobile > li > ul > li > p,
	#menu_mobile ul.local_mobile > li > ul > li > p{
		background:#333;
	}
	#menu_mobile ul.global_mobile > li > ul > li > ul > li,
	#menu_mobile ul.local_mobile > li > ul > li > ul > li{
		background:#FFF;
		border-bottom:1px solid #666;
	}
	#menu_mobile ul.global_mobile > li > ul > li > ul > li:last-child,
	#menu_mobile ul.local_mobile > li > ul > li > ul > li:last-child{
		border:none;
	}
	/*三本線と閉じるの表現*/
	#menu_mobile ul.global_mobile > li > p.panel-btn,
	#menu_mobile ul.local_mobile > li > p.panel-btn{
		display: inline-block;
		position: relative;
		width: 100%;
		padding:10px;
		color:#000;
		font-size:16px;
	}
	.global-btn-icon,
	.local-btn-icon{
		display: inline-block;
		position: absolute;
		right: 15px;
		width: 20px;
		height: 2px;
		/*margin: -1px 0 0 -7px;*/
		margin: 5px 0 0 0;
		background: #000;
		transition: .2s;
	}
	.global-btn-icon:before,
	.global-btn-icon:after,
	.local-btn-icon:before,
	.local-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 2px;
		background: #000;
		transition: .3s;
	}
	.global-btn-icon:before,
	.local-btn-icon:before{
		margin-top: -6px;
	}
	.global-btn-icon:after,
	.local-btn-icon:after{
		margin-top: 4px;
	}
	.panel-btn .close{
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after{
		margin-top: 0;
	}
	.panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	/*header END -------------------------------------------------------------*/
	
	/*mainImage -------------------------------------------------------------*/
	#mainImage_inner{
		width:100%;
		max-width:100%;
		min-width:100%;
	}
	
	#home p.title{
		font-size:18px;
		line-height:1.5em;
		border-top:2px solid #fabe00;
		border-bottom:2px solid #fabe00;
		width:90%;
		height:auto;
		padding:10px 0;
		/*margin:0 auto;*/
		top:50%;
		left:50%;
		margin:1em auto 2em auto;
		position:static;
		z-index:100;
		color:#333;
		text-shadow:none;
	}
	
	/*mainImage END -------------------------------------------------------------*/
	
	/*titleImage  -------------------------------------------------------------*/
	#titleImage{
		width:100%;
	}
	#titleImage_inner{
		min-width:100%;
		max-width:100%;
		width:100%;
		height: 150px;
		padding: 0;
		background-position: center;
		background-size:cover;
	}
	
	#titleImage_inner.title_knee {  background-image: url(../image/titleImage_m_knee.jpg);  }
	#titleImage_inner.title_access {  background-image: url(../image/titleImage_m_access.jpg);  }
	#titleImage_inner.title_contact {  background-image: url(../image/titleImage_m_contact.jpg);  }
	#titleImage_inner.title_cpc {  background-image: url(../image/titleImage_m_cpc.jpg);  }
	#titleImage_inner.title_doctor {  background-image: url(../image/titleImage_m_doctor.jpg);  }
	#titleImage_inner.title_faq {  background-image: url(../image/titleImage_m_faq.jpg);  }
	#titleImage_inner.title_joint {  background-image: url(../image/titleImage_m_joint.jpg);  }
	#titleImage_inner.title_privacy {  background-image: url(../image/titleImage_m_privacy.jpg);  }
	#titleImage_inner.title_prp {  background-image: url(../image/titleImage_m_prp.jpg);  }
	#titleImage_inner.title_ligament {  background-image: url(../image/titleImage_m_ligament.jpg);  }
	#titleImage_inner.title_osteoporosis {  background-image: url(../image/titleImage_m_osteoporosis.jpg);  }
	
	
	#titleImage #titleImage_inner .title{
		padding: 0;
		height:150px;
		text-align:center;
		font-size:36px;
		
		line-height:1.2em;
		display: table-cell; /* IE8から使用可能 */
		vertical-align: middle;
	}
	
	/*titleImage END -------------------------------------------------------------*/
	
	/*content -------------------------------------------------------------*/
	#content{
		width:100%;
		padding:20px 8px 100px 8px;
		margin-top:20px;
	}
	
	#content #mainContent{
		float:none;
		width:100%;
	}
	
	#content #subContent{
		/*display:none;*/
		width:100%;
	}
	
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8,
	.column_break3{
		width:100%;
	}
	
	.floatCenter {
		margin: 0 auto;
	}
	.floatLeft {
		float:none;
	}
	.floatRight {
		float: none;
	}
	
	#content h1{
		font-size:26px;
	}
	
	#content h2{
		font-size:24px;
		background-size:contain;
		height:70px;
	}
	#content h3{
		font-size:20px;
	}
	#content h4{
		font-size:18px;
	}
	#content h5{
		font-size:16px;
	}
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5{
		text-align:center;
		
	}
	
	#content h1:after,
	#content h2:after,
	#content h3:after,
	#content h4:after,
	#content h5:after {
		width: 100%;
	}
	
	#content #mainContent h1{
		background-position: center center !important;
		background-size:auto 100% !important;
		background-repeat:no-repeat !important;
		/*background-size:auto auto;
		background-size:cover !important;*/
	}
	#content #mainContent h1 span.title{
		text-align:center;
		height:70px;
		padding-top:30px;
		font-size:26px;
	}
	#content #mainContent img {
		width:100%;
		height:auto;
	}
	#content #mainContent .single img {
		width:auto;
		height:auto;
		max-width:100%;
	}
	#content #mainContent img.sizeM80 {
		width:80%;
	}
	#content #mainContent img.sizeM70 {
		width:70%;
	}
	#content #mainContent img.sizeM60 {
		width:60%;
	}
	#content #mainContent img.sizeM50 {
		width:50%;
	}
	/* 行程 */

	#content #mainContent .column2.floatLeft.process{
		margin-bottom:2em;
	}
	#content #mainContent .column2.process{
		width:100%;
		float:none;
		
	}
	
	/* 矢印あり */
	#content #mainContent .column2.process.arrow{
		margin-right:0;
		position: relative;
		margin-bottom:70px !important;
	}
	
	#content #mainContent .column2.process.arrow::after{
		position: absolute;
		top:100%;
		right: 50%;
		content: '';
		margin-top: 10px;
		margin-right: -30px;
		border: 30px solid transparent;
		border-top-width: 30px;
		border-bottom-width: 30px;
		border-top-color: #e60021;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	
	
	
	#content .arrow.stage_last{
		display:none;
	}
	
	.content_pc{
		display:none;
	}
	
	#content ul.pageMenu{
		display:block;
		border-radius: 10px;
		padding:10px 0px 0px 20px;
		margin-bottom:20px;
	}
	#content ul.pageMenu li{
		width:auto;
		margin-right:15px;
	}
	#content ul.pageMenu li a{
		width:100%;
		font-size:14px;
	}
	
	.mov_width_80{
		width:80%;
	}
	
	/*content END -------------------------------------------------------------*/
	
	/*footer -------------------------------------------------------------*/
	#footer #footer_inner{
		width:100%;
	}
	#footer .footerMenu_wrap,
	#footer .footerMenu_wrap_last{
		width:100%;
		margin-bottom:40px;
	}
	#footer .footerMenu_wrap ul.footMenu{
		margin-bottom:0;
	}
	#footer .footerMenu_wrap ul.footMenu li,
	#footer .footerMenu_wrap_last ul.footMenu li{
		border-bottom:#aaa 1px solid;
		margin:0;
	}
	#footer .footerMenu_wrap ul.footMenu li a,
	#footer .footerMenu_wrap_last ul.footMenu li a{
		display:block;
		width:100%;
		padding:10px 0;
	}
	#footer .footerMenu_wrap .title{
		text-align:center;
	}
	
	#footer .footerMenu_wrap .address{
		width:250px;
		margin:0 auto;
		text-align:center;
		margin-bottom:1em;
	}
	#footer .footerMenu_wrap dl.tel {
		width:230px;
		margin:0 auto;
	}
	#footer .footerMenu_wrap dl.tel dt{
	}
	#footer .footerMenu_wrap dl.tel dd{
		text-decoration:underline;
	}
	#footer .menu_series{
		display:none;
	}
	#footer #footer_inner h2{
		padding-bottom:0.5em;
		border-bottom:#fff 2px solid;
		margin-bottom:0;
	}
	#footer #footer_inner h2.title{
		padding-bottom:0.5em;
		border-bottom:none;
		margin-bottom:0;
	}
	#footer .btn_top{
		display:block;
		width:100%;
		text-align:center;
		padding:8px;
		margin-bottom:20px;
	}
	#footer .btn_top a{
		display:inline-block;
		width:200px;
		height:40px;
		background-color:#fabe00;
		padding:15px 15px 15px 0;
		color:#000;
		
		position: relative;
		
		/*radius*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
	}
	#footer .btn_top a::after {
		position: absolute;
		top: 18%;
		right: 10%;
		content: '';
		margin-top: 2px;
		border: 10px solid transparent;
		border-top-width: 7px;
		border-bottom-width: 7px;
		border-left-color: #000;
		
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
	#footer #footer_inner .footerCMenuList ul{
		display: inline-block;
		float:none;
	}
	#footer #footer_inner .footerCMenuList ul li{
		float:none;
		color:#FFF;
		padding:0 10px;
		border-right:none;
		margin-bottom:5px;
	}
	#footer #footer_inner .footerCMenuList ul li a{
		color:#FFF;
	}
	#footer #footer_inner .footerCMenuList ul li:last-child{
		border-right:none;
		padding-right:0px;
	}
	#footer .copylight{
		text-align:center;
	}
	
	/*footer END -------------------------------------------------------------*/
}
/*スマートフォン END-----------------------------------------------------------------------------------*/

/*タブレット-----------------------------------------------------------------------------------*/
@media only screen and (max-width:870px){
	/*content -------------------------------------------------------------*/
	
	
	
	
	/*contentレイアウト ---------------------*/
	/*
	#header_left h1{
		display:block;
	}
	#header_left{
		width:620px;
	}
	*/
}
/*タブレット END-----------------------------------------------------------------------------------*/

/*pc-----------------------------------------------------------------------------------*/
@media only screen and (min-width:510px){
	body{
		
	}
	
	/*PCとモバイルの表示非表示  */
	#menu_pc		{	display:block;		}
	#menu_mobile	{	display:none;		}
	
	/*container -------------------------------------------------------------*/
	#container{
		width:100%;
	}
	/*container END -------------------------------------------------------------*/
	
	/*header  -------------------------------------------------------------*/
	#header #head_inner{
		/*width:100%;
		max-width:1150px;
		width:1140px;
		height:170px;*/
	}
	
	#header_left{
		/*width: 500px;*/
	}
	#header_left h1{
		display:none;
	}
	/*header END -------------------------------------------------------------*/
	
	
	/*content -------------------------------------------------------------*/
	#content #mainContent{
		min-height:500px;
		
	}
	
	.content_mob{
		display:none;
	}
	
	/*content END -------------------------------------------------------------*/
	
	
	/*footer -------------------------------------------------------------*/
	#footer #footer_inner{
		max-width:100%;
		height:auto;
	}
	.btn_top a{
		display:none;
	}
	
	#footer .btn_top{
		display:none;
	}
	/*footer END -------------------------------------------------------------*/
	
	
	
}
/*pc END-----------------------------------------------------------------------------------*/

@media only screen and (min-width:910px){
	
}
