/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
overflow-y: scroll;
-webkit-overflow-scrolling:touch;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;
}

body, button, input, select, textarea {
font-family:sans-serif;
color:#333;
}

body{
font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
line-height:170%;
font-size:79%;
margin:0;
}


/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */




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

a{
color:#3B61C9;
text-decoration:none;
}

a:link{
color:#3B61C9;
text-decoration:none;
}

a:visited{
color: #3B61C9;
}

a:focus,a:active,a:hover{
color:#3B61C9;
text-decoration:underline;
}

a:hover img.HL{
opacity: 0.85;
-moz-opacity: 0.85; /* Firefox */
filter: alpha(opacity=85); /* IE6/7 */
-ms-filter: "alpha(opacity=85)"; /* IE8 */
-khtml-opacity:0.85;
}




/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: 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
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


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

/*
 * Improve 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; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

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


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

figure { margin: 0; }


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

//form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * 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; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   List
   ========================================================================== */

ul,li,dl,dt,dd{
margin:0;
padding:0;
list-style:none;
}

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

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


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

/* ==================
   Initializr Theme
   ================== */
h1,h2,h3,h4{
margin:0;
padding:0;
}
p{
padding:0;
margin:0;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ----------------------------------------
ClearFix
---------------------------------------- */

/* -- Modern Browsers -- */
.ClearFix:after,
#Wrapper:after,
.ListBlue01 li:after,
#FooterInr:after,
.Title:after,
.Event:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */
.ClearFix,
#Wrapper,
.ListBlue01 li,
#FooterInr,
.Title,
.Event{
	display: inline-block;
}

/*  -- Legacy IE -- */
* html .ClearFix,
*html #Wrapper,
*html .ListBlue01 li,
*html #FooterInr,
*html .Title,
*html .Event{
	height: 1%;
}

.ClearFix,
#Wrapper,
.ListBlue01 li,
#FooterInr,
.Title,
.Event{
	display: block;
}

/* =============================================================================
   Framework styles
   Author: 
   ========================================================================== */

#Wrapper{
margin:50px auto 0 auto;
width:758px;
}

*+html #Wrapper{
}

#MainCnt{
float:left;
width:410px;
z-index:0;
}

#SubCnt{
float:right;
width:300px;
z-index:0;
}

/* ==================
   header
   ================== */
   
#HeaderOrg{
padding-left: 15px;
background:#000;
height:70px;
border-bottom:1px solid #8f9396;
}

#HeaderOrg img { border: 0; -ms-interpolation-mode: bicubic; }

#HeaderInr{
width:940px;
margin:0 auto;
}

#HeaderInrSP{
overflow:hidden;
*zoom:1;
width:100%;
min-width:320px;
}
#HeaderInrSP p.logo2{
float:left;
}
#HeaderInrSP p.copy{
float:right;
}

#JsNav{
background:#FFF;
width:100%;
border-bottom:1px solid #c6c6c6;
height:70px;
}

#JsNav .TitleInr{
background:#FFF;
margin:0 auto;
width:920px;
position:relative;
z-index:2;
}
*+html #JsNav .TitleInr{
}

.fixed {
position: fixed;
top:0px;
left:0;
background:#FFF;
z-index:9999;
}
div.Title h1{
padding-top:24px;
font-size:140%;
background:#FFF;
position:relative;
}
p.Logout{
position:absolute;
top:23px;
right:20px;
text-align:right;
font-size:95%;
}
p.Mypage{
position:absolute;
top:23px;
right:150px;
text-align:right;
font-size:95%;
}

p.Logout a,p.Mypage a{
display:block;
background:url(../images/arr_blu.png) right center no-repeat;
float:left;
padding-right:30px;
font-weight:bold;
}
p.Logout a:hover,p.Mypage a:hover{
display:block;
background:url(../images/arr_blu_on.png) right center no-repeat;
float:left;
padding-right:30px;
}

.Visual{
}
.Visual p{
width:758px;
margin:0 auto;
text-align:center;
}

.Visual02 p{
width:758px;
margin:0 auto;
text-align:center;
padding:20px 0 0 0;
}

/* ==================
   footer
   ================== */
