@charset "utf-8";
/*
Theme Name: original
Theme URI: http://freehand-web.com/
Description: original theme
*/

/*==========================================
 reset
===========================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol, ul {
    list-style: none;
}

/* clearfix */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}


/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background:#FFF;
  background:#FFF url(images/bg034_09.gif);
	border-top: 5px solid #184B00;
}

body, #container {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
#header, #container, #footer {
  background:#FFF;
  border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -pie-box-shadow: 0 1px 1px #ccc;
}


a {
  color:#395498;
  text-decoration:underline;
  word-wrap: break-word;
}
a:hover {
  color:#333;
  text-decoration:none;
}
a:visited {
  color:#263866;
  text-decoration:underline;
}

a.pdf:link, a.pdf:visited	{
/*
  padding: 6px 0px 0px 18px;
  background: url(images/pdf.png) no-repeat left bottom;
*/
  padding: 6px 18px 0px 0px;
  background: url(images/pdf.png) no-repeat right bottom;
  text-decoration: none; 
}
a.pdf:hover, a.pdf:active	{
/*
  padding: 6px 0px 0px 18px; 
  background: url(images/pdf.png) no-repeat left bottom;
*/
  padding: 6px 18px 0px 0px;
  background: url(images/pdf.png) no-repeat right bottom;
  text-decoration: underline; 
}


h1, h2, h3, h4, h5, h6	{ color: #072e1b; letter-spacing: 1px; }
h1	{ font-size: 1.3em; }
h2	{ font-size: 1.3em; 
	background: url(images/line.png) repeat-x bottom left;
	padding-bottom: 15px; padding-left: 5px;
}
h3	{ font-size: 1.3em; border-left: solid 5px #ccc; padding: 2px 0px 1px 8px; }
h4	{ font-size: 1.2em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1.0em; }


h1.entry-title, h1.entry-title a {
  color: #555;
  font-weight: bold;
  background: url(images/h1_bg.png) no-repeat left center;
  padding: 30px 15px 25px 25px;
  margin-bottom: 2em;
  border-color: #eaeaea;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
}

.toplogo {
	float:left; 
	padding: 5px;
}
.toplogo img {
	max-width: 280px;
}

.notice	{ color: brown; }
.smaller { font-size: 0.85em; }
.xsmaller { font-size: 0.82em; }

.orange { color: orange; }
.green { color: green; }
.blue { color: blue; }
.red { color: red; }
.grey { color: #666; }
.brown { color: brown; }

.letter10 { width: 10em; }
.new { color:red; font-size: 0.9em; }

.hissu	{ color: red; font-weight: bold; }

.bold	{ font-weight: bold; }

.latest-excerpt	{ font-size: 0.9em; }

.m_t_0	{ margin-top: 0px; }
.m_t_10	{ margin-top: 10px; }
.m_t_20	{ margin-top: 20px; }

.p_l_10	{ padding-left: 10px; }
.p_l_20	{ padding-left: 20px; }

.lh_1_4	{ line-height: 1.4em; }

.bigger { font-size: 1.1em; }
.bigger2 { font-size: 1.2em; }
.bigger3 { font-size: 1.3em; }
.bigger4 { font-size: 1.4em; }
.bigger5 { font-size: 1.5em; }

a	{ word-wrap: break-word; }

.migiyose	{ text-align: right; }


hr.clear { clear: both; }

/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto 10px auto;
}

.full-width {
	width:100%;
	height:auto;
	overflow:hidden;
}

img.pic {
  border: 10px solid #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}

img.round {
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.border { border: solid 1px #ccc; } 
.padding-02 { padding: 2px; }

.flyer img, .pic img { border: solid 1px #ccc; }


.waku	{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background: #eee; 
	border-radius:6px;
	padding: 10px;
}

.waku01	{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background: #e1dad1;
	border-radius:6px;
	padding: 10px 20px 30px 20px;
}

.waku-round	{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background: #fff;
	border-radius:6px;
	padding: 10px;
}

.indent_1em	{ padding-left: 1em; }

.fLeft { float: left; padding-right: 10px;}
.fRight { float: right; padding-left: 10px; }

dl.kokuchi	{}
dl.kokuchi dt	{ font-weight: bold; border-bottom: solid 1px #999;
	-webkit-box-shadow: 0 1px 0 #fff;	
	-moz-box-shadow: 0 1px 0 #fff;	
	box-shadow: 0 1px 0 #fff;	
}
dl.kokuchi dd	{ padding-left: 1em; margin-bottom: 1em; }

ul.listup, ol.listup { padding-left: 1em; }
ul.listup li, ol.listup li { line-height: 1.4em; margin-bottom: 1em; }

/*==========================================
 header
===========================================*/
#header {
  text-align:center;
  position:relative;
  overflow:hidden;
}

/* logo */
#header h1 {
  margin:0 auto;
  padding:10px 5px 7px 5px;
  width:90%;
}
#header h1 img {
  width:100%;
  max-width: 300px;
}

/* description */
#header p#sitedesc {
  display: none; /* モバイル非表示 */
}

/* sub-nav */
#header ul#menu-sub-nav {
  padding-top: 10px;
  margin-bottom:15px;
  position:relative;
  left:50%;
  float:left;
}
#header ul#menu-sub-nav li {
  float:left;
  position:relative;
  left: -50%;
}
#header ul#menu-sub-nav li a {
  display:block;
  font-size:0.8em;
  margin-right:20px;
  padding-left:20px;
  text-decoration:none;
}
#header ul#menu-sub-nav li a:before {
  font-family: 'FontAwesome';
  content: "\f138";
  padding-right:0.3em;
}

