/* カスタマイズ用CSS */
/*------ base
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	font-size: 15px;
	color: #464646;
	line-height: 1.8;
}

img {
	border: none;
	vertical-align: bottom;
}

a img { 
	border: none;
    -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;  
}
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

ul {
	list-style-type: none;
}

a {
	color: #484848;
	text-decoration: none;
}

a:hover {
	color: #A59261;
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}


.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

/* For IE 6/7 (trigger hasLayout) */

.clearfix {
	zoom: 1;
	overflow: hidden;
}


@media (max-width: 740px) {
img {
	max-width: 100%;
    height: auto;
}
}


.container {
	width: 100%;
    max-width: 980px;
	margin: 0 auto;
}

/*------ header
---------------------------------------*/
.header {
	width: 100%;
    max-width: 980px;
	height: 120px;
    position: relative;
}
.header h1{
    position: absolute;
    top: 10px;
    left: 0;
}
.header .tag{
    position: absolute;
    top: 10px;
    right: 0;
}
.header .tag li{
    margin: 0 0 0 5px;
    float: left;
}
.header .tag li a{
    display: block;
    padding: 3px 15px;
    color: #0032A6;
    border: #BACDE4 solid 1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border-radius: 20px;
}
.header .tag li a:hover{
    color: #fff;
    background: #0032A6;
    text-decoration: none;
}
.header .search{
    position: absolute;
    top: 5px;
    right: 0;
}
.header .utility{
    position: absolute;
    top: 60px;
    right: 120px;
}
.header .utility li{
    margin: 0 0 0 5px;
    float: left;
}
.header .money{
    position: absolute;
    top: 5px;
    right: 0;
}
/*----- globalNavi -----*/
.nav {
    background: #0032A6;
    text-align: center;
}
.nav ul li {
    display: inline-block;
}
.nav ul li a{
    display: block;
    padding: 12px 15px;
    font-weight: bold;
    color: #fff;
    background: #0032A6;
}
.nav ul li a:hover{
    color: #0032A6;
    background: #fff;
    text-decoration: none;
}


/*------ main
---------------------------------------*/

#main {
	width: 900px;
	margin: 0 auto 20px auto;
}

/*----- left -----*/

.left {
	width: 205px;
	float: left;
	padding: 0 0 25px 0;
}

.lacalNavi {
	width: 190px;
	border-bottom: 1px dotted #A59261;
	margin: 25px 0;
}

.lacalNavi ul {
	margin: 40px 0 40px 0;
}

.lacalNavi ul li {
	display: block;
	margin: 0 0 25px 0;
}

.banner {
	width: 190px;
}

.banner img {
	display: block;
	margin: 0 0 15px 0;
}

.banner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);	/* IE6、IE7対応 */
	-moz-opacity: 0.8;
}

/*----- content -----*/

.category {
    padding: 60px 0;
}
.category h2{
    text-align: center;
    margin: 0 0 40px 0;
}
.category ul{
    margin: 0 0 0 -25px;
}
.category ul li{
    margin: 10px 0 0 25px;
    width: 310px;
    float: left;
}
.category ul li a{
    display: block;
    padding: 0 0 0 10px;
    border-bottom: #BFBFBF solid 2px;
}

.btn ul{
    margin: 0 0 0 -8px;
}
.btn ul li{
    margin: 8px 0 0 8px;
    width: 486px;
    float: left;
}

.pageTop {
	text-align: right;
	text-decoration: underline;
}

/*------ footer
---------------------------------------*/

.footer {
    margin: 50px 0 0 0;
}
.footer .pagetopEND a{
    display: block;
    padding: 10px 0;
    color: #fff;
    text-align:  center;
    background: #0032A6;
}
.footer .pagetopEND a:hover{
    text-decoration: none;
    background: #002877;
}
.footer .footerNav01{
    padding: 10px 0;
    color: #fff;
    background: #0E783A;
    text-align: center;
}
.footer .footerNav01 li{
    display: inline-block;
    padding: 0 10px;
}
.footer .footerNav01 li a{
    color: #fff;
}
.footer p.zei{
    border-bottom: #E4E4E4 solid 3px;
    text-align: center;
    font-size: 84%;
    padding: 10px 0;
}
.footer .footerNav02{
    padding: 30px 0 0 0;
    text-align: center;
}
.footer .footerNav02 li{
    display: inline-block;
    padding: 0 10px;
}
.footer h2{
    padding: 15px 0 30px 0;
    text-align: center;
}
.footer .copyright {
	padding: 10px 0;
    color: #fff;
    text-align:  center;
    background: #000;
}