@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Chango);

body {font-family: "メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
      margin: 0}
      
h1 {font-size: 38px;
    margin-top: 0;
    margin-bottom: 0}
    
p {line-height: 1.5}

article {background-color: #ffffff;
         width: 900px;
         margin-left: auto;
         margin-right: auto;
         border: solid 1px #aaaaaa;
         padding: 30px;
              -wedkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
         margin-bottom: 15 px;
              -wedkit-box-shadow: 1px 1px 3px #aaaaaa;
              box-shadow: 1px 1px 3px #aaaaaa;
              border-radius: 20px;
         overflow: hidden}
         

#spLinkBlockInPc{
	display:none;

}

/* リンク */
a {color: #0033cc;}

a:hover {color: #ffd700;}

/* メイン */
#top article {background-color: #ffffff;
       width: 900px;
       margin-left: auto;
       margin-right: auto
       }


/* ヘッダー */
header {margin-bottom: 30px;
        background-color: #2e8b57;
        -webkit-box-shadow: 0 1px 7px #aaaaaa;
        box-shadow: 0 1px 7px #aaaaaa;
        padding: 5px;
        zoom: 1}
        
header h1 {font-family: "Chango", cursive;
           font-size: 24px;
           color: #ffffff;
           width: 900px;
           margin-left: auto;
           margin-right: auto}
           
header h1 a {text-decoration: none;
             color: #ffffff}
             
header h1 a:hover {color: #ffffff}
           
header h1 img {vertical-align: -10px;
               margin-right: 5px}
               
/* フッター */
footer {text-align: right;
        position: fixed; 
        bottom: 10px; right: 10px; 
        clear:both}
        
footer small {font-family: "Chango", cursive;
              font-size: 10px}
             
/* 画像を中央に配置するレイアウト */
figure.photo-center {text-align: center;
                     margin-top: 30px;
                     margin-bottom: 30px}
                     
/* 画像を左に配置するレイアウト */
figure.photo-left {margin: 0;
                   margin-left: 20px;
                   margin-bottom: 20px;
                   float: left}
                   
figure.photo-left img {width: 550px}

/* 画像を右に配置するレイアウト */
figure.photo-right {margin: 0px;
                    margin-left: 20px;
                    float: right}
                    
figure.photo-right img {width: 550px}

/* 小見出し */
h2 {clear: both;
    border-bottom: solid 5px #c39f4a;
    margin-top: 30px}
    
/* 関連記事へのリンク */
aside {border: solid 2px #2e8b57;
       font-size: 15px;
       border-radius: 5px;
       padding: 10px;
       background-color: fffff0;
       margin-top:40px}
       
aside h1 {font-family: "Chango", cursive;
          font-size: 18px;
          color: #2e8b57;
          border-bottom: dotted 1px #ffd700}
          
aside ul {list-style-image: url(listmark.png)}

aside a {color: #000000;
         text-decoration: none}
         
.li category {list-style-type:none}

/* ナビゲーションメニュー */
nav ul {list-style-type: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        font-size: 0}

nav li {display: inline;
        font-family: "Chango", cursive;
        font-size: 12px;
        border-right: solid 1px #aaaaaa;
        padding-left: 10px;
        padding-right: 10px;}
         
nav li:first-child{border-left: solid 1px #aaaaaa}

nav {width:900px;
     margin-left: auto;
     margin-right: auto;
     text-align: right;
     margin-top: -27px;
     margin-bottom: 10px}
     
    
nav a {color: #ffffff;
       text-decoration: none}
       
       
/* お知らせ一覧 */
#footer_news {margin-top: 30px}
         
#footer_news ul {list-style-type: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        font-size: 0;
        width: 900px;
        position: absolute;
        left: 50px;
        bottom: 30px;}

#footer_news li {display: inline;
         font-size: 13px;
         border-right: solid 1px #aaaaaa;
         padding-left: 10px;
         padding-right: 10px;}
         
#footer_news li:first-child{border-left: solid 1px #aaaaaa}

/* アバウトページ */
table {font-size: 12px;
       border-collapse: collapse;
       margin-left: auto;
       margin-right: auto;
       margin-top: 30px;
       margin-bottom: 60px
       }
       
th, td {border-bottom: 1px #d3d3d3 solid;
        padding: 10px 20px 10px 20px}
       
th {width: 70 px;
    text-align: left}
    
td {width: 190px;
    text-align: left}
         
#list {background-color: rgba(255,255,255,0.3);
       width: 900px;
       margin-left: auto;
       margin-right: auto;
       overflow: hidden}
       
#list h1 {font-family: "Chango", cursive;
           font-size: 36px;
           color: #000000;
           padding: 40px 0 60px 0;
           text-align: center;}
       
#list p {font-size: 13px;
         font-weight: bold;
         line-height: 2;
         text-align: center;
         padding-bottom: 30px;
         color: #000000;}
         
         
/* ポートフォリオ */
.portfolio {width: 900px;
            margin-left: auto;
            margin-right: auto;}
            
.portfolio h1 {font-family: "Chango", cursive;
               font-size: 12px;
               padding-bottom: 10px;}
               
.portfolio img {padding: 5px;
                -webkit-box-shadow: 0 1px 7px #aaaaaa;
                box-shadow: 0 1px 7px #aaaaaa;}
                

/* 背景なしページ */
#top_white header {background-color: #2e8b57}

#top_white {background-color: #fbfaf5}


/* 記事の一覧ページ */
#posts article img {float: left;
                    margin-right: 20px;}
                    
#posts article h1 {font-size: 24px}

#posts section {width: 900px;
                margin-left: auto;
                margin-right: auto}
                
#posts header {background-color: #2e8b57;
               margin-bottom: 20px}