.menu {
  zoom: 1;
}
.menu:before, .menu:after {
  content: "";
  display: table;
}
.menu:after {
  clear: both;
}



/* top image */
#header-gra {
  width:100%;
}
#header-gra img {
  width:100%;
  height:auto;
  max-width:960px;
}


/*-------------
global-nav
-------------*/
#global-nav { 
	clear: both;
}
#global-nav ul#menu-nav {
	height: 46px;
	width: 100%;
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FCFCFC, #ECECEC);
    border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -pie-box-shadow: 0 1px 1px #ccc;
    position: relative;
    behavior: url("wp-content/themes/skeleton/PIE.php");

}
#global-nav ul li.menu-item { 
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FCFCFC, #ECECEC);
	background-image: none;
	border-right: 1px solid #e3e3e3;
    position: relative;
    behavior: url("wp-content/themes/skeleton/PIE.php");
}
#global-nav ul li.menu-item a{ 
	display: block; 
	padding-right: 15px;
	padding-left: 15px;
	height: 46px;
	line-height: 46px;
	background: url(images/bg_nav_btn.gif) no-repeat left top;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center; 
	text-shadow: 1px 1px 0px #fff;
}

#global-nav ul li.menu-item a:hover, 
#global-nav ul li.current-menu-item a,
#global-nav ul li.current-menu-parent a,
#global-nav ul li.current-post-ancestor a {
	color: #545454;
	background: #f1f1f1;
 	background: -moz-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FFFFFF, #F1F1F1);
	border-bottom: 1px solid #F1F1F1;
    position: relative;
    behavior: url("wp-content/themes/skeleton/PIE.php");
}
#global-nav ul li.current-menu-item a { 
	color: #111;
	background: #fff;
	text-shadow: 1px 1px 0px #fff;
	border-bottom: 1px solid #fff;
}
#global-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}

#global-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;

 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
}

#global-nav ul li:hover ul.sub-menu {
	display: block;
}

#global-nav ul li ul.sub-menu li{
	float: none;
}

#global-nav ul li ul.sub-menu li a {
	width: 120px;
	border: 1px solid #fff;
	border-top: none;
	text-align: left;
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FCFCFC, #ECECEC);
	background-image: none;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#global-nav ul li ul.sub-menu li a:hover,
