@charset "UTF-8";
/* template.css */
/* リセットCSS */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
html{
 font-size: 62.5%;
}
img {
	vertical-align:top;
	display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
}
* {
	word-break:break-all;
	zoom:1;
}

/* 背景色 */
body {
	color:#333;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FAF8F2;
	font-size:1.6rem;/* 16px*/
	line-height:1.8;
	text-align: justify;
}

/* リンク */
a {
	color:#482A14;
}
a:hover {
	text-decoration:none;
}

/* タグスタイル */
.contents h1 {
	color:#333;
	padding:20px 10px;
	margin:0;
	font-size:2.4rem;
	line-height:1.5;
	text-align:center;
}
.contents h2 {
	color:#333;
	font-size:2.2rem;
	line-height:1.5;
	margin:0;
	padding:50px 0 20px;
	text-align:center;
	}
.contents h3 {
	font-size:2rem;
	line-height:1.5;
	padding:0 10px;
	margin:30px 0 10px;
}
.contents h4 {
	font-size:1.7rem;
	line-height:1.5;
	margin:15px 0 5px;
}
.contents h5 {
	padding-left:15px;
	font-size:1.6rem;
	margin:10px 0 5px;
}
.contents h6 {
	font-size:1.6rem;
	margin:5px 0;
}
.contents p {
	margin:10px 0;
}
.contents table {
	margin-bottom:10px;
	border:solid 1px #ddd;
	background:#fff;
}
.contents table th,
.contents table td {
	border:solid 1px #ddd;
	padding:6px 12px;
}
.contents table th {
	background:#fafafa;
}
.contents ul {
}
.contents ul li {
}
.contents ol {
}
.contents ol li {
}
.contents blockquote,
.contents q {
	background:#eee;
	padding:8px 12px;
	margin-bottom:12px;
	display:inline-block;
	font-style:italic;
	color:#666;
}
.contents .sup {
	background:#eee;
	border:solid 1px #ddd;
	padding:10px;
	margin-bottom:12px;
}
.contents .bgGreen {
	background:#E4EED0;
	border:solid 1px #CFE2C0;
}
.contents .bgYellow {
	background:#F4F1CA;
	border:solid 1px #E7E2B4;
}
.contents .bgRed {
	background:#FBD7D7;
	border:solid 1px #EFCBCB;
}
.contents .bgBlue {
	background:#DDEEF2;
	border:solid 1px #C8DEE3;
}
.contents ul,
.contents ol {
	list-style-position:inside;
		margin: 0;
		padding: 0;
}
.contents ul li {
	list-style:none;
}