#posts time {font-size: 12px;
            color: #ffffff;
            background-color: #6b8e23;
            border-radius: 10px;
            padding: 2px 20px 2px 20px} 

#posts article a {color: #000000;
                  text-decoration: none;
                  display: block;
                  overflow: hidden;
                  padding: 20px}
                  
#posts article a:hover {background-color: #d3d3d3}

#posts article {padding: 0;
                margin-bottom: 10px}
                
section h1 {font-family: "Chango", cursive;
            padding-bottom: 10px}
                
                
/* お問い合わせページ */
input, textarea {display: block}

input {width: 250px;
       height: 10px;
       border:0;
       padding:10px;
       font-size: 14px;
       color:#aaa;
       border:solid 1px #ccc;
       margin:0 0 0 0;}

input[type="submit"] {width: 220px;
                      height: 35px;
                      font-size: 13px;
                      color: #ffffff;
                      font-weight: bold;
                      border: none;
                      background-color: #6b8e23;
                      padding-top: 5px;
                      padding-bottom: 5px}
                      
input[type="submit"]:hover {background-color: #ffff00;
                            color: #6b8e23}
                      
textarea {width: 270px;
          height: 120px;
          border:0;
          padding:10px;
          font-size: 14px;
          color:#aaa;
          border:solid 1px #ccc;
          margin:0 0 0 0;}
          
#contact_form {display: block;
               margin-left: 0;
               margin-right: 0;
               }
.border_bottom_no {border: none;}        

#contact_form h1 {font-family: "Chango", cursive;
                  font-size: 36px;
                  color: #000000;
                  padding: 40px 0 60px 0;
                  text-align: center;}
       
#contact_form p {font-size: 13px;
                 font-weight: bold;
                 line-height: 2;
                 text-align: center;
                 padding-bottom: 30px;
                 color: #000000;}    
                 
.comment_moji {vertical-align: top}

/* サイドメニュー */
#box2 {width: 900px;
       float: left;
       margin-left: auto;
       margin-right: auto}

#box3 {width: 200px;
       float: right;
       margin-left: auto;
       margin-right: auto;
       padding: 10px;}
       
#box2_3 {width: 900px;
         margin-left: auto;
         margin-right: auto}

.sidemenu {border: solid 1px #2e8b57;
           font-size: 12px;
           border-radius: 5px;
           padding: 5px;
           background-color: #ffffff;
           margin-top:40px}
       
.sidemenu h1 {font-family: "Chango", cursive;
              font-size: 15px;
              color: #2e8b57;
              border-bottom: dotted 1px #db7093}
          
.sidemenu ul {list-style-image: url(listmark.png)}

.sidemenu li {line-height: 1.5}

.sidemenu a {color: #000000;
             text-decoration: none}
             
.sidemenu a:hover {color: #2e8b57}

#box4 {clear: both}

/* 自分 */

#top_myself article {background-color: #000000;
         width: 900px;
         margin-left: auto;
         margin-right: auto;
         border: solid 1px #aaaaaa;
         padding: 30px;
              -wedkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
         margin-bottom: 15 px;
              -wedkit-box-shadow: 1px 1px 3px #aaaaaa;
              box-shadow: 1px 1px 3px #aaaaaa;
              border-radius: 20px;
         overflow: hidden}

#top_myself header {background-color: #2e8b57}

#top_myself {background-color: #000000;
             color: #ffffff}

#top_myself aside a {color: #ffffff;
                     text-decoration: none}


/* fish 画像 */
#fish_all {width: auto;
           display: table;
           margin-left: auto;
           margin-right: auto;
           padding-bottom: 50px;}

#fish img {width: 150px;
           height: 150px;
           border: 0;
           padding: 5px;  }

#fish   {list-style-type: none;
         display: inline;
         margin-top: 0;
         margin-bottom: 0;
         padding-left: 0;
         font-size: 0 }

#fish li {float:left;}

.clearLeft { clear: left; }


/* FORM CSS for PC */

.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:370px;
	height:auto;
	padding:0px;
	margin:30px auto;
}
.ms_form_header{
	width:370px;
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:0px;
	margin:0px;
	text-align:center;
	border:solid 1px #c0c0c0;
	background-image : url('http://www.tonton-animals.com/ms_tontonanimals/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
.ms_form_footer{
	width:370px;
	height:28px;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:solid 1px #c0c0c0;
	background-image : url('http://www.tonton-animals.com/ms_tontonanimals/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 16px;
	padding:0px;
}
.ms_form_footer .powered_by{
	float:right;
	margin:0px 16px 0px 0px;
	padding:0px;
	text-align:right;
}
.ms_form_footer a:link,
.ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ms_form_body{
	width:370px;
	height:auto;
	font-size:12px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border-style:none solid none solid;
	border-width:1px;
	border-color:#c0c0c0;
	overflow:hidden;
}
.ms_form_body ul.form_list{
	width:250px;
	list-style:none;
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
.ms_form_body ul.form_list li.item{
	clear:both;
	width:180px;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://www.tonton-animals.com/ms_tontonanimals/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.item-nofloat{
	clear:both;
	width:100%;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://www.tonton-animals.com/ms_tontonanimals/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
}
.ms_form_body ul.form_list li.cont{
	width:248px;
	padding:8px 0px 0px 30px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.cont-nofloat{
	clear:both;
	width:100%;
	padding:4px 0px 4px 2px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{
	width:100%;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel{
	width:100%;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel_auto{
	width:auto;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body .ta{
	width:100%;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont span.cont_desc,
.ms_form_body ul.form_list li.cont-nofloat span.cont_desc{
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ms_form_btn{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	cursor:pointer;
	border:0px;
	background-image : url('http://www.tonton-animals.com/ms_tontonanimals/img/ms_cp_btn0.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:165px;
	height:30px;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
-->
</style>