@charset "utf-8";

/* CSS Document */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
}


/*-----------------------------------------------------
     HEAD
-----------------------------------------------------*/


/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/***********ヘッダー***********/

#headerArea {
    width: auto;
    height: 90px;
    margin-bottom: 10px;
    display: block;
    background-image: url(../images/header_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #663310;
}

#headerArea header {
    width: auto;
    height: 90px;
    margin: 0;
    padding: 0;
    display: block;
}

#headerArea .logo {
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    text-align: center;
}

#headerArea .logo img {
    width: auto;
    max-width: 300px;
}

#headerArea h1 {
    width: 94%;
    height: 25px;
    margin: 0 3%;
    padding: 5px 0 0;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    float: right;
    display: block;
    line-height: 1.2;
}


/***********メイン画像***********/

#mainimg {
    width: 96%;
    height: auto;
    margin: 0 2% 10px;
    padding: 0;
    display: block;
}

#mainimg img {
    width: 100%;
    max-width: 900px;
    height: auto;
}


/***********ぱんくずリスト***********/

#topicpath {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 15px;
    overflow: hidden;
}

#topicpath li {
    float: left;
    font-size: 11px;
    color: #000000;
    margin-right: 5px;
    line-height: 1.2;
}

#topicpath li a {
    text-decoration: none;
    color: #000000;
}

#topicpath li a:hover {
    text-decoration: underline;
}


/***********メインエリア***********/

#mainArea {
    width: 96%;
    height: auto;
    margin: 0 2% 150px;
    padding: 0;
    display: block;
}


/***********コンテンツエリア***********/

#contentArea {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    display: block;
}

#contentArea p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
}


/***********記事部分***********/

.articleArea01 {
    width: auto;
    height: auto;
    margin-bottom: 40px;
    display: block;
}


/***********記事の見出し***********/

.articleTitle {
    width: 96%;
    padding-top: 11px;
    padding-bottom: 8px;
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: block;
    color: #FFF;
    background-color: #663310;
    border: 1px solid #FFF;
    line-height: 1.4;
    font-size: 16px;
    box-shadow: 0px 0px 0px 2px #663310;
    box-sizing: border-box;
}


/***********記事の小見出し***********/

.sectionTitle01 {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
    color: #000000;
    border-left: 5px solid #663310;
}


/***********イメージ画像①***********/

.pic1 {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/***********テキスト範囲***********/

.sectionArea01 {
    margin-top: 10px;
    margin-bottom: 20px;
    content: '';
    display: table;
    clear: both;
    overflow: hidden;
}


/***********テキスト装飾***********/

.sectionArea01 p {
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
}


/***********比較記事***********/

.clumnBox01 {
    border: 2px solid #663310;
    padding: 10px 10px 20px;
    margin-bottom: 25px;
    overflow: hidden;
}


/***********比較記事タイトル***********/

#contentArea .clumnTitle {
    width: auto;
	height: auto;
    line-height: 1.4;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border-bottom: 3px #663310 solid;
	overflow:hidden;
}

#contentArea .clumnTitle p {
	width: 79%;
    color: #030303;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
	float:left;
	padding-top: 14px;
	padding-left: 2%;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#contentArea .clumnTitle img {
	width: 20%;
	max-width:50px;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}


/***********比較記事小見出し***********/

#contentArea .clumnText_Area01 .textBold {
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
	font-size: 15px;
}

#contentArea .clumnText_Area02 p.textBold {
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 0;
    text-indent: 0;
	border-bottom:1px dotted #663310;
	font-size: 15px;
	background-image: url(../images/icon1.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 33px auto;
}



/***********比較記事冒頭テキスト***********/

.clumnText_Area01 {
    width: 98%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}


/***********比較記事画像***********/

.clumnBox01 .thumbnail1 {
    width: 40%;
    float: left;
    max-width: 150px;
    height: auto;
    margin-right: 5%;
    margin-bottom: 15px;
}


/***********比較記事枠***********/

