@charset "utf-8";

/* 基本設定
----------------------------------------------------------- */
html {
	font-size: 100%;
	overflow-y: scroll;
}

html.large {
	font-size: 120%;
}

html.small {
	font-size: 80%;
}

body {
	color: #333;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.8;
}

a {
	color: #2c59cc;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

a:hover {
	color: #ff3300;
	text-decoration: underline;
}


a img {
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover img {
	opacity: .7;
}

.hidden {
	overflow: hidden;
}

input,
select,
textarea,
button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
	min-width: 960px;
	font-size: 14px;
	font-size: 1.0rem;
}

.sp_view {
	display: none !important;
}

/*----- .btn -----*/

.btn {
	display: inline-block;
	padding: 4px 10px;
	background: #e9e9e9;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
}

.btn:hover {
	background: #686868;
	text-decoration: none;
	color: #fff;
}

/*----- リンクアイコン -----*/

.new_window a::after {
    display: inline-block;
    content: "";
	width: 10px;
	height: 10px;
	background-image: url(/img/icon/icon_newwindow.png);
	margin-left: 2px;
	background-size: contain;
	vertical-align: middle;
}

/* トップ以外共通
----------------------------------------------------------- */

.contents_title h2 {
	text-align: center;
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	font-size: 115%;
	padding: 10px 0;
	font-weight: bold;
}

#topic_path {
	padding: 6px 0 16px;
}

#topic_path ol {
	width: 960px;
	margin: 0 auto;
	font-size: 75%;
}

#topic_path ol li {
	float: left;
	margin: 0 5px 0 0;
}

#topic_path ol li a {
	margin: 0 5px 0 0;
}

#topic_path ol li:first-child {
	margin: 0 0 0 10px;
}

/* ====================================================================== */
/* floatクリア */
/* ====================================================================== */
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

/* ====================================================================== */
/* カテゴリーカラー */
/* ====================================================================== */

/* category_food */
.category_1 {
	background-color: #f98b2a;
}

/* category_health */
.category_7 {
	background-color: #f66c6e;
}

/* category_wear */
.category_6 {
	background-color: #c4894e;
}

/* category_house */
.category_3 {
	background-color: #fa5650;
}

/* category_stationery */
.category_4 {
	background-color: #b25bb2;
}

/* category_electronics */
.category_2 {
	background-color: #37d1a3;
}

/* category_car */
.category_8 {
	background-color: #3caff9;
}

/* category_building */
.category_9 {
	background-color: #8dc133;
}

/* category_water */
.category_5 {
	background-color: #5671b5;
}

/* background */
.category_10 {
	background-color: #929294;
}


