/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.n_osusume {
	border: 2px #ff9400 solid !important;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px !important;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	margin-bottom: 30px;
}

.post .n_osusume table {
	margin: 0 !important;
}

.post .n_osusume td, .post .n_osusume th {
	border: 0 !important;
}

.n_osusume th.n_title {
	background: #ff9400 !important;
	border-bottom: 0 !important;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-moz-border-top-right-radius: 12px;
	-o-border-top-left-radius: 12px;
	-o-border-top-right-radius: 12px;
	-ms-border-top-left-radius: 12px;
	-ms-border-top-right-radius: 12px;
	padding: 10px !important;
}

.n_osusume td {
	padding: 10px !important;
}

.post .n_osusume tr:first-child td {
	border-top: 0 !important;
}

.post .n_osusume td {
	padding-left: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 10px !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 1px dotted #ff9400 !important;
}

.n_osusume td.n_icon {
	width: 25px;
	border-left: 0 !important;
	border-right: 0 !important;
	padding-right: 0 !important;
}

table.n_koumoku_table {
	margin-bottom: 30px !important;
}

table.n_koumoku_table:last-child {
	margin-bottom: 0 !important;
}

table.n_koumoku_table td, table.n_koumoku_table  th {
	border: 1px solid #ff9400 !important;
}

table.n_koumoku_table th {
	background: -moz-linear-gradient(center top,rgba(255,252,243,1) 0%,rgba(255,255,255,1) 100%) repeat scroll 0 0 rgba(0,0,0,0) !important;
}

table.n_koumoku_table th {
	background: #fffcf3;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf3',endColorstr='#ffffff',GradientType=0);
	background: -moz-linear-gradient(top,#fffcf3,#ffffff);
	background: -webkit-gradient(linear,center top,center bottom,from(#fffcf3),to(#ffffff));
}

table.n_koumoku_table th.n_koumoku_title {
	background: url('https://www.osusumero-n.com/wp-content/uploads/2015/04/n_orange_bg.jpg') repeat-x bottom !important;
	padding: 8px 10px !important;
}

h3.n_subtitle {
	border-left: 3px solid #ff9400;
	margin: 0;
	color: #000;
	padding: 3px 10px;
	text-align: left;
}
.header_pr {
    display: inline-block;
    padding:3px 10px;
    border:1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    right:0;
    font-size:13px;
    background: #fff;
    margin:-20px 0 20px;
}