/* ヘッダー */
header {
	display:block;
	background: #663c1c; /* Old browsers */
	background: -moz-linear-gradient(top,  #663c1c 1%, #432712 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#663c1c), color-stop(100%,#432712)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #663c1c 1%,#432712 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #663c1c 1%,#432712 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #663c1c 1%,#432712 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #663c1c 1%,#432712 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663c1c', endColorstr='#432712',GradientType=0 ); /* IE6-9 */
}
header .headerInner {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0;
}
header .logo {
	float:left;
	width:49%;
	padding-top:8px;
}
header .logo a {
	text-decoration:none;
	color:#FFF;
	line-height:1.5;
}
header .discription {
	float:right;
	width:50%;
	font-size:1.2rem;
	color:#ddd;
}

/* グローバルナビ */
.globalNav {
	border-bottom:solid 1px #DDDDDD;
	padding:10px 0;
	background:#fff;
	margin-bottom:20px;
}
.globalNav .open {
	display:none;
}
.globalNav ul {
	display:block;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.globalNav li {
	float:left;
	width:191px;
	border-right:solid 1px #BECCCF;
	list-style:none;
	text-align:center;
}
.globalNav li a {
	display:block;
	padding:5px 0;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.globalNav li a:hover {
	color:#EA4B39;
}

/* メインビジュアル */
.mainVisualWrapper {
	text-align:center;
	margin-bottom:15px;
}
.mainVisualWrapper img {
	width:100%;
	max-width:960px;
	height:auto;
}

/* パンくずリスト */
.topicPath {
	display:block;
	width:960px;
	margin: 0 auto;
	margin-bottom:15px;
}
.topicPath li {
	display:inline-block;
	margin-right:8px;
}

/* コンテンツエリア */
.contents {
	width:100%;
	/* max-width:960px; */
	margin:0 auto;
	overflow:hidden;
	/* background:#fff; */
	/* box-shadow: rgba(100, 100, 100, 0.2) 0px 4px 8px 0px, rgba(100, 100, 100, 0.19) 0px 6px 50px 0px; */
}
.subContent {
	width:250px;
	float:right;
	overflow:hidden;
}
.mainContent {
	/* margin:0 20px; */
	overflow:hidden;
}
.mainContent > h1 {
	margin-top:0;
}

/* サイドメニュー */
.menubox {
	background:#DAD2BA;
	padding:5px;
	padding-bottom:0;
	margin-bottom:15px;
	overflow:hidden;
}
.menubox .menu {
	background:#FEFEFC;
	margin-bottom:5px;
}
.menubox .menu h4 {
	border-bottom:solid 2px #442812;
	padding:8px;
	font-size:1.6rem;
	margin:0;
	color:#442812;
	text-align:center;
	text-shadow:-1px -1px 0 #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 4%, #f1ecdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#ffffff), color-stop(100%,#f1ecdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 4%,#f1ecdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 4%,#f1ecdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 4%,#f1ecdc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 4%,#f1ecdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ecdc',GradientType=0 ); /* IE6-9 */
}
.menubox .menu ul {
	margin:0;
}
.menubox .menu ul li {
	border-bottom:solid 1px #ddd;
	list-style:none;
	background:none;
	padding:0;
	box-shadow:inset 0 1px 0 #fff;
}
.menubox .menu ul li:last-child {
	border-bottom:none;
}
.menubox .menu ul li a {
	display:block;
	padding:8px 12px 8px 25px;
	color:#000;
	text-decoration:none;
	background:url(../img/materials/005_icon02.png) no-repeat 15px 15px;
}
.menubox .menu ul li a:hover {
	background-color:#fafafa;
	color:#EA4B39;
}

/* 検索ボックス */
.searchBox {
	background:#DAD2BA;
	padding:5px;
	margin-bottom:15px;
}
.searchBox .searchForm {
	background:#FFF;
	border:solid 1px #ddd;
	height:32px;
}
.searchBox input[type=text] {
	height:32px;
	border:none;
	padding:0;
	padding-left:10px;
	width:190px;
	float:left;
	display:block;
}
.searchBox input[type=submit] {
	display:block;
	float:right;
	height:32px;
	width:36px;
	padding:0;
	margin:0;
	background:url(../img/materials/005_icon01.png) no-repeat center center;
	border:none;
	text-indent:-9999px;
}

/* 新着ページ */
.newPages {
	border:solid 1px #ddd;
	margin-bottom:15px;
	background:#FEFEFC;
}
.newPages h3 {
	border-bottom:solid 2px #442812;
	padding:10px;
	background: #F1ECDC;
	font-size:1.4rem;
	margin:0;
	color:#442812;
	text-align:center;
	text-shadow:-1px -1px 0 #fff;
}
.newPages ul {
	margin:0;
}
.newPages ul li {
	border-bottom:solid 1px #ECF0F1;
	list-style:none;
	background:none;
	padding:0;
}
.newPages ul li a {
	display:block;
	padding:8px 12px 8px 25px;
	text-decoration:none;
	background:url(../img/materials/005_icon02.png) no-repeat 15px 15px;
}
.newPages ul li a:hover {
	background-color:#fafafa;
	color:#EA4B39;
}

/* オススメページ */
.recommendPages {
	border:solid 1px #ddd;
	margin-bottom:15px;
	background:#FEFEFC;
}
.recommendPages h3 {
	border-bottom:solid 2px #442812;
	padding:10px;
	background:#F1ECDC;
	font-size:1.4rem;
	margin:0;
	color:#442812;
	text-align:center;
	text-shadow:-1px -1px 0 #fff;
}
.recommendPages ul {
	margin:0;
}
.recommendPages ul li {
	border-bottom:solid 1px #ECF0F1;
	list-style:none;
	background:none;
	padding:0;
}
.recommendPages ul li a {
	display:block;
	padding:8px 12px 8px 25px;
	text-decoration:none;
	background:url(../img/materials/005_icon02.png) no-repeat 15px 15px;
}
.recommendPages ul li a:hover {
	background-color:#fafafa;
	color:#EA4B39;
}

/* フッター */
footer {
	display:block;
	background:#082054;
	color:#fff;
	text-align:center;
	padding:10px;
	line-height: 1.2;
}
footer a {
	color:#fff;
}


/* ランキングデザイン① */
table.ranking01 {
}
table.ranking01 td {
	vertical-align:middle;
	padding:12px;
}
table.ranking01 p.rankTitle {
	font-size:1.4rem;
	margin:0;
	margin-bottom:10px;
}
table.ranking01 p {
	margin:0;
}

/* ランキングデザイン② */
table.ranking02 {
	border:none;
}
table.ranking02 tr {
	border:solid 1px #ddd;
}
table.ranking02 th {
	text-align:left;
	padding:12px;
	vertical-align: middle;
	font-size:1.2rem;
}
table.ranking02 th,
table.ranking02 td {
	border:none;
}
table.ranking02 th.rankImage {
	width:50px;
	padding-right:0;
}
table.ranking02 th img {
	display:inline-block;
}
table.ranking02 td {
	padding:12px;
	padding-bottom:18px;
}
table.ranking02 td img.item {
	float:left;
	margin-right:15px;
}
table.ranking02 td .text {
	margin:0;
}

/* ランキングデザイン③ */
table.ranking03 td {
	padding:10px;
}
table.ranking03 .rankImage {
	text-align:center;
	padding:10px;
	padding-top:0;
	border-bottom:solid 1px #ddd;
}
table.ranking03 .rankTitle {
	font-weight:bold;
	font-size:1.2rem;
	padding-top:5px;
}
table.ranking03 .main img.item {
	width:100%;
}

/* SNSリンク */
.socialButtons {
}
.socialButtons ul {
	padding:0;
	margin:0;
}
.socialButtons ul li {
	height:20px;
	display:inline-block;
	margin-right:5px;
	list-style:none;
	background:none;
	padding:0;
}
.socialButtons ul li.snsBtnTW {
	width:90px;
}
.socialButtons ul li.snsBtnGoogle {
	width:60px;
}

/* トップページ */
body#top .eyeCatch {
	/* margin-bottom:10px; */
}
body#top .eyeCatch img {
	width:100%;
	height:auto;
}
body#top .mainContent .body {
	/* margin-bottom:15px; */
}

