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

/* //////////////////////////////////////////////////

　[BASE] 

////////////////////////////////////////////////// */


/* --------------------------------------------------
link
-------------------------------------------------- */
a { cursor:pointer; }
a:link {
	color:#0078C6;
	text-decoration:none;
}
a:visited {
	color:#0078C6;
	text-decoration:none;
}
a:hover{
	color:#F90;
	text-decoration:none;
}
a:active  {
	color:#F90;
	text-decoration:none;
}

.no_link_color a:link,.no_link_color a:visited{
	color:#333;
}
.no_link_color a:hover,.no_link_color a:active{
	color:#0078C6;
}
.hover_bg a:hover,.hover_bg a:active{
	background-color:#E5F1F9;
}

/* --------------------------------------------------
Heading
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
/* --------------------------------------------------
Paragraph
-------------------------------------------------- */
.clumnbox{
	overflow:hidden;
	zoom:1;
}
.lefty{
	float:left;
}
.righty{
	float:right;
}
.sec{
	margin-bottom:60px;
}
.external{
	padding:0 0 0 14px;
	background:url(../img/icon_link.gif) no-repeat 2px center;
}
.pdficon{
	padding:0 0 0 20px;
	background:url(../img/icon_pdf.gif) no-repeat 2px center;
}
img.icon{
	vertical-align:middle;
	margin-right:5px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.mb50{
	margin-bottom:50px;
}
.mb55{
	margin-bottom:55px;
}
.mb60{
	margin-bottom:60px;
}

/* --------------------------------------------------
table
-------------------------------------------------- */
table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}
table tr th,
table tr td{
	padding:5px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	vertical-align:middle;
}
table tr th{
	background:#F9F6ED;
	font-weight:normal;
}
/* --------------------------------------------------
各ページタイトル
-------------------------------------------------- */
/*.page_title*/
.page_title{
    font-weight:bold;
    position: relative;
    background:#0078C6;
	color:#FFFFFF;
    padding: 10px 20px;
	margin-bottom:20px;
	font-size:1.4em;
}
.page_title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #0078C6;
}
/*.midashi*/
.midashi{
	position:relative;
	padding:5px 0;
	margin-bottom:20px;
	font-size:1.8em;
	font-weight:bold;
	border-bottom:3px solid #DDDDDD;
}
.midashi:after{
	content:"";
	display:block;
	width:100px;
	height:3px;
	position:absolute;
	background:#0078C6;
	left:0;
	bottom:-3px;
}
.midashi span{
	margin-left:10px;
	font-size:0.5em;
	color:#CCCCCC;
	vertical-align:middle;
}
/*.midashi_sub*/
.midashi_sub{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}
/* --------------------------------------------------
ボタン関連
-------------------------------------------------- */
/*.btn_list(一覧へボタン)*/
.btn_list a{
	display:block;
	position:absolute;
	top:3px;
	right:0;
	width:2em;
	padding:0 15px;
	background:#F5F5EE;
	border:1px solid #CCCCCC;
	
    border-radius:6px; 
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	behavior: url(/common/css/PIE.htc); /*IE8以下*/
}
.btn_list a:hover{
	background:#EEEEEE;
}
/* --------------------------------------------------
パンくず
-------------------------------------------------- */
#breadcrumb{}

/* --------------------------------------------------
video-container(YOUTUBEリサイズ)
-------------------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------------------------
MT投稿データおよび管理画面投稿用
-------------------------------------------------- */
.type_webpage .edit_area hr,
.type_post .edit_area hr,
.post_list_simple .edit_area hr,
.cke_show_borders hr,
#editor-input-content hr{
	clear:both;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*タイトル01*/
