@charset "UTF-8";

/**
 *
 * レスポンシブウェブデザイン用
 *
**/



/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 768px) {

/**
 * 再定義
**/

body {
	min-width: 0;
}


a.opa:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/**
 * SP表示
**/
.sp_disp { display: block !important; }
.pc_disp { display: none !important; }

/* レイアウト・共通デザイン
   ================================================================ */

/**
 * コンテンツ
**/
.content {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}


/**
 * フッター
**/
footer {
	clear: both;
	background: #369001;
	margin: 30px 0 0 0;
	position: relative;
}

/**
 *　ページタイトル
**/

.pagetitle {
	width: 100%;
	padding: 0 0 0 0;
	background: #fff;
	border-top: 10px  solid #333;
}

.pagetitle h1 {
	margin: 0 auto 0 auto;
	padding: 20px 5% 20px 5%;
	width: 90%;
	font-size: 2.4rem;
	line-height: 3.0rem;
	font-weight: bold;
	background: #2581c4;
	color: #fff;
}

.pagetitle p {
	margin: 0 auto 0 auto;
	padding: 15px 5% 15px 5%;
	font-size: 1.4rem;
	line-height: 1.8rem;
	width: 90%;
	background: #efefef;
	color: #000;
}

/*　パンクズ*/
.pankuzu {
	margin: 0 4% 0 4%;
	padding: 0 0 10px 0;
	width: 92%;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #666;
	z-index: 50;
}

/*　公式サイトへ */
.bt_hp {
	margin: 50px 5% 0 5% !important;
}

.waku .bt_hp {
	margin: 50px 0 0 0 !important;
}

.bt_hp a {
	display: block;
	height: auto;
	background: url(images/common/bt_hp.png) top center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 3.0rem;
}

.bt_hp a:link,
.bt_hp a:hover,
.bt_hp a:visited {
	color: #fff;
	text-decoration: none;
}


/* 記事装飾
   ================================================================ */

.post {
	border: 1px solid #ddd;
	padding: 0 0 30px 0;
	background: #fff;
}

.post img{
	width: 92%;
	margin: 20px 4% 0 4%;
}

.post h2{
	position: relative;
	color: #000;
	background-position: 12px auto;
	display: block;
	padding: 10px 0 10px 0;
	font-size: 2.8rem;
	line-height: 3.8rem;
	font-weight: bold;
	margin: 40px 4% 0 4%;
	border-bottom: 2px solid #2581c4;
}

.post h3{
	border-left: 7px solid #2581c4;
	color: #000;
	font-size: 2.4rem;
	line-height: 3.0rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 40px 4% 0 4%;
}

.post h4{
	padding: 0 0 0 0;
	font-size: 2.0rem;
	line-height: 2.6rem;
	font-weight: bold;
	color: #000;
	margin: 40px 4% 0 4%;
}


.post p{
	font-size: 1.5rem;
	line-height: 2.4rem;
	margin: 20px 4% 0 4%;
}

/* リストスタイル */
.post ul{
	margin: 30px 4% 0 4%;
}

.post li{
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
	background: url(images/common/ico_list.png) no-repeat;
	background-size: 20px auto; 
	background-position: 0 50%;
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.post li:first-child{
	margin: 0 0 0 0;
}

.post .osusume li{
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	background: none;
	background-position: 0 50%;
	font-size: 2.2rem;
	line-height: 2.8rem;
}

/* post-waku */
.waku{
	margin: 30px 3% 0 3%;
	background: #edf6ff;
	padding: 20px;
}

.waku h3{
	margin: 0 20px 20px 0;
}

.waku p{
	margin: 20px 0 0 0;
}

.date {
	color: #999;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 20px 0 0 0;
}


/* テーブル
   ================================================================ */

table th{
	padding: 10px;
	text-align: left;
	color: #2581c4;
	background-color: #edf6ff;
	border: 1px solid #2581c4;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.0rem;
	vertical-align: middle;
}

table td{
	padding: 15px;
	background-color: #fff;
	border: 1px solid #2581c4;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 2.0rem;
}

}