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

/*	追加スタイルシート
------------------------------------*/
body {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	background:#FFF;
}

h1 {
    font-size: 30px;
}

h2 {
    color: #666;
    font-size: 20px;
    border-bottom: 3px double #ddd;
    padding: 10px 0 10px 0;
}

img {
	max-width:100%;
}

p {
    line-height: 1.5em;
}

/*リンク：テキストの色
-----------------------------------*/
a:link { color: #009966; }
a:visited { color: #666; }
a:hover { color: #666; }
a:active { color: #666; }

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

/*グローバルメニュー
-----------------------------------*/
nav li,nav a {
	display:inline-block; 
    padding:0 15px 0 15px;
    zoom:1; /* IE7以下*/
	text-decoration: none;
    vertical-align: middle;
}
.menu a { 
    color: #999; 
}
a:hover { 
    color: #666; 
}
.menu ul {
    padding: 10px 0 10px 0;
    text-align:right;
}
.menu li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    list-style:none;
}
.menu li+ li {
    border-left: 0;
    border-right: 1px solid #ddd;
}
li {
    list-style-image : url("../img/list.jpg");
    line-height: 1.5em;
}

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

/*メインコンテンツ
-----------------------------------*/
article {
	line-height: 2em;
}
aside {
	line-height: 2em;
}

/*フッター
-----------------------------------*/
footer {
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 0 10px 0;
}

/*ブログ設定
-----------------------------------*/
/*次の記事・前の記事の位置*/
#contentsNavi {
    text-align: center;
	padding: 30px 0 30px 0;
}
/*hrの線の色*/
hr {
    border-top:solid 1px #ddd;
    height:1px;
    color:#FFFFFF;
}
/*記事の日付の大きさ*/
.date {
	font-size: 20px;
}

/*お問い合わせフォームボタン調整
-----------------------------------*/
.button {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f6f6f6;
	border-radius: 0.5em; 
}
.submit {
	text-align: center;
}
/*お問い合わせフォーム表示調整
-----------------------------------*/
.col-head {
    text-align: left;
    display: list-item;
}
th, td{
    border: none;
	list-style:none;
}
textarea {
    width:100%;
} 

/*ページTOPへ戻るボタン
-----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 20px;
	margin-bottom:0;
}
.pagetop a {
    display: block;
    background-color: #eee;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
}
.pagetop a:hover {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:10px 10px;
}

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

/*フォーム内のテキスト回りこみ調整
-----------------------------------*/
.row-table-01 th {
	display: list-item;
}
/*コメント欄テキスト表示調整*/
form th {
	text-align: left;
}
/*ページTOPへ戻るボタン縮小
-----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
	margin-bottom:0;
}
.pagetop a {
    display: block;
    background-color: #eee;
    text-align: center;
    color: #222;
    font-size: 10px;
    text-decoration: none;
    padding: 8px 8px;
}
.pagetop a:hover {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    padding:8px 8px;
}
}
/*767px以下のグローバルメニュー表示
-----------------------------------*/
@media only screen and (max-width:767px){	
.menu ul {
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	padding:0;
}
.menu li {
    width: 100%;
    border-left: none;
    border-right: none;
	text-align:center;
	background: #f9f9f9;
}
.menu li+ li {
	border-right: none;
}
}