/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20160912β
*/
@import url('../affinger4/style.css');

.post h2{
	margin-top: 35px;
}

.post h3{
	margin-top: 35px;
}


/*自分で追加 (表)*/
.hyou{
	width: 100%;  
}

.hyou th{
	background-color: #C9F7FF;  
}

.hyou td{
	text-align: center;
	background-color: #FFFFFF;  
}

.kajo dt{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.kajo dd{
	background-color: #f3f3f3;
	padding: 20px 10px 10px;
	margin-left: 2em;
	margin-bottom: 1em;
	font-size: 14px;
}

.kajo dd p{
	margin-bottom: 1em;
}


/*自分で追加 (装飾)*/

.b{
	font-weight: bold;
}

.l{
	font-size: 1.5em;
}

.red{
	color: #FF3232;
	font-weight: bold;
}

.blue{
	color: #1271FF;
	font-weight: bold;
}

.by{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

.bg{
	background: linear-gradient(transparent 60%, #99FF7A 60%);
	font-weight: bold;
}

.mt2{
	margin-bottom: 40px;
}

.mb2{
	margin-top: 40px;
}

.mb3{
	margin-top: 60px;
}


/*自分で追加 (アイコン)*/

.arrow_orange{
	background-image: url(http://www.tensyoq.com/wp/wp-content/uploads/2017/06/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	overflow: hidden;
}

.arrow_red{
	background-image: url(http://www.tensyoq.com/wp/wp-content/uploads/2017/06/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	overflow: hidden;
}

.arrow_blue{
	background-image: url(http://www.tensyoq.com/wp/wp-content/uploads/2017/06/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	overflow: hidden;
}


/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {




/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {




/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {




/*-- ここまで --*/
}