@charset "UTF-8";

/* ====================================================================================
スタイル300 CSS
==================================================================================== */

/* ===============リセット=============== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
fieldset, img, a img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
}
img {
	vertical-align: bottom;
}
select {
	margin: 0;
}
html {
	overflow: auto;
}

/* =============== アワードの他ページと共通 =============== */

body {
	background-color: #fff;
	font-size: 100%;
	color: #171717;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
}
a:link {
	color: #d7517c;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #d7517c;
	text-decoration: none;
}
a:hover {
	color: #d7517c;
	text-decoration: underline;
}
a:active {
	color: #d7517c;
	text-decoration: underline;
}
#contentAll {
	text-align: left;
	min-width: 900px;
	overflow: hidden;
	position: relative;
}
#contentAll h1 {
	position: absolute;
	left: -999px;
	top: -999px;
}

/* ヘッダー */

#header_lp {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
.logo {
	display: block;
	width: 120px;
	height: 45px;
	background-image: url(http://imgbp.hotp.jp/CSP/img/bt/sprites/c.png);
	background-position: -580px -4px;
	text-indent: -9999px;
	overflow: hidden;
}
div.socialIcon3 {
	position: absolute;
	right: 0;
	bottom: 6px;
	width: 240px;
	text-align: left;
}
div.socialIcon3 li {
	margin-right: 2px;
	vertical-align: middle;
	text-align: right;
}
#breadcrumbs {
	margin: 15px 0;
	text-align: center;
}
#breadcrumbs p {
	font-weight: bold;
	width: 900px;
	margin: 0 auto 5px;
  padding-top: 30px;
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
	color: #999;
	text-align: left;
  border-top: 1px solid #DDDDDD;
}
#breadcrumbs a {
	font-weight: normal;
}
#breadcrumbs a:link {
	color: #7976a6;
	text-decoration: none;
	cursor: pointer;
}
#breadcrumbs a:visited {
	color: #7976a6;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #7878CC;
	text-decoration: underline;
}
#breadcrumbs a:active {
	color: #7878CC;
	text-decoration: underline;
}

/* フッター */

#btmName {
	color: #666;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	width: 900px;
	margin: 0 auto;
}
.pageTop {
	display: none;
	position: fixed;
	z-index: 2;
	left: 50%;
	bottom: 30px;
	margin-left: 402px;
}
.pageTop a {
	display: block;
	width: 45px;
	height: 45px;
	opacity: 0.7;
	background: url(/award/2017/style/images/pagetop.png);
	text-indent: -9999px;
}
.pageTop a:hover {
	opacity: 0.9;
}

.pageTopPosition {
  position: absolute;
  bottom: 130px;
}

#footer_lp {
	height: 60px;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	position: relative;
	width: 900px;
	margin: 30px auto 10px auto;
}
#copyright_lp {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0 10px;
}
#copyright_lp a {
	font-size: 10px;
	color: #435B67;
	font-weight: bold;
}
#footer_lp a:link {
	color: #7976a6;
	text-decoration: none;
	cursor: pointer;
}
#footer_lp a:visited {
	color: #7976a6;
	text-decoration: none;
}
#footer_lp a:hover {
	color: #7878CC;
	text-decoration: underline;
}
#footer_lp a:active {
	color: #7878CC;
	text-decoration: underline;
}
#copyright_lp a:link {
	color: #4C4C80;
	text-decoration: none;
}
#copyright_lp a:visited {
	color: #4C4C80;
	text-decoration: none;
}
#copyright_lp a:hover {
	color: #7878CC;
	text-decoration: underline;
}
#copyright_lp a:active {
	color: #7878CC;
	text-decoration: underline;
}
#footerLinks_lp {
	font-size: 80%;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: -15px;
}
#footerLinks_lp:after {
	content: "";
	display: block;
	clear: both;
}
#footerLinks_lp li {
	float: left;
	border-right: 1px solid #DDD;
	padding-right: 15px;
	margin-left: 15px;
	margin-right: -1px;
}

/* リンクコンテンツ */

