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

/* =============================================================================
   Reset
   ========================================================================== */
   
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:12px;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

/* =============================================================================
   Basebackground:#faacc6;
   ========================================================================== */

body{
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Droid Sans","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:left;
	background:#fe7bae;
	color:#fff;
}

a{
	color:#ffffff;	
}

#header {
	position:relative;
}

#header h1 img, .btn_tel img{
    display: block;
    margin: auto;
    max-width: 100%;
}

.btn_tel {
    border-top: 1px solid #fff;
}

h2{
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
	background-color:#f9528a;	
}

h2 span{
	font-style:italic;
	margin:0 10px 0 0;	
}

#wrapper{
	margin:0 auto;	
}

.section{
	margin:5px auto;	
}

.btn {
    border: 1px solid #999;
    border-radius: 50px;
    font-size: 14px;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    width: 90px;
}

.btn a {
    color: #333;
    display: inline-block;
    width: 90px;
}

/* =============================================================================
   Navi
   ========================================================================== */

#header_nav{
	width:100%;
	height:58px;
	border-top:#CCC 1px solid;
	border-bottom:#BABABA 1px solid;
	/* Gradation */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 22%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 22%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 22%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 22%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 22%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
}

#header_nav li{
	float:left;
	height:58px;
	width:20%;
	text-align:center;
	border-left:#D2D3D5 1px solid;
	border-right:#FFFFFF 1px solid;
}
#header_nav a{
	color: #191919;
}
#header_nav a:active{
	background: #000000;
}

.nv1 span, .nv2 span, .nv3 span, .nv4 span, .nv5 span{
	margin:10px auto 5px;
	display:block;
}

#header_nav li.nv3, #header_nav li.nv4{
	width:19%;
}
#header_nav li.nv5{
	width:19%;
	border:none;	
}
#info{
	text-align:center;
	background:#EFEFEF;
	padding:6px;	
}
#popup_nav {
	width: 80%;
	border: solid 1px #CCCCCC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px;
	position: absolute;
	opacity: 0;
	top: 196px;
	left: -400px;
	background: #ffffff;

}
#popup_nav .close {
	position: relative;
	padding: 0 0 25px;
}

#popup_nav .close a{
	background: url(../img/btn_close.png) no-repeat;
	display: block;
	height: 19px;
	line-height: 10em;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 50px;
	top: 0;
	width: 55px;
	zindex: 3px;
}

#popup_nav li {
	background: linear-gradient(to bottom, #F7F7F7 0%, #E7E7E7 100%) repeat scroll 0 0 transparent;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 13px;
	padding: 10px;
	background: none repeat scroll 0 0 #ffffff;
}
#popup_nav li span {
    background: url(../img/btn_footer.png) no-repeat;
    float: right;
    height: 18px;
    width: 18px;
}
#header_nav .menu_list_wrapper {
    position: relative;
    width: 100%;
}
#header_nav .menu_list {
    background-color: #F6F6F6;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #000000;
    display: none;
    left: -355%;
    margin: 5px 0 0;
    position: absolute;
    width: 450%;
    z-index: 3;
}
#header_nav .menu_list li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #D2D3D5;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    float: left;
    height: auto;
    width: 50%;
}
#header_nav .menu_list li:nth-child(2n) {
    border-left: 1px solid #D2D3D5;
    width: 49%;
}
#header_nav .menu_list li a {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    outline: medium none;
    padding: 12px;
    position: relative;
}

/* =============================================================================
   Footer
   ========================================================================== */

#footer_nav li{
	font-size:16px;
	height:18px;
	padding:15px;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#F9F9F9;
	/* Gradation */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

#footer_nav li a{
	display:block;
	padding: 5px 0;
	color:#000;
}

#footer_nav li span{
	float:right;
	margin: -5px 0 0;
}

#switchover {
	background:#333333;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
	padding:5px;
	clear:both;
}

#switchover ul{
	overflow:hidden;
	margin:5px 8px ;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;

    -moz-box-shadow: 0px 1px 0px #999999;
    -webkit-box-shadow: 0px 1px 0px #999999;
    box-shadow: 0px 1px 0px #999999;	
}

#switchover li{
	padding:12px 0;
	float:left;
	text-align:center;
	font-size:14px;
	text-shadow:-1px -1px 0px #FFFFFF;
	width:50%;
	/* Gradation */
	background: #acacac; /* Old browsers */
	background: -moz-linear-gradient(top,  #acacac 4%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#acacac), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #acacac 4%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #acacac 4%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #acacac 4%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #acacac 4%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}

#switchover li a{
	/* Gradation */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #ffffff 1%, #ffffff 19%, #dcdcdc 99%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(1%,#ffffff), color-stop(19%,#ffffff), color-stop(99%,#dcdcdc), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#ffffff 1%,#ffffff 19%,#dcdcdc 99%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#ffffff 1%,#ffffff 19%,#dcdcdc 99%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#ffffff 1%,#ffffff 19%,#dcdcdc 99%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#ffffff 1%,#ffffff 19%,#dcdcdc 99%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	display:block;
	margin:-12px 0;
	padding:13px 0;
}

address{
	font-style:normal;
	color:#FFF;
	text-align: center;
}	

#btn_top{
	text-shadow:-1px -1px 0px #222222;
	color: #FFFFFF;
	padding:12px;
	text-align:center;
	/* Gradation */
	background: #1b1b1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b1b1b 45%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#1b1b1b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b1b1b 45%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b1b1b 45%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b1b1b 45%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b1b1b 45%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#btn_top span{
	background:url(../img/btn_top.png) no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align: sub;
}

/* =============================================================================
   NEXT BACK
   ========================================================================== */

.prev, .next, .btn2
{
	border-color:#CCCCCC;
	/* Gradation */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}