@charset "Shift_JIS";



/*! normalize.css v2.0.1 | MIT License | git.io/normalize.css */

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

/ * Corrects block display not defined in IE8/9. */

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

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

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

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


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

/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */

html {
    font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin-top: 0}


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

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

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


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

html { font-size: 75%} 

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

h1 {font-size: 2em;}

p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

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

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

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


/*Sets consistent quote types.*/
q {quotes: g\201Ch g\201Dh g\2018h g\2019h;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
max-width :100%;
vertical-align: middle;
border: 0}

/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


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

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

figure {margin: 0}


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


/* 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 IE 8/9.
 2. Remove padding so people arenft caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

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

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

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

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

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

/*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*/

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 Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}
/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}


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

/* 
 * Remove most spacing between table cells
 */

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



/* @group HTML */
html { 
font-size : 100%;
line-height : 2;
background : #660000;
text-align : center}
p {color : #696969}
/* @end */



/* @group Contents */

#contents {
margin: 0 auto;
background : #ffffff;
width : 90%;
text-align : left;
max-width : 1000px}



#contents img.top { 
width : 100%;
margin-bottom : 1%}

#contents img.inzai { 
width : 90%;
margin-left : 5%;
margin-bottom : 3%}

#contents img.zouge_danmen { 
width : 70%;
margin-left : 15%;
margin-bottom : 5%}

#contents img.kodawari { 
width : 100%;
margin-bottom : 5%}

#contents img.zouge_rank { 
width : 100%}

#contents img.zouge_sheel { 
width : 20%;
margin-left : 20%;
float : left;
margin-bottom : 10%}

#contents img.inei { 
width : 80%;
margin-left : 10%;
margin-right : 10%;
margin-bottom : 5%;
margin-top : 5%}

#contents img.case_top { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 1%}

#contents img.case_1 { 
width : 43%;
margin-left : 5%;
float : left;
clear : left;
margin-bottom : 2%}

#contents img.case_2 { 
width : 43%;
margin-left : 4%;
margin-bottom : 2%}

#contents img.case_3 { 
width : 50%;
margin-left : 25%;
clear : left;
margin-bottom : 2%}

#contents img.set_case_1 { 
width : 25%;
float : left}

#contents img.set_case_2 { 
width : 25%}




#contents .size1 { 
text-align : center;
line-height : 1.5;
width : 20%;
background-color : #008080;
color : #ffffff;
margin-left : 15%;
float : left;
clear : left}

#contents .spec1 { 
text-align : left;
line-height : 1.5;
width : 20%;
color : #d2691e;
margin-left : 15%;
float : left}

#contents .inzai_size { 
text-align : center;
width : 20%;
margin-left : 20%;
color : #ffffff;
background-color : #008080;
float : left;
clear : left}

#contents .inzai_size2 { 
text-align : center;
width : 15%;
margin-left : 20%;
color : #ffffff;
background-color : #008080;
float : left;
clear : left}

#contents .shotai_1 { 
text-align : center;
width : 35%;
margin-left : 10%;
background-color : #fffacd;
float : left;
clear : left}

#contents .shotai_2 { 
text-align : center;
width : 35%;
margin-left : 55%;
margin-right : 10%;
background-color : #fffacd;
margin-bottom : 20%}

#contents .shotai_3 { 
text-align : center;
width : 35%;
margin-left : 55%;
margin-right : 10%;
background-color : #fffacd;
margin-bottom : 10%}

#contents .shotai_4 { 
text-align : center;
width : 28%;
margin-left : 5%;
float : left;
background-color : #fffacd;
clear : left}

#contents .shotai_5 { 
text-align : center;
width : 28%;
margin-left : 3%;
float : left;
background-color : #fffacd}

#contents .shotai_6 { 
text-align : center;
margin-left : 67%;
width : 28%;
background-color : #fffacd;
margin-bottom : 20%}

#contents .set_case { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
background-color : #fffacd;
margin-bottom : 10%}



#contents p.size2 { 
text-align : left;
line-height : 1.5;
width : 55%;
margin-left : 37%;
margin-bottom : 1%}

#contents p.size { 
text-align : center;
margin-bottom : 1%}

#contents p.spec2 { 
line-height : 1.5;
width : 55%;
margin-bottom : 2%;
margin-left : 35%}

#contents p.zouge1 { 
line-height : 1.5;
width : 35%;
margin-left : 10%;
float : left;
clear : left}

#contents p.zouge2 { 
line-height : 1.5;
width : 35%;
margin-left : 55%}

