﻿/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 1.5em;
	margin: 60px 0 0 0;
	padding: 0px;
	width: 100%;
	max-width: 840px;
	height: 1000px;
}

a:link, a:visited, a:hover {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size: 23px;
 color: #ff0000;
 line-height: 30px;
 font-weight:bold;
 vertical-align: text-bottom;
}

h2{
 font-size: 20px;
 color: #ff0033;
}

h3{
 font-size: 16px;
 color: #0000ff;
 min-height:24px;
 padding-left:12px;
 background-image:url(https://honyakukorea.com/img/hane24plusredh3.png);
 background-position:left bottom;
 background-repeat:no-repeat;
}

h4{
 font-size: 16px;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
img { 
    max-width: 100%; 
    height: auto; 
	max-height: 100%;
} 
#fixhead{
  position:fixed;
  top:0;  
  left:0;
  min-height:50px;
  width:100%;
  max-width:840px;
  opacity:0.95;
  z-index:100;
  background:#fff;
  box-shadow:0 2px 8px rgba(30,30,80,.3);
	border-bottom: 1px solid #cccccc;
	background-image: url(img/asc_cap.jpg);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: right 5px bottom 1px;
  font-size:16px;
}
.padding10px{
  padding:0 10px;
}

#masthead{
	margin: 0;
	padding: 30px 0px 0px 0px;
	width: 100%;
	height: auto;
}

#navBar{
	margin: 0 70% 0 0;
	padding: 0px;
	background-image: url(img/menu_bg_sora.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 68%;
	margin: 0;
	padding: 0 2% 0 0;
}
.nowp {
    display: inline-block; /* インラインブロック化 */
}

@media screen and (min-width:680px) {
ul.navi{
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	width: 100%;
	max-width:840px;
	background-image:url(img/navi_back30_blue.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}
  .nonedesk{
  display:none;
  }
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0px 0px 0px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}


/************* #globalNav styles **************/

div.theme{
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 840px;
}

div.navi{
color: #cccccc;
background-color: #2727ff;
padding: 0;
border:0px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

ul.navi{
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	width: 100%;
	max-width:840px;
	background-image:url(img/navi_back30_blue.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}
ul.navi li{
	list-style:none;
	padding:0px;
	height:30px;
	float:left;
	width:140px;
}
ul.navi a{
	display:block;
	width:140px;
	padding:10px 0px 0px 0px;
	height:20px;/* 上paddingと合わせてnaviのheight */
	text-align:center;
	text-decoration: none;
	overflow:hidden;
	font-weight: normal;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	color:#ffffff;
}
a.navi{
	background-image:url(img/navi_back30.jpg);
}
a:hover.navi{
	color:#ff0000;
	background-position:0px -30px;
}
a:active.navi{
	color:#ffff00;
	background-position:0px -60px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding: 5px 0px 5px 10px;
	margin: 10px 0 10px 0;
}


/************** .feature styles ***************/
div.sixteenpx{
	font-size:16px;
	font-family:'ＭＳ 明朝',monospace; 
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 16px;
	line-height:1.5em;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 16px;
	color: #666666;
	line-height:1.5em;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.pad10px{
	margin:0px;
	padding:5px 5px 5px 5px;
}
.red{
	color:#FF0000;
}
.blue{
	color:#0000ff;
}
.yellow{
	color:#ffff00;
}
.bold{
	font-weight:bold;
}
.under{
	text-decoration:underline;
}

.no_border {
    border: 0px;
	}

.fs10px{
	font-size:10px;
	}

.marginset30px{
	margin:0 0 0 30px;
	padding:0 0 0 30px;
}
.oshirase{
	margin-left:10px;
}
li.hane{
	list-style-image:url(img/hane16.jpg);
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック","Osaka";
}
ul.ya{
	list-style-image:url(img/ya.gif);
	font-size:13px;
}
li.ya{
	margin:0 0 0 30px;
	list-style-image:url(img/ya.gif);
	font-size:13px;
}
li.bikkuri{
	list-style-image:url(img/bikkuri.gif);
	font-size:13px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #0000ff;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #0000ff;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 4px 0px 4px 10px;
	font-size: 16px;
	color: #ff0000;
}

#sectionLinks a:link{
	padding: 8px 0px 8px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 8px 0px 8px 10px;
	color: #5555aa;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ff0000;
	padding: 8px 0px 8px 10px;
	color: #ffff00;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 10px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	line-height:1.5em;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