#global-nav ul li ul.sub-menu li.current-menu-item a,
#global-nav ul li ul.sub-menu li.current-menu-parent a{
	background: #fff;
}


/*==========================================
 container
===========================================*/
div#container {
  background: #fff;
  font-size: 0.9em;
  line-height: 1.4em;
}

.breadcrumbs {
	padding: 1em;
	font-size: 0.8em;
}

.wp-pagenavi {
	margin: 10px auto;
	text-align: center;
}

/*==========================================
 contents, onecolumn-contents
===========================================*/
div#contents, div#onecolumn-contents {
  padding-bottom: 30px;
}

.section-header { 
	position: relative;
}

/* toppage */
#contents .section-header h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(images/line.png) repeat-x bottom;
  font-size: 1.2em;
}

#contents .section-header p{ 
  position: absolute;
  top: 0px;
  right: 5px;
}

#contents .section-header p a{
  font-size: 90%;
  text-decoration:none;
}

div#news {
}

div.box {
  padding: 10px;
}


/*==========================================
 page: default, no-sidebar
===========================================*/
#contents h2, #onecolumn-contents h2 {
  padding-bottom: 15px;
  background: url(images/line.png) repeat-x bottom;
  font-size: 1.4em;
  margin: 1em 0;
}

#contents h3, #onecolumn-contents h3	{
  margin: 1em 0;
  border-bottom: solid 1px #bbb; 
  padding: 5px 10px;
  font-size: 1.1em;
}

#contents h4, #onecolumn-contents h4	{
  font-size: 1.2em;
  margin: 0.5em 0;
}

#contents ul, #onecolumn-contents ul {
  list-style: disc;
  list-style-position: inside;
}

#contents ol, #onecolumn-contents ol {
  list-style: decimal;
  list-style-position: inside;
}


/* Tables */
#contents table, #onecolumn-contents table {
	margin: .5em 0 1em;
}
#contents table th, #onecolumn-contents table th {
	text-align: left;
	border: 0;
	padding: 5px;
	background: transparent;
	font-weight: normal;
}
#contents table td, #onecolumn-contents table td {
	border: 0;
	padding: 5px;
	background: transparent;
}
#contents table.waku, #onecolumn-contents table.waku {
	margin: .5em 0 1em;
}
#contents table.waku th, #onecolumn-contents table.waku th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: normal;
}
#contents table.waku td, #onecolumn-contents table.waku td {
	border: 1px solid #d1d1d1;
	padding: 10px; 
}
#contents table.list, #onecolumn-contents table.list {
	margin: .5em 0 1em;
}
#contents table.list caption, #onecolumn-contents table.list caption { border-left: solid 4px #e99031; padding: 2px 12px; color: #e99031; font-weight: bold; font-size: 1.1em; text-align: left; margin: 10px 0 5px; 
}
#contents table.list th, #onecolumn-contents table.list th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: bold;
}
#contents table.list th.koumoku, #onecolumn-contents table.list th.koumoku { width: 11em; white-space: normal; }
#contents table.list td, #onecolumn-contents table.list td {
	border: 1px solid #d1d1d1;
	padding: 10px; 
	background: #fff;
}
#contents table.list td.nedan, #onecolumn-contents table.list td.nedan { text-align: right; width: 8em; }

table.hyou tr:nth-child(2n) {
 background: #DFEEFF;
}

/* aboutus */
p.para01	{
  text-shadow: 1px 1px 0px white; padding: 0px 250px 0px 10px;
}
img.mobonly { display: none; }


/*==========================================
 トップページ NEWS
===========================================*/
#news .news-item {
	clear: both;
	padding: 5px 0;
}
#news a .news-item {
	display: block;
	overflow: hidden;
	border-bottom: dashed 1px #ccc;
}
#news a {
	text-decoration: none;
}
#news a:hover .news-item {
	background: #eee;
}
#news .news-pic {
	float: right;
	margin-left: 5px;
	padding-right: 10px;
}
#news .news-pic img {
	border: solid 1px #ccc;
	width: 90px;
	height: auto;
}
#news .news-body {
	padding-left: 10px;
}

