﻿@charset "utf-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------ */
@import url("common.css");


/*------------------------------------------------------------
  font-size SP
------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  body {
      font-size: 2em;
  }
}

/*------------------------------------------------------------
  bug fix
------------------------------------------------------------ */

li{
	display:block;
}

p,h3,h4,ul,dl,ol,li {
	background-image:url("../img/static/trance.gif")!important;
}

/*------------------------------------------------------------
  contents
------------------------------------------------------------ */
#static #suntory_contents #contents {
	margin: 0 auto;
	padding: 0;
	width: 640px;
	min-width: 640px;
	background: #f6c200;
}
#static #suntory_contents #contents {
	min-height: 200px;
	padding: 0px;
	padding-bottom: 10px;
}

#static #suntory_contents #contents #lower_header h1{
	width: 640px;
  height: 100px;
  background: url('../img/static/header_logo.png') no-repeat center center;
  text-indent: -9999px;
}

#static #suntory_contents #contents #lower_header > div {
	background: url('../img/static/cp_banner.jpg') no-repeat;
	width: 640px;
	height: 413px;
	text-indent: -9999px;
}

#static #suntory_contents #static_wrapper{
	padding:20px;
}

/*------------------------------------------------------------
  container
------------------------------------------------------------ */
#static #suntory_contents #container {
	//width: 596px;
	background: #fcc800;
	border: 3px solid #fff;
}

#static #suntory_contents #pageTitle {
	margin: 0 auto;
	padding: 0;
	height: 70px;
	position: relative;
}
#suntory_contents #pageTitle #regulation {
	width: 171px;
	height: 49px;
	background:url('../img/static/regulation_title.png') no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 213px;
}
#suntory_contents #pageTitle #outline {
	width: 295px;
	height: 55px;
	background:url('../img/static/outline_title.png') no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 155px;
}
#suntory_contents #pageTitle #qa {
	width: 314px;
	height: 54px;
	background:url('../img/static/qa_title.png') no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 27px;
	left: 161px;
}

#suntory_contents #contentsBody {
	padding: 20px 20px;
	text-align: left;
}

#static #suntory_contents .btnBack a {
	margin: 0 auto;
	padding: 0;
	width: 474px;
	height: 72px;
	background:url('../img/static/btn_back.png') no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

#static #suntory_contents .btnBack a:hover{
	background:url('../img/static/btn_back.png') no-repeat 0 -72px;
}

#static #suntory_contents .btnClose a {
	margin: 0 auto;
	margin-top: 25px;
	padding: 0;
	width: 534px;
  height: 72px;
	background:url('../img/static/close_btn.png') no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
#static #suntory_contents .btnClose a:hover {
	background:url('../img/static/close_btn.png') no-repeat 0 -72px;
}

/*------------------------------------------------------------
  section
------------------------------------------------------------ */
#static #suntory_contents section {
	margin-bottom: 20px;
}
#static #suntory_contents section p {
	font-size: .75em;
	line-height: 1.5;
}
#static #suntory_contents section p a {
	color: #014ea2;
}

#static #suntory_contents section .block {
	margin-bottom: 1em;
}
#static #suntory_contents section p.noMargin {
	margin: 0;
}
#static #suntory_contents section h3 {
	font-size: .875em;
	font-weight: bold;
	color: #e60012;
	border-bottom: 2px solid #e60012;
	margin-bottom: 15px;
	padding-bottom: 4px;
}
#static #suntory_contents section h4 {
	font-size: .75em;
	font-weight: bold;
}
#static #suntory_contents section ul,
#static #suntory_contents section ol {
	margin: 0 0 0 1em;
	list-style: none;
}
#static #suntory_contents section li {
	font-size: .75em;
	line-height: 1.5;
}
#static #suntory_contents section li a {
	color: #014ea2;
}
#static #suntory_contents section ul.list {
	margin: 0;
}
#static #suntory_contents section ul.list li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

#static #suntory_contents section ul.note {
	margin: 1em 0 0;
	list-style: none;
}

#static #suntory_contents section ul.no_margin {
	margin: 0;
	list-style: none;
}

#static #suntory_contents section ul.note li {
	font-size: .6875em;
	line-height: 1.5;
	margin: 0 0 0 1em;
	text-indent: -1em;
}


#static #suntory_contents #sp_tel{
	font-weight: normal!important;
	color: #000000!important;
}

/*------------------------------------------------------------
  qaIndex
------------------------------------------------------------ */
#static #suntory_contents #qaIndex {
	margin:0 0 25px 0;
	width: 100%;
}
#static #suntory_contents #qaIndex li {
	margin-bottom: 10px;
	background: #fff;
	font-size: .875em;
	line-height: 1.5;
	color: #231815;
	padding: 15px 20px;
}
#static #suntory_contents #qaIndex li a {
	color: #231815;
}

