@charset "utf-8";
/* CSS Document */

html { height:100%; }
body { height:100%; margin:0; font-size:12px; color:#231815; word-wrap:break-word; }

body, textarea { font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/* 高さ自動調整 */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/*Hides from IE-mac ?*/
*html.clearfix {height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac*/


/* 回り込み解除 */
.cl_l { clear: left; }
.cl_r { clear: right; }
.cl_both { clear:both; }


/* hタグなどの指定 */
h1 { font-style:normal; font-size:10pt; font-weight:normal; margin:0px; }
h2 { font-style:normal; font-size:10pt; font-weight:normal; margin:0px; margin:0px }
h3 { font-style:normal; font-size:10pt; font-weight:normal; margin:0px; }
h4 { font-style:normal; font-size:10pt; font-weight:normal; margin:0px; }
h5 { font-style:normal; font-size:10pt; font-weight:normal; margin:0px; }


/* ul,li,pタグの指定 */
ul,li {
	list-style:none;
}

p { margin:0; }


/* フォントの指定 */
.bold { font-weight:bold; }
.textgreen { color:#99cc66; }
.textgreen_b { color:#99cc66; font-weight:bold; }
.textorange { color:#F8B934; }
.textorange_b { color:#F8B934; font-weight:bold; }
.textred { color:#FF0000; }
.textred_b { color:#FF0000; font-weight:bold; }
.textpink { color:#FF00BA; }
.textpink_b { color:#FF00BA; font-weight:bold; }
.textpurple { color:#CC0199; }
.textpurple_b { color:#CC0199; font-weight:bold; }

.size6 { font-size:8px; }
.size8 { font-size:10px; }
.size10 { font-size:12px; }
.size12 { font-size:14px; }
.size14 { font-size:16px; }


/* 罫線など */
.dashed_line { border-bottom: 1px dotted #343434; margin:10px 0px 10px 0px; }
.solid_line_orenge { border-bottom: 1px solid #EA5532; margin:10px 0px 15px 0px; }
.solid_line_blue { border-bottom: 1px solid #32BCF8; margin:10px 0px 15px 0px; }
.solid_line_green { border-bottom: 1px solid #45B035; margin:10px 0px 15px 0px; }
.solid_line_gray01 { border-bottom: 1px solid #B2B2B2; margin:14px 0px 14px 0px; }
.solid_line_purple { border-bottom: 1px solid #BE0089; margin:10px 0px 0px 0px; }
.solid_line_purple01 { border-bottom: 1px solid #BE0089; margin:14px 0px 14px 0px; }


/* 画像のリンク */
a img { border-style:none; }


/* 画像の余白対策 */
img {
   vertical-align:bottom
}

/* ieに適用 */
img {
    width: inherit\9;
    max-width: 100%\9;
    height: auto\9;
}

/* 画像サイズ（ボックスに準ずる）*/
img { width:100%; height:auto; }


/* iframeサイズ（ボックスに準ずる）*/
iframe { width:100%; height:auto; }


/* hrの設定 */
hr.style-one {    border: 0;    height: 1px;    background: #999;    background-image: -webkit-linear-gradient(left, #ccc, #999, #ccc);    background-image:    -moz-linear-gradient(left, #ccc, #999, #ccc);    background-image:     -ms-linear-gradient(left, #ccc, #999, #ccc);    background-image:      -o-linear-gradient(left, #ccc, #999, #ccc);}


/* ページ全体のテキストリンク */
a:link { color:#231815; text-decoration:underline; }
a:visited { color:#231815; text-decoration:underline; }
a:active { color:#cb4045; text-decoration:underline; }
a:hover { color:#cb4045; text-decoration:underline; }

@media screen and (min-width: 0px) and (max-width: 768px)  {
a:link { color:#231815; text-decoration:none; }
a:visited { color:#231815; text-decoration:none; }
a:active { color:#cb4045; text-decoration:underline; }
a:hover { color:#cb4045; text-decoration:underline; }
}


/* トップページ */
#top { width:100%; }


/* スマホヘッドメニュー */
header { width:100%; display:none; }

#headbox {
	position: absolute;
}

#mobile-header {
	display: block;
    }

#headlogo { width:auto; float:left; padding:0px 0 0 1%; }
#menuiconright { width:auto; float:right; padding:0 1% 3px 0;  }
#menuiconright img { width:auto; max-height:40px !important; }

#headlogo img { display:block; width:auto; max-height:40px !important; padding:0 0 5px 0; }
#headlogo img:last-child { display:block; max-height:40px !important; width:auto; padding:0; }


#mobile-header {
    display: block;
    position: fixed;
    width: 100%;
	height:65px;
    top: 0;
    z-index: 2000;
	padding:0px 0 10px 0;
	background:#FFFFFF;
	margin:0;
  }

@media screen and (min-width: 0px) and (max-width: 767px)  {
header { width:100%; display:block; }

#mobile-header {
    display: block;
	height:65px;
    position: fixed;
    width: 100%;
	height:auto !important;
    top: 0;
    z-index: 2000;
	padding:10px 0 6px 0;
	background:#FFFFFF;
	margin:0
  }
}

#mobile-header a { display:block; }
/* //スマホヘッドメニュー */



/* ヘッドインフォメーション */
#headinfobox { margin-bottom:20px; }

/*　もと40th前　#headlogobox { width:113px; float:left; }*/
#headlogobox { width:557px; float:left; }
#headinfo { width:374px; float:right; padding: 10px 0 0 0;  }
@media screen and (min-width: 0px) and (max-width: 768px)  {
#headinfobox { display:none; }
}



/* メインボックス */
#wrap { width:1000px; margin:0 auto; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
#wrap { width:98%; margin:0 auto; }
}
/* //メインボックス */


/* ヘッドイメージ */
/* スライドイメージ */
#headimgbox { padding-bottom:25px; }
#slider { width:100%; margin:0; }
#slider .slider { margin:0; padding:0; }
#slider ul li { margin:0 !important; padding:0 !important; }

#slider li img {
	width: 100%;
	height: auto;
	/* 角丸にする場合
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	*/
}
@media screen and (min-width: 0px) and (max-width: 768px)  {
#headimgbox { width:100%; padding-bottom:15px; }

#slider { width:100%; margin:0; }
#slider .slider { margin:0; padding:0; }
#slider ul li { margin:0 !important; padding:0 !important; }

#slider li img {
	width: 100%;
	height: auto;
	/* 角丸にする場合
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	*/
}
}
/* //スライドイメージ */
/* //ヘッドイメージ */


/* メインコンテンツ */
#maincontentsbox01 { padding:25px 0 0; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
#maincontentsbox01 { padding:60px 0 0 0; }
}


#leftcontentsbox01 { width:700px; float:left; }
#rightcontentsbox01 { width:270px; float:right; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
#leftcontentsbox01 { width:100%; float:none; }
#rightcontentsbox01 { width:100%; float:none; }
}


/* PCナビゲーション */
#navibox01 { width:100%; padding:0 0 15px; }

#navibox02 { width:1000px; margin:0 auto; }
#navi { width:100%; }

.navi { width:141px; float:left; height:20px; border-left:1px solid #221815; text-align:center; }
.navi:nth-child(7) { width:146px; float:left; height:20px; border-left:1px solid #221815;  border-right:1px solid #221815; }
.navi img { width:auto; height:13px; padding:3px 0; }
.navi:nth-child(1) img { padding-left:1px; }
.navi:nth-child(3) img { padding-left:1px; }
.navi:nth-child(6) img { padding-left:1px; }
.navi:nth-child(7) img { padding-left:1px; }
.navi a {
	display:block;
	/* -moz-transition: -moz-transform 1s linear;
	-webkit-transition: -webkit-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	-ms-transition: -ms-transform 1s linear; 
	transition: transform 1s linear; */
	}
.navi:hover {
	background:#ececec;
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	}
.navi a:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	}
@media screen and (min-width: 0px) and (max-width: 768px)  {
#navibox01 { display:none; }
}


/* ライトコンテンツ */
.rightcontents01 { padding:0 0 25px; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
.rightcontents01 { padding:0 0 15px; }
}



/* コンテンツボックス */
.contentsbox01 { width:100%; padding-bottom:25px; line-height:180%; }
.contentsbox02 { width:100%; padding-bottom:80px; }
.contentsbox02:last-child { width:100%; padding-bottom:0; }
.contentsbox03 { width:100%; min-height:300px; padding-bottom:25px; line-height:180%; }

.contentsleftbox01 { width:405px; float:left; }
.contentsrightbox01 { width:500px; float:right; }

.contentsrightdetailbox01 { padding:0 0 30px; }
.contentsrightdetailbox01:last-child { padding:0; }

.captionbox01 { padding:0 0 15px; font-size:16px; font-weight:bold; }

.titlebox01 {
	padding:0 0 20px;
}

.titlebox01 p { background:url(../common_img/titleicon01.png) no-repeat; background-size:15px 15px; background-position:5px 4px; padding:6px 0 0 24px; font-size:14px; font-weight:bold; color:#FFFFFF; }

@media screen and (min-width: 0px) and (max-width: 768px)  {
.contentsbox01 { width:100%; padding-bottom:15px; line-height:160%; }
.contentsbox02 { width:100%; padding-bottom:20px; }
.contentsbox02:last-child { width:100%; padding-bottom:0; }
.contentsbox03 { width:100%; min-height:10px; padding-bottom:0; line-height:160%; }

.contentsleftbox01 { width:100%; float:none; padding:0 0 10px; }
.contentsrightbox01 { width:100%; float:none; }

.contentsrightdetailbox01 { padding:0 0 15px; }
.contentsrightdetailbox01:last-child { padding:0; }

.captionbox01 { padding:0 0 10px; font-size:14px; font-weight:bold; }

.titlebox01 {
	padding:0 0 15px;
}
.titlebox01 p { background:url(../common_img/titleicon01.png) no-repeat; background-size:13px 13px; background-position:3px 3px; padding:4px 0 0 18px; font-size:12px; font-weight:bold; color:#FFFFFF; }
}

/* ページトップ */
.pagetopbox01 { width:1000px; margin:0 auto; padding:0 0 15px 0; }
.pagetopbox02 { width:138px; float:right; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
.pagetopbox01 { width:96%; margin:0 auto; padding:10px 0 15px 0; }
.pagetopbox02 { width:25%; float:right; }
}

/* 下層サンプル用（本アップ時に削除）*/
#k_all { width:1200px; margin:0 auto; }