/* カテゴリページ */
body#category .article {
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}
body#category .article p.date {
	margin:5px 0;
}
body#category .pagination {
	text-align:center;
	padding-bottom:10px;
}
body#category .pagination > span {
	display: inline-block;
}
body#category .pagination .previous,
body#category .pagination .next-inactive {
	display: inline-block;
}
body#category .pagination a {
	display:inline-block;
	padding:10px 14px;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	background:#bbb;
}
body#category .pagination a:hover {
	background:#482A14;
}
body#category .pagination .active a {
	background:#482A14;
}
body#category .mainContent > .body {
	margin-bottom:20px;
}
body#category .mainContent > .body .eyeCatch {
	margin-bottom:15px;
}
body#category .mainContent > .body .eyeCatch img {
	max-width:100%;
}
body#category .mainContent .socialButtons {
	margin-bottom:15px;
}
body#category .mainContent .article {
	overflow:hidden;
}
body#category .mainContent .article .eyeCatch {
	float:left;
	margin-right:15px;
}

/* 詳細ページ */
body#page .mainContent .body {
	margin-bottom:25px;
}
body#page .mainContent .body .eyeCatch {
	margin-bottom:15px;
}
body#page .similarPages h3 {
	border:solid 1px #E4EAEB;
	border-bottom:none;
	margin-bottom:0;
	font-size:1.1rem;
}
body#page .similarPages ul {
	margin:0;
	border:solid 1px #E4EAEB;
	border-bottom:none;
}
body#page .similarPages ul li {
	list-style:none;
	background:none;
	padding-left:0;
	border-bottom:solid 1px #E4EAEB;
}
body#page .similarPages ul li a {
	display:block;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
	padding:8px 12px 8px 25px;
	background:url(../img/materials/005_icon02.png) no-repeat 15px 15px;
}
body#page .similarPages ul li a:hover {
	background-color:#fafafa;
	color:#0092E5;
}

