/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */


.error_message{
     color:red;
     font-size:20px;
}

.guide_message{
     color:blue;
     font-size:20px;
}

.fakeContainer { /* The parent container */
    margin: 0 0 20px;
    border: none;
    width: 800px; /* Required to set */
    height: 375px; /* Required to set */
    overflow: hidden; /* Required to set */
}

.fakeContainer2 { /* The parent container */
    margin: 0 0 20px;
    border: none;
    width: 800px; /* Required to set */
    height: 365px; /* Required to set */
    overflow: hidden; /* Required to set */
}

.enquete_summary_detail { /* The parent container */
    margin: 0 0 20px;
    border: none;
    width: 800px; /* Required to set */
    height: 370px; /* Required to set */
    overflow: hidden; /* Required to set */
}

.new_form { /* The parent container */
    margin: 0 0 20px;
    border: none;
    width: 720px; /* Required to set */
    height: 150px; /* Required to set */
    overflow: hidden; /* Required to set */
}

.alert_color {
    background-color:#FF9999;
}

#sub_window_contents {
    margin: 20px;
    text-align:left;
}

.field_with_errors{
    display: inline;
}
.field_with_errors input{
    background-color:yellow !important;
}
.field_with_errors select{
    background-color:yellow !important;
}

.btn {
  background: #c8e0f0;
  background-image: -webkit-linear-gradient(top, #c8e0f0, #1a88d6);
  background-image: -moz-linear-gradient(top, #c8e0f0, #1a88d6);
  background-image: -ms-linear-gradient(top, #c8e0f0, #1a88d6);
  background-image: -o-linear-gradient(top, #c8e0f0, #1a88d6);
  background-image: linear-gradient(to bottom, #c8e0f0, #1a88d6);
  font-family: Arial;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.btn:hover {
  background: #dde9f0;
  background-image: -webkit-linear-gradient(top, #dde9f0, #50a5de);
  background-image: -moz-linear-gradient(top, #dde9f0, #50a5de);
  background-image: -ms-linear-gradient(top, #dde9f0, #50a5de);
  background-image: -o-linear-gradient(top, #dde9f0, #50a5de);
  background-image: linear-gradient(to bottom, #dde9f0, #50a5de);
  text-decoration: none;
}


.del_button {
    background: #ffc2c2;
    background-image: -webkit-linear-gradient(top, #ffc2c2, #ff0000);
    background-image: -moz-linear-gradient(top, #ffc2c2, #ff0000);
    background-image: -ms-linear-gradient(top, #ffc2c2, #ff0000);
    background-image: -o-linear-gradient(top, #ffc2c2, #ff0000);
    background-image: linear-gradient(to bottom, #ffc2c2, #ff0000);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    padding: 5px;
    border: solid #ff0000 1px;
    text-decoration: none;
}

.del_button:hover {
    background: #ffc2c2;
    background-image: -webkit-linear-gradient(top, #ffc2c2, #ff4242);
    background-image: -moz-linear-gradient(top, #ffc2c2, #ff4242);
    background-image: -ms-linear-gradient(top, #ffc2c2, #ff4242);
    background-image: -o-linear-gradient(top, #ffc2c2, #ff4242);
    background-image: linear-gradient(to bottom, #ffc2c2, #ff4242);
    text-decoration: none;
    cursor: pointer;
}

.accept_cb {
    margin: 0px 0px 0px 40px;
    /*position: absolute;*/
    float:left;
}

.link_btn {
  background: #FAE2E5;
  background-image: -webkit-linear-gradient(top, #FAE2E5, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAE2E5, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAE2E5, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAE2E5, #F3F3F3);
  background-image: linear-gradient(to bottom, #FAE2E5, #F3F3F3);
  -webkit-border-radius: 17;
  -moz-border-radius: 17;
  border-radius: 17px;
  -webkit-box-shadow: 1px 1px 3px #d661d6;
  -moz-box-shadow: 1px 1px 3px #d661d6;
  box-shadow: 1px 1px 3px #d661d6;
  padding: 7px 10px 7px 10px;
  font-family: Arial;
  color: #DE001D;
  font-size: 15px;
  text-decoration: none;
}


.link_btn:hover {
  background: #faf0fa;
  text-decoration: none;
}

/*link_button.png と テキストを重ねる用*/
.link_button {
    position: relative;
    width: 75px;
    height: 26px;
}
.link_button p {
    position: absolute;
    left: 10px;
    top: 3px;
    color: white;
}

.font-mincho {
    font-family: "HG正楷書体-PRO", "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.font-Meiryo {
    font-family: "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* rack-dev-mark 用 */
.github-fork-ribbon-wrapper {
    position: fixed !important;
}


/*=================================================================
	
	マルハン社員旅行サイト / 共通CSS
	・Customize: 2012.9.5

=================================================================*/


/*-----------------------------------------------------------------
		基礎設計
-----------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style-type: none;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}*/

img {
	border: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

legend {
	display: none;
}

body {
	text-align: center;
	font-family: "Verdana","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
	font-size: 13px;
	line-height: 1.9em;
	letter-spacing: 0.03em;
	color: #333;
	background: #fff url(/images/bg_02.jpg) 50% 0 no-repeat;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	background: url(/images/header.gif) 0 0 no-repeat;
}















/*-----------------------------------------------------------------
		調整用
-----------------------------------------------------------------*/

/*クリア*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 1px;
}
.clearfix {display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */

*:first-child+html .clearfix { /* IE7用 */
	width: 100%;
}
.clear-both {
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}
.clear {
	clear:both;
}





/* 画像スタイル */
img {border: 0;}
.f-left {float: left;}
.f-right {float: right;}



/*　整列系　*/
.ta-center {text-align: center !important;}
.ta-right {text-align: right;}
.ta-left {text-align: left;}



/* 1文字字下げ */
.txt-indent {
	padding-left: 1em;
	text-indent: -1em;
}



/* 折り返しなし */
.nowrap {
	white-space:nowrap;
}



/*　リンクテキスト　*/
a:link {
	color:#0000ff;
	text-decoration:none;
}
a:visited {
	color:#0000ff;
	text-decoration:none;
}
a:hover {
	color:#0000ff;
	text-decoration:underline;
}
a:active {
	color:#0000ff;
	text-decoration:none;
}





/*　マージン調整　*/
.top-5 { margin-top:5px !important;}
.top-8 { margin-top:8px !important;}
.top-10 { margin-top:10px !important;}
.top-11 { margin-top:11px !important;}
.top-15 { margin-top:15px !important;}
.top-20 { margin-top:20px !important;}
.top-25 { margin-top:25px !important;}
.top-30 { margin-top:30px !important;}
.top-35 { margin-top:35px !important;}
.top-40 { margin-top:40px !important;}
.top-50 { margin-top:50px !important;}
.top-60 { margin-top:60px !important;}
.top-100 { margin-top:100px !important;}
.ntop-5 { margin-top: -5px !important;}

.bottom-0 { margin-bottom: 0px !important;}
.bottom-5 { margin-bottom: 5px !important;}
.bottom-8 { margin-bottom: 8px !important;}
.bottom-10 { margin-bottom: 10px !important;}
.bottom-13 { margin-bottom: 13px !important;}
.bottom-15 { margin-bottom: 15px !important;}
.bottom-20 { margin-bottom: 20px !important;}
.bottom-25 { margin-bottom: 25px !important;}
.bottom-30 { margin-bottom: 30px !important;}
.bottom-40 { margin-bottom: 40px !important;}
.bottom-50 { margin-bottom: 50px !important;}

.left-0 { margin-left: 0px !important;}
.left-3 { margin-left: 3px !important;}
.left-5 { margin-left: 5px !important;}
.left-7 { margin-left: 7px !important;}
.left-8 { margin-left: 8px !important;}
.left-10 { margin-left: 10px !important;}
.left-15 { margin-left: 15px !important;}
.left-18 { margin-left: 18px !important;}
.left-20 { margin-left: 20px !important;}
.left-25 { margin-left: 25px !important;}
.left-28 { margin-left: 28px !important;}
.left-30 { margin-left: 30px !important;}
.left-35 { margin-left: 35px !important;}
.left-40 { margin-left: 40px !important;}
.left-50 { margin-left: 50px !important;}

.right-0 { margin-right: 0px !important;}
.right-5 { margin-right: 5px !important;}
.right-10 { margin-right: 10px !important;}
.right-15 { margin-right: 15px !important;}
.right-18 { margin-right: 18px !important;}
.right-20 { margin-right: 20px !important;}
.right-23 { margin-right: 23px !important;}
.right-25 { margin-right: 25px !important;}
.right-30 { margin-right: 30px !important;}
.right-40 { margin-right: 40px !important;}
.right-50 { margin-right: 50px !important;}


.gray_out { background-color: #BBBBBB !important;}

.align-r {
     text-align:right;
}
.align-c {
     text-align:center;
}
.align-l {
     text-align:left;
}

.reserve_inner select {
    font-size:15px;
    color:black;
    background: #FFFFFF url('/images/select_box.gif') no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    line-height: 30px;
    padding:0px 8px;
    border :1px solid #f6bbb1;
    width: 200px;
    /*Firefox用*/
    *text-indent: .01px;
    text-overflow: '';
}
.reserve_inner select:hover {
    cursor: pointer;
}
/*IE対応*/
.reserve_inner select::-ms-expand {
    display: none;
}

/* CSS Document */




/*================================================================================

  基礎設計

================================================================================*/

body#login {
    background: #fff url(/images/bg_01.jpg) 50% 0 no-repeat;
}
body#login #wrap {
    width: 940px;
    margin: 0 auto;
    background: url(/images/bg_login.gif) 0 0 no-repeat;
}



/*================================================================================

  header

================================================================================*/
#header {
    width: 940px;
    height: 100px;
    margin: 0 auto;
}
#header h1 img {
    width: 480px;
    margin-top: 26px;
    float: left;
}
#header ul {
    width: 440px;
    margin-top: 34px;
    float: right;
}
#header ul li {
    padding-left: 5px;
    float: right;
}
#header ul li.yourname {
    padding: 5px 10px 0 0;
    font-size: 11px;
}


body#login #header {
    width: 580px;
    height: 120px;
    margin: 0 auto;
}
body#login #header h1 img {
    width: 580px;
    margin-top: 50px;
}

#search_form button {
    white-space: nowrap;
}

#new_form button {
    white-space: nowrap;
}


/*================================================================================

  contents

================================================================================*/
#contents {
    width: 900px;
    margin: 20px auto 0;
    text-align: left;
}
#contents .inner {
    width: 840px;
    margin: 0 auto;
    text-align: left;
}
#contents .center {
    width: 840px;
    margin: 0 auto;
    text-align: center;
}
.top_read {
    width: 633px;
    margin: 30px auto 0;
}
.greeting {
    color: #b94047;
    font-size: 32px;
}



/* view */
#view {
    width: 800px;
    height: 350px;
    margin: 0 0 8px;
    position: relative;
}
#view #slides {
    width: 320px;
    height: 370px;
    position: absolute;
    top: 0px;
    left: 520px;
    z-index: 0;
}
#view #slides .slides_container {
    width: 320px;
    overflow: hidden;
    position: relative;
    display: none;
}


#view #slides .slides_container div.slide {
    width: 320px;
    height: 370px;
    display: block;
    text-align: center;
    /*display: table-cell;
    vertical-align: middle !important;
    layout-grid-line: 350px !important;*/
}
#view #slides .slides_container div.slide img {
    max-width: 320px;
    max-height: 280px;
    vertical-align: middle !important;
}
#view #slides .slides_container div.slide .caption {
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 70px;
    line-height: 134%;
}

#view #slides .next,#slides .prev {
    position: absolute;
    top: 124px;
    left: 0px;
    display: block;
    z-index: 101;
}
#view #slides .next {
    left: 288px;
}
.pagination {
    display:none;
}

.read_txt {
    margin: 0 0 30px;
    font-size: 15px;
}





/* voice */
.voice {
    width: 800px;
    margin: 0 0 30px;
    padding: 20px;
    background: url(/images/voice_bg.gif) 0 0 repeat;
}
.voice img {
    padding: 4px;
    background-color: #F9E1E4;
    border: 1px solid #fff;
    float: right;
}
.voice div {
    width: 620px !important;
    margin: 0 0 5px;
    float: left;
}
.voice p {
    width: 620px;
    padding: 0 0 0 10px;
    line-height: 1.6em;
    float: left;
}
.voice p.ttl {
    width: 150px !important;
    margin: 0 0 10px;
    padding: 3px 0 5px 40px;
    background: url(/images/icon_voice.gif) 0 0 no-repeat;
    color: #DE001D;
    font-weight: bold;
    float: left;
}
.voice p.charge {
    width: 350px !important;
    margin: 0 0 10px;
    padding: 0 0 5px 46px;
    background: url(/images/icon_charge.gif) 0 0 no-repeat;
    font-weight: bold;
}





/* record */
.record {
    width: 800px;
    margin: 0 0 30px;
    padding: 20px 20px 30px;
    background-color: #F3F3F3;
    text-align: center;
}
.record_inner {
    width: 680px !important;
    margin: 0 auto 20px;
}
.record dl {
    width: 340px !important;
    margin: 0 0 10px;
}
.record dl dt {
    width: 100px !important;
    padding: 5px 0 0;
    font-weight: bold;
    float: left;
}
.record dl dt.w50 {
    width: 50px !important;
}
.record dl dd {
    float: left;
}
.record dl dd.txt {
    padding: 5px 0 0;
}
.record dl dd.txt strong {
    padding: 0 3px 0 0;
    font-size: 20px;
}
.record dl dd.txt strong.red {
    color: #DE001D;
}

.record input.box01 {
    width: 60px;
    height: 20px;
    margin: 0 7px 0 0;
    padding: 5px 7px;
    line-height: 1.6em;
    border: 1px solid #ccc;
}
.record input.box02 {
    width: 120px;
    height: 20px;
    margin: 0 7px 0 0;
    padding: 5px 7px;
    line-height: 1.6em;
    border: 1px solid #ccc;
}




/* travel */
ul.travel_list {
    width: 760px !important;
    margin: 0 auto 30px;
}
ul.travel_list li {
    width: 345px !important;
    padding: 10px 0 10px 12px;
    background: url(/images/icon_05.gif) 0 50% no-repeat;
    float: left;
}
ul.travel_list li a {
    font-size: 19px;
    font-weight:bold;
    color: #333;
    text-decoration: none;
}
ul.travel_list li a:hover {
    color: #DE001D;
    text-decoration: underline;
}








/* reserve */
.reserve_inner {
    width: 680px !important;
    margin: 0 auto 20px;
    text-align: center;
}
.reserve_txt {
    width: 680px;
    margin: 0 auto 5px;
    font-size: 15px;
    text-align: left;
}
.reserve_ttl {
    width: 680px;
    margin: 0 auto;
}
.reserve_ttl h3 {
    float: left;
    text-align: left;
}
.reserve_ttl table {
    float: right;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
}
.reserve_ttl table th {
    padding: 0 5px;
    /*background-color: #FAE2E5;
    color: #DE001D;*/
    font-weight: bold;
    text-align: center;
}
.reserve_ttl table td {
    padding: 0 0 0 5px;
    /*background-color: #F3F3F3;*/
    text-align: left;
}
.reserve_ttl table td input {
    width: 80px;
    height: 20px;
    padding: 5px 7px;
    line-height: 1.6em;
    border: 1px solid #f6bbb1;
}
.reserve_chk {
    width: 656px;
    margin: 0 auto;
    padding: 10px;
    background-color: #F3F3F3;
    text-align: center;
}






/* btn */
.menu_00 {
    width: 740px !important;
    margin: 50px auto 0;
}
.menu_01 {
    width: 351px !important;
    margin: 9px 0 0;
    padding: 20px 0 10px 14px !important;
    background: #EAF9FD;
}
.menu_02 {
    width: 351px !important;
    margin: 9px 0 0;
    padding: 20px 0 10px 14px !important;
    background: #FCF0F2;
}
.menu_03 {
    width: 502px !important;
    margin: 0 auto;
    padding: 20px;
    background: #FCF0F2;
}
.menu_01 ul li,
.menu_02 ul li {
    float: left;
}
.menu_03 ul {
    width: 502px !important;
    margin: 0 auto;
}
.menu_03 ul li {
    float: left;
}





/* table */
.type01 table {
    width: 780px;
    margin: 0 auto;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
    font-size: 15px;
}
.type01 table th {
    width: 150px;
    padding: 10px;
    background-color: #D5F2FB;
    color: #008CC4;
    font-weight: bold;
    text-align: center;
}
.type01 table td {
    padding: 10px 20px;
    background-color: #F3F3F3;
}

.type02 table {
    width: 840px;
    margin: 0 auto;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
}
.type02 table th {
    width: 120px;
    padding: 10px;
    background-color: #FAE2E5;
    color: #DE001D;
    font-weight: bold;
    text-align: center;
}
.type02 table td {
    padding: 10px 20px;
    background-color: #F3F3F3;
}

.type03 {
    text-align: center;
}
.type03 table {
    width: 840px;
    margin: 0 auto;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
}
.type03 table th {
    padding: 10px;
    background-color: #FAE2E5;
    color: #DE001D;
    font-weight: bold;
    text-align: center;
}
.type03 table th.w100 {
    width: 100px;
}
.type03 table th.w120 {
    width: 120px;
}
.type03 table th.w80 {
    width: 80px;
    padding: 10px 0;
}
.type03 table th.w50 {
    width: 50px;
    padding: 10px 0;
}
.type03 table th.w60 {
    width: 60px;
    padding: 10px 0;
}
.type03 table th.w70 {
    width: 70px;
    padding: 10px 6px;
}
.type03 table td.w70 {
    text-align: right;
    padding: 10px 6px;
}
.type03 table th.w64 {
    width: 64px;
    padding: 10px 0;
}
.type03 table th.w30 {
    width: 30px;
    padding: 10px 0;
}
.type03 table td.count {
    text-align: right;
    padding: 10px 40px 10px 0;
}
.type03 table td {
    padding: 10px;
    background-color: #F3F3F3;
    text-align: left;
}
.type03 table td.ttl a {
    padding: 0 0 0 12px;
    color: #333;
    font-weight: bold;
    background: url(/images/icon_05.gif) 0 50% no-repeat;
    display: block;
}
.type03 table label {
    cursor: pointer;
}

.type04 table {
    width: 680px;
    margin: 0 auto;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
}
.type04 table th {
    width: 100px;
    padding: 10px;
    background-color: #FAE2E5;
    color: #DE001D;
    font-weight: bold;
    text-align: center;
}
.type04 table td {
    padding: 10px 15px;
    background-color: #F3F3F3;
    text-align: left;
}

.type04 table td input.box01 {
    width: 240px;
    height: 20px;
    padding: 5px 7px;
    line-height: 1.6em;
    border: 1px solid #f6bbb1;
}
.type04 table td input.box02 {
    width: 480px;
    height: 20px;
    padding: 5px 7px;
    line-height: 1.6em;
    border: 1px solid #f6bbb1;
}

.type03 .type04 {
    height: 100%;
}
.type03 .type04 table {
    height: 100%;
    min-height: 100%;
    width: 400px;
    margin: 0 auto;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
}
.type03 .type04 table th {
    padding: 10px;
    background-color: #FAE2E5;
    color: #DE001D;
    font-weight: bold;
    text-align: center;
}
.type03 .type04 table th.w100 {
    width: 100px;
}
.type03 .type04 table th.w120 {
    width: 120px;
}
.type03 .type04 table th.w80 {
    width: 80px;
}
.type03 .type04 table th.w70 {
    width: 70px;
    padding: 10px 6px;
}
.type03 .type04 table td.w70 {
    text-align: right;
    padding: 10px 6px;
}
.type03 .type04 table td.count {
    text-align: right;
    padding: 10px 40px 10px 0;
}
.type03 .type04 table td {
    padding: 10px;
    background-color: #F3F3F3;
    color: #999;
    font-weight: bold;
    display: block;
}
.type03 .type04 table td.ttl a {
    background: url(/images/icon_05.gif) 0 50% no-repeat;
    padding: 0 0 0 12px;
    color: #333;
}


.type03 .type05 {
    height: 100%;
}
.type03 .type05 table {
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
}
.type03 .type05 table th {
    padding: 10px;
    background-color: #FAE2E5;
    color: #DE001D;
    font-weight: bold;
    text-align: center;
}
.type03 .type05 table th.w100 {
    width: 100px;
}
.type03 .type05 table th.w120 {
    width: 120px;
}
.type03 .type05 table th.w80 {
    width: 80px;
}
.type03 .type05 table th.w70 {
    width: 70px;
    padding: 10px 6px;
}
.type03 .type05 table td.w70 {
    text-align: right;
    padding: 10px 6px;
}
.type03 .type05 table td.count {
    text-align: right;
    padding: 10px 40px 10px 0;
}
.type03 .type05 table td {
    padding: 10px;
    background-color: #F3F3F3;
    color: #999;
    font-weight: bold;
    display: block;
}
.type03 .type05 table td.ttl a {
    background: url(/images/icon_05.gif) 0 50% no-repeat;
    padding: 0 0 0 12px;
    color: #333;
}



/* list */
ul.num_list li {
    padding: 2px 0 2px 24px;
}
ul.num_list li.n01 {
    background: url(/images/num_01.gif) 0 4px no-repeat;
}
ul.num_list li.n02 {
    background: url(/images/num_02.gif) 0 4px no-repeat;
}





/*　アイコン　*/
ul.icon01 {
    margin: 15px 0;
}
ul.icon01 li {
    padding: 2px 0 2px 26px;
    background: url(/images/icon_01.gif) 8px 50% no-repeat;
}
h2.icon02 {
    margin: 0 0 10px;
    padding: 8px 0 6px 40px;
    background: url(/images/icon_02.gif) 0 0 no-repeat;
    font-size: 27px;
    line-height: 100%;
    font-weight: bold;
}
h3.icon02 {
    margin: 0 0 10px;
    padding: 8px 0 6px 40px;
    background: url(/images/icon_02.gif) 0 0 no-repeat;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
h3.icon03 {
    margin: 0 0 10px;
    padding: 8px 0 6px 36px;
    background: url(/images/icon_03.gif) 0 0 no-repeat;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
h3.icon04 {
    margin: 0 0 10px;
    padding: 4px 0 6px 36px;
    background: url(/images/icon_04.gif) 0 0 no-repeat;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
h3.icon05 {
    margin: 0 0 10px;
    padding: 8px 0 6px 0;
    /*background: url(/images/icon_06.gif) 0 0 no-repeat;*/
    font-size: 18px;
    line-height: 100%;
    /*font-weight: bold;*/
}
h3.icon05 span{
    margin: 0 0 10px;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 100%;
    /*font-weight: bold;*/
}
h3.icon06 {
    margin: 0 0 10px;
    padding: 4px 0 6px 36px;
    background: url(/images/icon_07.gif) 0 0 no-repeat;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
h3.icon07 {
    margin: 0 0 10px;
    padding: 1px 0 6px 28px;
    background: url(/images/icon_08.gif) 0 0 no-repeat;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
}

/*アコーディオン*/
.icon08 {
    margin: 2px;
    line-height: 36px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    background: mistyrose;
}
input[type="checkbox"].on-off{
  display: none;
}
input[type="checkbox"].on-off ~ div{
  display: none;
}
input[type="checkbox"].on-off:checked ~ div{
  display: block;
}
input[type="checkbox"].on-off:checked ~ label span.ac_mark:after{
  display: none;
}
/* ＋、－ */
.ac_mark{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px 10px 0px 6px;
  position: relative;
  background-image: -webkit-linear-gradient(top, #ff0000, #ffb0b0);
  background-image: -moz-linear-gradient(top, #ff0000, #ffb0b0);
  background-image: -ms-linear-gradient(top, #ff0000, #ffb0b0);
  background-image: -o-linear-gradient(top, #ff0000, #ffb0b0);
  background-image: linear-gradient(to bottom, #ff0000, #ffb0b0);
  float: left;
}
/*縦*/
.ac_mark:after{
  display: block;
  content: '';
  background-color: white;
  border-radius: 1px;
  position: absolute;

  width: 2px;
  height: 10px;
  top: 10px;
  left: 14px;
}
/*横*/
.ac_mark:before{
  display: block;
  content: '';
  background-color: white;
  border-radius: 1px;
  position: absolute;
  
  width: 10px;
  height: 2px;
  top: 14px;
  left: 10px;
}

body#login #contents {
    width: 460px;
    margin: 10px auto 10px;
    padding: 50px 20px;
    /*background: url(../images/login_bg.png) 0 0 no-repeat;*/
    border: 1px solid #AEDBE9;
    text-align: center;
}
body#login #contents dl {
    width: 365px;
    margin: 0 auto;
}
body#login #contents dt {
    width: 100px;
    padding: 5px 0 0;
    float: left;
    font-size: 20px;
    font-weight: bold;
}
body#login #contents dd {
    width: 250px;
    float: right;
    text-align: left;
}
body#login #contents dd input.box01 {
    width: 234px;
    height: 30px;
    padding: 5px 7px;
    line-height: 1.6em;
    border: 1px solid #BDE1E8;
    font-size: 15px;
    line-height: 2em;
}
body#login #contents .btn_pw {
    width: 365px;
    margin: 5px auto 50px;
    text-align: right;
}



/* セレクトボックス */
.easy-select-box {
    position: relative;
    width: 250px;
    font-size: 15px;
    display: inline-block;
    color: #0c2245;
}
.easy-select-box .esb-displayer:hover {
    color: #fff;
}
.easy-select-box .esb-displayer,
.easy-select-box .esb-displayer:visited {
    background: url(/images/login_ttl_06.gif) 0 0 no-repeat;
    display: block;
    color: #0c2245;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.easy-select-box .esb-displayer:hover {
    position: relative;
    background-position: 0 -30px;
    text-decoration: none;
}
.easy-select-box .esb-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #f6bbb1;
    display: none;
    z-index: 99;
    width: 250px;
    max-height: 250px;
    overflow: auto;
    background: #FFFFFF;
}
.easy-select-box .esb-dropdown .esb-item {
    padding: 3px 8px;
    background: #FFFFFF;
    display: block;
    color: #0c2245;
    cursor: default;
    text-decoration: none;
}
.easy-select-box .esb-dropdown .esb-item:hover {
    background: #e44425;
    color: #fff;
    text-decoration: none;
}




/*　ページトップ　*/
.pagetop {
    width: 60px !important;
    margin: 50px auto 0 !important;
}



/*　アクセスカウンター　*/
.access_count {
    width: 880px !important;
    margin: 50px 0 0;
    text-align: right;
}

.ctTxt {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #DE001D;
}

/*　ページトップ　*/
.pageback {
    width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}



/* faq--table */
.faq table {
    width: 780px;
    margin: 15px auto;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    line-height: 1.6em;
    font-size: 15px;
}
.faq th.que{
    width: 30px;
    padding: 10px;
    background-color: #DCDCDC;
    color: #008CC4;
    font-weight: bold;
    text-align: center;
}
.faq th.ans{
    width: 30px;
    padding: 10px;
    background-color: #FFC0CB;
    color: #008CC4;
    font-weight: bold;
    text-align: center;
}
.faq th.sup{
    width: 30px;
    padding: 10px;
    background-color: #FFF0F5;
    color: #008CC4;
    font-weight: bold;
    text-align: center;
}
.faq td.que{
    padding: 10px 20px;
    background-color: #DCDCDC;
}
.faq td.ans{
    padding: 10px 20px;
    background-color: #FFC0CB;
}
.faq td.sup{
    padding: 10px 20px;
    background-color: #FFF0F5;
}



/*　ページトップ　*/
.pageback {
    width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}


/* 2012.11.28 新着改修 */
.news_box {
    width: 898px;
    margin: 0 auto;
    border-left: 1px solid #FEB385;
    border-right: 1px solid #FEB385;
    border-bottom: 1px solid #FEB385;
}
.news_box li {
    padding: 10px 15px;
    background: url(/images/top_news_line.gif) 0 0 repeat-x;
    color: #666;
    text-align: left;
}
.news_box li span {
    padding: 0 30px 0 0;
    background: url(/images/top_news_icon.gif) 100% 4px no-repeat;
}
h3.news_ttl {
    width: 890px !important;
    height: 49px;
    margin: 10px auto 0;
    padding-right:10px;
    background: url(/images/top_news_ttl.jpg) 0 0 no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    font-size:0;
    position:relative;
}
h3.news_ttl a {
    width: 129px;
    height: 34px;
    margin: 8px 0 0;
    float:right;
    display:block;
}

*:first-child+html h3.news_ttl a {
    position: relative;
    top: -28px;
} 

.news_box a:link {
    color: #333;
    padding: 0 5px 0 0;
    text-decoration:underline;
}
.news_box a:hover {
    color: #333;
    padding: 0 5px 0 0;
    text-decoration:none;
}


/* 2012.11.28 改修 */
body#photolist {
    background: none;
}

.gnavi {
    width: 900px !important;
    margin: 50px auto 30px;
}
.gnavi_01 {
    width: 330px !important;
    padding: 10px 10px 2px 10px;
    background: #EAF9FD;
    float: left;
}
.gnavi_02 {
    width: 160px !important;
    padding: 10px 10px 2px 10px;
    background: #FCF0F2;
    float: left;
}
.gnavi_03 {
    width: 330px !important;
    padding: 10px 10px 2px 10px;
    background: #EFFAE5;
    float: left;
}
.gnavi_01 ul,
.gnavi_02 ul,
.gnavi_03 ul {
    margin: 17px 0 0;
}
.gnavi_01 ul li,
.gnavi_02 ul li,
.gnavi_03 ul li {
    float: left;
}
.gnavi_01 ul li img,
.gnavi_02 ul li img,
.gnavi_03 ul li img {
    margin: 0 10px 0 0;
}
.gnavi_01 ul li.last img,
.gnavi_02 ul li.last img,
.gnavi_03 ul li.last img {
    margin: 0 0 0 0;
}

.menulist {
    width: 176px !important;
    float: left;
}
.menulist ul li {
    float: left;
}

#photolist p a {
    color: #333333;
    text-decoration: underline;
}
#photolist p a:hover {
    color: #333333;
    text-decoration: none;
}
#photolist p {
    padding: 2px 0 8px 24px;
    background: url(/images/photo_icon_off.png) 0 0 no-repeat;
    font-size: 12px;
    line-height: 120%;
    /*font-weight: bold;*/
    text-align: left;
}
#photolist p.menu_chk {
    background: url(/images/photo_icon_on.png) 0 0 no-repeat;
}
#photolist p.menu_chk a {
    color: #DE001D;
    text-decoration: none;
}

