/* IMPORT 16 COLUMN RESPONSIVE GS */
@import url("responsive.gs.16col.css");


/*	全体の設定
------------------------------------*/
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
	color: black;
	background:#FFF;
}

h1,h2 {
    border-bottom: 3px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

img {
	max-width:100%;
}

/*リンク：テキストの色
-----------------------------------*/
a {
	color: #555;
}
/*リストのマーク：白抜きの円
-----------------------------------*/
ul {
    list-style: circle;	
}

/*ヘッダー
-----------------------------------*/
header {
	padding:10px 0 10px 0;
	margin:20px 0 20px 0;
}

/*ヘッダー:メニュー
-----------------------------------------*/
nav {
    padding-bottom: 35px;
    right: 0;

}
nav ul li {
    float: left;
    list-style:none;
}
nav ul li a {
    display: block; 
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
nav ul li a:hover {
    color: #666;
}

/*ヘッダーメニュー選択中のグレー色
-----------------------------------*/
.current {
	background-color:#f6f6f6;
	border-radius: 0.5em; 
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li a {
    text-decoration: none;
    color: #959fa5;
}

/*メイン画像
-----------------------------------*/
#MainImage {
    margin:0 auto;
    padding:0;
	list-style:none;
}

/*メイン
-----------------------------------*/
article {
	line-height: 2em;
	border-bottom: 1px solid #ddd;
}

/*サイドバー
-----------------------------------*/
aside {
	line-height: 2em;
	border-bottom: 1px solid #ddd;
}

/*フッター
-----------------------------------*/
footer {
	margin:20px 0 20px 0;
	padding-top:10px;
	text-align: right;
	background: #FFF;
}

/*お問い合わせフォームボタン
-----------------------------------*/
.button {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f6f6f6;
	border-radius: 0.5em; 
}

/*ヘッダー:メニュー1200px以下768px以上の表示
-----------------------------------------*/
@media only screen and (max-width: 1200px) and (min-width: 768px){
nav {
    padding-bottom: 35px;
    right: 0;
}
nav ul {
    float:right;	
}
nav ul li {

    list-style:none;
}
nav ul li a {
    display: inline-block; 
    width: 90px;
    height: 35px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
nav ul li a:hover {
    color: #666;
}
}

/*お問い合わせフォーム768px以下の表示
-----------------------------------*/
@media only screen and (max-width:768px){
tr{
    display: block;
}
th, td{
    display: list-item;
    border: none;
	list-style:none;
}
.col-head {
    text-align: left;
}
textarea {
    width:100%;
}
}