@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}
body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

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

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	width: 100%;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	
}

.circle {
	border:solid 2px gray;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

.circle:hover {
	border:solid 2px #9DF;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 15px;
	background: url(../../img/common/header_bg.gif) repeat-x left bottom;
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 20px 0px 20px;
	width: 100%;
}

#gHeader .hBox h1 {
	float: left;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'メイリオ', Meiryo,'ＭＳ ゴシック';
}

#gHeader .hBox h1 a:hover {
}

#gHeader .hBox .hLinkUl {
	padding-top: 11px;
	padding-right: 20px;
	float: right;
}


#gHeader .hBox .hLinkUl li {
	padding: 0 5px;
	width: 190px;
	float: right;
	font-size: 18px;
	font-family: 'メイリオ', Meiryo,'ＭＳ ゴシック';
	text-align: center;
}

#gHeader .hBox .hLinkUl li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#gHeader .hBox .hLinkUl li a:hover {
	color:  #9DF;
}

#gHeader .menu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

#gHeader .menuBox {
    background-color: #FFF;
    left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
    z-index: 1200;
}

#gHeader .menuBox li {
	border-bottom: 1px solid #CCC;
}

#gHeader .menuBox li a {
	padding: 10px 0;
	display: block;
	color: #000;
	text-align: center;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	padding: 100px 0 40px;
	フッター
------------------------------------------------------------*/
#gFooter {
	width:100%;
	padding-top: 50px;
	height:250px;
	color:#666;
	background-size: 1920px 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: rgba(0,0,255,0) url(../../img/common/footer.png) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../img/common/footer.png',sizingMethod='scale');
    transition: background 0.5s linear; 
}

#gFooter .logo{
	position: relative;
	float: left;
	top: 155px;
	width:25%;
}

	#gFooter .logo h1{
		margin: 0 10px;
		font-size:calc(6px + 0.5vw);
		line-height: 24px;
		white-space: nowrap;
	}

	#gFooter .logo h2{
		margin: 0 10px;
		font-size:calc(12px + 1.5vw);
		line-height: 24px;
		white-space: nowrap;
	}

#gFooter .right{
	position: relative;
	float:left;
	width:75%;
	top: 20px;
	}

.topcategory{
	float: right;
	position: relative;
	display:block;
	width:100%;
	height: 30px;
	margin-top: 40px;
}

.topcategory h1{
	float: right;
	font-size: 18px;
	white-space: nowrap; 
	display: inline-block;
	text-align: left;
	width: 125px;
	border-bottom: 1px dotted;
	margin: 0px 15px;
	font-family: 
}

.topcategory h1 a{
	color: #666;
}

.topcategory h1 a:hover{
	color: #FFF;
}


.subcategory_r{
	float: right;
	position: relative;
	display:block;
	text-align: left;
	width:125px;
	height: 80px;
	margin: 0px 15px;
	white-space: nowrap; 
}

.subcategory_r h1{
	font-size: 12px;
    font-family: 'STUDIO';
	display:block;
	line-height: 21px;
}

.subcategory_r h1 a{
	color: #666;
}

.subcategory_r h1 a:hover{
	color: #FFF;
}

.topdown{
}



.mainVisual3 .taCenter h2:hover {
    color: #fff;
    text-decoration: none;
}

.mainVisual3 .taCenter h2:hover:before {
    width: 100%;
}


#gFooter .copyright {
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	color: #666;
	font-size: 12px;
	text-align: right;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 640px) {
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		min-width: inherit;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 4px 4px 3px;
		background: #666465;
	}
	
	#gHeader .hBox {
		display: none;
	}
	
	#gHeader .menu {
		display: block;
		float: right;
	}
	
	#gHeader .menu img {
		height: 18px;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
#gFooter {
	width:100%;
	color:#666;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: rgba(0,0,255,0) url(../../img/common/footer.png) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../img/common/footer.png',sizingMethod='scale');
    transition: background 0.5s linear; 
    height:65px;
   	font-size: 12px;

}

#gFooter .logo{
	position: relative;
	float: left;
	top: 60px;
	width:65%;
}

#gFooter .logo h1{
	color: #666;
	font-size: 12px;
}

#gFooter .logo h2{
	color: #666;
	font-size: 27px;
}
  
#gFooter .right{
	position: relative; 
	float: left;
	color: #666;
	width:35%;
	white-space: nowrap;
}

#gFooter .right h1{
	color: #666;
	font-size: 12px;
}

#gFooter .right h1 a{
	color: #666;
}


}