.link_contents {
	border-top: 1px dotted #a0a0a0;
	padding: 30px 0;
	margin: 0 auto;
	width: 900px;
}
.link_contents ul {
	letter-spacing: -0.4em;
	margin-left: -10px;
}
.link_contents ul:after {
	content :'';
	display: block;
	clear: both;
}
.link_contents li {
	width: 280px;
	float: left;
	margin: 0 0 0 20px;
	letter-spacing: normal;
}
.link_contents dt {
	margin-bottom: 5px;
}
.link_contents dt a {
	display: block;
	width: 280px;
	height: 130px;
}
.link_contents dt a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.link_contents dt img {
	display: none;
}
.link_contents dt.link_content_bn_award a {
	background: url(/award/2017/style/images/link_content_bn_award.jpg) no-repeat 0 0;
}
.link_contents dt.link_content_bn_trend a {
	background: url(/award/2017/style/images/link_content_bn_trend.jpg) no-repeat 0 0;
}
.link_contents dt.link_content_bn_interview a {
	background: url(/award/2017/style/images/link_content_bn_interview.jpg) no-repeat 0 0;
}
.link_contents dd .link_content_icon {
	display: inline-block;
	background: #626262;
	padding: 1px 4px 0 4px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	height: 15px;
	color: #fff;
}
.link_contents dd p {
	font-size: 13px;
	line-height: 22px;
}
.link_contents dd p span {
	display: block;
	font-size: 10px;
	line-height: 18px;
	margin-top: 10px;
	text-align: right;
}
.link_contents dd p .icon-caution {
	display: inline;
	margin: 0;
	font-size: 10px;
}


/* =============== スタイル300共通 =============== */

#container {
	width: 100%;
	height: auto !important;
	margin-bottom: 60px;
}

.main_outer{
	width: 900px;
	margin: 20px auto 0 auto;
}

.dn {
	display: none;
}


/* =============== スタイル300各コーナー =============== */

/*看板*/

#main_header {
  width: 100%;
  text-align: center;
	height: 256px;
	z-index:1;
	background-color:#fff;
	border-top: 19px solid #f1f1f1;
}
.main_header_inner {
	width: 900px;
	margin: 0 auto;
}
.main_header_title {
	background: url(/award/2017/style/images/top_main_logo.png) no-repeat 0 0;
	width: 443px;
	height: 84px;
	margin: 30px auto 20px auto;
	text-indent: -9999px;
}
.main_header_lead {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
}

/*タブ男女*/

.tab_l {
	text-align: center;
	background: #f1f1f1;
	width: 100%;
	height: 65px;
	font-size: 0;
}
.tab_l li {/*男性*/
	display: inline-block;
	width: 200px;
	height: 65px;
	background: url(/award/2017/style/images/tab_women_men.png) no-repeat -200px 0;
	text-indent: -9999px;
	font-size: 1rem;
}
.tab_l li:first-child {/*女性*/
	background: url(/award/2017/style/images/tab_women_men.png) no-repeat 0 0;
}
.tab_l li.ac {/*男性*/
	display: inline-block;
	height: 65px;
	background: url(/award/2017/style/images/tab_women_men.png) no-repeat -200px -65px;
	text-indent: -9999px;
}
.tab_l li.ac:first-child {/*女性*/
	background: url(/award/2017/style/images/tab_women_men.png) no-repeat 0 -65px;
}
.tab_l li a {
	display: block;
	width: 200px;
	height: 65px;
}

/*タブ　レングス別*/

.tab_category {
	width: 100%;
	height: 41px;
	font-size: 0;
	border-bottom: 1px solid #000;
}
.tab_category li {
	display: inline-block;
	width: 93px;
	height: 41px;
	margin-left: 7px;
	font-size: 1rem;
	text-indent: -9999px;
	background-image: url(/award/2017/style/images/tab_length.png);
	background-repeat: no-repeat;
}
.tab_category li:first-child {
	margin-left: 10px;
}
.tab_category li:hover {
	cursor: pointer;
}
.tab_category_short {
	background-position: 0 0;
}
.tab_category_short:hover,
.tab_category_short.ac {
	background-position: 0 -42px;
}
.tab_category_bob {
	background-position: -93px 0;
}
.tab_category_bob:hover,
.tab_category_bob.ac {
	background-position: -93px -42px;
}
.tab_category_medium {
	background-position: -186px 0;
}
.tab_category_medium:hover,
.tab_category_medium.ac {
	background-position: -186px -42px;
}
.tab_category_long {
	background-position: -279px 0;
}
.tab_category_long:hover,
.tab_category_long.ac {
	background-position: -279px -42px;
}
.tab_category_otona {
	background-position: -372px 0;
}
.tab_category_otona:hover,
.tab_category_otona.ac {
	background-position: -372px -42px;
}

