/*
Theme Name: yamanisouken
Theme URI: https://trugrohi.me/
Author: yamanisouken
Author URI: https://trugrohi.me/
Description: 
Version: 1.0
License: yamanisouken
License URI: https://trugrohi.me/
Tags: yamanisouken
Text Domain: yamanisouken

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.photo {
    overflow: hidden;
    width: 320px;/* トリミングしたい枠の幅 */
    height: 257px;/* トリミングしたい枠の高さ */
    position: relative;
	margin:0 auto;
}

.photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

section.page img{
	margin:0 0 10px 0;
}

.list_box{
	margin:0 0 30px 0;
}

.list_box h3{
	padding:0 0 10px 0;
}

.list_box h3 a{
	text-decoration:none;
	color: #ee1a46;
}

.page ul{	
	margin:10px 0 20px;
	list-style-position: outside;
	list-style-type:disc;
}

.page li{
	margin:0 0 10px 20px;
	padding:0 0 0 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }


#sb_instagram img{
width:100px;
}