.clumnBox01 table {
    width: 98%;
    border: #e4e4e4 2px solid;
    margin-bottom: 20px;
    margin-right: 1%;
    margin-left: 1%;
    clear: both;
    box-sizing: border-box;
}

.clumnBox01 tr {
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.clumnBox01 th {
	font-size: 15px;
	color: #FFF;
	background-color: #663310;
}

.clumnBox01 td {
    color: #fc0;
    font-size: 18px;
	padding-top: 2px;
	padding-bottom: 5px;
}


.clumnBox01 td img {
	width: 50%;
	max-width:180px;
	min-width:124px;
}

/***********公式サイトボタン***********/

.column_btn {
    width: 190px;
    height: 40px;
    display: block;
    background-color: #e80012;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.column_btn:hover {
    opacity: 0.8;
}


.column_btn2 {
    width: 70%;
	max-width:300px;
    height: auto;
    display: block;
    background-color: #e80012;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.column_btn2:hover {
    opacity: 0.8;
}

.column_btn2 img{
	max-width:254px;
	width: 70%;
}


/***********比較記事後方テキスト***********/

.clumnText_Area02 {
	width: 92%;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	border: 5px solid #e4e4e4;
}

.clumnText_Area02 ul {
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
    list-style: disc;
    list-style-position: outside;
    padding-left: 6%;
}

.clumnText_Area02 ul li {
	margin-top: 8px;
    margin-bottom: 5px;
}


/***********サイドエリア***********/

#sideArea {
    margin-bottom: 50px;
}

#sideArea {
    width: 92%;
    height: auto;
    margin-left: 4%;
    margin-right: 4%;
}


/***********サイドメニュー見出し***********/

#sideArea h4 {
    width: auto;
    height: auto;
    padding-top: 13px;
    padding-bottom: 10px;
	padding-left: 45px;
	line-height: 1.3;
    background-color: #663310;
    background-image: url(../images/h4.png);
    background-position: 10px center;
    background-repeat: no-repeat;
	background-size:28px;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}


/***********サイドメニュー部分***********/

#sideArea ul#menu1 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

#sideArea ul#menu1 li {
    width: auto;
    height: auto;
    background-image: url(../images/arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: #d5d5d5 solid 1px;
}

#sideArea li a {
    display: block;
    height: auto;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image: url(../images/arrow2.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #000000;
}

#sideArea li a:hover {
    text-decoration: underline;
}


/***********フッター***********/

#footerArea {
    background-color: #663310;
}

#footerArea footer {
    display: block;
}


/***********フッターリンク部分***********/

#footerArea ul {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
    display: block;
}

#footerArea li {
    margin: 0 1px;
    font-size: 11px;
    display: inline;
    color: #fff;
}

#footerArea li a {
    color: #fff;
    text-decoration: none;
}

#footerArea li a:hover {
    text-decoration: underline;
}


/***********フッターテキスト***********/

#footerArea .footerText {
    width: 92%;
    padding: 0 0 20px;
    font-size: 11px;
    line-height: 1.4;
    color: #fff;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
}

#footerArea .footerText a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

#footerArea .footerText a:hover {
    text-decoration: underline;
}


/***********装飾***********/

.red {
    color: #C50000;
}

.ylw {
    background-color: #FFE566;
    font-weight: bold;
    padding: 2px;
}


/**********************tailページ**********************/


/***********イメージ画像③***********/

.tail_pic {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
}


/***********イメージ画像④***********/

.tail_thumbnail {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/**********************sitemap**********************/
/* PS AUTO SITEMAP */

#sitemap_list li span,
#sitemap_list .page_item a {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 10px;
    color: #000000;
    border-left: 5px solid #663310;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#sitemap_list.cat-item > a:hover,
#sitemap_list.page_item > a:hover,
#sitemap_list .page_item a:hover {
    text-decoration: underline;
}

#sitemap_list .cat-item {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
}

