@charset "utf-8";

@import url("../fonts/font-awesome.min.css");

/* 
	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,
section, 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;
}
 
section, 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: #FFF;
	color: #333;
	line-height: 1.6em;
}

#wrap {
    
}




/* 
	link
-------------------------------------------------------------------- */

a {
	color: #000;
	overflow:hidden;
	outline:none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0C1F39;
    text-decoration: none;
}




/*
	div
-------------------------------------------------------------------- */

#cont_wrap {
	clear: both;
}

#tag img {
	display: none;
}

.bg_black {
	background: #000;
	color: #CCC;
}

.bg_black #contents a {
	color: #FFF;
}

.bg_black ol.topic_path {
	color: #FFF;
}

.bg_black ol.topic_path a {
	color: #CCC;
}





/* 
	header
-------------------------------------------------------------------- */

#header {
	background: #000;
}

#header01 li a {
	font-family: "Times New Roman", Times, serif;
	display: block;
	float: right;
}

.header01_01 a {
	background: #D4D4D4;
	color: #000;
}

.header01_02 a {
	background: #646473;
	color: #000;
}

.header01_03 a {
	border-left: 1px dotted #555;
}

.header01_03 a,
.header01_04 a {
	color: #FFF;
}





/* 
	nav
-------------------------------------------------------------------- */

#nav01,
#nav01_sp {
	background: #212325;
	margin-bottom: 20px;
}

#nav01 li a {
	font-family: ;
	display: block;
	color: #021526;
}

#nav01 li a:hover {
	color: #785F2E;
	text-decoration: none;
}





/* 
	side
-------------------------------------------------------------------- */

#side_area section {
	margin-bottom: 20px;
}

.side_pickup p {
	margin-bottom: 10px;
}

#side01 li a {
	font-family: "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	padding: 10px;
	border-width: 3px;
	border-style: solid;
	margin-bottom: 10px;
}

#side01 .side_category01 a {
	color: #412C1D;
	border-color: #412C1D;
}

#side01 .side_category02 a {
	color: #202225;
	border-color: #202225;
}

#side01 .side_category03 a {
	color: #283D62;
	border-color: #283D62;
}

#side01 a:hover {
	color: #FFF;
	text-decoration: none;
}

#side01 .side_category01 a:hover {
	background-color: #412C1D;
}

#side01 .side_category02 a:hover {
	background-color: #202225;
}

#side01 .side_category03 a:hover {
	background-color: #283D62;
}


/* list */

#side02 ul {
	border-top: 2px solid #333;
	margin-top: 5px;
}

#side02 ul li {
	background: transparent url("../common/bg_category_link.png") no-repeat scroll 5px center;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #C4C5B8;
}

#side02 ul li a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	line-height: 1;
}

/* menu */

#side_menu ul {
	background: #F2F2F2;
	margin-top: 10px;
	padding: 15px;
}

#side_menu li a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #68696A;
	line-height: 220%;
}


/* simple side */

#simple_side h4 {
	font-weight: normal;
	border-bottom: 2px solid #313140;
	text-align: left;
	font-size: 15px;
	color: #FFF;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

#simple_side ul {
	list-style-type: square;
	list-style-position: inside;
}

#simple_side ul li {
	padding: 5px 0 5px 10px;
	border-bottom: 1px dashed #313140;
}

#simple_side ul li a {
	color: #D5D5D5;
	text-decoration: none;
}

#simple_side ul li a:hover {
	color: #999;
	text-decoration: underline;
}





/* 
	footer
-------------------------------------------------------------------- */
/* pagetop */
#pagetop {
	background: #efeff1; /* Old browsers */
	background: -moz-linear-gradient(top, #efeff1 0%, #999a9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeff1), color-stop(100%,#999a9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efeff1 0%,#999a9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efeff1 0%,#999a9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efeff1 0%,#999a9f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efeff1 0%,#999a9f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeff1', endColorstr='#999a9f',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding: 10px;
	margin-top: 50px;
}

#pagetop a {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #000;
}


/* foot button */

#foot_wrap {
	background: #414549;
}

#foot_btn li a {
	display: block;
	background: #000;
	color: #FFF;
	text-align: center;
}


/* sitemap */

#foot_map p {
	font-family: "Times New Roman", Times, serif;
	color: #CCC;
}

#foot_map a {
	color: #DDD;
}

#foot_map a:hover {
	color: #FFF;
	text-decoration: none;
}


/* footer */
footer {
	width: 100%;
	background: url(../common/copyright_bg.jpg) repeat-x;
	height: 40px;
	text-align: center;
}








/* 
	title
-------------------------------------------------------------------- */

h3.toph3 {
	font-family: "Times New Roman", Times, serif;
	line-height: 120%;
	color: #000;
}

h3.sideh3 {
	font-family: "Times New Roman", Times, serif;
	line-height: 120%;
	color: #000;
}

h3.subh3_eng {
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px solid #646464;
}

h3.subh3_eng_w {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px solid #CCC;
}

h3.subh3_jpn {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
	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;
	margin-top: 20px;
	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 );
}

.cart_btn01 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-moz-box-shadow:inset 0px 1px 0px 0px #d1e0d0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d1e0d0;
	box-shadow:inset 0px 1px 0px 0px #d1e0d0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5dba11), color-stop(1, #3c820a) );
	background:-moz-linear-gradient( center top, #5dba11 5%, #3c820a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dba11', endColorstr='#3c820a');
	background-color:#5dba11;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	border:1px solid #8abd82;
	display: block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1b752f;
}

.cart_btn01 a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3c820a), color-stop(1, #5dba11) );
	background:-moz-linear-gradient( center top, #3c820a 5%, #5dba11 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c820a', endColorstr='#5dba11');
	background-color:#3c820a;
	text-decoration: none;
}

.cart_btn01 a:active {
	position:relative;
	top:1px;
}





/* 
	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;
}







