@charset "utf-8";

/* 
	reset 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-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse;
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

img {
	vertical-align:bottom;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
 }


/*
	clearfix after
-------------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}




/*
	body
-------------------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	/* background-color: #06060E; */
	color: #FFF;
	line-height: 1.6em;
}

#wrap {
    
}




/* 
	link
-------------------------------------------------------------------- */

a {
	color: #555;
	overflow:hidden;
	outline:none;
	text-decoration: none;
}

a:hover {
	color: #999;
}




/*
	div
-------------------------------------------------------------------- */

#cont_wrap {
	clear: both;
}



#tag img {
	display: none;
}





/* 
	header
-------------------------------------------------------------------- */
h1 {
	display: block;
	color: #555;
}






/* 
	side
-------------------------------------------------------------------- */






/* 
	footer
-------------------------------------------------------------------- */
#footer_wrap {
	background-color: #EEE;
}

#pagetop {
	
}

#foot_map {
	border-top: 1px solid #999;
	
}

#pagetop a {
	color: #333;
}

#pagetop a:hover,
#foot_map .foot_map_li a:hover,
footer a:hover {
	text-decoration: underline;
}

.pagetop {
	background-image: url(../common/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	float: right;
}

#foot_map .foot_map_li01 a {
	color: #333;
}

#foot01_guide {
	background-color: #666;
}

footer {
	background-color: #000;
	color: #DDD;
}

footer a {
	color: #FFF;
}





/* 
	title
-------------------------------------------------------------------- */

h3.toph3 {
	border-left: 5px solid #023C73;
	font-weight: bold;
}

h3.subh3_eng {
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #646464;
}

h3.subh3_eng_w {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

h3.subh3_jpn {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #646464;
}

h3.subh3_jpn_w {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}





/* 
	Button
-------------------------------------------------------------------- */

.button01 a {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	border: 2px solid #1e5799;
}

.button01 a:hover {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 69%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(69%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 69%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 69%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 69%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 69%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.button02 a {
	background: #5ab740; /* Old browsers */
background: -moz-linear-gradient(top,  #5ab740 0%, #0f6b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ab740), color-stop(100%,#0f6b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5ab740 0%,#0f6b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5ab740 0%,#0f6b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5ab740 0%,#0f6b08 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5ab740 0%,#0f6b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab740', endColorstr='#0f6b08',GradientType=0 ); /* IE6-9 */
	border: 2px solid #5ab740;
}

.button02 a:hover {
	background: #0f6b08; /* Old browsers */
background: -moz-linear-gradient(top,  #0f6b08 0%, #468e31 63%, #0f6b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f6b08), color-stop(63%,#468e31), color-stop(100%,#0f6b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0f6b08 0%,#468e31 63%,#0f6b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0f6b08 0%,#468e31 63%,#0f6b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0f6b08 0%,#468e31 63%,#0f6b08 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0f6b08 0%,#468e31 63%,#0f6b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6b08', endColorstr='#0f6b08',GradientType=0 ); /* IE6-9 */
}

.button03 a {
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	background-clip: padding-box;
	overflow: hidden;
	background-color: #023C73;
	border-right: 1px solid #023C73;
	border-width: 1px;
	border-style: solid;
	border-color: #02488A #023C73 #023C73;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transition: all 0.3s linear 0s;
}

.button04 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #d9d9d9;
	text-align: center;
	background: #054786;
	background: -moz-linear-gradient(top, #054786 44%, #041b34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#054786),
	color-stop(100%,#041b34));
	background: -webkit-linear-gradient(top, #054786 44%,#041b34 100%);
	background: -o-linear-gradient(top, #054786 44%,#041b34 100%);
	background: -ms-linear-gradient(top, #054786 44%,#041b34 100%);
	background: linear-gradient(to bottom, #054786 44%,#041b34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054786', endColorstr='#041b34',GradientType=0 );
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #023c73;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(227,227,227,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(227,227,227,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(227,227,227,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
} 

.button04 a:hover { 
background: #041b34; 
background: -moz-linear-gradient(top, #041b34 9%, #032656 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#041b34), color-stop(100%,#032656)); 
background: -webkit-linear-gradient(top, #041b34 9%,#032656 100%); 
background: -o-linear-gradient(top, #041b34 9%,#032656 100%); 
background: -ms-linear-gradient(top, #041b34 9%,#032656 100%);
background: linear-gradient(to bottom, #041b34 9%,#032656 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041b34', endColorstr='#032656',GradientType=0 );
}





/* 
	other
-------------------------------------------------------------------- */


.flo_left {
	float: left;
}

.flo_right {
	float: right;
}

.space_10 {
	margin-bottom: 10px;
}

.space_15 {
	margin-bottom: 15px;
}

.space_20 {
	margin-bottom: 20px;
}

.space_40 {
	margin-bottom: 40px;
}

.right_space_15 {
	margin-right: 15px;
}

.red {
	color: #FF5154;
}

.bold_blue {
	font-weight: bold;
	color: #1A2687;
}

.bold {
	font-weight: bold;
}

.pagetop_text {
	text-align: right;
	margin-top: 10px;
}





/* 
	pagetop
-------------------------------------------------------------------- */
#pagetop {
	background-color: #01266A;
	text-align: center;
	border-bottom: 50px solid #697792;
}

#pagetop img {
	width: 150px;	
}

@media screen and (max-width:640px){
#pagetop img {
	width: 100px;	
}
}





/* 
	shopguide
-------------------------------------------------------------------- */
#guide {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 2%;
	color: #555;
}

#guide a {
	color: #36F;
}

#guide a:hover {
	text-decoration: underline;
}

#guide_left {
	width: 48%;
	float: left;
}

#guide_right {
	width: 48%;
	float: right;
}

@media screen and (max-width:640px){

#guide_left {
	width: 100%;
	float: none;
	line-height: 130%;
}

#guide_right {
	width: 100%;
	float: none;
	line-height: 130%;
}

}

#guide h3 {
	font-size: 15px;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#guide h4 {
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 20px;
}

#guide article {
	margin-bottom: 30px;
}

#guide article p {
	padding-left: 20px;
	font-size: 12px;
}

#guide article li {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
}

.red {
	color: #FF2B2E;
}





/* 
	footer
-------------------------------------------------------------------- */
footer {
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

@media screen and (max-width:640px){
footer {
	font-size: 9px;
}
}