#news .news-body p {
	margin: 1em 0;
}

#news a .news-body .news-title span { text-decoration: underline; }

.catname { margin-left: 10px; background: #E25343; color: #fff; padding: 2px 5px 0; font-size: 0.7em; }

.cat-desc { margin: 0 0 1em 0; font-weight: bold; color: #333; }

/*-------------
table price
-------------*/
.table {
overflow: auto;
position: relative;
border: none;
}


/*==========================================
 single
===========================================*/
#contents h4.midashi { 
  margin-top: 1em; 
}
#contents h4.midashi:before { 
  font-family: 'FontAwesome';
  content: "\f1db";
  padding-right:0.3em;
}

.hiduke { text-align: right; }

/*==========================================
 button
===========================================*/
.css_btn_orange {
	margin-top: 10px;
	width: 260px;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #eeb44f;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	background:-ms-linear-gradient( top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffc477), color-stop(100%, #fb9e25) );
	background-color:#ffc477;
	display:inline-block;
	color: #444;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fce2c1;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fce2c1;
 	box-shadow:inset 1px 1px 0px 0px #fce2c1;
}.css_btn_orange:hover {
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	background:-ms-linear-gradient( top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fb9e25), color-stop(100%, #ffc477) );
	color: #444;
	background-color:#fb9e25;
}.css_btn_orange:active {
	position:relative;
	top:1px;
}


/*==========================================
 form
===========================================*/
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	max-width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	width: 260px;
	font-size: 100%;
	padding: 0.5em 0.4em;
	margin: 1em 0;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}


/*==========================================
 sidebar
===========================================*/
div#sidebar {
  border-top: solid 1px #555;
  padding-top: 10px;
}

div#sidebar ul {
  list-style: none;
}

div#sidebar ul li {
  padding: 10px;
  margin: 0;
}

div#sidebar ul ul li {
  padding-left: 1em;
  text-indent: -1em;
}

div#sidebar h2.widgettitle {
  margin-bottom: 0px;
  padding-bottom: 2px;
  border-bottom: 1px solid #c5c5c5;
  color: #072e1b;
  font-size: 1.2em;
  background: none;
}

div#sidebar li a {
}


.rpwwt-widget {
}
div#sidebar .rpwwt-widget li span.rpwwt-post-title {
  padding-left: 1em;
}
div#sidebar .rpwwt-widget li a:before {
    content:'';
    content:none;
}
div#sidebar .rpwwt-widget li img {
  border: solid 1px #ccc;
  margin-left: -14px;
}



/*==========================================
 footer
===========================================*/
div#footer {
  border-top: 5px solid #184B00;
  margin: 0;
  padding: 20px 10px;
}
div#footer p {
  font-size: 0.7em;
}


/* for mobile: (Portrait) */
@media only screen and (max-width: 767px) {

  .mob-none { 
	display: none; 
  }
  div#contents img, div#onecolumn-contents img, .fLeft-half img, .fRight-half img {
	max-width: 300px;
	height: auto;
  }
  .table.memo-after {
	padding-bottom: 2em;
  }
  .table.memo-before:before,
  .table.memo-after:after {
	content: "※横スクロールで表がスクロールできます。";
	position: absolute;
	left: 0;
	font-size: 12px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"],
  .wpcf7 textarea {
	max-width: 200px;
  }

}

/* for mobile landscape: 480px */
    @media only screen and (min-width: 480px) and (max-width: 767px) { 
  div#contents img, div#onecolumn-contents img, .fLeft-half img, .fRight-half img  { max-width: 460px; height: auto; }

}


