@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;
    background-image: url(../images/bg.png);
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: bottom;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*-----------------------------------------------------
     wraper
-----------------------------------------------------*/
#body_layout{
	width: 94%;
	height: auto;
	margin: 0 auto;
}
#layout_healine {
	width: 100%;
	height: auto;
    margin: 0 auto;
    background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; 
}
#area_wrap {
	width: 100%;
	height: auto;
}

h1 {
    height: auto;
	width: auto;
    padding: 10px 0 10px 10px;
	font-size: 2.7vw;
	line-height: 1.4em;
	font-weight: bold;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #000;
	text-decoration: underline;
}
#entry{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 5% 5% 200px;
	background-color: #FFF;
	overflow: hidden;
}
/*-----------------------------------------------------
     left
-----------------------------------------------------*/
#leftclms{
	width: 100%;
	height: auto;
}
.leftside{
	width: 90%;
	height: auto;
	padding: 5% 5% 2%;
	margin: 0 0 35px;
	border: 1px solid #DDD;
	border-top: 5px solid #860b2d;
	border-bottom: 3px solid #DDD;
	border-radius: 3px;
}
.date{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	color: #333;
	line-height: 20px;
	text-align: right;
	font-size: 12px;
}
h2{
	width: 100%;
	height: auto;
	padding: 5px 10px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 17px;
	border-left: 5px solid #860b2d; 
}
h2 a{
	color: #0A0A0A;
	text-decoration: none;
}
h2 a:hover{
	color: #0A0A0A;
	text-decoration: underline;
}
h3{
	width: 100%;
	height: auto;
	padding: 5px 0 5px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 15px;
	border-bottom: 2px solid #860b2d;
}
.snbtn {
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}

.snbtn::after{
    content: '';
    display: table;
    clear: both;
}

.snbtn li {
	float: right;
	padding: 0 0 0 5px;
}

