@charset "Shift_JIS";


/* 汎用パーツ
--------------------------------------------------------------- */
.btn a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
.outline {
	text-align: center;
	font-size: 18px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.2;
	color: #fff;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}
@media(max-width:640px){
.outline {
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 20px;
}
}
.sub-ttl {
	font-size: 24px;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 20px;
}
@media(max-width:640px){
	.sub-ttl {
	font-size: 18px;
	margin-bottom: 10px;
	}
}
.gui-pagetop { text-align: right; }
@media(max-width:640px){
	.gui-pagetop { display: none; }
}

/* トップページ 構造
--------------------------------------------------------------- */
.guidebook {
	width: 100%;
	margin: 30px auto;
}
/*640px以下の場合*/
@media(max-width:640px){
.guidebook {
	margin: 10px auto 0;
	}
}
.gui-header {
	text-align: center;
	width: 1024px;
	height: 148px;
	margin: 0 auto;
	position: relative;
}
/*640px以下の場合*/
@media(max-width:640px){
	.gui-header {
	position: static;
	width: 320px;
	}
}
.gui-contents {
	width: 100%;
}
.gui-contents .section {
	width: 1024px;
	margin: 0 auto;
}
/*640px以下の場合*/
@media(max-width:640px){
	.gui-contents .section {
	width: 280px;
	margin: 0 auto;
	padding: 0 20px;
}
}

/* トップページ ナビゲーション
--------------------------------------------------------------- */
.gui-title {
		width: 323px;
		height: 132px;
}
/*640px以下の場合*/
@media(max-width:640px){
	.gui-title {
		width: 308px;
		height: 126x;
	}
}
.gui-nav {
	position: absolute;
 left: 0;
	top: 0;
}
.gui-nav li {
	position: absolute;
	width: 106px;
	height: 116px;
}
li.gui-nav-01 { left: 0; }
li.gui-nav-02 { left: 109px; }
li.gui-nav-03 { left: 217px; }
li.gui-nav-04 { left: 701px; }
li.gui-nav-05 { left: 810px; }
li.gui-nav-06 { left: 918px; }

/*640px以下の場合*/
@media(max-width:640px){
.gui-nav {
	display: none;
	}
}


/* トップページ コンテンツ
--------------------------------------------------------------- */
#drunkenness { background-color: #66c8eb; }
#health { background-color: #68b966; }
#risk { background-color: #ff9b66; }
#drunkenness .section { background: #66c8eb url(../images/index_bg_drunk.png) 685px bottom no-repeat; }
#health .section { background: #68b966 url(../images/index_bg_health.png) 685px bottom no-repeat; }
#selfcheck .section,
#effort .section {
	border: 1px solid #003a92;
	border-radius: 6px;
	padding: 10px 38px 0;
	margin-top: 40px;
	width: 944px;
	text-align:center;
}
#link .section {
	text-align: center;
}
/*640px以下の場合*/
@media(max-width:640px){
	#drunkenness .section, 
	#health .section { background: none; }
	#selfcheck .section,
#effort .section {
	border: none;
	border-radius: 0;
	padding: 0 20px;
	margin: 0 auto;
	width: 280px;
	text-align:center;
}
	#selfcheck {
	background-color: #fff;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #003a92;
}
	#effort,
	#link {
	background-color: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #003a92;
}
}

/* 見出し・PCとSPの切替 */
.ttl-sp { display: none; }
.section .ttl-pc{
	width: 100%;
	padding: 30px 0;
	text-align:center;
	}
#selfcheck .ttl-pc,
#effort .ttl-pc	{
	width: 100%;
	padding: 30px 0 14px;
	text-align:center;
	}
	#link .ttl-pc	{
		padding:  30px 0 14px;
}
.section .data-area{
	display: block;
	}
.section h2.active{
	background:url(images/i_swich.png) 177px 18px no-repeat;
	}
/*640px以下の場合*/
@media(max-width:640px){
.ttl-pc { display: none; }
.section .ttl-sp{
	display:block;
	width:280px;
	height:84px;
	cursor:pointer;
	text-indent: -100000em;
	background-image: url(../images/index_ttl_section_sp.png);
	background-repeat: no-repeat;
	background-size: 1680px 168px;
	}
.section .data-area{
	width:280px;
	text-align:center;
	display:none;
	}
.section .ttl-sp.active{
	background-image: url(../images/index_ttl_section_sp.png);
	background-repeat: no-repeat;
	background-size: 1680px 168px;
	}
#drunkenness .ttl-sp { background-position: 0 0; }
#health .ttl-sp { background-position: -280px 0; }
#risk .ttl-sp {  background-position: -560px 0; }
#selfcheck .ttl-sp {  background-position: -840px 0; }
#effort .ttl-sp {  background-position: -1120px 0; }
#link .ttl-sp {  background-position: -1400px 0; }
#drunkenness .ttl-sp.active { background-position: 0 -84px; }
#health .ttl-sp.active { background-position: -280px -84px; }
#risk .ttl-sp.active { background-position: -560px -84px; }
#selfcheck .ttl-sp.active { background-position: -840px -84px; }
#effort .ttl-sp.active { background-position: -1120px -84px; }
#link .ttl-sp.active { background-position: -1400px -84px; }
}

/* バナーエリアの指定 */
.bnr-area { padding-bottom: 20px; margin: 0 auto; }
.bnr-item,
.bnr-item-end {
	float: left;  width: 241px; background-color: #fff; border-radius: 8px; min-height: 213px; margin-bottom: 20px; text-align: center;
}
.bnr-item a,
.bnr-item-end a,
.bnr-item-line a,
.bnr-item-line-end a { text-decoration: none; }
.bnr-item {  margin-right: 20px;}
.bnr-item-end { margin-right: 0; }
#link .bnr-item,
#link .bnr-item-end
 { float:none; display: inline; }
#selfcheck .bnr-item,
#selfcheck .bnr-item-end,
#effort .bnr-item,
#effort .bnr-item-end
 {
	width: 221px;
}
.bnr-item-line {
	width: 219px;
	background-color: #fff; border-radius: 8px; min-height: 213px; margin-bottom: 20px; text-align: center; border: 1px solid #bbbbbb;
	float:left;
	margin-right: 20px;
}
.bnr-item-line.end {
	margin-right: 0;
}
/* アサヒビールの取り組み をセンタリング */
#effort .data-area { margin-left: 121px; }

/*640px以下の場合*/
@media(max-width:640px){
.bnr-area { padding-bottom: 10px; margin: 0 auto; width: 241px }
#selfcheck .bnr-area,
#effort .bnr-area { padding-bottom: 10px; margin: 0 auto; width: 221px }
.bnr-item { float: none; margin-right: 0; }
.bnr-item-end { float: none; margin-right: 0; }
#link .bnr-item img{ margin-bottom: 20px; }
#link .bnr-item-end img { margin-bottom: 10px; }
#effort .data-area { margin-left: 0; }
}

/* バナーエリアの見出し・テキスト指定 */
.block-wrap {
	width: 100%;
	min-height: 93px;
}
.block-ttl-large {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	color: #333;
	height: 46px;
	line-height: 48px;
	vertical-align: middle;
}
.block-ttl-small {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
	padding: 8px 5px;
}
.block-ttl-small span {
	font-size: 12px;
}
.block-text {
	font-size: 12px;
	line-height: 1.5;
	color: #444;
	margin-top: -2px;
	padding: 0 10px 10px;
	text-align:left;
	letter-spacing: -1px;
}