/* 2014.05.15 */
.Pagetop a{
display:block;
text-align:center;
height:20px;
padding: 20px 0;
background:#f9f9f9;
background: -moz-linear-gradient(top,#f9f9f9 0%,#f9f9f9 1%,#f2f2f3 50%,#ebebec 99%,#ebebec);
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9),color-stop(0.1, #f9f9f9),color-stop(0.50, #f2f2f3),color-stop(0.99, #ebebec),to(#ebebec));
border-top: 1px solid #e5e5e5;
text-shadow:1px 1px 3px rgba(255,255,255,1),0px 0px 0px rgba(255,255,255,0);
color: #000000;
}

.Pagetop p a:hover{
color: #000000;
background:#c5c6c6;
background: -moz-linear-gradient(top,#d4d4d5 0%,#d4d4d5 1%,#cdcdce 50%,#c5c6c6 97%,#c5c6c6);
#ebebec),to(#ebebec));
background: -webkit-gradient(linear, left top, left bottom, from(#d4d4d5),color-stop(0.1, #d4d4d5),color-stop(0.50, #cdcdce),color-stop(0.97, #c5c6c6),to(#c5c6c6));
border-top: 1px solid #e6e6e6;
text-shadow:1px 1px 0px rgba(202,203,203,0.7),0px 0px 0px rgba(255,255,255,0);
text-decoration:none;
}

/*
.Pagetop a{
display:block;
text-align:center;
height:20px;
padding: 20px 0;
background:#f9f9f9;
background: -moz-linear-gradient(top,#f9f9f9 0%,#f9f9f9 1%,#f2f2f3 50%,#ebebec 99%,#ebebec);
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9),color-stop(0.1, #f9f9f9),color-stop(0.50, #f2f2f3),color-stop(0.99, #ebebec),to(#ebebec));
border-top: 1px solid #e5e5e5;
text-shadow:1px 1px 3px rgba(255,255,255,1),0px 0px 0px rgba(255,255,255,0);
color: #929292;
}

.Pagetop p a:hover{
color: #929292;
background:#c5c6c6;
background: -moz-linear-gradient(top,#d4d4d5 0%,#d4d4d5 1%,#cdcdce 50%,#c5c6c6 97%,#c5c6c6);
#ebebec),to(#ebebec));
background: -webkit-gradient(linear, left top, left bottom, from(#d4d4d5),color-stop(0.1, #d4d4d5),color-stop(0.50, #cdcdce),color-stop(0.97, #c5c6c6),to(#c5c6c6));
border-top: 1px solid #e6e6e6;
text-shadow:1px 1px 0px rgba(202,203,203,0.7),0px 0px 0px rgba(255,255,255,0);
text-decoration:none;
}
*/

.Pagetop p a span{
background:#FFF;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
padding:2px 6px;
margin:0 4px 0 0;
}


/* 2013.10.29修正 */
#Footer{
background:#000;
color:#FFF;
border-top:1px solid #000;
padding: 5px 0 0 0;
}
#Footer p{
margin-bottom:0;
}
#FooterInr{
width:920px;
margin:0 auto;
overflow:hidden;
_zoom:1;
font-size:90%;
}

#Footer a{
color:#FFF;
}

#Footer ul li{
padding: 5px 10px 0 10px;
float:left;
border-right: 1px solid #7f7f7f;
line-height: 1 !important;
}
/* 2013.10.29修正 */


/*
#Footer{
background:#000;
color:#FFF;
font-size:90%;
border-top:1px solid #000;
padding:0 0 3px 0;
}
#FooterInr{
width:920px;
margin:0 auto;
}

#Footer a{
color:#FFF;
}
#Footer ul{
float:left;	
}
#Footer ul li{
padding:3px 0 0 0;
float:left;	
}*/

#Copyright{
float:right;
padding:0 0 5px 0;
}

#FooterSP{
font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
line-height:170%;
font-size:79%;
margin:0;
background:#000;
color:#FFF;
border-top:1px solid #000;
padding:0 0 6px 0;
}

#FooterInrSP{
margin:0 auto;
overflow:hidden;
*zoom:1;
}