.twitter {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

.hatebu {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
.center-content{
	width: 100%;
	height: auto;
}
.thumbnail {
	width: 100%;
    height: auto;
	margin: 0 0 15px 0;
}
.center-content p{
	width: 100%;
	height: auto;
	font-size:0.9em;
	line-height: 20px;
	margin-bottom: 30px;
}
/*-----------------------------------------------------
     right
-----------------------------------------------------*/
#right-box{
	width: 100%;
	height: auto;
}
.right-column{
	width: 90%;
	height: auto;
	padding: 5%;
	margin-bottom: 20px;
	border: 1px solid #DDD;
	border-top: 5px solid #860b2d;
	border-bottom: 3px solid #DDD;
	border-radius: 3px;
}
h4{
	width:100%;
	height: auto;
	margin: 0 0 10px;
	line-height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
}
.right-column p{
	width: auto;
	height: auto;
	line-height: 20px;
	font-size: 0.9em;
}
.right-column p a{
	color: #0A0A0A;
	text-decoration: none;
}
.right-column p a:hover{
	color: #0A0A0A;
	text-decoration: underline;
}
.profile{
	width: 100%;
	max-width: 90px;
	float: right;
	margin: 0 0 5px 5px;
}
.profile_pic {
	padding: 0px;
	float: none;
	height: auto;
	width: 60%;
	margin: 0 auto 10px;
	display: block;
	max-width: 200px;
}
dl {
	width: auto;
	height: auto;
	padding: 0px;
	overflow: auto;
	display: block;
    background-color: #FFF;
    border-bottom: 1px solid #dddddd;
}

dt {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 10px;
	float: left;
}

dd {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0 0 0;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	display: table-cell;
	vertical-align: middle;
}

dl .sidemenu{
	width: auto;
	height: auto;
	padding: 5px 0;
	margin: 0 auto;
	line-height: 20px;
	font-size: 14px;
	border: none;
}

dd a {
	text-decoration:none;
	color: #000;
    padding:  0;
    display: block;
}

dd a:hover {
	text-decoration: underline;
	color: #000;
}
.sub{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}
.sub a{
	color: #0A0A0A;
	text-decoration: none;
}
.sub a:hover{
	color: #0A0A0A;
	text-decoration: underline;
}

.center-content .sub{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}
.center-content .sub a{
	color: #0A0A0A;
	text-decoration: none;
}
.center-content .sub a:hover{
	color: #0A0A0A;
	text-decoration: underline;
}

/*-----------------------------------------------------
     footer
-----------------------------------------------------*/
.ft_area{
	width: 100%;
	height: auto;
	padding:20px 0;
	background-color: #860b2d;
}
.ft_area a{
	color: #fff;
	text-decoration: none;
}
.ft_area a:hover{
	color: #fff;
	text-decoration: underline;
}
.ft_area p{
	margin: auto;
	height: auto;
	margin: 0;
	text-align: center;
	line-height: 20px;
	font-size: 0.9em;
	color: #fff;
}
.nav_ft{
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	text-align: center;
	color: #fff;
}
.nav_ft li{
	width: auto;
	height: auto;
	font-size: 0.9em;
	display: inline;
}
/*-------------------------------------------------------
form
-------------------------------------------------------*/

form div {
    margin: 0 0 18px;
    padding: 0;
    display: block;
}

form div p {
    font-size: 17px;
    color: #444;
    margin:0 0 10px;
	padding: 0;
}

form div input {
    width: 100%;
    padding: 15px;
    background-color: #EEE;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

form div textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    background-color: #eee;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

form span{
    width: 100%;
    text-align: center;
	display: block;
}

form span input{
    padding:15px 15px;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けおよび大型タブレット向けのレイアウトの指定:768~960px */

@media only screen and (min-width: 768px) {
/*-----------------------------------------------------
     wraper
-----------------------------------------------------*/
#layout_healine {
	width: 1030px;
	height: 340px;
	margin: 0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#area_wrap {
	width: 1030px;
}
h1 {
	font-size: 25px;
}
#entry{
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 25px 25px 150px;
	background-color: #FFF;
	overflow: hidden;
}
/*-----------------------------------------------------
     left
-----------------------------------------------------*/
#leftclms{
	width: 640px;
	height: auto;
	float: left;
}
.leftside{
	width: 600px;
	height: auto;
	padding: 20px 20px 10px;
	border: 1px solid #DDD;
	border-top: 5px solid  #860b2d;
	border-radius: 3px;
	border-bottom: 3px solid #DDD;
}
.date{
	width: 600px;
	height: auto;
	margin: 0 auto 20px;
	color: #333;
	line-height: 20px;
	text-align: right;
	font-size: 12px;
}
h2{
	width: auto;
	height: auto;
	padding: 5px 10px;
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 20px;
	border-left: 5px solid #860b2d; 

}
.center-content p{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 25px;
}

/*-----------------------------------------------------
     right
-----------------------------------------------------*/
#right-box{
	width: 310px;
	height: auto;
	float: right;
}
.right-column{
	width: 290px;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #DDD;
	border-top: 5px solid #860b2d;
	border-bottom: 3px solid #DDD;
	border-radius: 3px;
}
h4{
	width:290px;
	height: auto;
	margin: 0;
	line-height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
}
.right-column p{
	width: auto;
	height: auto;
	margin-top: 10px;
	line-height: 20px;
	font-size: 12px;
}
.profile{
	width: 100%;
	float: right;
	margin: 0 0 5px 5px;
}
.profile_pic{
	width: 100%;
	float: right;
	margin: 0 0 5px 5px;
}
.sub{
	width: 290px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}
.sub a{
	color: #0A0A0A;
	text-decoration: none;
}
.sub a:hover{
	color: #0A0A0A;
	text-decoration: underline;
}
dl .sidemenu{
	font-size: 14px;
}
/*-----------------------------------------------------
     footer
-----------------------------------------------------*/
.ft_area{
	width: 1030px;
	height: auto;
	margin: 0 auto;
	background-color: #860b2d;
	
}

}