.type_webpage .edit_area .title01,
.type_post .edit_area .title01,
.post_list_simple .edit_area .title01,
.cke_show_borders .title01,
#editor-input-content .title01{
	clear:both;
    font-weight:bold;
    position: relative;
    background:#0078C6;
	color:#FFFFFF;
    padding: 10px 20px;
	margin-bottom:20px;
	font-size:1.4em;
}
.type_webpage .edit_area .title01:after,
.type_post .edit_area .title01:after,
.post_list_simple .edit_area .title01:after,
.cke_show_borders .title01:after,
#editor-input-content .title01:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #0078C6;
}
/*タイトル02*/
.type_webpage .edit_area .title02,
.type_post .edit_area .title02,
.post_list_simple .edit_area .title02,
.cke_show_borders .title02,
#editor-input-content .title02{
	clear:both;
	position:relative;
	padding:5px 0;
	margin-bottom:20px;
	font-size:1.4em;
	font-weight:bold;
	border-bottom:3px solid #DDDDDD;
}
.type_webpage .edit_area .title02:after,
.type_post .edit_area .title02:after,
.post_list_simple .edit_area .title02:after,
.cke_show_borders .title02:after,
#editor-input-content .title02:after{
	content:"";
	display:block;
	width:100px;
	height:3px;
	position:absolute;
	background:#0078C6;
	left:0;
	bottom:-3px;
}
/*タイトル03*/
.type_webpage .edit_area .title03,
.type_post .edit_area .title03,
.post_list_simple .edit_area .title03,
.cke_show_borders .title03,
#editor-input-content .title03{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
	color:#0078C6;
}
/*タイトル04*/
.type_webpage .edit_area .title04,
.type_post .edit_area .title04,
.post_list_simple .edit_area .title04,
.cke_show_borders .title04,
#editor-input-content .title04{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}
/*リスト表示*/
.type_webpage .edit_area ul li,
.type_post .edit_area ul li,
.post_list_simple .edit_area ul li,
.cke_show_borders ul li,
#editor-input-content ul li{
	list-style:outside;
	margin-left:1em;
}
.type_webpage .edit_area ol li,
.type_post .edit_area ol li,
.post_list_simple .edit_area ol li,
.cke_show_borders ol li,
#editor-input-content ol li{
	list-style:decimal outside;
	margin-left:1.5em;
}
/*枠線*/
.type_webpage .edit_area .box,
.type_post .edit_area .box,
.post_list_simple .edit_area .box,
.cke_show_borders .box,
#editor-input-content .box{
	border:1px solid #DDDDDD;
	padding:10px;
	overflow:hidden;
	zoom:1;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/*右配置*/
.type_webpage .edit_area .righty,
.type_post .edit_area .righty,
.post_list_simple .edit_area .righty,
.cke_show_borders .righty,
#editor-input-content .righty{
	float:right;
	margin-left:20px;
}
/*左配置*/
.type_webpage .edit_area .lefty,
.type_post .edit_area .lefty,
.post_list_simple .edit_area .lefty,
.cke_show_borders .lefty,
#editor-input-content .lefty{
	float:left;
	margin-right:20px;
}
/*中央配置*/
.type_webpage .edit_area .centy,
.type_post .edit_area .centy,
.post_list_simple .edit_area .centy,
.cke_show_borders .centy,
#editor-input-content .centy{
	float:none;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
/*配置リセット*/
.type_webpage .edit_area .br_clear,
.type_post .edit_area .br_clear,
.post_list_simple .edit_area .br_clear,
.cke_show_borders .br_clear,
#editor-input-content .br_clear{
	clear:both;
	padding-top:10px;
	margin-bottom:10px;
}
.cke_show_borders .br_clear,
#editor-input-content .br_clear{
	border:1px dotted #DDDDDD;
	background:#FFFFFF;
}
/*備考*/
.type_webpage .edit_area .note,
.type_post .edit_area .note,
.post_list_simple .edit_area .note,
.cke_show_borders .note,
#editor-input-content .note{
	font-size:0.8em;
}
/*ボタン*/
.type_webpage .edit_area .common_bnr,
.type_post .edit_area .common_bnr,
.post_list_simple .edit_area .common_bnr,
.cke_show_borders .common_bnr,
#editor-input-content .common_bnr{
	margin-bottom:10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#f5f5ee);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#f5f5ee));
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}
.type_webpage .edit_area .common_bnr a,
.type_post .edit_area .common_bnr a,
.post_list_simple .edit_area .common_bnr a,
.cke_show_borders .common_bnr a,
#editor-input-content .common_bnr a{
	display:block;
	padding:10px 10px 10px 35px;
	background:url(../img/list_arrow_blue.png) no-repeat 15px center;
	background-size:10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/common/css/PIE.htc); /*IE8以下*/
	border:1px solid #DDDDDD;
}
.type_webpage .edit_area .common_bnr a:hover,
.type_post .edit_area .common_bnr a:hover,
.post_list_simple .edit_area .common_bnr a:hover,
.cke_show_borders .common_bnr a:hover,
#editor-input-content .common_bnr a:hover{
	background-color:#F5F5EE;
	background-image:url(../img/list_arrow_blue.png);
}
/*テーブルの文字調整*/
#editor-input-content table{
	font-size:14px;
}
/*section区切り*/
.type_webpage .edit_area section,
.type_post .edit_area section,
.post_list_simple .edit_area section,
.cke_show_borders section,
#editor-input-content section{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	zoom:1;
}

