/*--リセットcss--*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ol, ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* link
---------------------------------------------------- */

a:link{
text-decoration:none;
color:#064fd5;
}

a:visited{
text-decoration:none;
color:#064fd5;
}

a:hover{
text-decoration:underline;
color:#064fd5;
}

a:active{
text-decoration:underline;
color:#064fd5;
}


#pankuzu a:link {
text-decoration:none;
color:#666666;
}

#pankuzu a:visited{
text-decoration:none;
color:#666666;
}

#pankuzu a:hover,
#pankuzu a:active{
text-decoration:underline;
color:#666666;
}

/*--クリアフィックス--*/

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
font-size:.01em;
height:0;
overflow:hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
}

/*フロート・クリアーボックス*/
.clear {
clear:both;
}

#suntory_contents{
background-color:#ffffff;
background-repeat:repeat-x;
background-position:top;
text-align:center;
}

#container{
width:890px;
margin: 0 auto;
text-align: left !important;
}

/* contents
---------------------------------------------------- */

#pankuzu h2 {
font-size:75%;
line-height:1.3em;
font-weight:normal;
padding:10px 10px 5px 20px;
}

#contents{
background-color:#ffffff;
background-repeat:no-repeat;
background-color:#ffffff;
padding-top:5px;
width: 760px;
margin: 0 auto;
}


/* ttl,carton
---------------------------------------------------- */

#contents #ttl{
margin:30px 0;
}

#contents #ttl h3{
text-align:center;
font-weight:bold;
padding-bottom: 20px;
}

#contents #ttl #day{
text-align:right;
font-size:80%;
margin:30px 0;
}

#contents #ttl p{
font-size:80%;
line-height:1.5;
}

#contents #ttl .txt03{
	text-indent: 1em;
}

#contents #carton{
width:702px;
margin:0 auto;
line-height:1.5;
}

/* table01
---------------------------------------------------- */

#contents #carton #table01{
width:702px;
font-size:80%;
line-height:1.8;
border-left:1px solid #4D92D3;
border-top:1px solid #4D92D3;
margin-bottom: 30px;
}

#contents #carton #table01 td,
#contents #carton #table01 th{
padding: 0 10px 0;
/* border-bottom:1px solid #4D92D3; */
border-right:1px solid #4D92D3;
}
#contents #carton #table01 tr.ft_border th,
#contents #carton #table01 tr.ft_border td {
	border-bottom:1px solid #4D92D3;
	padding-bottom: 10px;
}
#contents #carton #table01 tr.hd_cell th,
#contents #carton #table01 tr.hd_cell td {
	padding-top: 10px;
}
#contents #carton #table01 th{
width:140px;
background-color:#99CAF3;
text-align:left;
}

#contents #carton #table01 td ul{
	padding-left: 10px;
}

#contents #carton #table01 td ul li{
	text-indent: -5px;
}
/* 20140602 shimura */
#contents #carton #table01 th table th,
#contents #carton #table01 th table td,
#contents #carton #table01 td table th,
#contents #carton #table01 td table td {
	border: none;
	padding: 0;	
}
#contents #carton #table01 th {
	vertical-align: top;
	font-weight: normal;
}

/* sec01 */
dl.sec01{
	padding-bottom: 10px;
}

dl.sec01 dd{
	padding-left: 15px;
}

/* sec02 */
dl.sec02 dt{
	float: left;
	width: 240px;
}

dl.sec02 dd{
	margin-left: 240px;
	width: 279px;
}

#contents #carton h4{
padding:2px 0 2px 10px;
font-weight:bold;
font-size: 85%;
border-left: 6px solid #000;
margin-bottom: 10px;
}

/* indication
---------------------------------------------------- */
.indication table{
	width: 705px;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	border: 1px solid #4D92D3;
	margin-bottom: 30px;
}

.indication table td{
	padding: 10px 0 15px;
}

.indication table td,
.indication table th{
	border-bottom: 1px solid #4D92D3;
}

.indication table th{ 
	background-color: #99CAF3;
	padding: 5px;
}	


.indication table td.arrow{ 
	vertical-align: middle;
}

.indication table td.tit{ 
	text-align: left;
	font-weight: bold;
	border: none;
	padding: 5px 0 0 10px;
}	
	


/* project
---------------------------------------------------- */
.project{
padding-bottom: 30px;
}

.project p,
.project dl{
font-size:80%;
padding-left: 20px;
}

.project p.txt{	
padding-bottom: 15px;
}

.project p.txt02{
font-size:70%;	
padding-left: 222px;
padding-bottom: 20px;
}

.project p.tit{
padding-bottom: 10px;
}

.project ul{	
padding-left: 10px;
}

.project ul li{
text-indent: -7px;
padding-bottom: 10px;
}

.project dl dt{
padding-bottom: 5px;
}

.project dl dd{
padding-bottom: 10px;
}