#sitemap_list .post-item {
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5px;
    padding-bottom: 1px;
    font-size: 15px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 5%;
    line-height: 1.4;
    margin-bottom: 5px;
}

#sitemap_list .post-item a {
    color: #000000;
    text-decoration: none;
}

#sitemap_list .post-item a:hover {
    text-decoration: underline;
}


/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けおよび大型タブレット向けのレイアウトの指定:768~960px */

@media only screen and (min-width: 768px) {
    /***********ヘッダー***********/
    #headerArea {
        min-width: 910px;
    }
    #headerArea h1 {
        width: 510px;
        height: 18px;
        text-align: right;
        float: right;
        margin-top: 33px;
        margin-left: 0;
        margin-right: 5px;
    }
    #headerArea header {
        min-width: 900px;
        width: 900px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
    /***********ロゴ***********/
    #headerArea .logo {
        width: auto;
        float: left;
        margin-top: 20px;
        margin-left: 5px;
    }
    /***********メインエリア***********/
    #mainArea {
        min-width: 900px;
        width: 900px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 100px;
        content: '';
        display: table;
        clear: both;
        padding-left: 5px;
        padding-right: 5px;
    }
    /***********メイン画像***********/
    #mainimg {
        width: 910px;
        margin-left: auto;
        margin-right: auto;
    }
    #mainimg img {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    /***********ぱんくずリスト***********/
    #topicpath {
        width: 890px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    #topicpath li {
        font-size: 13px;
    }
    /***********コンテンツエリア***********/
    #contentArea {
        width: 580px;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    /***********記事見出し***********/
    .articleTitle {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        box-sizing: content-box;
    }
    /***********記事小見出し***********/
    .sectionTitle01 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    /***********イメージ画像①***********/
    .pic1 {
        width: 200px;
        height: auto;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }
    /***********テキスト範囲***********/
    #contentArea .sectionArea01 p {
        width: auto;
        font-size: 15px;
        line-height: 1.6;
        color: #000000;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    /***********比較記事***********/
    .clumnBox01 {
        width: 536px;
        border: 2px solid #663310;
        padding: 10px 18px 20px;
    }
    /***********比較記事タイトル***********/
    #contentArea .clumnTitle p{
        width: 476px;
		padding-left: 10px;
		padding-right: 0;
    }
    /***********比較記事テキスト***********/
    .clumnText_Area01 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    /***********比較記事画像***********/
    .clumnBox01 .thumbnail1 {
        float: left;
        width: 150px;
        height: auto;
    }
    /***********比較記事枠***********/
    .clumnBox01 table {
        width: 536px;
        margin-left: auto;
        margin-right: auto;
    }
    .clumnBox01 td {
        color: #fc0;
        font-size: 22px;
    }
    .clumnText_Area02 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    /***********公式サイトボタン***********/
    .column_btn {
        float: right;
    }

	.column_btn2 {
    width: 300px;
    height: auto;
}

    /***********サイドエリア***********/
    #sideArea {
        width: 280px;
        float: right;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    /***********サイドメニュー見出し***********/
    #sideArea h4 {
        width: 235px;
        color: #FFF;
        font-weight: bold;
        font-size: 15px;
    }
    /***********フッター***********/
    #footerArea {
        min-width: 910px;
        clear: both;
    }
    /**********************tailページ**********************/
    /***********イメージ画像③***********/
    .tail_pic {
        width: 100%;
        margin-left: 0;
        margin-right: 20;
        margin-bottom: 25px;
    }

	.tail_pic:hover{
		opacity:0.8;
	}
    /***********イメージ画像④***********/
    .tail_thumbnail {
        width: 150px;
        height: auto;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }

    /**********************sitemap**********************/
    /* PS AUTO SITEMAP */
    #sitemap_list .post-item {
        padding-left: 25px;
    }
    #sitemap_list .cat-item {
        margin-left: 0;
        margin-right: 0;
    }
    #sitemap_list .post-item {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%;
    }
}
.padding15 {
    padding:15px;
}