@charset "euc-jp";
/* CSS Document */

/* common */

body {
margin: 0px;
padding: 0px;
background-color: #ffffff;
font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
font-size: 16px;
line-height: 24px;
color: #333;
}

a:link,
a:visited,
a:active {
color: #df0d1c;	
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

p {
margin-bottom: 1.5em;
}

.red {
color: #b80027;
}

#content-container {
width:960px;
margin:0 auto;
}

#content {
margin: 0 auto;
width: 920px;
padding: 40px 0px 40px 0px;
}

h1 img {
width:100%;
height:auto;
}

h1 {
margin-bottom: -4.5em;
}

h2 {
font-size:1.85em;
line-height: 1.2em;
font-weight: bold;
margin-bottom: 0.8em;
margin-top: 2.5em;
text-align: center;
}

h2 span {
display: inline-block;
}

h3 {
font-size: 1.5em;
font-weight: bold;
padding-bottom: 0.8em;
margin-top: 1.5em;
margin-bottom: 1em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cacaca;
}

h4 {
font-size: 1.2em;
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
}

h5 {
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
}

div#btn-jyouei {
text-align:center;
margin:3em 0px 5em 0px;
}

div#btn-jyouei a {
font-size: 1em;
color: #ffffff;
background-color: #df0d1c;
padding: 1em 2em;
text-decoration: none;
font-weight: bold;
background-repeat: no-repeat;
background-position: 40px center;
border-radius:100px; 
}

div#btn-jyouei a:hover {
background-color: #df3b47;
}

table tr td {
padding:1em 0.5em;
border: 1px solid #cccccc;
background: #FFF;
}

table tr td.midashi {
color: #FFF;
background: #2f2f2f;	
}

table.download tr td {
text-align: center;
padding-right: 1.5em;
padding-left: 1.5em;
}

table.download tr td a {
font-weight:bold;
text-decoration: underline;
}

table .table-notice {
display: block;
margin-top:1em;
font-size: 0.8em;
line-height: 1.4em;
opacity: 0.8;
}

.notice {
font-size: 0.8em;
background-color: #f5f5f5;	
padding:1.2em 1.2em 0.8em 1.2em;
margin:20px 0;
}

.notice li {
text-indent: -1em;
margin-left: 1em;
line-height: 1.4em;
margin-bottom: 0.3em;
}

#content.jyouei h3.topics {
background-color: #bc2b3c;
padding: 0.8em 1em;
text-decoration: none;
font-weight: bold;
font-size: 1.2em;
color: #FFF;
margin-bottom: 0px;
}

#content ul.area {
margin:1em 0 1.5em 0;
}

#content ul.area li {
display: inline-table;
font-size: 1.2em;
font-weight: bold;
margin-right: 1em;
color: #333;
}

table.jyouei-list {
width:100%;
line-height: 1.2em;
}

table.jyouei-list td {
color: #000;
background-color: #ffffff;
border: 1px solid #CCCCCC;
padding: 0.5em;
text-align: center;
}

table.jyouei-list td.midashi {
color: #FFF;
background: #2f2f2f;
border: 1px solid #FFF;
padding: 1em;
text-align: center;
}

table.jyouei-list td.midashi:nth-of-type(1) {
width:15%;
}

table.jyouei-list td.midashi:nth-of-type(2) {
width:25%;
}

table.jyouei-list td.midashi:nth-of-type(3) {
width:30%;
}

table.jyouei-list td.midashi:nth-of-type(4) {
width:30%;
}

table.jyouei-list td span {
display: inline-block;
}

table.jyouei-list td a {
display: inline-block;
margin: 0.5em 0;
}

/* jyouei-single */

.jyouei-single #articles-wrapper div.category {
display: block;
width: 100%;
margin-bottom: 0.4em;
text-align: right;
height: 3em;
}

#articles-wrapper {
width:100%;
margin-top:4em;
}

#articles-wrapper h3 a {
text-decoration: none;
color: #333333;
}

#articles-wrapper div.article {
line-height: 1.6em;
margin-bottom:1.6em;
}

#articles-wrapper div.article p {
margin-top:1.2em;
}

#articles-wrapper div.category a:hover {
color: #bc2b3c;
}

#articles-wrapper div.article-plugin {
margin-top:-3.5em;
}

#articles-wrapper div.article-plugin iframe {
width:100px !important;
}

#articles-wrapper div.article-plugin iframe:first-child {
width:80px !important;
}

#articles-wrapper div#navi {
display: block;
width: 100%;
margin-top: 3em;
margin-bottom: 4em;
}

#articles-wrapper div#navi div#back a,
#articles-wrapper div#navi div#next a{
display: block;
text-decoration: none;
height: 40px;
color: #FFF;
width: 10em;
text-align: center;
line-height: 40px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

#articles-wrapper div#navi div#back a {
background: #000;
}

#articles-wrapper div#navi div#next a {
background: #000;
}

#articles-wrapper div#navi div#back  a:hover {
color: #FFF;
background-color: #666666;
}

#articles-wrapper div#navi div#next a:hover {
background-color: #666666;
color: #FFF;
}

#articles-wrapper div#navi div#back a {
float: left;	
}

#articles-wrapper div#navi div#next a {
float: right;	
}

/* menu */

#menu {
width:100%;
display: block;
margin-top:30px;
margin-bottom:30px;
}

#menu ul li {
line-height: 1.2em;
margin-bottom: 0.8em;
list-style-position: inside;
list-style-type: disc;
}

#menu ul li a {
text-decoration: none;

}

#menu ul li a:hover {
text-decoration: underline;
color:#bc2b3c;
}

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

/* common 960 */

body {
font-size: 14px;
line-height: 24px;
}

#content-container {
width:100%;
margin:0 auto;
}

#content {
margin: 0 auto;
width: 90%;
padding: 30px 5% 30px 5%;
}

h2 {
font-size:1.6em;
}

h3 {
font-size: 1.3em;
padding-bottom: 0.6em;
margin-top: 1.5em;
margin-bottom: 0.7em;
}

h4 {
font-size: 1.1em;
margin-top: 1em;
margin-bottom: 0.7em;
}

div#btn-jyouei {
text-align:center;
margin:2em 0px 3em 0px;
}

table.jyouei-list {
font-size: 0.8em;
}

table.jyouei-list td {
padding: 0.5em;
}

table.jyouei-list td.midashi:nth-of-type(1) {
width:25%;
}

table.jyouei-list td.midashi:nth-of-type(2) {
width:25%;
}

table.jyouei-list td.midashi:nth-of-type(3) {
width:25%;
}

table.jyouei-list td.midashi:nth-of-type(4) {
width:25%;
}

}
