@charset "UTF-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;	
	font-family: "メイリオ",Meiryo,Verdana,Helvetica,arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
/*	outline: 0;*/
}

body {
	padding:0;
	margin:0;
	border:0;
	/* [disabled]font-size: 100%; */
}

a:link {
	text-decoration:none;
	color: #000000;
}

a:visited {
	text-decoration:none;
	color: #000000;
}


a:active {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:underline;
	color: #0D76FF;
}

img.icon {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

::selection {
	background: rgba(255, 234, 0, 0.5); /* Safari */
}
 
::-moz-selection {
	background:#FF0; /* Firefox */
}

/* top
======================================== */
#top {
	min-width:960px;
	width:100%;
	height:105px;
}

.top-info {
	width:960px;
	height:20px;
	margin:0 auto;
	margin-top:5px;
}

.top-info li {
	list-style-type: none;
	margin-left:20px;
	font-size:12px;
	float:right;
	line-height:20px;
}

li.contact {
	margin-right:17px;
}

li.english img {
	width:21px;
	height:14px;
	margin-top:px;
}

li.english {
	line-height:20px;
	padding-left:24px;
	background-image:url(../img/america.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.top {
	width:960px;
	height:80px;
	margin:auto;
	clear:both;
}

.top img {
	width:164px;
	height:80px;
	float:left;
	display:inline;
}

/* navi
======================================== */
#navi {
	min-width:960px;
	width:100%;
	height:40px;
	margin:0 auto;
	background-image:url(../img/navi-bg.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 3px #CCCCCC;
	margin-bottom:5px;
}

ul.nav {
	width:960px;
	height:40px;
	margin:0 auto;
}

ul.nav li {
	width:192px;
	height:40px;
	float:left;
	list-style-type:none;
	line-height:40px;
	text-align:center;
}

/* p-list
======================================== */
.p-list {
	width:100%;
	min-width:960px;
	height:40px;
}

ul.tp-list {
	width:960px;
	height:40px;
	margin:0 auto;
	border-bottom:solid 1px #E2E2E2;
}

ul.tp-list li {
	float:left;
	line-height:40px;
	list-style-type:none;
	font-size:13px;
	color:#444444;
}

ul.tp-list span {
	margin:0 10px;
	line-height:40px;
	font-size:13px;
	color:#444444;
	float:left;
}

/* wrapper
======================================== */
#wrapper {
	width:960px;
	height:auto;
	margin:auto;
	font-family: "メイリオ",Meiryo,Verdana,Helvetica,arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
	
}


/* footer
======================================== */

#footer {
	min-width:960px;
	width:100%;
	height:400px;
	border-top:3px solid #999999;
	background:#F5F5F5;
	color:#000000;
	margin: 0 auto;
	text-align:center;
	clear:both;
}

#footer iframe {
	height:400px;
}

.footer-bottom {
	min-width:960px;
	widht:100%;
	height:60px;
	margin:0 auto;
	background:#000000;
	clear:both;
}

.footer-b {
	width:960px;
	margin:0 auto;
}

ul.footer {
	width:400px;
}

ul.footer li {
	float:left;
	line-height:60px;
	font-size:12px;
	margin-left:20px;
	list-style-type:none;
}

ul.footer li a {
	color:#FFFFFF;
	display:block;
	padding-left:18px;
	background-image:url(../img/list.png);
	background-repeat:no-repeat;
	background-position:0px 26px;
}

.copy-right {
	width:500px;
	height:60px;
	float:right;
	color:#FFFFFF;
	text-align:right;
}

p.corporate {
	font-size:15px;
	line-height:38px;
}

p.corporate strong {
	font-weight:600;
}

p.copy {
	font-size:8px;
	line-height:10px;
}

/* modal */
.modal {
	position:fixed;
	display:none;
	z-index:9999;
	top:40%;
	left:50%;
	width:400px;
	height:400px;
	margin:-120px 0 0 -220px;
	padding:20px;
	text-align:center;
}

.modal p {
	text-align:center;
	margin-bottom:10px;
	font-size:22px;
}

p.hava {
	text-align:center;
	margin-bottom:40px; 
}

.modal-left {
	width:200px;
	float:left;
}

.modal-right {
	width:200px;
	float:left;
}

.modal a {
	cursor:pointer;
	text-align:center;
	margin-right:20px;
}
