@charset "utf-8";

/* ==========================================================
	common(element)
========================================================== */
html,
body {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: .8;
}





/* ==========================================================
	common(id,class)
========================================================== */
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: #FCF9F3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
}
#contents {
	width: 960px;
	margin: 0 auto;
	letter-spacing: 0;
}





/* ==========================================================
	ヘッダー
========================================================== */
#header {
	width: 100%;
	margin-bottom: 30px;
}
#header > .inner {
	width: 960px;
	margin: 0 auto;
}

/*  ヘッダー情報
------------------------------*/
#header #information {
	padding: 15px 0;
	font-size: 12px;
}
#header #information .main-head {
	float: left;
}
#header #information .main-head a {
	float: left;
}
#header #information .sub-head {
	float: right;
}
#header #information .sub-head p {
	overflow: hidden;
	width: 500px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#header #information .sub-head a.underline {
	text-decoration: underline;
}

/*  メインビジュアル
------------------------------*/
#header #visual {
	position: relative;
}
#header #visual .items{
	position: absolute;
	top: 155px;
	left: 230px;
}
#header #visual .items .item{
	float: left;
	margin-right: 25px;
}





/* ==========================================================
	ナビ
========================================================== */
.nav {
	width: 960px;
	margin: 0 auto 30px;
}
.nav .item {
	float: left;
	/*
	margin-right: 13px;
	width: 108px;
	*/
	margin-right: 10px;
	width: 111px;
	height: 45px;
}
.nav .item:last-child {
	margin-right: 0;
}
.nav .item a {
	display: block;
	padding-top: 2px;
	font-size: 18px;
	text-align: center;
	line-height: 43px;
}
.nav .item a:hover {
	opacity: .8;
}
.nav .item:nth-child(1) a {background: #FFBBC6;}
.nav .item:nth-child(2) a {background: #FFCC9D;}
.nav .item:nth-child(3) a {background: #FFEE8C;}
.nav .item:nth-child(4) a {background: #D0F48E;}
.nav .item:nth-child(5) a {background: #BCE2F5;}
.nav .item:nth-child(6) a {background: #C0CEFE;}
.nav .item:nth-child(7) a {background: #D8C8F7;}
.nav .item:nth-child(8) a {background: #99CCCC;}





/* ==========================================================
	パンくず共通
========================================================== */
#path {
	width: 960px;
	margin: 0 auto 25px;
	font-size: 12px;
}





/*==========================================================
	サイド（下層共通）
==========================================================*/
#aside {
	float: left;
	width: 300px;
}
#aside .ad-side {
	margin-bottom: 40px;
}
#aside #side-nav {
	padding-bottom: 40px;
}
#aside #side-nav .headline {
	padding: 3px 0 15px;
	border-top: solid 2px #FF817C;
	border-bottom: dotted 1px #FF817C;
}
#aside #side-nav .headline:before {
	content: '';
	display: block;
	padding-bottom: 15px;
	border-top: solid 1px #FF817C;
}
#aside #side-nav .headline .main-head {
	font-size: 22px;
}
#aside #side-nav .item {
	width: 100%;
	height: 49px;
	border-bottom: dotted 1px #FF817C;
}
#aside #side-nav .item a {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 3px 0 0 20px;
	font-size: 18px;
	line-height: 46px;
}
#aside #side-nav .item a .arrow {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	border-left: solid 12px #EC3E42;
}





/* ==========================================================
	SNS共通
========================================================== */
#social > .inner {
	position: relative;
	width: 960px;
	height: 80px;
	margin: 0 auto 40px;
}
#social > .inner .facebook {
	position: absolute;
	bottom: 0;
	left: 0;
}
#social > .inner .twitter {
	position: absolute;
	bottom: -3px;
	left: 125px;
}
#social > .inner .google {
	position: absolute;
	bottom: -3px;
	left: 268px;
}
#social > .inner .line {
	position: absolute;
	bottom: 0;
	left: 235px;
}





/* ==========================================================
	リスティング広告（中部）
========================================================== */
.ad-mid {
	width: 960px;
	margin: 0 auto 40px;
}
.ad-mid .item {
	float: left;
	margin-left: 30px;
}
.ad-mid .item:first-child {
	margin-left: 0;
}





/* ==========================================================
	リスティング広告（下部）
========================================================== */
.ad-bottom {
	width: 960px;
	margin: 15px auto 30px;
}
.ad-bottom .item {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.ad-bottom .item:first-child {
	margin-left: 0;
}





/* ==========================================================
	フッター
========================================================== */
#footer {
	width: 100%;
	padding-top: 30px;
	background: #FEEBE2;
}
#footer > .inner {
	width: 960px;
	margin: 0 auto;
}
#footer .block-right {
	float: right;
}
#footer .block-left {
	float: left;
}
#footer .ad-btm {
	margin-bottom: 10px;
}

/*  コピーライト
------------------------------*/
#copyright {
	padding: 10px 0;
	background: #FF817C;
	text-align: center;
}
#copyright a {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