.photoview {
    width: 724px !important;
    height: 380px;
    /*background: url(/images/photo_bg.png) 0 0 no-repeat;*/
    background: #000000;
    float: right;
    position: relative;
}
.photoview .photo {
    margin: 0 0 0 5px;
}
.photoview .photo dl {
    width: 142px !important;
    margin: 0 1px 0 0;
    float: left;
    text-align: center;
}
.photoview .photo dl dt {
    margin: 15px 0 -2px 0;
  /*border: 1px solid #ccc;*/ 
    height: 115px;
    width: 100%;
    display: table;
}

.photoview .photo dl dt div{
    display: table-cell;
    vertical-align: middle;
}
.photoview .photo dl dd {
    margin: 0 0 5px 0;
}

.photoview .photo dl dd span {
    color: #eee;
}
.photoview ul {
    /*margin: 5px 0 0 0;*/
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.photoview ul li {
    display: inline; 
}
.photoview ul li a {
    width: 20px;
    margin: 0;
    padding: 7px 10px;
    background: #E8E8E8;
    border: 1px solid #fff;
    font-size: 11px;
    line-height: 100%;
    color: #333;
}
.photoview ul li a:hover {
    color: #DE001D;
    text-decoration: none;
}
.photoview ul li a.chk {
    background: #DE001D;
    border: 1px solid #DE001D;
    color: #fff;
}
.photoview ul li a.chk {
    background: #DE001D;
    border: 1px solid #DE001D;
    color: #fff;
    text-decoration: none;
}


/* 2012.11.28 flash改修 */
#main_area {
    width: 900px;
}
#main_area #slide {
    width: 900px;
    display: none;
}
#main_area #flash {
    width: 900px;
    height: 380px;
    display: table-cell;
    vertical-align: middle;
}
#main_area #noflash {
    width: 900px;
    height: 380px;
    background: url(/images/main_img.gif) 0 0 no-repeat;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    /*background: pink;*/
}
#main_area #noflash a{
    color: #fff;
    margin: 10px;
}