#contents p.zouge3 { 
line-height : 1.5;
width : 28%;
margin-left : 5%;
float : left;
margin-bottom : 7%}

#contents p.zouge4 { 
line-height : 1.5;
width : 28%;
margin-left : 3%;
float : left;
margin-bottom : 7%}

#contents p.zouge5 { 
line-height : 1.5;
margin-left : 67%;
width : 28%;
margin-bottom : 7%}

#contents p.case_tsuki { 
text-align : center;
margin-bottom : 1%;
clear : left}

#contents p.rank { 
text-align : center;
margin-bottom : 0.1%;
color : #dc143c}

#contents p.mojimashi { 
text-align : left;
line-height : 1.5;
color : #dc143c;
width : 60%;
margin-top : 3%;
margin-left : 20%;
margin-bottom : 5%;
clear : left}

#contents p.inzai_price { 
text-align : center;
margin-bottom : 1%;
width : 40%;
margin-left : 40%;
background-color : #f5deb3}

#contents p.inzai_price2 { 
text-align : center;
margin-bottom : 1%;
width : 45%;
margin-left : 35%;
background-color : #f5deb3}

#contents p.advice { 
font-size : 90%;
line-height : 1.5;
text-align : left;
margin-bottom : 10%;
width : 80%;
padding : 1%;
margin-left : 10%;
background-color : #f0f8ff;
clear : left}

#contents p.advice2 { 
font-size : 90%;
line-height : 1.5;
text-align : left;
margin-bottom : 5%;
width : 80%;
padding : 1%;
margin-left : 10%;
background-color : #f0f8ff;
clear : left}

#contents p.advice3 { 
line-height : 1.5;
text-align : left;
margin-bottom : 5%;
width : 60%;
padding : 1%;
margin-left : 18%;
background-color : #FFFFCC;
clear : left}

#contents p.zouge_sheel { 
width : 40%;
margin-left : 45%}

#contents p.iromura { 
width : 60%;
font-size : 90%;
line-height : 1.5;
margin-left : 20%;
margin-bottom : 15%;
color : #db7093;
clear : left}

#contents p.iromura2 { 
width : 60%;
font-size : 90%;
line-height : 1.5;
margin-left : 20%;
margin-bottom : 5%;
color : #db7093;
clear : left}

#contents p.sample { 
text-align : center;
font-size : 90%;
line-height : 1.5;
margin-bottom : 3%;
color : #db7093}

#contents p.shotai { 
line-height : 1.5;
margin-bottom : 5%}

#contents p.case { 
text-align : center;
line-height : 1.5;
clear : left;
margin-bottom : 2%}

#contents p.case2 { 
text-align : center;
line-height : 1.5;
clear : left;
margin-bottom : 10%}

#contents p.set_case { 
text-align : center;
font-size : 95%;
line-height : 1.5;
width : 48%;
margin-left : 1%;
margin-right : 1%;
float : left}

#contents p.hoshou { 
width : 70%;
background-color : #fffacd;
padding : 1%;
text-align : center;
line-height : 1.5;
clear : left;
margin-bottom : 10%;
border-style : solid;
border-width : 0.01%;
border-top-color : #ffffff;
border-left-color : #ffffff;
border-right-color : #cc3300;
border-bottom-color : #660000}

#contents p.nav { 
text-align : left;
line-height : 1.2;
margin-left : 14%;
margin-bottom : 0.2%;
clear : left}

#contents p.inzai_style1 { 
text-align : center;
line-height : 1.7;
width : 30%;
margin-left : 15%;
float : left;
margin-bottom : 2%}

#contents p.inzai_style2 { 
text-align : center;
line-height : 1.7;
width : 30%;
margin-left : 55%;
margin-bottom : 2%}

#contents p.houjin_rank { 
text-align : center;
color : #ffffff;
background-color : #008080;
width : 42%;
margin-left : 15%;
float : left;
clear : left;
margin-bottom : 0%}

#contents p.houjin_inzai_size { 
text-align : center;
color : #ffffff;
background-color : #008080;
width : 28%;
margin-left : 57%;
margin-bottom : 0%}

#contents p.houjin_inzai_price { 
text-align : center;
background-color : #f5deb3;
width : 42%;
margin-left : 15%;
float : left;
clear : left;
margin-bottom : 5%}

#contents p.houjin_inzai_mojimashi { 
text-align : center;
background-color : #f5deb3;
width : 28%;
margin-left : 57%;
margin-bottom : 5%}

#contents p.houjin_inzai_price2 { 
text-align : center;
background-color : #f5deb3;
width : 42%;
margin-left : 15%;
float : left;
clear : left;
margin-bottom : 1%}