/* サイトマップページ */
body#sitemap #sitemapTree .level {
	padding-left:15px;
}
body#sitemap #sitemapTree a {
	display:inline-block;
	padding:5px 0;
}
body#sitemap #sitemapTree .categoryIn a {
	background:url(../img/materials/005_sitemap_icon.png) no-repeat 10px 3px;
	padding-left:45px;
}

/* 検索ページ */
body#search .mainContent .searchBox input[type=text] {
	width:600px;
}
body#search .mainContent .article {
	margin-bottom:25px;
}
body#search .mainContent .body {
	overflow:hidden;
}
body#search .mainContent .eyeCatch {
	float:left;
	margin-right:15px;
}

/* スマホ表示 */
@media screen and (max-width:640px){

	/* 全体設定 */
	* {
		/* box-sizing:border-box; */
	}
	.contents h1 {
	font-size:2.2rem;
	}
	.contents h2 {
	font-size:2rem;
}
	img {
		max-width:100% !important;
		height:auto !important;
	}

	/* コンテンツエリア */
	.contents {
		width:100%;
		margin:0 auto;
	}
	.subContent,
	.mainContent {
		width:100%;
		float:none;
		margin:0 auto;
		/* background:#fff; */
	}
	.mainContent {
		/* padding:10px; */
	}

	/* ヘッダー */
	header {
		width:100%;
		background:#432712 !important;
		box-shadow:inset 0 -1px 0 rgba(255,255,255,0.1);
	}
	header .headerInner {
		width:100%;
	}
	header .logo {
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:10px;
		padding-bottom:5px;
		font-size:1.5rem;
	}
	header .discription {
		width:100%;
		float:none;
		line-height:1.4;
		display:none;
		padding: 0 10px;
	}

	/* グローバルナビ */
	.globalNav {
		width:100%;
		border:none;
		margin-bottom:0 !important;
		padding:0;
	}
	.globalNav .open {
		display:block;
		background-size:8px;
		color:#fff;
		text-align:center;
		padding:10px;
		font-weight:bold;
	}
	.globalNav ul {
		display:none;
		width:100%;
	}
	.globalNav li {
		border:none;
		width:100%;
		border-bottom:solid 1px #ddd;
		background-size:6px;
	}
	.globalNav li a {
		padding:10px;
		text-align:left;
		font-weight:bold;
		font-size:1rem;
	}

	/* メインビジュアル */
	.mainVisualWrapper {
		padding:0;
		margin-bottom:0;
	}

	/* パンくずリスト */
	.topicPath {
		width:100%;
		padding:1px 5px 3px;
		font-size:1.1rem;
		margin-bottom:0;
		border-top:solid 1px #eee;
	}
	.topicPath li {
		margin-right:2px;
	}
	.topicPath li a {
		text-decoration:none;
	}

	/* サイドメニュー */
	.menubox {
		border:solid 10px #fff;
		margin-bottom:0;
		padding:0;
		background:#fff;
	}
	.menubox .menu {
		margin-bottom:10px;
		border: solid 1px #ccc;
	}
	.menubox .menu h4 {
		background-color:#f6f6f6;
	}
	.menubox .menu:last-child {
		margin-bottom:0;
	}
	.menubox .menu ul li a {
		background-size:6px;
		padding: 8px 25px 8px 12px;
	}

	/* 検索ボックス */
	.searchBox {
		border:none;
		padding:10px;
		background:#ddd;
		margin-bottom:0;
	}
	.searchBox .searchForm {
		border:none;
	}
	.searchBox input[type=text] {
		background:none;
		padding-left:10px;
		line-height:1.5;
		font-size:1.5rem;
		height:auto;
		box-sizing:border-box;
		width:80% !important;
	}
	.searchBox input[type=submit] {
		width:20%;
		height:auto;height:30px;
	}

	/* 新着ページ */
	.newPages {
		margin:10px;
	}
	.newPages h3 {
		background-color:#f6f6f6;
	}
	.newPages li:last-child {
		border-bottom:none;
	}
	.newPages ul li a {
		background-size:6px;
		padding: 8px 25px 8px 12px;
	}

	/* オススメページ */
	.recommendPages {
		margin:10px;
	}
	.recommendPages h3 {
		background-color:#f6f6f6;
	}
	.recommendPages li:last-child {
		border-bottom:none;
	}
	.recommendPages ul li a {
		background-size:6px;
		padding: 8px 25px 8px 12px;
	}

	/* フッター */
	footer {
		/* padding:0; */
	}
	footer p a {
		display:block;
		background:#082054;
		padding:10px;
		text-decoration:none;
		color:#fff;
	}
	footer small {
		font-size:1.2rem;
		line-height:1.2;
		display:block;
	}

	/* ランキングデザイン① */
	table.ranking01 {
		border:none;
		width:100%;
	}
	table.ranking01 tr {
		display:block;
		border:solid 1px #ddd;
		margin-bottom:10px;
	}
	table.ranking01 td {
		display:block;
		border:none;
		text-align:center;
		padding:10px 10px 5px 10px;
	}
	table.ranking01 p.rankTitle {
		font-weight:bold;
		font-size:1.3rem;
	}
	table.ranking01 p.text {
		text-align:left;
	}

	/* ランキングデザイン② */
	table.ranking02 {
		border:none;
		width:100%;
	}
	table.ranking02 tr {
		border:solid 1px #ddd;
	}
	table.ranking02 th {
		text-align:left;
		padding:12px;
		vertical-align: middle;
		font-size:1.2rem;
	}
	table.ranking02 th,
	table.ranking02 td {
		border:none;
	}
	table.ranking02 th.rankImage {
		width:40px;
		padding-right:0;
	}
	table.ranking02 th img {
		display:inline-block;
	}
	table.ranking02 td {
		padding:12px;
		padding-bottom:18px;
	}
	table.ranking02 td img.item {
		float:none;
		margin:0 auto 10px;
		display:block;
	}
	table.ranking02 td .text {
		margin:0;
	}

	/* ランキングデザイン③ */
	table.ranking03 {
		border:none;
	}
	table.ranking03 tr {
		display:block;
	}
	table.ranking03 td {
		padding:10px;
		display:block;
		border:solid 1px #ddd;
		margin-bottom:10px;
	}
	table.ranking03 .rankImage {
		text-align:center;
		padding:0 10px;
		border-bottom:none;
	}
	table.ranking03 .rankTitle {
		font-weight:bold;
		font-size:1.2rem;
		padding-top:0;
		text-align:center;
	}
	table.ranking03 .main img.item {
		width:auto;
		display:block;
		margin:0 auto;
	}

	/* トップページ */
	body#top header .discription {
		display:block;
	}

	/* カテゴリページ */
	body#category .article {
		margin-bottom:20px;
		display:block;
		overflow:hidden;
	}
	body#category .article p.date {
		text-align:right;
		margin:5px 0;
		font-size:1.1rem;
	}
	body#category .pagination {
		text-align:center;
		padding-bottom:10px;
	}
	body#category .pagination > span {
		display: inline-block;
	}
	body#category .pagination .previous,
	body#category .pagination .next-inactive {
		display: inline-block;
	}
	body#category .pagination a,
	body#category .pagination a {
		display:inline-block;
		padding:10px 14px;
		text-decoration:none;
		color:#fff;
		border-radius:3px;
		background:#bbb;
	}
	body#category .pagination .active a {
	}
	body#category .mainContent .article .eyeCatch {
		width:30%;
	}
	body#category .mainContent .article .eyeCatch img {
		width:100%;
		height:auto;
	}

	/* 詳細ページ */
	body#page .mainContent .body {
		margin-bottom:20px;
	}
	body#page .similarPages h3 {
		margin-bottom:0;
		font-size:1.1rem;
		text-align:center;
	}
	body#page .similarPages ul {
		margin:0;
		border:solid 1px #E4EAEB;
		border-bottom:none;
	}
	body#page .similarPages ul li {
		list-style:none;
		background:none;
		padding-left:0;
		border-bottom:solid 1px #E4EAEB;
	}
	body#page .similarPages ul li a {
		display:block;
		padding:5px 10px;
		color:#000;
		text-decoration:none;
		background-size:6px;
		padding: 8px 25px 8px 12px;
	}

	/* サイトマップ */
	body#sitemap #sitemapTree a,
	body#sitemap #sitemapTree .categoryIn a {
		display:block;
		border-bottom:solid 1px #ddd;
		color:#000;
		text-decoration:none;
		background-size:6px;
		padding: 10px 25px 10px 12px;
		box-shadow:inset 0 -1px 0 #fcfcfc;
	}
	body#sitemap .mainContent h1 {
		margin-bottom:0;
	}
	body#sitemap #sitemapTree .level {
		padding-left:0;
	}


	/* 検索ページ */
	body#search .mainContent .article .eyeCatch {
		width:30%;
	}
	body#search .mainContent .article .eyeCatch img {
		width:100%;
		height:auto;
	}
}