/*================================================================================

  footer

================================================================================*/
#footer {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    background: transparent url(/images/bg_03.jpg) 50% 0 repeat-x;
}
#footer ul {
    width: 940px;
    margin: 0 auto;
    padding: 290px 0 0;
}
#footer ul li.logo {
    width: 46px;
    float: left;
}
#footer ul li.copyright {
    width: 400px;
    margin: 20px 0 0;
    font-size: 10px;
    line-height: 18px;
    text-align: right;
    float: right;
}



/*================================================================================

  スタイルシートでボタン表示

================================================================================*/

.button{
    margin: 15px;
    text-decoration: none;
    font: bold 1.3em 'Trebuchet MS',Arial, Helvetica;
    /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border: 1px solid #9c9c9c;
    width: 300px;
    /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}

.button, .button span{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button span{
    border-top: 1px solid #fff;
    /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.3em 0.7em;
    /* The background pattern */
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
        -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
        -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
        -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));

    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
        -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
        -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    /* Pattern settings */
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
}

.button-red{
    background: #e11731;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4a2ae), to(#e11731) );
    background: -moz-linear-gradient(-90deg, #f4a2ae, #e11731);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4a2ae', endColorstr='#e11731');
    color:#ffffff;
    text-decoration:none;
}

.button-red:link{
    color:#ffffff;
    text-decoration:none;
}

.button-red:visited{
    color:#ffffff;
    text-decoration:none;
}

.button-red:hover{
    background: #f4a2ae;
    background: -webkit-gradient(linear, left top, left bottom, from(#e11731), to(#f4a2ae) );
    background: -moz-linear-gradient(-90deg, #e11731, #f4a2ae);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e11731', endColorstr='#f4a2ae');
    color:#ffffff;
    text-decoration:none;
}

.button-red:active{
    color:#ffffff;
    text-decoration:none;
}

.button-black {
  background: #343b40;
  background-image: -webkit-linear-gradient(top, #343b40, #acb0b3);
  background-image: -moz-linear-gradient(top, #343b40, #acb0b3);
  background-image: -ms-linear-gradient(top, #343b40, #acb0b3);
  background-image: -o-linear-gradient(top, #343b40, #acb0b3);
  background-image: linear-gradient(to bottom, #343b40, #acb0b3);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.button-black:hover {
  background: #676a6b;
  background-image: -webkit-linear-gradient(top, #676a6b, #d2d4d6);
  background-image: -moz-linear-gradient(top, #676a6b, #d2d4d6);
  background-image: -ms-linear-gradient(top, #676a6b, #d2d4d6);
  background-image: -o-linear-gradient(top, #676a6b, #d2d4d6);
  background-image: linear-gradient(to bottom, #676a6b, #d2d4d6);
  text-decoration: none;
}
/* Preload images */

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* CSS Document */




/*================================================================================

  マイフォト

================================================================================*/


.photo_wrap {
    width: 720px !important;
    margin: 0 auto 30px;
}
.photo_wrap .photo_chk {
    width: 430px !important;
    float: right;
}


.photoview3 {
    width: 260px !important;
    height: 460px;
    margin: 0 auto 30px;
    background: url(/images/myphoto_bg.png) 0 0 no-repeat;
    float: left;
}
.photoview3 .inner {
    width: 220px !important;
    margin: 0 auto;
}

.photoview3 dl {
    width: 142px !important;
    margin: 10px 0 0;
    float: left;
}
.photoview3 dl dt {
    line-height: 100% !important;
    text-align: center;
}
.photoview3 dl dd {
    margin: 5px 0 0;
    border: 1px solid #ccc;
    text-align: center;
    height: 105px;
    width: 100%;
    display: table;
}
.photoview3 dl dd div{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.photoview3 p {
    width: 60px !important;
    margin: 65px 0 0;
    float: right;
    color: #ffffff;
}
.photoview3 p.noentry {
    margin: 85px 0 0;
}



.myphoto_box {
    width: 430px !important;
    margin: 0 auto;
    padding: 10px 0 0;
    background: url(/images/bg_top.gif) 0 0 no-repeat;
    text-align: center;
}
.myphoto_box_top {
    background: url(/images/bg_mid.gif) 0 0 repeat-y;
}
.myphoto_box_bottom {
    padding: 10px 0 20px;
    background: url(/images/bg_bottom.gif) 0 100% no-repeat;
}

.myphoto_box .photo {
    width: 330px !important;
    height: 180px;
    margin: 0 auto 20px;
    padding: 0 30px;
    background: url(/images/bg_inner.png) 0 0 no-repeat;
    text-align: left;
}
.myphoto_box .photo #photo_view_div {
    float: left;
    margin: 35px 0 0 30px;
}
.myphoto_box .photo ul {
    width: 100px !important;
    margin: 40px 0 0;
    float: right;
}
.myphoto_box .photo ul li {
    margin: 0 0 10px;
}

.myphoto_box table {
    width: 380px !important;
    margin: 0 auto 20px;
    text-align: left;
}
.myphoto_box table input {
    width: 235px;
    height: 20px;
    margin: 0 7px 0 0;
    padding: 5px 7px;
    line-height: 1.6em;
    border: 1px solid #ccc;
}
.myphoto_box table span {
    font-size: 11px;
}

.myphoto_box .photo_btn {
    width: 380px !important;
    margin: 0 auto;
    padding: 20px 0 0;
    background: url(/images/bg_line.png) 0 0 repeat-x;
}
.myphoto_box .photo_btn_01 {
    width: 100px !important;
    float: left;
}
.myphoto_box .photo_btn_02 {
    width: 180px !important;
    float: right;
}
.myphoto_box .photo_btn_02 li {
    float: left;
}
.myphoto_box .photo_btn_02 li img {
    margin: 0 0 0 20px;
}

.photo_txt {
    width: 720px !important;
    margin: 0 auto 30px;
}
.photo_txt .ph {
    float: left;
}
.photo_txt p {
    width: 700px !important;
    float: left;
}
.photo_txt .entry_hints{
    float: left;
    padding: 10px;
    width: 450px;
}
.photo_txt .entry_hints ul{
    display: list-item;
    padding-left: 20px;
}
.photo_txt .entry_hints ul li{
    list-style-type: disc;
}
.photo_txt .entry_hints ul li code{
    color: #f00;
    font-weight: bold;
}
.photo_txt .qr_code{
    float: right;
    padding: 10px;
}


/* CSS Document */




/*================================================================================

  アンケート

================================================================================*/


.questionnaire_box {
	width: 780px !important;
	margin: 0 auto;
	padding: 5px 0 0;
	background: url(/images/bg_top.png) 0 0 no-repeat;
	text-align: center;
}
.questionnaire_box_top {
	background: url(/images/bg_mid.png) 0 0 repeat-y;
}
.questionnaire_box_bottom {
	padding: 10px 0 15px;
	background: url(/images/bg_bottom_q.gif) 0 100% no-repeat;
}
.questionnaire_box dl {
	width: 740px !important;
	margin: 0 auto;
	padding: 15px 0;
	background: url(/images/bg_line.png) 0 100% repeat-x;
	text-align: left;
}
.questionnaire_box dl dt {
	width: 180px !important;
	padding: 0 0 0 20px;
	background: url(/images/icon_01.png) 0 8px no-repeat;
	float: left;
}
.questionnaire_box dl dd {
	width: 540px !important;
	float: right;
}

.questionnaire_box a {
	color:#68B516;
	font-weight: bold;
}




/* CSS Document */




/*================================================================================

  フォトランキング

================================================================================*/



.photoview2 {
	width: 724px !important;
	height: 380px;
	background: url(/images/photo_bg.png) 0 0 no-repeat;
	float: right;
}

/*.photoview2 ul.photo {
	margin: 40px 0 0 5px;
}
.photoview2 ul.photo li {
	width: 140px !important;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
}*/

.photoview h3 {
	margin: 15px 0 -5px 15px;
	font-size: 1.15em;;
	font-weight: bold;
	color: #ffffff;
	line-height: 100%;
}
.photoview2 .photo {
	margin: 0 0 0 5px;
}
.photoview2 .photo dl {
	width: 142px !important;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
}
.photoview2 .photo dl dt {
	margin: 15px 0 0 0;
	border: 1px solid #ccc;
}
.photoview2 .photo dl dd {
	margin: 5px 0;
	text-align: center;
	color: #ffffff;
	line-height: 100%;
	font-weight: bold;
}
.photoview2 .photo dl dd span {
	padding: 0 0 0 10px;
}


.photoview2 ul.num {
	margin: 15px 0 0 0;
	text-align: center;
}
.photoview2 ul.num li {
	display: inline; 
}
.photoview2 ul.num li a {
	width: 20px;
	margin: 0;
	padding: 7px 10px;
	background: #E8E8E8;
	border: 1px solid #fff;
	font-size: 11px;
	line-height: 100%;
	color: #333;
}
.photoview2 ul.num li a:hover {
	color: #DE001D;
	text-decoration: none;
}
.photoview2 ul.num li a.chk {
	background: #DE001D;
	border: 1px solid #DE001D;
	color: #fff;
}
.photoview2 ul.num li a.chk {
	background: #DE001D;
	border: 1px solid #DE001D;
	color: #fff;
	text-decoration: none;
}








 /* マンスリー */
body#monthly {
	background: none;
}

#monthly p a {
	color: #333333;
	text-decoration: underline;
}
#monthly p a:hover {
	color: #333333;
	text-decoration: none;
}
#monthly p {
	padding: 0 0 10px 24px;
	background: url(/images/photo_icon_off.jpg) 0 0 no-repeat;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
}
#monthly p.menu_chk {
	background: url(/images/photo_icon_on.jpg) 0 0 no-repeat;
}
#monthly p.menu_chk a {
	color: #DE001D;
	text-decoration: none;
}
/* Super Tables v0.30 - MIT Style License --- Copyright (c) 2008 Matt Murphy, www.matts411.com --- Contributors: Joe Gallo */

.sBase{position:relative;width:100%;height:100%;overflow:hidden;}
.sHeader{position:absolute;z-index:3;background-color:#ffffff;}
.sHeaderInner{position:relative;}
.sHeaderInner table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;background-color:#ffffff;}
.sFHeader{position:absolute;z-index:4;overflow:hidden;}
.sFHeader table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;background-color:#ffffff;}
.sData{position:absolute;z-index:2;overflow:auto;background-color:#ffffff;}
.sData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
.sFData{position:absolute;z-index:1;background-color:#ffffff;}
.sFDataInner{position:relative;}
.sFData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
/* Super Tables - Skin Classes - Remove if not needed */
.sDefault{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;}
.sDefault th, .sDefault td{border:1px solid #cccccc;padding:3px 6px 3px 4px;white-space:nowrap;}
.sDefault th{background-color:#e5e5e5;border-color:#c5c5c5;}
.sDefault-Fixed{background-color:#eeeeee;border-color:#c5c5c5;}
.sSky{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;}
.sSky th, .sSky td{border:1px solid #9eb6ce;padding:3px 6px 3px 4px;white-space:nowrap;}
.sSky th{background-color:#CFDCEE;}
.sSky-Fixed{background-color:#e4ecf7;}
.sOrange{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;}
.sOrange th, .sOrange td{border:1px solid #cebb9e;padding:3px 6px 3px 4px;white-space:nowrap;}
.sOrange th{background-color:#ECD8C7;}
.sOrange-Fixed{background-color:#f7ede4;}
.sDark{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;color:#ffffff;}
.sDark th, .sDark td{border:1px solid #555555;padding:3px 6px 3px 4px;white-space:nowrap;}
.sDark th{background-color:#000000;}
.sDark-Fixed{background-color:#222222;}
.sDark-Main{background-color:#333333;}