#contents p.houjin_inzai_mojimashi2 { 
text-align : center;
background-color : #f5deb3;
width : 28%;
margin-left : 57%;
margin-bottom : 1%}

#contents p.menu { 
text-align : center;
color  : #8b0000;
margin-bottom : 0%}

#contents p.case_neage { 
color : #db7093;
margin-bottom : 0%}



#contents h1.top { 
font-size : 100%;
text-align : center;
color : #8b0000;
margin-bottom : 7%}



#contents a.kodawari {
width : 70%;
margin-bottom : 5%;
clear : left}

#contents a.about_insou {
width : 80%;
margin-bottom : 0%}

#contents a.other_page1 {
width : 28%;
color : #ffffff;
background-color : #a0522d;
margin-left : 7%;
float :left;
margin-bottom : 5%}

#contents a.other_page2 {
width : 28%;
color : #ffffff;
background-color : #a0522d;
margin-left : 1%;
float :left}

#contents a.other_page3 {
width : 28%;
margin-left : 65%;
color : #ffffff;
background-color : #a0522d}

#contents a.system {
clear : left;
width : 69%;
margin-left : 15%;
color : #ffffff;
background-color : #00008b;
padding : 0.1%}

#contents a.mail {
width : 34%;
margin-left : 14%;
float :left;
margin-bottom : 15%}

#contents a.mail2 {
clear : left;
width : 69%;
margin-left : 15%;
color : #ffffff;
padding : 0.1%}

#contents a.menu {
width : 34%;
margin-left : 52%}

#contents a.other_page1 {
text-decoration : none;
text-align : center;
display : block;
margin: 0 auto;
color : #ffffff;
background-color : #008080;
width : 17%;
margin-left : 5%;
float :left;
margin-bottom : 10%}
#contents a:hover.other_page1 {
background-color : #c0c0c0}

#contents a.other_page2 {
text-decoration : none;
text-align : center;
display : block;
margin: 0 auto;
color : #ffffff;
background-color : #008080;
width : 17%;
margin-left : 1%;
float :left;
margin-bottom : 10%}
#contents a:hover.other_page2 {
background-color : #c0c0c0}

#contents a.kankyosho {
color : #0000ff;
background-color : initial;
line-height : 1.5;
margin-bottom : 3%}



#contents span.zouge {
color : #dc143c}

#contents span.shotai {
color : #dc143c}

#contents span.insou_title {
color : #ffffff;
background-color : #cc6633;
padding : 0.5%;
padding-left : 1%;
padding-right : 1%}



#contents p { 
width : 90%;
margin: 0 auto;
margin-bottom : 7%}

#contents a {
text-decoration : none;
text-align : center;
display : block;
margin: 0 auto;
color : #ffffff;
background-color : #daa520;
width : 50%;
margin-bottom : 7%}
#contents a:hover {
background-color : #c0c0c0}

#contents .footer {
width : 100%;
color : #ffffff;
text-align : center;
background-color : #dcdcdc;
margin-bottom : 0%;
clear : left}

/* @end */


@media screen and (max-width : 700px){ 

#contents p {
width : 90%;
font-size : 94%;
line-height : 1.5}

#contents a {
font-size : 90%;
width : 90%;
margin-bottom : 10%}

#contents .footer p{
font-size : 70%}



#contents p.size2 {
width : 90%;
line-height : 1.4;
margin-right : 5%;
margin-left : 5%;
margin-bottom : 5%;
clear : left}

#contents p.spec2 { 
line-height : 1.4;
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-left : 5%;
clear : left}

#contents p.zouge1 { 
width : 90%;
margin-left : 5%;
margin-right : 5%}

#contents p.zouge2 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left}

#contents p.zouge3 { 
width : 90%;
margin-left : 5%}

#contents p.zouge4 { 
width : 90%;
margin-left : 5%;
clear : left}

#contents p.zouge5 { 
width : 90%;
margin-left : 5%;
clear : left}

#contents p.mojimashi { 
width : 90%;
margin-top : 5%;
margin-left : 5%;
margin-bottom : 10%;
clear : left}

#contents p.inzai_price { 
margin-bottom : 3%;
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left}

#contents p.inzai_price2 { 
line-height : 2.5;
margin-bottom : 3%;
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left}

#contents p.advice { 
line-height : 1.5;
text-align : left;
margin-bottom : 30%;
width : 90%;
padding : 1%;
margin-left : 4%;
margin-right : 4%;}

#contents p.advice2 { 
line-height : 1.5;
text-align : left;
margin-bottom : 15%;
width : 90%;
padding : 1%;
margin-left : 4%;
margin-right : 4%;}

