@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.header .header01{
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}
.header .header01 div{
	display:block;
}
.header .header01_1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left: 25px;
	padding-right: 25px;
}
.header .header01_2{
	margin-left:25px;
	margin-top: 20px;
}
.header .note1{
	font-size:11px;
}
.header .corpName{
	font-size:43px;
	font-weight: 900;
}
.header .phone{
	font-size:20px;
	font-weight:bold;
}
.header .note2{
	font-size:14px;
}
.txtKeywords{
	font-size:19px;
}
.imgKeySearch{
	vertical-align:middle;
}
.wideMenu {
	background-color:#0070BB;
	display: none;
	color:#FFF;
}
.wideMenu a {
	color:#FFF;
	text-decoration:none;
}
.narrowMenu {
	background-color:#0070BB;
	display: block;
	color:#FFF;
}
.narrowMenu a {
	color:#FFF;
}
.ui-btn {
	text-decoration: none;
	color: #FFF;
	border-style: solid;
	border-width: thin;
}
.ui-btn:hover{
	/* background-color:rgba(204,204,204,10);*/
}
.ui-btn:link{
	color: #FFF;
}
.ui-btn:visited{
	color: #FFF;
}
.ui-corner-all {
	border-radius: 4px;
}
.ui-listview, .ui-listview > li {
	background-color:#0070BB;
}
.ui-listview > .ui-li-static {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.ui-listview > li h1, .ui-listview > li h2, .ui-listview > li h3, .ui-listview > li h4, .ui-listview > li h5, .ui-listview > li h6 {
    margin-bottom: 0;
    margin-top: 0;
		font-weight: normal;
}
.ui-collapsible {
    margin-left: 0;
    margin-right: 0;
		border-color:inherit;
}
.ui-collapsible-themed-content .ui-collapsible-content {
	border-bottom-width:0;
}
.ui-collapsible-heading .ui-btn {
	border-bottom-width:0;
	border-top-width:0;
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child, .ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn {
    border-top-width: 1px;
}
.ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn {
	border-color:#FFF;
}
.menuButton {
}
.menuTitle {
	color: #000000;
	text-shadow: none;
}
.wideMenu {
	display: none;
	padding-top: 5px;
	padding-bottom:5px;
}
.wideMenu .versep{
	border-left-style:solid;
	border-left-color:#FFF;
	border-left-width:thin;
}
.menuItem:hover {
	background-color:#119FFF;
}
.contents {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.content1 {
	text-align: left;
	padding-top: 0;
	padding-bottom: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.indexTable {
	width:100%;
}
.indexTable .index{
	white-space:nowrap;
	width:1%;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-style:solid;
}
.indexTable .index a{
	text-decoration:none;
}
.indexTable .noIndex{
	border-bottom-style:solid;
	border-width:1px;
}
.tabContent{
	display:none;
	margin: 10px;
}
.activeTab{
	border-bottom-style:none!important;
}
.activeContent{
	display:block;
}
.diaryBlock {
	display: block;
}
.diaryItem {
	display: inline-block;
	width:100%;
	margin-right: 0;
	margin-bottom:20px;
	vertical-align:top;
}
.diaryItem .diaryPhoto {
	width:100%;
	display:block;
	overflow:hidden;
}
.diaryItem .diaryPhotoBox {
    display: table-cell;
    height: 500px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.diaryItem .blogTitle {
	line-height: 150%;
	margin-top:0;
	margin-bottom:0;
	font-size:14px;
}
.diaryPhoto img{
	/*width: 100% !important;*/
	height: auto !important;
}

.content1 hr{
	border-style:none;
	background-color:#4AC4EE;
}
.content1 h1{
	font-size:30px;
	vertical-align: baseline;
}
.content1 h2{
	font-size:27px;
	color:#FFF;
	background: linear-gradient(#B2B2B2, #656565);
	/* background-color:#CCC;*/
	border-radius: 4px;
	padding-left: 0.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-bottom:5px;
	
}
.content1 h3{
	font-size: 19px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.content1 h4{
	font-size: 17px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.content1 p{
	font-size:14px;
	line-height: 170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer {
	width:100%;
}
.footer .footer01{
	max-width: 1053px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.footer .footer01 p{
	text-align:right;
	font-size:12px;
}
.footer .footer01 a{
	text-decoration:none;
}
.footer .footer02{
	height:100px;
	background-color:#0070BB;
}
p {
	line-height: 200% ;
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
.naviRow:hover {
	cursor: pointer;
}
h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
}
h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight:normal;
}
h4{
	font-size:13px;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.header .header01{
	display: table;
	width: 100%;
}
.header .header01 div{
	display:table-cell;
}
.header .header01_2{
	vertical-align:bottom;
	text-align:right;
}
.header .note1{
	font-size:11px;
}
.header .corpName{
	font-size:43px;
}
.header .phone{
	font-size:20px;
}
.header .note2{
	font-size:14px;
}
.narrowMenu {
	display: none;
}
.wideMenu {
	background-color:#0070BB;
	display: block;
	clear: both;
	width: 100%;
}
.wideMenuTable {
	margin-left: auto;
	margin-right: auto;
	max-width:1053px; 
	width:100%;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bolder;
}
.wideMenuTable td{
	padding:10px 0;
	text-align:center;
}
.diaryItem {
	display: inline-block;
	width:22%;
	margin-right: 2%;
}
.footer .leftCell{
	text-align:left; 
	padding-left:70px; 
	font-size:14px; 
	line-height:150%; 
	width:26%;
}
.footer .centerCell {
	text-align:left; 
	padding-left:50px; 
	font-size:14px; 
	line-height:150%;
}
.footer .rightCell{
	text-align:right; 
	padding-right:30px; 
	width:40%;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1053px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	float: none;
}
.header .note1{
	font-size:12px;
}
.header .corpName{
	font-size:43px;
}
.header .phone{
	font-size:20px;
}
.header .note2{
	font-size:14px;
}
.narrowMenu {
	display: none;
}
.wideMenu {
	display: block;
	clear: both;
	width: 100%;
}
.wideMenuTable {
	font-size: 18px;
}
.header .menu{
	text-align: right;
	margin-right: 2.5%;
	margin-top:0;
}
}