/* for tablet: 481px - 768px */
@media only screen and (min-width: 481px) {
  #header {
	position:static;
	overflow:visible;
  }

  #header h1 {
	text-align:left;
	padding:5px 5px 7px 5px;
	width: 300px;
	float:left;
  }
  #header h1 img {
	width:100%;
  }
  #header p#sitedesc {
	display: none;
  }
  #header ul#menu-sub-nav {
	float:right;
	margin-top:50px;
	position:static;
  }
  #header ul#menu-sub-nav li {
	float:left;
	position:static;
  }

  div#container {
	width: 100%;
	background: #fff;
  }

  img { max-width: 746px; height: auto; }

  div#footer p {
	text-align: center;
	font-size: 0.9em;
  }

}


/* for PC, tablet: 769px - 960px */
@media only screen and (min-width: 769px) {
  #header {
	position:static;
	overflow:visible;
  }

  #header p#sitedesc {
	display: block;
	font-size: 0.8em;
	float: right;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 0;
  }
  #header h1 {
	text-align:left;
	padding:10px 5px 7px 5px;
	width: 300px;
	float:left;
  }
  #header h1 img {
	width:100%;
  }

  #header ul#menu-sub-nav {
	float:right;
	margin-top:20px;
	position:static;
  }
  #header ul#menu-sub-nav li {
	float:left;
	position:static;
  }

  #nav {
	margin: 0 auto;
  }

  #nav ul#menu-nav {
	display: table;
	table-layout: fixed;
	text-align: center;
  }
  #nav ul#menu-nav li {
	float: none;
	display: table-cell;
	vertical-align:middle;
	width: 17%;
	border-bottom: none;
	border-right: 1px dotted #fff;
	height: 60px;
  	height: 2em;
  	padding-top: 15px;
  	padding-bottom: 10px;
	letter-spacing: -0.5px;
  }
  #nav ul#menu-nav li:nth-child(odd) {
	width: 17%;
	border-bottom: none;
	vertical-align:middle;
  }
  #nav ul#menu-nav li a{
	display: block;
	width: 90%;
	margin: 0px auto;
  }

  div#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
  }

  div#contents {
	float: left;
	width: 630px;
  }

  div#sidebar {
	float: right;
	width: 315px;
	border-top: none;
	padding-top: 0;
  }

  div#onecolumn-contents {
	width: 960px;
  }

  .fLeft-half { float: left; width: 50%; }
  .fRight-half { float: right; width: 50%; }
  .fLeft-half img, .fRight-half img { max-width: 460px; height: auto; }

  img { max-width: 920px; height: auto; }

}

/* for PC: 961px - */
@media only screen and (min-width: 961px) {
  #header {
	width:960px;
	margin-left:auto;
	margin-right:auto;
  }
  #nav {
	max-width: 960px;
  }
  #nav ul#menu-nav{
	margin-left: auto;
	margin-right: auto;
  }
  #nav ul#menu-nav li:nth-child(odd) {
	border-bottom: none;
  }

  div#contents {
	max-width: 960px;
	margin: 0 auto;
  }
  .toplogo {
	padding: 10px;
  }
  .toplogo img {
	max-width: 450px;
	height: auto;
  }
}




/* aboutus */
p.para01	{
	line-height: 1.6em; font-size: 1.0em; text-shadow: 1px 1px 0px white; padding: 0px 250px 0px 10px;
}
img.mobonly { display: none; }

/* Mobile Landscape/Browser */
@media only screen and (min-width: 320px) and (max-width: 640px) {
	#site-title img	{ width: 100%; height: auto; }
	p.para01	{
	line-height: 1.6em; font-size: 1.0em; text-shadow: 1px 1px 0px white; 
	padding: 120px 20px 0 10px; }
	img.nomob { display: none; }
	img.mobonly { display: block; }
}

/* Mobile portrait */
@media only screen and (min-width: 400px) and (max-width: 640px) {
  .toplogo {
	padding: 10px;
  }
  .toplogo img {
	max-width: 450px;
	height: auto;
  }
}