﻿/* reset
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section{
display:block;
}
ul{
list-style:none;
}
blockquote, q{
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
content:'';
content:none;
}
a{
margin:0;
padding:0;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
}
ins{
color:#000;
text-decoration:none;
}
mark{
color:#000;
font-style:italic;
font-weight:bold;
}
del{
text-decoration:line-through;
}
abbr[title], dfn[title]{
border-bottom:1px dotted #000;
cursor:help;
}
table{
border-collapse:collapse;
border-spacing:0;
}
hr{
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select{
vertical-align:middle;
}
/* 
---------------------------------------------------- */
body{
font-family:"HraKakuProN-W6", "HelveticaNeue";
line-height:1;
-webkit-text-size-adjust:none;
}
#suntory_contents{
width:100%;
background-color:#ffffff;
color:#444444;
}



/* === link_back  ======================== */
.link_back{
	height: 30px;
	line-height: 30px;
	/*padding-left: 17px;*/
	
	background-image: url(../img2013/link_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 10px 30px;
	-webkit-background-size: 10px 30px;
	-o-background-size: 10px 30px;
	-moz-background-size: 10px 30px;
	-ms-background-size: 10px 30px;
	
	background-color: #EEF9FB;
	}

.link_back a{
	display: block;
	padding-left: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #68C6DE;

	background-image: url(../img2013/link_arrow.png);
	background-position: 17px center;
	background-repeat: no-repeat;
	background-size:7px 12px;
	-webkit-background-size: 7px 12px;
	-o-background-size: 7px 12px;
	-moz-background-size: 7px 12px;
	-ms-background-size: 7px 12px;
	}

/* title2nd
---------------------------------------------------- */
#tittle2nd{
	min-width:320px;
	margin:0 auto 0 auto;
	background-color:#5BC2DC;
	/*
	background-image: url(../img2013/head_logo.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:128px 50px;
	-webkit-background-size:128px 50px;
	-o-background-size:128px 50px;
	-moz-background-size:128px 50px;
	-ms-background-size:128px 50px;
	*/
	overflow:hidden;
	}

#tittle2nd h1{
	float:left;
	width:auto;
	color:#FFF;
	font-size:15px;
	height:50px;
	line-height:50px;
	padding-left:17px;
	}
#tittle2nd h1 a {
	color:#fff;
	display: block;
}	
#tittle2nd .logo{
	float:right;
	width:128px;
	}	
	

/* gNav2nd
---------------------------------------------------- */
#gNav2nd{
	min-width:320px;
	/**/
	background-image:url(../img2013/gnav2nd_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	background-size:5px 65px;
	-webkit-background-size:5px 65px;
	-o-background-size:5px 65px;
	-moz-background-size:5px 65px;
	-ms-background-size:5px 65px;
	
	
	background-color:#5BC2DC;
	padding-bottom:20px;
	}

#gNav2nd p{
	min-width:320px;
	text-align:center;
	}
	
#gNav2nd ul{
	margin:0 20px 0 20px;
}

#gNav2nd li{
	background-image:url(../img2013/gnav2nd_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:23px 12px;
	-webkit-background-size:23px 12px;
	-o-background-size:23px 12px;
	-moz-background-size:23px 12px;
	-ms-background-size:23px 12px;
	
	background-color:#2FA0C6;
	font-size:14px;
	border-bottom:solid 1px #5BC2DC;
	height:35px;
	line-height:35px;
	font-weight:bold;
 	}

#gNav2nd li:first-child{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
 	}
	
#gNav2nd li:last-child{
	border-bottom:none;
	
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
 	}
	
#gNav2nd li a{
	display:block;
	color:#FFF;
	padding-left:15px;
 	}
/*
@media screen and (orientation: landscape) {}

@media screen and (orientation: portrait) {}

@media screen and (max-width: 640px) {}

@media screen and (min-width: 640px) {}
*/


/* aside
---------------------------------------------------- */

/* form
---------------------------------------------------- */
