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


/*全体*/
body{
margin:0;
}
p{
margin:0;
padding:0;
font-family:"メイリオ", "ＭＳ ゴシック", "ヒラギノ角ゴ4";
}

br.clear{
clear:both;
}

.hidden{
visibility:hidden;
}


/*bottom*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

div.select{
visibility:hidden;
}


/*20150825フコイダン15％オフ*/

body{
background:url(../img/bg_snow.gif);
}

ul {
list-style:none;
margin:0;
padding:0;
}

.menu_bar p{
margin-top:20px;
text-align:center;
padding:20px 0 20px;
font-size:1.5em;
font-weight:bold;
color:#fff;
background:#415BB6;
}


@media screen and (min-width: 900px) {
/* 900px以上用（PC用）の記述 */

.sp{display: none;}
    
#wrapper{
width:900px;
margin:auto;
background-color:#FFFFFF;
box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}    

.left_0825{
float:left;
border-bottom:2px dotted #666666;
width:450px;
}

.right_0825{
float:right;
border-bottom:2px dotted #666666;
width:450px;
height:340px;
}

.menu_left{
width:450px;
height:650px;
float:left;
text-align:center;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
.menu_right{
width:449px;
height:650px;
float:right;
text-align:center;
border-bottom:1px solid #CCCCCC;
}

li{
float:left;
width:450px;
padding:10px 0 10px;
text-align:center;
font-size:1.5em;
font-weight:bold;
color:#fff;
}

li.list0825_li01 {
background:#415BB6;
}

li.list0825_li01 p{
font-size: 1.2em;
color:#fff;
}

li.list0825_li02{
background:#990000;
}

li.list0825_li02 p{
font-size: 1.2em;
color:#fff;
}

p.align_right{
text-align:right;
}
    
p.align_right img{
margin:30px 0 0 0;
}


form.fo_center{
width:356px;
margin-left:40px;
position:absolute;
}

.menu_0825{
margin-bottom:20px;
border-bottom:1px solid #CCCCCC;
}
    
form input{
width:95%;
margin: 0 10px 0 10px;
padding:0 0 0 0;
}
}

@media screen and (max-width: 899px) {

/* 900px以下用（タブレット／スマートフォン用）の記述 */
.pc{display: none;}

#wrapper{
margin:auto;
background-color:#FFFFFF;
}    

img {
width: 98%;
height: auto;
margin:0 0 0 0;
text-align: center;
}

form{
margin:0 0 5% 0;
padding:0 0 0 0;
}

form input{
width:75%;
margin:auto;
padding:0 0 0 0;
}
    
}