/* additional */
section{
	margin:0;
	padding:0;
}
section:first-child{
	margin-top:0;
}
@media screen and (max-width: 640px){
section {
	/* padding:0; */
}}
div.w960{
	max-width:960px;
	margin: 0 auto;
	padding:15px;
	border-top:solid 1px #eee;
}
div.w960.border-n{
border:none;
}
section:first-child div.w960{
	border-top:none;
}
dt{
	font-weight:bold;
	color:#fff;
	background:#834734;
	border-radius: 2px;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1.2;
	font-size:1.6rem;
}
dd{
	margin-bottom:10px;
}
img.icon{
	display: inline-block;
}
/* button */
a.link001{
 width:100%;
 max-width:500px;
 display:block;
 margin:0 auto;
		text-align:center;
}
a.link001:hover img{
	opacity: 0.7;
}
.link001 img{
	width:100%;
 height:auto;
}
.link001 span{
 width: calc(100% - 20px);
		display: inline-block;
		border-radius: 5px;
		margin-top: 5px;
		padding:10px;
		font-weight:bold;
		text-align: center;
		color:#fff;
	background: linear-gradient(#f997b0,#f56778);
		box-shadow: 2px 2px 5px 0px #aaa;
	line-height: 1.5;
}

div.l-pic img {
		display: inline-block;
		padding: 10px;
	padding-left:0;
}
div.l-pic p {
		width: calc(100% - 260px);
		display: inline-block;
		margin: 0;
		padding-top:10px;
}
div.r-pic img {
		padding-right: 0;
		padding-left: 10px;
}
@media screen and (max-width: 640px){
div.l-pic img {
		display: block;
		padding-left: 10px;
}
div.l-pic p {
		width: 100%;
}
div.r-pic img {
		padding-right: 0;
		padding-right: 10px;
}
}
/* related link */
.links li{
border-bottom: solid 1px #ccc;
}
.links li:first-child{
 /* border-top: solid 1px #ccc; */
}
.links li a{
	display:block;
		position: relative;
		text-decoration:none;
		color:#666;
}
.links li a:hover{
text-decoration:underline;
}
.links img{
	display:inline-block;
padding:5px 10px 5px 0;
	vertical-align:middle;
}
.links li a span {
		display: inline-block;
		vertical-align: middle;
}
.links li a .arrow {
		width: 7px;
		height: 7px;
		border-top: 2px solid #666;
		border-right: 2px solid #666;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
}