/*BOX幅*/
.type_webpage .edit_area .width_140,
.type_post .edit_area .width_140,
.post_list_simple .edit_area .width_140,
.cke_show_borders .width_140,
#editor-input-content .width_140{
	width:140px;
}
.type_webpage .edit_area .width_200,
.type_post .edit_area .width_200,
.post_list_simple .edit_area .width_200,
.cke_show_borders .width_200,
#editor-input-content .width_200{
	width:200px;
}
.type_webpage .edit_area .width_260,
.type_post .edit_area .width_260,
.post_list_simple .edit_area .width_260,
.cke_show_borders .width_260,
#editor-input-content .width_260{
	width:260px;
}
.type_webpage .edit_area .width_320,
.type_post .edit_area .width_320,
.post_list_simple .edit_area .width_320,
.cke_show_borders .width_320,
#editor-input-content .width_320{
	width:320px;
}
.type_webpage .edit_area .width_full,
.type_post .edit_area .width_full,
.post_list_simple .edit_area .width_full,
.cke_show_borders .width_full,
#editor-input-content .width_full{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
/*管理画面でのimgレスポンシブ対応*/
/*一括設定だとYoutube等の埋め込み代替画像のサイズがおかしくなるので別途設定*/
#editor-input-content img.mt-image,
#editor-input-content img.mt-image-none,
#editor-input-content img.mt-image-left,
#editor-input-content img.mt-image-right,
#editor-input-content img.mt-image-center{
    max-width:100%;
	height:auto;
	width:auto\9; /* for ie8 */
    border:0 none;
    line-height:1;
    vertical-align:bottom;
}


/*=====================================================================
●tablet.css 画面の横幅が768px以下
===================================================================== */
@media screen and (max-width: 768px){
	/* --------------------------------------------------
	カテゴリタイトル
	-------------------------------------------------- */
	#ttl_area .page_cate{
		font-size:1.4em;
	}
	/* --------------------------------------------------
	見出し関連
	-------------------------------------------------- */
	/*.page_title*/
	.page_title{
		font-size:1.2em;
		padding:10px;
	}
	/*タイトル*/
	.type_webpage .edit_area .title01,
	.type_post .edit_area .title01,
	.post_list_simple .edit_area .title01{
		font-size:1.2em;
		padding:10px;
	}
	/*タイトル*/
	.type_webpage .edit_area .title02,
	.type_post .edit_area .title02,
	.post_list_simple .edit_area .title02{
		font-size:1.2em;
	}
	/*タイトル*/
	.type_webpage .edit_area .title03,
	.type_post .edit_area .title03,
	.post_list_simple .edit_area .title03{
		font-size:1.1em;
	}
	/*タイトル*/
	.type_webpage .edit_area .title04,
	.type_post .edit_area .title04,
	.post_list_simple .edit_area .title04{
		font-size:1.1em;
	}
	
	/*.midashi*/
	.midashi{
		font-size:1.4em;
	}
	/*.midashi_sub*/
	.midashi_sub{
		font-size:1.2em;
	}
	
	.type_webpage .edit_area img,
	.type_post .edit_area img,
	.post_list_simple .edit_area img,
	.cke_show_borders img,
	#editor-input-content img{
		height:auto;
	}
	
	/*BOX幅*/
	.type_webpage .edit_area .width_260,
	.type_post .edit_area .width_260,
	.post_list_simple .edit_area .width_260,
	.cke_show_borders .width_260,
	#editor-input-content .width_260{
		float:none;
		margin-left:0;
		margin:0 auto 10px auto;
	}
	.type_webpage .edit_area .width_320,
	.type_post .edit_area .width_320,
	.post_list_simple .edit_area .width_320,
	.cke_show_borders .width_320,
	#editor-input-content .width_320{
		float:none;
		margin-left:0;
		margin:0 auto 10px auto;
	}
	
	
}
/*===============================================
●smart.css  画面の横幅が480px以下
===============================================*/
@media screen and (max-width:480px){

	/* --------------------------------------------------
	フロートリセット
	-------------------------------------------------- */
	.type_webpage .edit_area .righty,
	.type_post .edit_area .righty,
	.post_list_simple .edit_area .righty,
	#editor-input-content .righty{
		float:none;
		margin:0 0 10px 0;
		width:100%;
		text-align:center;
	}
	.type_webpage .edit_area .lefty,
	.type_post .edit_area .lefty,
	.post_list_simple .edit_area .lefty,
	#editor-input-content .lefty{
		float:none;
		margin:0 0 10px 0;
		width:100%;
		text-align:center;
	}
	.type_webpage .edit_area .centy,
	.type_post .edit_area .centy,
	.post_list_simple .edit_area .centy,
	#editor-input-content .centy{
		margin:0 0 10px 0;
		width:100%;
	}
	

	
	/* --------------------------------------------------
	ボタン関連
	-------------------------------------------------- */
	/*.btn_blue*/
	.btn_blue a{
		display:block;
		background:#0078C6;
		border:1px solid #0078C6;
		
		border-radius:6px; 
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		behavior: url(/common/css/PIE.htc); /*IE8以下*/
	}
	.btn_blue a:hover{
		background:#4CA0D7;
	}
	/*.btn_gray*/
	.btn_gray a{
		display:block;
		background:#F5F5EE;
		border:1px solid #CCCCCC;
		
		border-radius:6px; 
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		behavior: url(/common/css/PIE.htc); /*IE8以下*/
	}
	.btn_gray a:hover{
		background:#EEEEEE;
	}
	/* --------------------------------------------------
	パンくず
	-------------------------------------------------- */
	#breadcrumb{
		display:none;
	}

	
}