#contents p.advice3 { 
line-height : 1.5;
text-align : left;
margin-bottom : 15%;
width : 90%;
padding : 1%;
margin-left : 4%;
margin-right : 4%;}

#contents p.zouge_sheel { 
width : 80%;
margin-right : 10%;
margin-left : 10%;
margin-bottom : 10%;
clear : left}

#contents p.iromura { 
line-height : 1.5;
width : 90%;
margin-right : 5%;
margin-left : 5%;
margin-bottom : 30%}

#contents p.iromura2 { 
line-height : 1.5;
width : 90%;
margin-right : 5%;
margin-left : 5%;
margin-bottom : 10%}

#contents p.sample { 
line-height : 1.5;
width : 90%;
margin-right : 5%;
margin-left : 5%;
margin-bottom : 5%}

#contents p.case { 
line-height : 1.2}

#contents p.case2 {
line-height : 1.2;
margin-bottom : 5%}

#contents p.set_case { 
line-height : 1.2;
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left;
margin-bottom : 5%}

#contents p.hoshou { 
width : 86%;
margin-left : 5%;
padding : 2%;
line-height : 1.5;
margin-bottom : 20%}

#contents p.inzai_style1 { 
line-height : 1.5;
width : 90%;
margin-left : 5%;
margin-bottom : 10%}

#contents p.inzai_style2 { 
line-height : 1.5;
width : 90%;
margin-left : 5%;
margin-bottom : 10%;
clear : left}

#contents p.houjin_rank { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left;
margin-bottom : 0%}

#contents p.houjin_inzai_size { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left;
margin-bottom : 0%}

#contents p.houjin_inzai_price { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left;
margin-bottom : 0%}

#contents p.houjin_inzai_mojimashi { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left;
margin-bottom : 5%}

#contents p.houjin_inzai_price2 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left;
margin-bottom : 0%}

#contents p.houjin_inzai_mojimashi2 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
clear : left;
margin-bottom : 2%}



#contents h1.top { 
font-size : 90%;
text-align : center;
line-height : 120%;
color : #8b0000;
margin-bottom : 16%}



#contents .size1 {
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 2%}

#contents .spec1 { 
text-align : left;
line-height : 1.5;
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 3%}

#contents .inzai_size { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 0%}

#contents .inzai_size2 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 0%}

#contents .shotai_1 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 10%}

#contents .shotai_2 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 20%;
clear : left}

#contents .shotai_3 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 10%;
clear : left}

#contents .shotai_4 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 10%}

#contents .shotai_5 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 10%;
clear : left}

#contents .shotai_6 { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 20%;
clear : left}

#contents .set_case { 
margin-bottom : 20%}



#contents img.zouge_danmen { 
width : 90%;
margin-left : 5%;
margin-bottom : 5%}

#contents img.zouge_sheel { 
width : 80%;
margin-left : 10%;
margin-right : 10%;
margin-bottom : 5%}

#contents img.case_top { 
width : 90%;
margin-left : 5%;
margin-right : 5%;
margin-bottom : 5%}

#contents img.case_1 { 
width : 90%;margin-left : 5%;
margin-bottom : 5%}

#contents img.case_2 { 
width : 90%;
margin-left : 5%;
clear : left;
margin-bottom : 5%}

#contents img.case_3 { 
width : 90%;
margin-left : 5%;
margin-bottom : 5%}

#contents img.set_case_1 { 
width : 100%}

#contents img.set_case_2 { 
width : 100%;
clear : left}



#contents a.kodawari {
width : 90%;
margin-left : 5%;
margin-right : 5%;
line-height : 1.5;
clear : left}

#contents a.other_page1 {
width : 90%;
margin-left : 5%;
margin-bottom : 5%}

#contents a.other_page2 {
width : 90%;
margin-left : 5%;
clear :left;
margin-bottom : 5%}

#contents a.other_page3 {
width : 90%;
margin-left : 5%;
clear :left;
margin-bottom : 20%}

#contents a.system {
width : 90%;
margin-left : 5%}

#contents a.mail {
width : 90%;
margin-left : 5%;
margin-bottom : 5%}

#contents a.menu {
width : 90%;
margin-left : 5%;
clear : left}

#contents a.other_page1 {
width : 90%;
margin-left : 5%;
clear :left;
margin-bottom : 5%}

#contents a.other_page2 {
width : 90%;
margin-left : 5%;
clear :left;
margin-bottom : 5%}



#contents p.nav { 
margin-left : 5%}






}

