@charset "utf-8";

/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

small {
    font-size: 12px;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */


dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

dl,dd,dt { margin:0; padding:0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	vertical-align:middle;
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */

}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
p { margin:10px 0; padding:0; }
h1,h2,h3,h4 { margin:0 0 10px; }


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */
 


/* style */
body {
text-align:center;
margin:0;
padding:0;
color:#333333;
font-family:Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
font-size:14px;
line-height:150%;
background:url(../images/bg.gif) repeat-y center 0;
}

/* link */
a:link {
  color: #336699;
  background-color: transparent;
    text-decoration:underline;
}
a:visited {
  color: #6699cc;
  background-color: transparent;
    text-decoration:underline;
}
a:hover, a:active {
  color: #003366;
  background-color: transparent;
    text-decoration:underline;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/*
#adminBox,#entry { font-size:12px; }
*/
	
/* header_nav */
div.line-style-box { background:url(../images/bg_head.gif) no-repeat center 0; }
div.container { width:970px; margin:0 auto; padding:30px 0 20px; text-align:left; }
div.side_contents { width:170px; float:left; font-size:12px; font-weight:bold; }
div.header h1 a { background:url(../images/gandt.gif) no-repeat 0 0; display:block; width:170px; height:74px; margin:0 0 30px;text-indent: 100%; white-space: nowrap; overflow: hidden; }

/* nav */
div.side_contents a,div.side_contents a:hover,div.side_contents a:visited,div.side_contents a:active { text-decoration:none; } 
div.side_contents a { color:#555555; }
div.side_contents a.go_top { 
display:block;
background:#4ca2d1;   
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-box-shadow:inset 0 7px 9px #83c3e7;
-webkit-box-shadow:inset 0 7px 9px #83c3e7;
box-shadow:inset 0 7px 9px #83c3e7;
padding:3px 0;
color:#fff;
text-align:center;
text-shadow:1px 1px 3px #4c94bd;
margin-bottom:10px;
}
div.side_contents a.go_top:hover { background:#007bbe; }
div.g_nav h2 { 
background:#cbe4f2;
padding:3px 0;
font-size:14px;
text-align:center;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin:0 0 10px;
color:#555555;
}
div.g_nav ul { margin:0 0 10px; text-align:left; padding:0;  }
div.g_nav ul li { margin:0 0 4px; background:url(../images/nav_icon.gif) no-repeat 0 4px; padding-left:18px; }
div.g_nav ul li a:hover { color:#777; }
ul.banner { margin:20px 0; padding:0; }
ul.banner li { margin-bottom:10px; }

/* contents */
div.contents { width:770px; float:right; }
div.imagearea { 
-moz-box-shadow:0 10px 13px 0px #ddd;
-webkit-box-shadow:0 10px 13px 0px #ddd;
box-shadow:0 10px 13px 0px #ddd;
}
div.main_wrap { margin:30px 0 0; }
div.main_section { width:540px; float:left; }
div.products_menu { margin:0 10px 40px 0; float:left; width:170px; font-size:12px; line-height:145%; position:relative; padding-bottom:20px; }
div.products_menu h3 {
	background:url(../images/g_line_bg.gif);
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align:center;
font-size:14px;
color:#fff;
padding:5px 0;
text-shadow:1px 1px 2px #777;
}
*:first-child+html .m_wrap { margin-top:40px; }
div.products_menu h3 a { color:#fff; text-decoration:none; }
div.products_menu h3 a:hover { color:#eeeeee; }
div.products_menu p { margin:10px 0 5px; }
div.products_menu a.more { 
background:#81bedf;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
text-decoration:none;
color:#fff;
font-weight:bold;
padding:1px 10px;
-moz-box-shadow:inset 0 5px 5px #a0d3f0;
-webkit-box-shadow:inset 0 5px 5px #a0d3f0;
box-shadow:inset 0 5px 5px #a0d3f0;
font-size:11px;
text-shadow:1px 1px 1px #6ca7c7;
float:right;
position:absolute;
right:0;
bottom:-20px;
}
div.products_menu a.more:hover {
background:#4da3d2;
}

/* information */
div.information { width:210px; float:right; }
div.infobox { 
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:#73bbe2 solid 1px;
line-height:130%; 
font-size:12px;
margin-bottom:20px;
}
div.infobox h2 {
	background:#4da3d1;
	-moz-box-shadow:inset 0 7px 9px #83c3e7;
-webkit-box-shadow:inset 0 7px 9px #83c3e7;
box-shadow:inset 0 7px 9px #83c3e7;
color:#fff;
font-size:14px;
padding:7px 10px;
text-shadow:1px 1px 3px #4c94bd;
}
div.infobox h2 span { border-left:5px solid #fff; padding-left:10px; }
div.infobox ul { list-style:none; margin:10px; padding:0; }
div.infobox ul li { border-bottom:#9f9f9f dotted 1px; padding-bottom:7px; margin-bottom:7px; }
div.infobox ul li span { color:#666; font-size:10px; display:block; }
div.infobox p.view_all { text-align:right; margin:5px 10px 10px 0; }

/* footer */
div#back-top { text-align:right; margin-top:40px; }
div#back-top a { text-decoration:none; background:#4ca2d1; padding:5px 10px; font-weight:bold; font-size:12px; position:relative; bottom:-1px; color:#fff; }
div.footer { border-top:#4ca2d1 solid 3px; padding-top:20px;color:#87898c;  }
div.footer dl { width:60%; float:left; }
div.footer dt { font-weight:bold; margin-bottom:3px; }
div.footer dd { font-size:12px; line-height:140%; }
div.footer_right { text-align:right; font-size:12px; }
div.footer ul,div.footer li { display:inline; }
div.footer li { background:url(../images/nav_icon.gif) no-repeat 0 3px; padding-left:20px; margin-left:10px;}

/* image_title */
div.image_title { 
margin-bottom:20px; 
border:#c4c4c4 solid 1px;
-moz-box-shadow:0 10px 13px 0px #ededed;
-webkit-box-shadow:0 10px 13px 0px #ededed;
box-shadow:0 10px 13px 0px #ededed;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding:50px 0 60px 30px;
margin:10px 0 40px;
}
div#prodcts_title { background:url(../images/products_image.jpg) no-repeat right 0; }
div#company_title { background:url(../images/company_title.jpg) no-repeat right 0; }
div.image_title h1 { font-size:22px; font-weight:bold; }
div.image_title h1 span { font-size:14px; color:#4ca2d1; }

/* entry_inn */
div.entry_inn {
	background:url(../images/entry_bg.gif) no-repeat 0 0;
}
div.entry_inn #category_name {
	border-bottom:#4ca2d1 solid 4px;
	border-top:#c4c4c4 solid 1px;
	font-size:20px;
	text-shadow:1px 1px 2px #ddd;
	padding:15px 0 15px 20px;
	-moz-box-shadow:inset 0 -8px 15px 0px #ededed;
-webkit-box-shadow:inset 0 -8px 15px 0px #ededed;
box-shadow:inset 0 -8px 15px 0px #ededed;
margin:15px 0 15px;
}
p.no-entry { margin:15px; }
div.parent { width:750px; padding:20px; margin-right:-20px; margin-top:20px; _zoom:1; overflow:hidden; }
div.child { width:355px; margin-right:20px; float:left; margin-bottom:40px;}
div.imageinn { width:160px; float:left; margin-right:15px; text-align:center; }
div.imageinn img { vertical-align:top; }
div.imageinn a { border:#e2e2e2 solid 5px; width:150px; height:150px; display:block; overflow:hidden; position:relative; text-decoration:none;}
div.imageinn a:hover { border:#4ca2d1 solid 5px; }
div.summary-text { overflow:hidden; }
div.summary-text h3 { font-size:14px; background:url(../images/nav_icon.gif) no-repeat 0 5px; padding-left:18px; margin:0 0 15px; }
div.imageinn span.noimage { padding:60px 0 0 0; color:#ccc; font-weight:bold; display:inline-block; }
div.entry_block { width:730px; padding:20px; overflow:hidden; }
div#site-info { padding-top:0; }
div.entry_titleinn { 
background:#4ca2d1;
color:#fff;
padding:10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-bottom:20px;
}
#entry-page div.entry_titleinn h2 { margin:0; border-left:#fff solid 4px; font-size:20px; text-shadow:1px 1px 2px #3c8bb7; padding-left:10px; }
#entry-page div.entry_titleinn h2 a { color:#fff; }
#entry-page div.entry_inn img { border:#e2e2e2 solid 5px; }
#entry-page #company div.entry_inn img { border:none; }
#entry-page div.entry_inn h3 { background:url(../images/midashi_bg.gif); margin:30px 0 10px; padding:5px 0 5px 15px; }
#entry-page div.entry_inn h3:before { background:url(../images/maru.gif) no-repeat 0 4px; width:11px; height:15px; content:"."; display:inline-block;
text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin-right:5px;
	}
#entry-page div.entry_inn h4 { color:#4ca2d1; font-size:16px; border-bottom:#4ca2d1 dotted 2px; padding-bottom:10px; margin-bottom:10px; margin-top:20px; }
#entry-page div.entry_inn h5 { font-size:14px; border-left:#4ca2d1 solid 4px; margin:20px 0 10px; padding-left:12px;  }
#entry-page div.entry_inn strong { color:#fe4a4a; font-weight:normal; }
div.entry_inn em { font-weight:bold; font-style:normal; }
div.pdf p { background:url(../images/pdf.gif) no-repeat 0 0; padding:0 0 0 30px; }
div.side_mawarikomi { float:right; width:270px; margin-left:20px; }
div.normal { overflow:hidden; }
div.column1 {
    clear: both;
    width: 100%;
}
p.caption { font-size:12px; margin-top:7px; line-height:135%; }

/*gallery*/
div.gallery { width:760px; margin-right:-30px; _zoom:1; overflow:hidden; margin-top:40px; }
div.gallery div { width:160px;  margin-right:30px; }
div.gallery div p { font-size:12px; margin:7px 0 0; }

/* entry_lineup */
div.entry_lineup { border:#afafaf solid 1px; margin-top:30px; clear:both; }
div.entry_lineup h2 { background:#afafaf; padding:5px 10px; color:#fff; font-size:14px; }
div.entry_lineup ul { list-style-type:none; padding:0; margin:20px; }
div.entry_lineup ul li { background:url(../images/gray_icon.gif) no-repeat 0 center; padding-left:18px; font-size:14px; margin-bottom:5px; }

/* company */
table#company-info { width:730px; }
table#company-info th { width:110px; padding:7px; vertical-align:top; border-bottom:#ccc solid 1px; font-weight:normal; }
table#company-info td { padding:7px; border-bottom:#ccc solid 1px; }

/* info */
p.continue { text-align:right; background:url(../images/nav_icon.gif) no-repeat right 5px; padding-right:18px; margin:15px 0 0; }
p.pager-box { text-align:center; font-size:18px; font-weight:bold; border-top:#9f9f9f dotted 1px; margin-top:20px; padding-top:15px; }
p.pager-box a { padding:0 5px; }

/* icon */
.icon img { margin-left:10px; }
.icon { margin-bottom:8px; margin-right:225px; }
.icon a:hover { opacity:.5; }

/* otoiawase */
.otoiawase {
	  background: #efefef;
	  padding:20px;
	  border-radius:5px;
	  overflow:hidden;
	  border:#ccc solid 1px;
	  margin:20px 0 32px;
}

.otoiawase div {
	width:70%;
	float:left;
}

.otoiawase h6 {
	margin:0 0 8px;
	font-size:18px;
}

.otoiawase p {
	margin:0;
}

.otoiawase a {
	color:#fff;
	padding:18px 48px 18px 24px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	float:right;
	text-decoration:none;
	margin-top:32px;
	border-radius:5px;
	background:#4ca2d1 url(../images/otoiawase-arrow.png) no-repeat 90% center;
}
.otoiawase a:hover {
background:#70bee8 url(../images/otoiawase-arrow.png) no-repeat 90% center;
}

#google_translate_element {
	margin:20px 0;
}