@charset "utf-8";

/* ---------------------------------------- 共通 */

html,body {
	min-width: 1024px;
}

body {
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
	font-family:'Lucida Grande',
	  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
		Meiryo, メイリオ, sans-serif;
}

img {
	vertical-align: bottom;
}

:link {
	color: #0099ff;
	text-decoration: none;
}
:link:hover {
  color: #27b0dd;
  text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: bold;
}

small {
	font-size: 10px;
}




/* ---------------------------------------- ヘッダー */

/* 大枠の大枠 */
.header {
	padding-bottom: 15px;
}

/* 大枠 */
.header-row01 {
	position: relative;
	height: 100px;
	margin: 0;
	font-size: 0;
	line-height: 1;
	padding: 0;
}

/* ロゴ */
.header-row01-logo {
	position: absolute;
	left: 0;
	top: 25px;
	margin: 0;
}
.header-row01-logo img {
	height: 40px;
}

/* タグライン */
.header-row01-tagline {
	position: absolute;
	left: 280px;
	top: 50px;
	margin: 0;
}
.header-row01-tagline img {
	height: 12px;
}

/* 電話番号 (非表示) */
p.header-row01-tel {
	display: none;
}
button.header-row01-tel {
	position: absolute;
	top: 25px;
	right: 0;
}

/* Instagram リンク */
.header-instagram-link {
	position:absolute;
	top: 25px;
	right: 115px;
	margin: 0;
}

.header-instagram-link {
	float: right;
}
.header-instagram-link a {
	display: block;
}
.header-instagram-link a,
.header-instagram-link a:active,
.header-instagram-link a:link,
.header-instagram-link a:visited {
	color: #333333;
}
.header-instagram-link a:hover {
	color: #27b0dd;
}
.header-instagram-link img {
	width: 30px;
	vertical-align: middle;
}
.header-instagram-link span {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.header-instagram-link a:hover span {
	text-decoration: underline;
}



/* ---------------------------------------- グローバルナビゲーション */

.header-row02 {
	width: 972px;
	overflow: hidden;
}

.header-row02 li {
	float: left;
	margin-right: 12px;
}



/* ---------------------------------------- フッター */

.footer {
	margin: 100px 0 0 0;
	padding: 30px 0 15px 0;
	border-top: solid 6px #00a596;
	font-size: 12px;
	background: #f0f0f0;
}

.footer-pagetop {
	position: relative;
}

.footer-pagetop a {
	position: absolute;
	top: -90px;
	right: -40px;
}

.footer-sitemap {
	width: 970px;
	padding-left: 30px;
	overflow: hidden;
}

.footer-sitemap-category {
	float: left;
	margin-right: 30px;
}

.footer-sitemap-category-list {
	margin-top: 15px;
}

.footer-sitemap-category-list li {
	margin-bottom: 13px;
}

.footer-sitemap-category-list li :link {
	color: #333333;
	text-decoration: none;
}

.footer-copyright {
	padding-top: 50px;
	text-align: right;
}


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}


.alignr {
	text-align: right;
}

._mt-25 {
	margin-top: 25px;
}

.mt35 {
	margin-top: 35px;
}

.mb15 {
	margin-bottom: 15px;
}

._mb-20 {
	margin-bottom: 20px;
}

._mb-30 {
	margin-bottom: 30px;
}

._mb-40 {
	margin-bottom: 40px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb50 {
	margin-bottom: 50px;
}

._ml-30 {
	margin-left: 30px;
}


._ml-4em {
	margin-left: 4em;
}
._ml-5em {
	margin-left: 5em;
}
._ml-9em {
	margin-left: 9em;
}

._float-right {
	float: right;
}

._fontSize-15 {
	font-size: 15px;
}

._fontSize-16 {
	font-size: 15px;
}

._bold {
	font-weight: bold;
}


.ex-error input[type="text"],
.ex-error.select-wrapper,
.ex-error textarea {
	border-color: #fc7ebc !important;
}

.content-box {
	display: block;
	float: left;
	width: 116px;
	margin: 0 15px;
    border: 1px solid #000;
    padding: 8px;
    min-height: 222px;

}

.content-box-text {
	display: block;
	height: 100px;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-weight: bold;

}

.content-box-image {
	text-align: center;
}

.wrapper-content-box {
	border: 1px solid #000;
    padding: 8px;
    margin-top: 30px;
}

.wrapper-content-box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
  margin-top: 10px;
}

.content-title {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin: 10px;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-weight: bold;
    margin: 6px;
}

.content-text {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}

.center {
	text-align: center;
}