#FooterSP .menu{
margin:0;
padding:0;
margin-top:4px;
list-style:none;
float:left;
padding:0 0 0 15px;

}
#FooterSP .menu li{
padding:3px 0 0 0;
padding-right:12px;
float:left;
border-right:#FFF 1px solid;
margin:0px 12px 0px 0px;
}

#FooterSP a{
color:#FFF;
text-decoration:none;
}

#FooterSP #Copyright{
color:#FFF;
float:right;
padding:3px 15px 0 0;
}

/* ==================
   Contents
   ================== */
/* ======
   Title
   ======*/
h2:not(#BoxMassageTitile):not(#inquiryTitle)not(#inquiryTitle)not(#inquiryTitle)not(#access_password_h2){
border-top:3px solid #B3b3b3;
border-bottom:1px dotted #c5c5c5;
font-size:125%;
padding:15px 0;
margin:0 0 25px 0;
}
h2 span{
margin:0 0 0 20px;
font-size:90%;
}


h2#BoxMassageTitile, h2#inquiryTitle, h2#access_password_h2, h3{
border-left:7px solid #dedede;
padding:3px 0 3px 13px;
margin:0 0 20px 0;
}



/* ======
   Section
   ======*/
.section{
margin:0 0 40px 0;
}


p.Text{
margin:0 0 20px 0;
}
p.Attention{
margin:0;
font-size:90%;
line-height:120%;
}

/* ======
   Box
   ======*/
.BoxGray01{
border:2px solid #dbdbdb;
}
.BoxGray01 p.Ttl{
font-size:120%;
font-weight:bold;
margin:0 0 20px 0;
}
.BoxGray01 div.Inr{
margin:25px;
font-size:95%;
}