/*カテゴリ別スタイル*/

.category_main_wrap {
	width: 100%;
	position: relative;
	padding: 0;
	margin-top: 32px;
}
.category_main_title {
	width: 900px;
	height: 34px;
	margin: 2px 0 12px 0;
}
.category_main_contents {
	width: 900px;
}
.category_list_thumbnail {
	margin-left: -18px;
}
.category_list_thumbnail:after {
	content: '';
	display: block;
	clear: both;
}
.category_list_thumbnail li {
	width: 135px;
	float: left;
	margin-left: 18px;
	margin-top: 18px;
}
.category_list_thumbnail li a {
	display: block;
}
.category_list_thumbnail li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.category_list_thumbnail li img {
	width: 135px;
	height: auto;
}

/*======================================== SP対応 max-width: 767px ========================================*/

@media screen and (max-width: 767px) {

	/* =============== アワードの他ページと共通 =============== */

	body {
		line-height: 1.3;
		min-width: 320px;
		-webkit-text-size-adjust: none;
	}
	a:link {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}
	#contentAll {
		min-width: 100%;
	}

	/* ヘッダー */

	#header_lp {
		width: auto;
		padding: 10px;
	}
	.logo {
		display:block;
		width: 88px;
		height: 34px;
		margin:0;
		text-indent: -9999px;
		overflow: hidden;
		background: url(http://imgbp.hotp.jp/CSP/img/common/smb/logo_top_2x.png) no-repeat center center;
		background-size:88px 34px;
	}
	.logo a {
		display: block;
	}
	div.socialIcon3 {
		display: none;
	}
	#breadcrumbs {
    margin: 0;
	}
	#breadcrumbs p {
		width: 92%;
		margin: 0 auto 25px auto;
		padding-top: 25px;
		line-height: 15px;
	}

	/* フッター */

	#btmName,  #pagetop {
		display: none;
	}

	.pageTop {
		margin-left: 33%;
		bottom: 15px;
	}
	.pageTop a {
		background: url(/award/2017/style/images/pagetop_sp.png);
		background-size: 100%;
	}
	.pageTopPosition {
    position: absolute;
    bottom: 15px;
	}

	#footer_lp {
		border-top: 1px solid #ddd;
		padding-top: 5px;
		width: 94%;
		margin: 5px auto 10px auto;
		height: auto;
	}
	#footer_lp a:link,
	#footer_lp a:visited,
	#copyright_lp a:link,
	#copyright_lp a:link {
		text-decoration: underline;
	}
	#copyright_lp {
		position: static;
		padding: 0;
		margin-top: 5px;
	}
	#footerLinks_lp {
		font-size: 10px;
		line-height: 14px;
		position: static;
	}
	#footerLinks_lp li {
		padding: 0 5px 0 0;
		margin: 0 5px 5px 0;
	}

	/* リンクコンテンツ */

	.link_contents {
		padding: 30px 0 20px 0;
		margin: 0 auto;
		width: 92%;
	}
	.link_contents ul {
		margin-left: 0;
	}
	.link_contents li {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	.link_contents dt {
		margin-bottom: 0;
	}
	.link_contents dt a {
		width: 100%;
		height: auto;
	}
	.link_contents dt img {
		display: block;
		width: 100%;
		height: auto;
	}
	.link_contents dt.link_content_bn_award a,
	.link_contents dt.link_content_bn_trend a,
	.link_contents dt.link_content_bn_interview a {
		background: none;
	}
	.link_contents dd {
		display: none;
	}

	/* =============== スタイル300共通 =============== */

	#container {
		width: auto;
		height: auto !important;
		margin-bottom: 0;
	}

	.main_outer{
		width: 100%;
		margin: 20px auto 0 auto;
	}

	/* =============== スタイル300各コーナー =============== */

	#main {
		width: auto;
		height: auto !important;
	}
	#main img,
	#main img img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#main h2 {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-top: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
	}

	/*看板*/

	#main_header {
		height: auto;
		border-top: 9px solid #f1f1f1;
	}
	.main_header_inner {
		width: 100%;
	}
	.main_header_title {
		background: url(/award/2017/style/images/top_main_logo_sp.png) no-repeat 0 0;
		width: 300px;
		height: 57px;
		background-size: 300px auto;
		margin: 35px auto;
	}
	.main_header_lead {
		display: none;
	}

	/*タブ男女*/

	.tab_l {
		height: 40px;
	}
	.tab_l li {/*男性*/
		width: 123px;
		height: 40px;
		background: url(/award/2017/style/images/tab_women_men_sp.png) no-repeat -123px 0;
		background-size: 246px 80px;
	}
	.tab_l li:first-child {/*女性*/
		background: url(/award/2017/style/images/tab_women_men_sp.png) no-repeat 0 0;
		background-size: 246px 80px;
	}
	.tab_l li:hover,
	.tab_l li.ac {/*男性*/
		height: 40px;
		background: url(/award/2017/style/images/tab_women_men_sp.png) no-repeat -123px -40px;
		background-size: 246px 80px;
		text-indent: -9999px;
	}
	.tab_l li:hover:first-child,
	.tab_l li.ac:first-child {/*女性*/
		background: url(/award/2017/style/images/tab_women_men_sp.png) no-repeat 0 -40px;
		background-size: 246px 80px;
	}
	.tab_l li a {
		display: block;
		width: 123px;
		height: 40px;
	}

	/*タブ　レングス別*/

	.tab_category {
		width: 92%;
		height: auto;
		margin: 0 auto;
		border-bottom: none;
	}
	.tab_category li {
		width: 23.5%;
		height: 36px;
		line-height: 36px;
		margin-left: 2%;
		margin-bottom: 0;
		font-size: 12px;
		font-weight: bold;
		text-indent: 0;
		background-image: none;
		background: #fff;
		border-radius: 20px;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.tab_category li:first-child {
		margin-left: 0;
	}
	.tab_category_short {
		border: 1px solid #906499;
		color: #906499;
	}
	.tab_category_short:hover,
	.tab_category_short.ac {
		background: #906499;
		color: #fff;
	}
	.tab_category_bob {
		border: 1px solid #de6500;
		color: #de6500;
	}
	.tab_category_bob:hover,
	.tab_category_bob.ac {
		background: #de6500;
		color: #fff;
	}
	.tab_category_medium {
		border: 1px solid #5ab5b2;
		color: #5ab5b2;
	}
	.tab_category_medium:hover,
	.tab_category_medium.ac {
		background: #5ab5b2;
		color: #fff;
	}
	.tab_category_long {
		border: 1px solid #c76081;
		color: #c76081;
	}
	.tab_category_long:hover,
	.tab_category_long.ac {
		background: #c76081;
		color: #fff;
	}
	.tab_category_otona {
		border: 1px solid #608cc7;
		color: #608cc7;
	}
	.tab_category_otona:hover,
	.tab_category_otona.ac {
		background: #608cc7;
		color: #fff;
	}

	/*カテゴリ別スタイル*/

	.category_main_wrap {
		margin-top: 20px;
	}
	.category_main_title {
		display: none;
	}
	.category_main_contents {
		width: 100%;
	}
	.category_list_thumbnail {
		width: 92%;
    margin: 0 auto 50px auto;
	}
	.category_list_thumbnail li {
		vertical-align: top;
    width: 31.33333%;
    margin: 0 3% 10px 0;
	}
	.category_list_thumbnail li:nth-of-type(3n) {
	    margin-right: 0;
	}
	.category_list_thumbnail li img {
		width: 100%;
		height: auto;
	}

}
