﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#topicframe {
 font-size:medium;
 width:60%;
 margin:0;
 padding:0;
}

#topicframe .topicframe {
    height: 0px;
    margin: 0;
    padding: 0;
}

.topicframe img
{
    vertical-align: top;
}

.maincontents {
 padding:20px;
 line-height:150%;
 font-size: 120%;
}

.maincontents h2 {
 clear:both;
 letter-spacing:0.1em;
 font-size:large;
 font-weight:bold;
}


.maincontents h3 {
 clear:both;
 letter-spacing:0.1em;
 font-size:100%;
 font-weight:bold;
 margin:10px 0 5px 2px ;
 padding:2px 2px 2px 6px;
}

.maincontents h4 {
 clear:both;
 letter-spacing:0.1em;
 display:inline;
 font-size:100%;
 font-weight:bold;
 margin:5px 0 5px 2px ;
 padding:5px 5px 5px 10px; 
}

.maincontents h5 {
 color:black;
 letter-spacing:0.1em;
 font-size:100%;
 margin:10px 0 5px 1em ;
}


.maincontents p {
 clear:both;
 font-size:100%;
 margin:0px 0 0px 2em ;
}

.maincontents ul {
 font-size:100%;
 margin-left:3em;
}

.maincontents ol {
 font-size:100%;
 margin-left:3em;
}

.maincontents table {
    margin:5px 5px 5px 1em;
}

.maincontents tr {
    font-size:100%;
}

.maincontents th {
}

.maincontents td {
   line-height:120%;
}



.clear-l {
 clear:left;
}

.clear-r {
 clear:right;
}

.clear-both {
 clear:both;
}

.Item_basic + .Responsibility{
    font-size: medium;
    font-weight: bold;
    color: #000;
}

p.maintitle{
   color: seagreen;
   line-height: 150%;
   font-family: 'Hiragino Kaku Gothic ProN';
   font-style: italic;
   font-weight: bold;
   font-size:200%;
}
div.mt-bg p{
   color: seagreen;
   line-height: 150%;
   font-family: 'Hiragino Kaku Gothic ProN';
   font-style: italic;
   font-weight: bold;
   font-size:200%;}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
p.maintitle{
   color: seagreen;
   line-height: 150%;
   font-family: 'Hiragino Kaku Gothic ProN';
   font-style: italic;
   font-weight: bold;
   font-size:120%;
}
div.mt-bg p{
   color: seagreen;
   line-height: 150%;
   font-family: 'Hiragino Kaku Gothic ProN';
   font-style: italic;
   font-weight: bold;
   font-size:120%;}
}
