@charset "utf-8";
/* CSS Document */

#container {
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
}

#container p{
margin:1em 0;
}

#mtWrap {
	margin:0 auto;
	width:970px;
}

#mtHead {
    background-color: #2a2f37;
    color: #FFF;
    margin: 10px 0;
    padding: 10px;
    height: 80px;
    text-align: center;
}

#mtHead a {
	color:#FFF;
	text-decoration:none;
}
#mtHead a:hover {
	text-decoration:underline;
}

#mtFoot {
	background-color:#2a2f37;
	padding:10px 5px;
	color:#FFF;
	text-align:center;
}
#mtFoot p {
	font-size:12px;
	margin:0;
}

#mtFoot p.kome {
	font-size:11px;
	margin-bottom:4px;
}

#mtPankuzu,.mtPankuzu {
	font-size:11px;
}
#mtPankuzu ul,.mtPankuzu ul {
	margin-left:-3em;
}
#mtPankuzu ul li,.mtPankuzu ul li {
	list-style:none;
	display:inline;
	margin-right:0.5em;
}
#mtPankuzu ul li a,.mtPankuzu ul li a {
	margin-right:0.5em;
}
/*#mtPankuzu ul li #ctsTitle,.mtPankuzu ul li.ctsTitle {
}*/

#mtContents {
    width: 800px;
    margin: 20px auto;
}

#mtMenu_review, #mtMenu_news, #mtMenu_monolabo {
	width:260px;
	float:right;
	border:0;
}




.mtMenu_tit {
	background-color:#004ea2;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	border-left:#039 8px solid;
}

ul.mtMenu {
	padding:0 1em;
}

ul.mtMenuTop {
	padding:0 1em;
	overflow:auto;
	height:320px;
}

ul.mtMenu li, ul.mtMenuTop li {
	border-left: 4px solid #004ea2;
	font-size: 12px;
	line-height: 120%;
	list-style:none;
	margin: 12px -12px;
	padding: 4px 0 4px 4px;
}

ul.mtMenu li a, ul.mtMenuTop li a {
	text-decoration:none;
	color:#222;
}

ul.mtMenu li a:hover, ul.mtMenuTop li a:hover {
	text-decoration:underline;
	color:#004ea2;
}

ul.mtMenu li:hover, ul.mtMenuTop li:hover {
	background-color:#EEE;
}


#iframe_head, #iframe_foot {
	width:970px;
	height:90px;
	border:0;
}

#iframe_menu {
	width:260px;
	height:800px;
	border:0;
}



h1 {
	color:#004ea2;
	border-left:#004ea2 solid 6px;
	padding:4px 0 4px 4px;
	font-size:22px;
	line-height:120%;
}


table {
	border-collapse:collapse;
}
th {
	font-weight:bold;
	background-color:#EEE;
}



#mtMenu_index {
	width:100%;
	border:0;
}
#iframe_menu_index {
	border: 0 none;
	height: 600px;
	margin: 20px;
	width: 920px;
}

.mtMenu_index_top {
	width:310px;
	border:0;
	float:left;
	margin:0 5px;
}
.iframe_menu_index_top {
	border: 0 none;
	height: 600px;
	width: 310px;
	margin-bottom:20px;
}

.mtMenu_tit_cate {
	background-color:#004ea2;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	border-left:#039 8px solid;
	line-height:140%;
}
#topTheTop {
	text-align:right;
}
#topTheTop p {
	margin:0 0 4px;
	font-size:12px;
}
#topTheTop p a {
	background-color:#0F3290;
	color: #FFF;
	padding: 4px 8px;
	text-decoration:none;
}
#topTheTop p a:hover {
	text-decoration:underline;
	background-color:#0084FF;
}



.breadCrumb {
	font-size:11px;
	padding:0 4px 0 0;
	/*padding-top:12px;*/
	text-align:left;
}

.breadCrumb li {
	display: inline;
	padding: 0 0 0 10px;
	background:url("/5img/bcBg_999.gif") no-repeat scroll left center;
}

.breadCrumb li a {
	color:#0062b0;
}
.breadCrumb li a:hover {
	color:#69C;
}
.breadCrumb li:first-child {
	padding-left: 0;
	background: none;
}
.bcLast {
	margin-bottom:12px;
}




/*-----------------------
　ページTOPへ
-----------------------*/
#pagetop {
	/*display: none;*/
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #0F3290;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}


@media screen and (max-width:479px){
	
#mtWrap,
#iframe_head {
	width:100%;
}
#mtHead img,
#iframe_foot,
#mtContents img {
	width:100%;
	height: auto;
}
div.iframeWrap {
    position: relative;
    width: 100%;
    padding-top: 24.25%;
}
div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mtMenu_index_top {
	height: 320px;
	margin-bottom: 40px;
    overflow: hidden;
    width: 98%;
}
.iframe_menu_index_top {
    width: 98%;
	height:200px;
	margin-bottom:0;
}
#mtContents {
	float: none;
    margin: 0 auto;
    width: 97%;
}
.mtMenu_tit {
	margin-bottom: 5px;
    padding: 10px 4px;
}

/*記事一覧*/
#mtMenu_index {
	margin-bottom:20px;
}
#iframe_menu_index {
    margin: 0 0 0 5px;
    width: 98%;
}
/*個別記事*/
#mtMenu_review, #mtMenu_news, #mtMenu_monolabo {
	width:100%;
	float: none;
}
#iframe_menu {
    margin-left: 5px;
	height:200px;
    width: 98%;
}

/*-----------------------
　ページTOPへ
-----------------------*/
#pagetop {
	/*display: none;*/
	position: fixed;
	bottom: 30px;
	right: 25px;
}
#pagetop a {
	color: #fff;
	background-color: #0F3290;
	display: block;
	font-size: 17px;
	line-height:1.4em;
	padding:9px 17px;
}

}

/*-------------------------------------
　clearfix 
---------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}