/*------------------------------------------------------------
  qaContents
------------------------------------------------------------ */
#static #suntory_contents #qaContents dt {
	margin-bottom: 10px;
	background: #fff url(../img/static/icon_open.png) no-repeat right center;
	font-size: .875em;
	line-height: 1.5;
	color: #231815;
	display: block;
}
#static #suntory_contents #qaContents dt.open {
	background: #fff url(../img/static/icon_close.png) no-repeat right center;
}
#static #suntory_contents #qaContents dt a {
	color: #231815;
	display: block;
	padding: 15px 40px 15px 20px;
	text-decoration: none;
}
#static #suntory_contents #qaContents dd {
	padding: 10px 20px;
}
#static #suntory_contents #qaContents dd span {
	font-weight: bold;
	color: #e60012;
}

#static #suntory_contents #qaContents dd p {
	//margin-bottom: 1em;
}

#static #suntory_contents #qaContents dd p.no_margin {
	margin-bottom: 0;
}

#static #suntory_contents #qaContents dd .block p {
	margin: 0;
}


/*------------------------------------------------------------
  prize
------------------------------------------------------------ */

#static #suntory_contents #prize_body{
	padding-bottom: 20px;
}

#static #suntory_contents h2#prize{
	width: 171px;
	height: 55px;
	background: url("../img/static/tl_prize.png") no-repeat;
  	margin: 9px 0 0 215px;
  	text-indent: -9999px;
}

#static #suntory_contents #prize_txt{
	width: 554px;
	height: 54px;
	background: url("../img/static/prize_txt.png") no-repeat;
	text-indent: -9999px;
	margin: 15px 0 0 20px;
}

#static #suntory_contents #prize1_set{
	width: 540px;
	margin: 15px 10px 0 60px;
	font-size: 16px;
}

#static #suntory_contents #prize1_set:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#static #suntory_contents #prize1_img{
	float: left;
	width: 100px;
	height: 271px;
	background: url("../img/static/img_prize_1.png") no-repeat center center;
}

#static #suntory_contents #prize1_txt{
	float: left;
	width: 360px;
	padding-left: 54px;
	font-size: 16px;
	margin-top: 15px;
}

#static #suntory_contents #main_txt{
	font-weight: bold;
}

#static #suntory_contents #prize1_set p,
#static #suntory_contents #prize2_set p
{
	margin: 0 0 15px 0;
	line-height: 1.4em;
}

#static #suntory_contents #prize2_set{
	width: 540px;
	height: 151px;
	margin: 0 37px 0 17px;
}

#static #suntory_contents #prize2_set:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#static #suntory_contents #prize2_img{
	float: left;
	width: 180px;
	height: 151px;
	background: url("../img/static/img_prize_2.png") no-repeat top center;
}

#static #suntory_contents #prize2_txt{
	float: left;
	width: 350px;
	padding-left: 10px;
	font-size: 16px;
	margin-top: 10px;
}

#static #suntory_contents #prize_caution{
	padding: 30px 30px 0 30px;
	line-height: 1.4em;
	font-size: 14px;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------ */

#static #suntory_contents #static_footer{
	margin:0 auto;
  	position: relative;
  	width: 640px;
  	min-height: 170px;
}

#static #suntory_contents #static_footer #coution_mark{
	text-indent: -9999px;
	position: absolute;
	background: url('../img/static/caution_mark.gif');
	width: 92px;
	height: 53px;
	left: 20px;
	top: 20px;
}

#static #suntory_contents #static_footer #caution{
	text-indent: -9999px;
  	position: absolute;
  	background: url('../img/static/caution.gif');
  	width: 470px;
  	height: 52px;
  	left: 128px;
  	top: 20px;
}

#static #suntory_contents #static_footer #logo{
	text-indent: -9999px;
	width: 151px;
	height: 25px;
	position: absolute;
	left: 20px;
	top: 86px;
}

#static #suntory_contents #static_footer #logo a{
	display: block;
	width: 151px;
	height: 25px;
	background: url('../img/static/footer_logo.gif');
}

#static #suntory_contents #static_footer #copyright{
	text-indent: -9999px;
	width: 341px;
	height: 11px;
	background: url('../img/static/copyright.gif');
	position: absolute;
	left: 20px;
	top: 120px;
}


/*------------------------------------------------------------
  close
------------------------------------------------------------ */

#static #suntory_contents .close_txt{
	font-size: 0.75em;
	line-height: 1.5;
	margin: 20px 0 0 0 ;
}

#static #suntory_contents .prize_margin{
	margin-left: 32px;
	font-size: 14px;
}

/*------------------------------------------------------------
  Each part
------------------------------------------------------------ */

#static #suntory_contents .subhead-mark {
	color: #e60012;
}

#static #suntory_contents .mb12 {
	margin-bottom: 12px;
}