@charset "UTF-8";

/***********************************************************************************
  広告
***********************************************************************************/

.h160,
.h600 {
	display: none;
}

.ad_sp {
	display: block;
}

/***********************************************************************************
  ヘッダー
***********************************************************************************/

#header {
	height: 160px;
	position: absolute;
}

#header h1,
#header .logo {
	width: auto;
	top: 30px;
	left: 0px;
	right: 0px;
}

#c_header .logo {
	left: 15px;
}

#header .switch {
	margin: 12px 0 0 0;
	float: none;
}

#header .switch .display_type {
	margin: 0;
}

#header form {
	text-align: center;
	top: 84px;
	left: 0px;
	right: 0px;
}

#menu {
	margin: 160px 0 0 0;
	padding: 0;
	text-align: center;
	border-bottom: none;
}

#menu ul li {
	width: 25%;
}

#menu ul li a {
	padding: 8px 0 7px 0;
	font-size: 11px;
}

/***********************************************************************************
  フッター
***********************************************************************************/

#footer {
	padding: 15px 0 66px 14px;
	text-align: left;
	position: relative;
}

#footer .link a:first-child {
	margin: 0 5px 0 0;
}

#footer .copy {
	padding: 5px 0 0 0;
	text-indent: 1px;
}

/***********************************************************************************
  ボディ
***********************************************************************************/

#body {
	padding: 0;
}

/***********************************************************************************
  メイン
***********************************************************************************/

#main {
	margin: 0 0 20px 0 !important;
}

#main .title {
	border-radius: 0;
	box-shadow: none;
}

#main .text {
	padding: 20px;
}

#main .form {
	padding: 20px 20px 30px 20px;
}

#main .back a {
	margin: 0 20px;
}

/***********************************************************************************
  サイド
***********************************************************************************/

#fixed_left,
#fixed_right {
	width: auto;
}

.side {
	width: auto;
	position: static;
}

.side .box {
	margin: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
	box-shadow: none;
}

.side .text {
	padding: 10px;
}

.side .list li {
	width: 25%;
	border-top: none;
	display: inline-block;
}

.side .list li a {
	margin: 0 0 0 -1px;
	padding: 8px 0 7px 0;
	font-size: 11px;
	text-align: center;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.side .list li:first-child a,
.side .list li:last-child a {
	border-radius: 0;
}

/***********************************************************************************
  SNSボタン
***********************************************************************************/

#sns_bg {
	display: none;
}

#sns {
	height: auto;
	padding: 0 10px 10px 10px;
	position: static;
	z-index: 0;
}

/***********************************************************************************
  リスト
***********************************************************************************/

#main .list {
	border-left: none;
	border-right: none;
	border-radius: 0;
	box-shadow: none;
}

#main .pickup {
	margin: 10px;
	border-left: 3px #cc3333 solid;
	border-right: 3px #cc3333 solid;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #cccccc;
}

/***********************************************************************************
  リスト（画像あり）
***********************************************************************************/

#main .list .disp_i:nth-child(odd){
	background-color: #ffffff;
}

#main .list .disp_i:nth-child(even){
	background-color: #eeeeee;
}

#main .list .disp_i {
	width: 100%;
	position: relative;
	float: none;
}

#main .list .disp_i .link .image {
	width: 120px;
	height: 120px;
	margin: 0 0 0 10px;
	float: right;
}

#main .list .disp_i .link .fix {
	height: 95px;
}

#main .list .disp_i .link .fix_h {
	height: 123px;
}

#main .list .disp_i .link .site {
	margin: 3px 0 0 10px;
	position: absolute;
	right: 140px;
	bottom: 12px;
}

/***********************************************************************************
  ページネーション
***********************************************************************************/

#pagination {
	margin: 0 20px;
}