.Login{
background:#dbdbdb;
border-bottom:1px solid #FFF;
}
.Login p.input{
// iPadでinputのレイアウトが崩れるため、余白のサイズを変更
// padding:10px 0 10px 20px;
padding:10px 0 10px 10px;
font-size:90%;
}
.Login input{
border:0;
width:110px;
margin:0 0 0 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.Login p.BtnLog01{
margin:0 0 0 105px;
padding:10px 0;
}
*+html .Login p.BtnLog01{
margin:0; /* IE7 and below */
}
*html .Login p.BtnLog01{
margin:0; /* IE6 and below */
}

.BoxGray01 p.Attention{
color:#666;
font-size:90%;
line-height:170%;
}

.BoxGray01 .BorderTop{
border-top:1px solid #dbdbdb;
}
.BoxGray01 .BorderTop p{
padding:15px 0 35px 0;
margin:0 25px;
}

.BoxGray01 .BorderTop a{
display:block;
background:url(../images/arr_blu.png) right top no-repeat;
float:left;
padding-right:30px;
}
.BoxGray01 .BorderTop a:hover{
display:block;
background:url(../images/arr_blu_on.png) right top no-repeat;
float:left;
padding-right:30px;
}

.BoxGray02{
clear:both;
border:2px solid #dbdbdb;
}
.BoxGray02 p{
font-size:95%;
padding:25px;
}

/* ======
   Lead
   ======*/
.Lead02{
}
.Lead{
width:758px;
margin:0 auto;
}

.Name{
	float:left;
padding:0 0 30px 0;
width:420px;
font-size:220%;
border-bottom:1px solid #c9c9c9;
}

/*.Name{
padding:0 0 20px 0;
width:275px;
font-size:220%;
border-bottom:1px solid #c9c9c9;
}*/

.Name span{
font-size:55%;
vertical-align:middle;
margin:0 0 0 10px;
}
.Lead .Text{
	float: right;
	font-size:110%;
	line-height:180%;
	text-align: left;
	padding-bottom: 30px;
}

/* ======
   Event
   ======*/
.Event{
border-bottom:1px dotted #c5c5c5;
padding:15px 0;
}
.Event .FloatL{
float:left;
width:285px;
}
.Event .FlaotR{
float:right;
width:120px;
}
.Event .FloatL dl{
}
.Event .FloatL dt{
background:url(../images/icon_black.gif) left 7px no-repeat;
font-size:150%;
padding:0 0 0 23px;
margin:0 0 10px 0;
}


/* ======
   Button
   ======*/

/* Regist01 */
p.BtnReg01 a{
text-align:center;
display:block;
font-size:13px;
width:140px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #cd671a;
background:#fd7921;
background: -moz-linear-gradient(top,#ffffff 0%,#fd7921 0%,#ed741e 51%,#dc6f1c 99%,#dc6f1c);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.0, #fd7921),color-stop(0.51, #ed741e),color-stop(0.99, #dc6f1c),to(#dc6f1c));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 2px rgba(113,54,11,1),0px 0px 0px rgba(255,255,255,0);
}

p.BtnReg01 a:visited{
text-align:center;
display:block;
font-size:13px;
width:140px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #cd671a;
background:#fd7921;
background: -moz-linear-gradient(top,#ffffff 0%,#fd7921 0%,#ed741e 51%,#dc6f1c 99%,#dc6f1c);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.0, #fd7921),color-stop(0.51, #ed741e),color-stop(0.99, #dc6f1c),to(#dc6f1c));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 2px rgba(113,54,11,1),0px 0px 0px rgba(255,255,255,0);
}
p.BtnReg01 a:hover{
text-align:center;
display:block;
font-size:13px;
width:140px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #cd671a;
background:#e46d1e;
background: -moz-linear-gradient(top,#e46d1e 0%,#e46d1e 1%,#d2671b 50%,#c26219 99%,#c26219);
background: -webkit-gradient(linear, left top, left bottom, from(#e46d1e),color-stop(0.1, #e46d1e),color-stop(0.50, #d2671b),color-stop(0.99, #c26219),to(#c26219));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 2px rgba(113,54,11,1),0px 0px 0px rgba(255,255,255,0);
text-decoration:none;
}
p.BtnReg01 a img,p.BtnLog01 a img,p.BtnLog02 a img,p.BtnGo01 a img,p.BtnCon01 a img{
vertical-align:top;
margin:0 0 0 10px;
}

*+html p.BtnReg01 a img,*+html p.BtnLog01 a img,*+html p.BtnLog02 a img,*+html p.BtnGo01 a img,*+html p.BtnCon01 a img{
vertical-align:middle;
}


/* Go01 */
p.BtnGo01 a{
text-align:center;
display:block;
font-size:13px;
width:120px;
height:20px;
padding-top:8px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #cd671a;
background:#fd7921;
background: -moz-linear-gradient(top,#ffffff 0%,#fd7921 0%,#ed741e 51%,#dc6f1c 99%,#dc6f1c);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.0, #fd7921),color-stop(0.51, #ed741e),color-stop(0.99, #dc6f1c),to(#dc6f1c));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 2px rgba(113,54,11,1),0px 0px 0px rgba(255,255,255,0);
}
p.BtnGo01 a:visited{
text-align:center;
display:block;
font-size:13px;
width:120px;
height:20px;
padding-top:8px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #cd671a;
background:#fd7921;
background: -moz-linear-gradient(top,#ffffff 0%,#fd7921 0%,#ed741e 51%,#dc6f1c 99%,#dc6f1c);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.0, #fd7921),color-stop(0.51, #ed741e),color-stop(0.99, #dc6f1c),to(#dc6f1c));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 2px rgba(113,54,11,1),0px 0px 0px rgba(255,255,255,0);
}
p.BtnGo01 a:hover{
text-align:center;
display:block;
font-size:13px;
width:120px;
height:20px;
padding-top:8px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #cd671a;
background:#e46d1e;
background: -moz-linear-gradient(top,#e46d1e 0%,#e46d1e 1%,#d2671b 50%,#c26219 99%,#c26219);
background: -webkit-gradient(linear, left top, left bottom, from(#e46d1e),color-stop(0.1, #e46d1e),color-stop(0.50, #d2671b),color-stop(0.99, #c26219),to(#c26219));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 2px rgba(113,54,11,1),0px 0px 0px rgba(255,255,255,0);
text-decoration:none;
}


/* Login01 */
p.BtnLog01 a{
text-align:center;
display:block;
font-size:13px;
width:140px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#00b0e1;
background: -moz-linear-gradient(top,#00b0e1 0%,#00b0e1 1%,#00aad9 50%,#00a3d0 99%,#00a3d0);
background: -webkit-gradient(linear, left top, left bottom,from(#00b0e1),color-stop(0.1, #00b0e1),color-stop(0.50, #00aad9),color-stop(0.99, #00a3d0),to(#00a3d0));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
}
p.BtnLog01 a:visited{
text-align:center;
display:block;
font-size:13px;
width:140px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#00b0e1;
background: -moz-linear-gradient(top,#00b0e1 0%,#00b0e1 1%,#00aad9 50%,#00a3d0 99%,#00a3d0);
background: -webkit-gradient(linear, left top, left bottom,from(#00b0e1),color-stop(0.1, #00b0e1),color-stop(0.50, #00aad9),color-stop(0.99, #00a3d0),to(#00a3d0));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
}

p.BtnLog01 a:hover{
text-align:center;
display:block;
font-size:13px;
width:140px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#0090b7;
background: -moz-linear-gradient(top,#009dc9 0%,#009dc9 1%,#0097c1 50%,#008fb7 99%,#008fb7);
background: -webkit-gradient(linear, left top, left bottom, from(#009dc9),color-stop(0.1, #009dc9),color-stop(0.50, #0097c1),color-stop(0.99, #008fb7),to(#008fb7));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
text-decoration:none;
}


/* Login02 */
p.BtnLog02 a{
text-align:center;
display:block;
font-size:13px;
width:200px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#00b0e1;
background: -moz-linear-gradient(top,#00b0e1 0%,#00b0e1 1%,#00aad9 50%,#00a3d0 99%,#00a3d0);
background: -webkit-gradient(linear, left top, left bottom,from(#00b0e1),color-stop(0.1, #00b0e1),color-stop(0.50, #00aad9),color-stop(0.99, #00a3d0),to(#00a3d0));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
}
p.BtnLog02 a:visited{
text-align:center;
display:block;
font-size:13px;
width:200px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#00b0e1;
background: -moz-linear-gradient(top,#00b0e1 0%,#00b0e1 1%,#00aad9 50%,#00a3d0 99%,#00a3d0);
background: -webkit-gradient(linear, left top, left bottom,from(#00b0e1),color-stop(0.1, #00b0e1),color-stop(0.50, #00aad9),color-stop(0.99, #00a3d0),to(#00a3d0));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
}

p.BtnLog02 a:hover{
text-align:center;
display:block;
font-size:13px;
width:200px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#0090b7;
background: -moz-linear-gradient(top,#009dc9 0%,#009dc9 1%,#0097c1 50%,#008fb7 99%,#008fb7);
background: -webkit-gradient(linear, left top, left bottom, from(#009dc9),color-stop(0.1, #009dc9),color-stop(0.50, #0097c1),color-stop(0.99, #008fb7),to(#008fb7));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
text-decoration:none;
}

/* Contact01 */
p.BtnCon01 a{
text-align:center;
display:block;
font-size:13px;
width:220px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#00b0e1;
background: -moz-linear-gradient(top,#00b0e1 0%,#00b0e1 1%,#00aad9 50%,#00a3d0 99%,#00a3d0);
background: -webkit-gradient(linear, left top, left bottom,from(#00b0e1),color-stop(0.1, #00b0e1),color-stop(0.50, #00aad9),color-stop(0.99, #00a3d0),to(#00a3d0));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
}
p.BtnCon01 a:visited{
text-align:center;
display:block;
font-size:13px;
width:220px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#00b0e1;
background: -moz-linear-gradient(top,#00b0e1 0%,#00b0e1 1%,#00aad9 50%,#00a3d0 99%,#00a3d0);
background: -webkit-gradient(linear, left top, left bottom,from(#00b0e1),color-stop(0.1, #00b0e1),color-stop(0.50, #00aad9),color-stop(0.99, #00a3d0),to(#00a3d0));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
}

p.BtnCon01 a:hover{
text-align:center;
display:block;
font-size:13px;
width:220px;
height:26px;
padding-top:12px;
padding-bottom:8px;
color: #ffffff;
border: 1px solid #00a3d0;
background:#0090b7;
background: -moz-linear-gradient(top,#009dc9 0%,#009dc9 1%,#0097c1 50%,#008fb7 99%,#008fb7);
background: -webkit-gradient(linear, left top, left bottom, from(#009dc9),color-stop(0.1, #009dc9),color-stop(0.50, #0097c1),color-stop(0.99, #008fb7),to(#008fb7));
-moz-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
-webkit-box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
box-shadow:0px 0px 0px rgba(000,000,000,0),inset 0px 0px 0px rgba(161,142,016,0);
text-shadow:1px 1px 1px rgba(1,72,90,0.6),0px 1px 0px rgba(200,200,200,0.3);
text-decoration:none;
}

/* ======
   List
   ======*/
.ListBlue01{
}
.ListBlue01 li{
padding:20px 0 0 0;
font-size:95%;
}
.ListBlue01 li a{
display:block;
background:url(../images/arr_blu.png) right center no-repeat;
float:left;
padding-right:30px;
}
.ListBlue01 li a:hover{
display:block;
background:url(../images/arr_blu_on.png) right center no-repeat;
float:left;
padding-right:30px;
}

.ListLink{
}
.ListLink li{
}
.ListLink li a{
display:block;
border:1px solid #c9c9c9;
background:url(../images/link_marker.png) right bottom no-repeat #f2f2f2;
font-weight:bold;
padding:16px;
line-height:150%;
margin:0 0 10px 0;
}
.ListLink li a:hover{
display:block;
border:1px solid #009deb;
background:url(../images/link_marker.png) right bottom no-repeat #e6e6e6;
font-weight:bold;
padding:16px;
line-height:150%;
margin:0 0 10px 0;
text-decoration:none;
}

.ListNav{
border-top:3px solid #B3b3b3;
padding:25px 0 0 0;
}
.ListNav li{
clear:both;
font-size:95%;
}
.ListNav li a{
display:block;
background:url(../images/arr_blu.png) right center no-repeat;
float:left;
padding-right:30px;
margin:0 0 18px 0;
}
.ListNav li a:hover{
display:block;
background:url(../images/arr_blu_on.png) right center no-repeat;
float:left;
padding-right:30px;
margin:0 0 18px 0;
}





/* ======
   SubCnt
   ======*/
.News{
}
.News dl{
}
.News dd{
margin:15px 0 0 0;
font-size:95%;
font-weight:bold;
}
.News dt{
padding:0 0 15px 0;
border-bottom:1px dotted #c1c1c1;
font-size:95%;
}
.News dd span.New{
background:#ff6b00;
font-size:90%;
color:#FFF;
font-weight:normal;
padding:2px 2px 0 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
vertical-align:top;
margin:0 0 0 5px;
}

.BoderBtm{
border-bottom:1px dotted #c5c5c5;
padding-bottom:20px;
}
.Boder{
border:2px solid #e6e6e6;
padding-bottom:20px;
padding-top:10px;
}
p.Rec{
font-size:95%;
font-weight:bold;
margin:15px 0 0 0;
}
.BoxMassage{
margin:20px;
}
.BoxMassage p.Text{
font-size:95%;
line-height:140%;
}
.BoxMassage .Tray{
background:#e6e6e6;
font-size:110%;
padding:5px 0;
}
.BoxMassage .Tray .FloatL{
color:#ff6b00;
width:125px;
height:35px;
float:left;
border-right:1px solid #FFF;
text-align:center;
padding:15px 0 0 0;
}
.BoxMassage .Tray .FloatR{
height:35px;
padding:15px 0 0 0;
text-align:center;
width:125px;
float:right;
}
.BoxMassage .Moreinfo{
margin:5px 0 20px 0;
width:255px;
}
.BoxMassage .Moreinfo a{
display:block;
background:url(../images/arr_blu.png) right center no-repeat;
float:right;
padding-right:30px;
margin:0 0 18px 0;
font-size:95%;
}
.BoxMassage .Moreinfo a:hover{
display:block;
background:url(../images/arr_blu_on.png) right center no-repeat;
float:right;
padding-right:30px;
}
.DlMessage{
clear:both;
margin:15px 0 0 0;
border-top:1px dotted #c1c1c1;
position:relative;
}
.DlMessage dd{
margin:15px 25px 0 25px;
font-size:95%;
font-weight:bold;
}
.DlMessage dt{
margin:0 25px;
}
.DlMessage dd.Icon{
position:absolute;
top:2px;
right:0;
margin:0;
padding:0;
font-weight:normal;
font-size:90%;
}
.DlMessage dd.Icon span.Im{
background:#000;
color:#FFF;
padding:2px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:2px 3px 0 0;
}
.DlMessage dd.Icon span.Mi{
background:#ffe1cc;
color:#ff6b00;
padding:2px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:2px 3px 0 0;
}
.DlMessage dd.Icon span.Ki{
background:#e5e5e5;
color:#4d4d4d;
padding:2px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:2px 3px 0 0;
}
p.Info{
border-top:1px dotted #c1c1c1;
color:#808080;
font-size:95%;
margin:17px 0 0 0;
padding:17px 25px 0 25px;
}
p.Notice{
font-size:95%;
margin:0 0 20px 0;
}

.MrTB20{
margin:20px 0;
}
.AlignC{
text-align:center;
}

/* ==================
   header
   ================== */
div#tmpl_header_wrapper {
  position: relative;
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
  min-width: 950px; }
  div#tmpl_header_wrapper a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    div#tmpl_header_wrapper a:link, div#tmpl_header_wrapper a:visited {
      color: #fff;
      text-decoration: none; }
    div#tmpl_header_wrapper a:hover, div#tmpl_header_wrapper a:active {
      color           : #aeb1c2;
      text-decoration : none;
    }
    div#tmpl_header_wrapper a img {
      margin: 0;
      padding: 0;
      border: none; }
  div#tmpl_header_wrapper h1, div#tmpl_header_wrapper h2, div#tmpl_header_wrapper h3, div#tmpl_header_wrapper h4, div#tmpl_header_wrapper h5, div#tmpl_header_wrapper h6 {
    margin: 0;
    padding: 0;
    font-size: 1em; }
  div#tmpl_header_wrapper ul, div#tmpl_header_wrapper li {
    margin: 0;
    padding: 0;
    list-style: none; }

#tmpl_header {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  line-height: 1.0;
  min-height: 68px; }

h1#tmpl_SonyLogo {
  line-height: 0em;
  float: left; }

div#tmpl_siteLogo {
  position    : absolute;
  top         : 24px;
  right       : 20px;
  font-family : Helvetica, Arial !important;
  font-size   : 11pt;
  font-weight : bold;
  color       : #fff;
}
  div#tmpl_siteLogo a {
  }

ul#tmpl_util {
  position  : absolute;
  top       : 18px;
  right     : 82px;
  width     : auto;
  *width    : 550px; /* IE7 and below */
  max-width : 750px;
  clear     : both;
}
  ul#tmpl_util li {
    display        : inline-block;
    vertical-align : middle;
    margin-left    : 0.1em;
    float          : left;
    color          : #aeb1c2;
  }
    ul#tmpl_util li a {
      padding     : 10px 5px;
      margin      : 0 15px 0 5px;
      font-weight : normal;
      font-size   : 12px;
      line-height : 32px !important;
    }
    ul#tmpl_util li a:link,
    ul#tmpl_util li a:visited
    {
      color : #aeb1c2;
    }
    ul#tmpl_util li a:hover,
    ul#tmpl_util li a:active
    {
      color           : #fff;
      text-decoration : none;
    }
    ul#tmpl_util #tmpl_aboutSony {
      margin-right : 30px;
    }
    ul#tmpl_util #tmpl_aboutSony a {
      padding : 0px 2px 10px 5px;
      margin-right : 0;
    }
@media screen and (max-width: 640px) {
	div#tmpl_header_wrapper.spBreak {
		min-width: 100%;
	}
	.spBreak #tmpl_header {
		min-height: 98px;
	}
	.spBreak div#tmpl_siteLogo {
		top: 64px;
	}
	.spBreak ul#tmpl_util {
		top: 58px;
	}
	#FooterInr{
 width: 100%;
}
}

.arrBlu a {
 display: inline-block;
*display: inline;
*zoom: 1;
 padding: 5px 0px;
}

/* ============
   decorationt
   ============*/

.bf_circle:before {
	content:"●";
}
