﻿@charset "utf-8";
/* @Reset
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline; text-decoration:none;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
img{vertical-align:middle;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}

html {
  font-size:75%; /* 12px/16px */
  -webkit-text-size-adjust:100%;
}
body{
	font-family: "メイリオ", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, monospace;
	color:#333;
	background:#f8f9fc;
	line-height:1.5;
}
i {
font-style:normal;
}

/* @Groupe Heading
------------------------------------------------------------*/
h1{
	font-size:3em; /* 48px/16px */
	line-height:1; /* 48px */
	margin-bottom:0.5em;  /* 24px/48px */
}
h2{
	font-size:2.25em; /* 36px/16px */
	line-height:1.3333; /* 48px */
	margin-bottom:0.6667em; /* 24px/36px */
}
h3{
	font-size:1.5em; /* 24px/16px */
	line-height:1; /*24px*/
	margin-bottom:1em; /* 24px/24px */
}
h4,h5,h6{
	font-size:1em; /* 16px/16px */
	line-height:1.5; /*24px*/
	margin-bottom:1.5em; /* 16px/24px */
}

/* @Groupe Link
------------------------------------------------------------*/
a{
	color:#333;
}
a:hover{
	color:#999;
}

/* @Fluid Image
------------------------------------------------------------*/
img,
iframe,
object {
    max-width:100%;
}
/*IE7用*/
.ie7 img,
.ie7 object/ {
    width:100%;
}
/*IE8用*/
.ie8 img,
.ie8 object {
    width:auto9
}

/* @Layout
------------------------------------------------------------*/

/* ************************************************ 
*	ヘッダー
* ************************************************ */
header{
	margin-bottom:1em;
}
.header-inner{
	position:relative;
	width:95%;
	margin:0 auto;
	padding:0.375% 0;
	overflow:hidden;
}
/*ヘッダーロゴ*/
header h1{
	float:left;
	padding-top:0.2em;
}
/*ヘッダーナビ*/
.h-nav {
	position:absolute;
	top:0;
	right:0;
	padding-top:.5em;
}
.h-nav li {
	display:inline-block;
}
.h-nav li a {
	margin-right:1em;
	padding-left:1em;
	color:#333;
}
.h-nav li a:hover{
	color:#999;
}
.h-nav li a:last-child{
	margin-right:0;
}
/*ヘッダーボタン*/
.h-btn{
	position:absolute;
	right:0;
	bottom:10%;
}
/* ************************************************ 
*	グローバルナビゲーション（slimmenu.min.css）
* ************************************************ */
#gloval-nav{
	clear:both;
	background-color:#9a5d86;
	margin-bottom:1em;
}
/* ************************************************ 
*	メイン　　　（#main-col-1 > #content）
　　　　　　　　（#main-col-2 > #content + #sidebar）
* ************************************************ */

/*メイン　1カラム*/
#main-col-1{
	width:95%;
	margin:0 auto;
}
#main-col-1 #content{
	overflow:hidden;
	margin-bottom:2em!important;
	line-height:1.7;
}
/*メイン　2カラム*/
#main-col-2{
	width:95%;
	margin:0 auto;
	padding-bottom:1.5em; /* 24px */
	overflow:hidden;
}
#main-col-2 #content{
	overflow:hidden;
	margin-bottom:1em;
}
/* ************************************************ 
*	フッター
* ************************************************ */

/*フッターバナー*/
#bn-wrap{
	width:95%;
	margin:0 auto 1em auto;
	overflow:hidden;
}
ul.bn{
	display:inline-box;
}
ul.bn li{
	float:left;
	width:48%;
	margin:0 1% 0.75em 1%;
}
/*フッターナビ*/
#f-nav-wrap{
	background-color:#9a5d86;
	margin-bottom:12px;
}
.f-nav{
	margin:0 auto;
	line-height:48px;
}
.f-nav li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.f-nav li+li {
	border-left:1px solid #fff;
}
.f-nav a {
	color:#fff;
	text-decoration:underline;
}
.f-nav a:hover{
	text-decoration:none;	
}
/*フッターインフォメーション*/
#f-info{
	width:95%;
	margin:0 auto;
}
#f-info p:first-child{
	font-weight:bold;
}
#f-info p:last-of-type{
	text-align:center;
	color:#999;
	font-size:85%;
}
address{
	margin-bottom:1em;
}
/* -------------------------------------------- */
/* ▼375px以上の指定 */
/* -------------------------------------------- */
@media all and (min-width: 375px) {

/*フッターバナー*/
ul.bn li{
	width:31%;
}	
}
/* -------------------------------------------- */
/* ▼768px以上の指定 */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
.h-nav{
	font-size:85%;
}
/*フッターバナー*/
ul.bn li{
	width:18%;
}
}
/* ------------------------------------ */
/* ▼992px以上の指定 */
/* ------------------------------------ */
@media all and (min-width: 992px)  {

html {
  font-size:87.5%; /* 14px/16px */
}
.header-inner{
	width:960px;
}
#gloval-nav nav{
	width:960px;
	margin:0 auto;
}
/*メイン　1カラム*/
#main-col-1 {
	width:960px;
}
#main-col-1 #content{
	width:960px;
	margin-bottom:1em;
}

/*メイン　2カラム*/
#main-col-2 {
	width:960px;
}
#main-col-2 #content{
	float:left;
	width:630px;
	margin-right:20px;
}
#main-col-2 #sidebar{
	float:left;
	width:310px;
}
/*フッターバナー*/
#bn-wrap{
	width:960px;
}
ul.bn li{
	width:150px;
	margin:0;
	margin:0 5px 10px 5px;
}
/*フッターナビ*/
.f-nav{
	width:960px;
}
/*フッターインフォメーション*/
#f-info{
	width:960px;
}
}
/* -------------------------------------------- */
/* ▼641px以下の指定 */
/* -------------------------------------------- */
@media only screen and (max-width:641px){
header h1{
	float:none;
	padding-top:1em;
}
/*ヘッダーナビ*/
.h-nav {
	left:0;
}
}
/* -------------------------------------------- */
/* ▼450px以下の指定 */
/* -------------------------------------------- */
@media only screen and (max-width:450px){
/*ヘッダーボタン*/
.h-btn{
	position:static;
	margin-bottom:1em;
}
}