﻿@charset "utf-8";

/**
 * Setup
 */
body {
	position: relative;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal;}

a { color: #333; text-decoration: underline;}
a:hover { text-decoration: none; color: #486cab;}
a:visited {} 


input[text],input[password],textarea{ border: 1px solid #ccc;}

li{ list-style: none;}

hr{ border: 1px solid #ddd;}

div,p{ word-break: break-all;}

strong{}
em{ font-style: normal;}

table{ border-collapse: collapse;}
th{ vertical-align: top; font-weight: normal; text-align: left;}
td{ vertical-align: top;}

/* TEXT = #fff or 000, BACKGROUND = #fefefe or 010101 */




/**
 * clearfix
 */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}





/**
 * Font color, Text align
 */
.red{ color: #D54000;}
.blue{ color: #33B3FF;}
.green{ color: #89BD00;}
.orange{ color: #fc0;}
.pink{ color: #F85291;}
.glay{ color: #996;}
.bold{ font-weight: bold;}
.small{ font-size: 10px;}
.right{ text-align: right;}
.left{ text-align: left;}
.center{ text-align: center;}





/**
 * List Style
 */
.decimal,.circle,.disc,.upper_roman,.lower_roman,.lower-latin{ margin-left: 20px;}
.decimal>li{ list-style-type: decimal;}
.circle>li{ list-style-type: circle;}
.disc>li{ list-style-type: disc;}
.upper_roman>li{ list-style-type: upper-roman;}
.lower_roman>li{ list-style-type: lower-roman;}
.lower-latin>li{ list-style-type: lower-latin;}





/**
 * Font size
 */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }





/**
 * Common Style
 */







/**
 * Layout
 */
#wrapper{
	width: 760px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

#contents{
	width: 720px;
	margin: 0 auto;
	padding: 20px 0 40px;
}

#copy{
	padding: 30px 0;
	line-height: 130%;
	text-align: center;
	font-size: 11px;
	color: #888;
}



/**
 * Development
 */
.title{
	margin-bottom: 20px;
}


.note {
	margin-bottom: 40px;
}

.note p{
	line-height: 130%;
	font-size: 12px;
}

.note table{
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	line-height: 150%;
}

.note td:first-child{
	width: 80px;
}

.note tr.bdb{
	border-bottom: 1px solid #ccc;
}

.note th{
	width: 120px;
}

.note th,
.note td{
	padding: 10px;
}



.flow{
	text-align: center;
	margin-bottom: 30px;
}



.movie{
	text-align: center;
}




